Commit graph

10871 commits

Author SHA1 Message Date
dhawes
1ddd7bd00b smarty template file example 2005-01-23 15:58:04 +00:00
dhawes
4445368893 date manipulation script 2005-01-23 15:55:03 +00:00
dhawes
b6442a5e3a magpie templates. SMARTY examplesls 2005-01-23 15:52:52 +00:00
dhawes
ae4b445f6e magpie help files 2005-01-23 15:50:52 +00:00
dhawes
33fa9405b9 magpie's modified version of Snoopy class 2005-01-23 15:48:57 +00:00
dhawes
100ed1cf2b Magpie 0.7.1 - all relevant files. Simplog had been using only one of these files and it was renamed. Simplog had written an Atom feed parser based on magpie and was losing out on much of the magpie functionality because of it. This latest release supports Atom feeds so the need to for separate objects is gone. By using the full release upgrades become easier in the future. We also gain some of magpie's lost feature set such as the use of a modified Snoopy http client for retrieving feeds instead of an fopen() call - which means that php.ini does not need to be modified to turn allow_url_fopen to On. 2005-01-23 15:47:31 +00:00
dhawes
2be9581d65 latest version works with new magpie 0.7.1 files 2005-01-23 15:37:47 +00:00
dhawes
30e953153b RSS and Atom now handled by latest version of magpierss (magpierss.sourceforge.com). class.RSS.php was a renamed include file from magpie which was 2 versions old. I've reworked the code to use the official magpie release which should allow for easier upgrades in the future. 2005-01-23 15:35:45 +00:00
stronk7
a3f6fc66fe Changed some sesskey behaviours SC#73 (admin part) 2005-01-23 11:49:13 +00:00
stronk7
94ff12c429 Changed some sesskey behaviours SC#73 (admin part)
Plus some minor alignment and CFG->htmleditor not being saved.
2005-01-23 11:26:00 +00:00
mits
3a53c56569 translated some. 2005-01-23 09:13:48 +00:00
gustav_delius
e6d10b266b fixed sesskey bug reported by Eloy. Thanks Eloy. 2005-01-23 09:10:34 +00:00
moodler
6a855f5b89 Searching was still calling $usexml Bug #2413 2005-01-23 05:55:02 +00:00
moodler
acef58f4c3 Removed some old stuff 2005-01-23 05:49:39 +00:00
moodler
09e42fc937 Stop people browsing auth modules 2005-01-23 04:18:32 +00:00
moodler
9433635200 Stop people browsing enrolment modules 2005-01-23 04:17:41 +00:00
moodler
e00f0fddfe To stop people browsing filters 2005-01-23 04:16:07 +00:00
moodler
6c4785c2f2 To stop people browsing modules 2005-01-23 04:15:13 +00:00
moodler
108adee2ff User preferences were not getting set! 2005-01-23 02:30:15 +00:00
gustav_delius
0353801a2b There is now a mechanism by which question types can have their own setup options. Because this does not change anything unless it is used I hope it is o.k. that I am submitting this without asking first. This is based on code by Mad Alex. 2005-01-22 22:27:16 +00:00
stronk7
4530d4372a Changed some sesskey behaviours SC#73 (admin part) 2005-01-22 21:02:12 +00:00
stronk7
7a0a2f49fc Changed some sesskey behaviours SC#73 (admin part) 2005-01-22 20:53:28 +00:00
gustav_delius
0fc48cbfa5 question.php now uses sesskey. This means that all question type plug-ins will have to add it to their edit forms. 2005-01-22 20:08:45 +00:00
stronk7
4e27a2b92e Changed some sesskey behaviours SC#73 (admin part) 2005-01-22 19:53:28 +00:00
gustav_delius
010ec024b8 made multiple.php save to database in addition to $SESSION->modform and also introduced sesskey 2005-01-22 19:14:35 +00:00
gustav_delius
fc1bc87bb0 better parameter validation and some code cleanup for category.php 2005-01-22 19:03:05 +00:00
gustav_delius
4acc80ead1 if the current category is deleted then revert back to the default category 2005-01-22 18:59:10 +00:00
stronk7
1082105205 Modify sesskey behaviour. SC#73 2005-01-22 18:53:44 +00:00
gustav_delius
56b2152f69 better parameter validation and general code cleanup for edit.php 2005-01-22 18:17:33 +00:00
ralf-bonn
55716dd57c Corrections in the text 2005-01-22 16:31:26 +00:00
gustav_delius
873b77f0f5 previously I had forgotten to save sumgrades 2005-01-22 16:13:08 +00:00
moodler
0fd764ffe9 Fixed a commented-out error message! 8-o 2005-01-22 16:04:14 +00:00
gustav_delius
4ac04efaf7 quiz edit.php now saves changes to the quiz in the database as soon as the teacher makes them, see http://moodle.org/mod/forum/discuss.php?d=17167 2005-01-22 15:42:22 +00:00
gustav_delius
446d87651b fixed my own stupid single/double quote mistake 2005-01-22 15:22:06 +00:00
julmis
773919b17a Added $CFG->aspellpath check in editor_get_dictionaries function. 2005-01-22 11:19:20 +00:00
julmis
19fafd2311 Adding more checkboxes to editor settings (fontname, fontsize, formatblock). 2005-01-22 11:01:34 +00:00
julmis
1bed7afc2b Enhancing editor settings. 2005-01-22 10:58:25 +00:00
julmis
23342b406e Updating editor strings. 2005-01-22 10:55:25 +00:00
borinsky2407
a5d4e10c92 *** empty log message *** 2005-01-22 10:52:28 +00:00
martinlanghoff
e069b3e2fe Merged from MOODLE_14_STABLE - Closing SC#66 - more 2005-01-22 09:06:51 +00:00
martinlanghoff
1ad9d071c9 Merged from MOODLE_14_STABLE - Closing SC#66 2005-01-22 09:00:42 +00:00
moodler
bb3b56c633 Using divs to do the indenting, rather than <UL>
This probably needs to be named class
2005-01-22 08:45:47 +00:00
moodler
a61b898a30 Ensure that $CFG->siteidentifier is always defined (32-byte key) 2005-01-22 03:27:37 +00:00
moodler
9ef2b3f3aa Fixed some formatting problems (not caused by my last checkin!)
- <hr> and <br> weren't being processed.
  - Now, space runs are replaced differently which makes code look better.
2005-01-22 02:40:07 +00:00
michaelpenne
29a014c05a corrected the sesskey code 2005-01-21 23:13:53 +00:00
dlnsk
a39021e0e3 corrected links under questions 2005-01-21 19:52:57 +00:00
michaelpenne
4ea3ce2fcb added sesskey code to remove the sesskey error from updating the lesson from view.php 2005-01-21 19:02:57 +00:00
djachenko
d3354f5be8 "" 2005-01-21 15:23:32 +00:00
urs_hunkler
17be567191 This is in principle the theme I've shown in the forums. I changed the colors and made it XHTML 1.0 suitable. It relies on the new DIV framework I added to the course, forum and the wiki pages. The layout-table with named cells is used for the course pages.
For an overvies of the DIV framework and the DIVs in the header and footer please look at http://moodle.org/mod/wiki/view.php?id=2935&userid=0&groupid=0&wikipage=CoursePage

The CSS is not yet well structured - it's just working for a starting. For the offical release I'll have to rebuild the CSS to match the final needs. It's lacking an easy CSS for beginners too.

Please tell me, if you find some bugs or have some remarks - or if you just like it ;-)

Thank you
Urs
2005-01-21 14:21:14 +00:00
moodler
f3f7d9e409 Changes for XHTML and accessibility compatibility. General tidy up. 2005-01-21 05:07:51 +00:00