Commit Graph

1666 Commits

Author SHA1 Message Date
stronk7 abf45bedf0 course/category.php is using sesskey
Merged from MOODLE_14_STABLE
2004-10-08 16:52:20 +00:00
moodler d7d21c383c Minor changes for XHTML compatibility 2004-10-08 13:58:33 +00:00
moodler decec3da38 Merged parameter cleaning from stable 2004-10-01 02:43:09 +00:00
moodler 3f1d5c1182 Clean error messages (merged from stable) 2004-10-01 02:25:02 +00:00
moodler b0542a1e20 Jump -> go on popup menus 2004-09-30 10:52:48 +00:00
moodler 16570a27c3 Fixed an extra slash 2004-09-30 07:56:27 +00:00
moodler 037dcbb6a9 A first attempt at adding accessibility for the jump menus, by adding a
button after them when Javascript is not enabled.

Button is currently named "Jump".  Could be something else.
2004-09-29 14:00:35 +00:00
moodler 72b4e28353 Some changes for XHTML and accessibility compliance 2004-09-28 09:47:14 +00:00
dhawes 89dcb99da2 More phpdoc work 2004-09-25 05:29:21 +00:00
gustav_delius e82cd4489c fixed missing <br> reported by Ray 2004-09-24 18:49:13 +00:00
moodler 87d32352a9 Some changes for XHTML and accessibility compliance 2004-09-23 12:09:19 +00:00
moodler f60e7cfe12 Don't strip backslahes from highlighted text 2004-09-23 07:41:37 +00:00
dhawes d48b00b40e Added some more skeleton phpdoc comments and fixed a few more quote conversion issues 2004-09-23 04:36:43 +00:00
moodler e290e48690 Fixed string for user images 2004-09-23 03:17:25 +00:00
dhawes 7cf1c7bd2b Additional phpdoc comments and fixes for bugs 1981 and 1984 2004-09-23 02:48:41 +00:00
dhawes b0ccd3fb32 Conversion of double quoted string to single quoted literals. Also added some extra spacing around concatenated strings for easier reading. 2004-09-22 14:39:15 +00:00
gustav_delius 8f0cd6ef0f Resolved problems with previous replacement of
& to &amp; and fixed redirect() to entity encode the
inut where needed.
Julian Sedding
2004-09-21 11:41:58 +00:00
mjollnir_ c80b75857d Changes to log view page so that infected files comes under 'site errors'.
These patches are maintained in an publicly accessible Arch repository, see: http://lists.eduforge.org/cgi-bin/archzoom.cgi/arch-eduforge@catalyst.net.nz--2004-MIRROR/moodle--eduforge--1.3.3

Index of arch patches in this commit:

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-73
    2004-09-17 00:05:28 GMT
    Penny Leach <penny@catalyst.net.nz>
    better logging for uploads and infected files, as well as changing the log page view slightly so that site errors yields infected files as well

Full logs:

Revision: moodle--eduforge--1.3.3--patch-73
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Fri Sep 17 12:05:28 NZST 2004
Standard-date: 2004-09-17 00:05:28 GMT
Modified-files: course/lib.php lib/uploadlib.php
    lib/weblib.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-73
Summary: better logging for uploads and infected files, as well as changing the log page view slightly so that site errors yields infected files as well
Keywords:
2004-09-17 00:10:53 +00:00
gustav_delius ad954fc574 closed some <input>s 2004-09-16 18:23:38 +00:00
gustav_delius 839f2456bb XHTML compliance
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- &amp; in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
moodler f77c261e4d FIxes to qualified_me suggested by Greg Barnett 2004-09-14 08:41:17 +00:00
gustav_delius 9a58f7cb85 towards XHTML compliance 2004-09-12 21:43:59 +00:00
gustav_delius dcb1bd3c9a towards XHTML compliance 2004-09-12 13:21:01 +00:00
defacer 67b1b6c2cc Small fixes, moving towards XHTML compliance. 2004-09-09 10:26:11 +00:00
mchurch 6ccf1c631a Changed some tags for XHTML 1.0 Transitional compliance. 2004-09-08 21:27:11 +00:00
moodler 7c3aa35887 Merged smiley/Markdown fixes 2004-09-08 16:18:45 +00:00
moodler 357b5286b8 HTML tidy up 2004-09-07 08:54:43 +00:00
moodler 37d83d9951 Admin can now also 'login as' course creators 2004-09-06 14:03:17 +00:00
mchurch 63574ba81f Added <tt> and <code> tags to valid tags. 2004-09-03 18:00:41 +00:00
moodler 9d54c2fb73 Merged fix to allow referrals from the home page 2004-09-01 11:24:35 +00:00
moodler 3df2c54344 Merged from Stable (fix for color fonts) 2004-08-30 12:13:02 +00:00
thepurpleblob 963c3b552d $courseid now sent to wiki conversion properly 2004-08-27 14:31:40 +00:00
julmis af815ebd77 Merging changes from MOODLE_14_STABLE 2004-08-26 20:32:28 +00:00
moodler eb2aa909d7 Merged from stable (sideblockheading style fix) 2004-08-26 14:35:14 +00:00
defacer 629b5885f7 Here buggy buggy...
General announcement:
If you 're running in debug mode and suddenly the HTML editor stops working
for no apparent reason, check your HTML source to find PHP notices embedded
in JS code, screwing it up and thus making it unexecutable. This has happened
to me more times than I can remember.
2004-08-23 13:18:39 +00:00
moodler ec51c7fb33 Don't lower-case parsed attributes 2004-08-23 02:21:59 +00:00
gustav_delius 90fcc576ea Removed notices by introducing new function print_header_simple() which works on site as well as in courses without extra logic. 2004-08-21 20:20:58 +00:00
julmis 67ccec433e Add aspellpath check before printing editor config colde 2004-08-21 14:21:09 +00:00
moodler ef132aa077 Added some more protocols to the allowed list 2004-08-21 13:31:49 +00:00
julmis eb2042f685 Add editor settings feature and Ludo's (Marc Alier) spellchecking functionality.
- Needs testing and should consider unstable.
2004-08-21 10:12:09 +00:00
moodler 3bd7ffec71 Added better cleaning of HTML attributes, using kses library.
Thanks to Eamon Costello for finding the library and writing the
wrapper functions.
2004-08-21 04:34:06 +00:00
moodler 80035a89e1 Disallow dots being passed to lang (path disclosure) 2004-08-18 05:52:01 +00:00
moodler 76add072fe Add spaces for web addresses to help bodgy clients that get
confused about the trailing ] bracket.

bug 1649
2004-08-17 08:09:13 +00:00
moodler ed5bdd6585 Some filters add javscript, we and certainly do not want to clean
those out.

Moving the cleaning to just before the other filters are run.
2004-08-10 09:16:16 +00:00
moodler 9d40806d0e format_text now does a clean_text after all the filters, for added safety
Practically all printed text in Moodle should use this function

If you don't want to clean the text of unwanted tags and scripts, then
set the parameter $options->noclean
2004-08-09 14:54:39 +00:00
defacer 5a59303726 This seems to improve the regexp filtering by solving some problems where
it was killing unarmed population... hope it works "better" now!
2004-08-09 08:51:47 +00:00
moodler df1c46115b Improvement to filters, providing speed boost AND better compatibility
with Turck MMCache.

Filter function must now have a particular name

   eg resource_filter

where "resource" is the name of the directory that filter.php is in.
2004-08-08 06:57:44 +00:00
moodler 51a96819cc COntinue buttons should break out of frames 2004-08-07 13:43:01 +00:00
moodler b4d4e4aac5 helps wiki find global course 2004-08-03 04:08:11 +00:00
moodler 1f2eec7b65 Fixes to helpbuttons and popups 2004-08-02 19:09:06 +00:00