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
moodler
f6ad05ef44
Can now pass the image tag text to the helpbutton function. Tidied up the
...
emoticonhelpbutton function to use new helpbutton function.
2005-01-21 05:04:24 +00:00
moodler
a7ba1215b0
Admins can ALWAYS post, even when blocked.
2005-01-21 05:04:02 +00:00
moodler
31dedddba7
Fix help link
2005-01-21 04:58:16 +00:00
moodler
34027b1b41
Minor change
2005-01-21 04:38:46 +00:00
moodler
b1b1705aa4
Changes for XHTML and accessibility compatibility.
...
General code cleanup.
2005-01-21 04:23:38 +00:00
dhawes
79dd93a920
refactored a big scary function a bit. hopefully it is more readable this way. this change also paved the way for extra caching in the block's config structure.
2005-01-21 03:27:38 +00:00
dhawes
37fe05a345
added in an extra layer of cache. The rendered string is now cached in block's config. If the config settings are changed the config entry is overwritten and the cached string is lost - which is perfect - it gets rebuilt to the new specifications on next page load. If the filesystem cache has expired then the stored config string is ignored and a fresh read is sought.
2005-01-21 03:23:26 +00:00
dhawes
6cee965c7a
minor spacing cleanup
2005-01-21 03:20:56 +00:00
ikawhero
d3dcbc2922
Added a class around helpbutton links so that enclosing <font> tags can
...
be removed from HTML code
2005-01-21 02:37:02 +00:00