Commit graph

12214 commits

Author SHA1 Message Date
koenr
d1e564412a New strings 2005-02-23 09:14:22 +00:00
martinlanghoff
8b0660a3c5 Initial implementation of a simple Olson database file format for DST rule parsing. Implements olson_simple_rule_parser(). 2005-02-23 06:45:45 +00:00
martinlanghoff
5875a2f3ca Merged from MOODLE_14_STABLE - Fix problem when restoring courses to empty categories 2005-02-23 04:49:15 +00:00
martinlanghoff
ccb3585fdc Merged from MOODLE_14_HEAD - Bug fix. Using external auth, the user account fails to be created on login if currently logged-in as guest. Credits go to Dan Marsden for the fix. 2005-02-23 02:11:59 +00:00
martinlanghoff
814748c9ea Merged from MOODLE_14_STABLE - Fixed a bug in get_categories() when called for category '0', and some extra fixes to fix_course_sortorder() 2005-02-23 01:49:22 +00:00
michaelpenne
0741a56672 woops, took out gustavs change, yah cvs 2005-02-23 00:56:28 +00:00
michaelpenne
49584784ac fixed up leftmenu some more 2005-02-23 00:52:29 +00:00
stronk7
029db9ee2d When any URL is going to be used in a Location header or
in a meta-refresh, both Safari and Firefox, seems to fail
using & as parameter separator. Bug 2620.
(http://moodle.org/bugs/bug.php?op=show&bugid=2620)
2005-02-22 23:37:14 +00:00
skodak
fd05dffed6 SC#98 protection of uploaded files in resources, please review and test 2005-02-22 23:36:20 +00:00
martignoni
a191a1e306 Correction of 'location' string translation (thanks to Arnaud Saint-Georges) 2005-02-22 14:27:40 +00:00
moodler
f8dd016412 Removing these to avoid confusion.
Yes, my assignment refactoring is going to make it into 1.5
2005-02-22 12:56:20 +00:00
moodler
62c0f37e99 New styles, changed styles, retro styles, bad 80s styles! (SE) 2005-02-22 10:39:39 +00:00
moodler
b0ac91807d Robust fix from stable 2005-02-22 10:37:54 +00:00
moodler
4c32ba4d3f More CSS and general tidying up. 2005-02-22 10:37:54 +00:00
moodler
deb0ab54c3 Added styles and cleaned up some code for XHTML compatibility 2005-02-22 08:29:12 +00:00
bobopinna
82af563584 Added complete datamodel support for SCORM 1.2 2005-02-22 08:00:19 +00:00
moodler
fd8097bae1 Some more tidying up 2005-02-22 07:30:13 +00:00
moodler
ed1f69b0cf Er ... copy/paste typo 2005-02-22 06:52:42 +00:00
mits
9f5352e139 polished. 2005-02-22 06:44:20 +00:00
martinlanghoff
008621712f Fixes for null sortorder on empty categories. 2005-02-22 03:23:41 +00:00
stronk7
ac3f72c899 Major rework of the wiki backup/restore.
It wasn' working fine because the wiki_pages table hadn't an id (primary key) field.

I've created, in the upgrade process, a temporary table to copy all the wiki_pages
records and then, drop and create again the table.

Tested under MySQL. Need to be tested (both creation and upgrade) under PostgreSQL!!!

Minor modifications to ewikimoodlelib.php to work with this new id field too. Seems to work
although deeper tests will be welcome (attachements, binary contents...)

Cross your fingers! ;-)
2005-02-21 17:55:54 +00:00
moodler
5b257acd23 Merged fix for 2613 2005-02-21 15:39:44 +00:00
moodler
ab6d2992e8 Search = GET and fixed the dead end when no results to search 2005-02-21 13:50:06 +00:00
martignoni
a221659b36 Added link to Markdown format help. 2005-02-21 13:12:48 +00:00
martignoni
83900e0aed Extended guidelines for xml-compliance 2005-02-21 13:03:57 +00:00
moodler
e34d817e66 Tidying up some timezone stuff 2005-02-21 08:55:40 +00:00
defacer
e17069d52a This looks like the cause of problems for some people (why?).
Let's see if anyone is going to hit this error in the near future.
2005-02-21 03:57:51 +00:00
stronk7
f495e05f85 Now parent and sortorder are supported at backup & restore. 2005-02-20 18:03:38 +00:00
stronk7
94e765288a Now parent and sortorder is supported at restore too. 2005-02-20 18:02:41 +00:00
stronk7
7fae497cdc Now parent and sortorder is supported at restore too.
The tree is automatically rebuilt using new ids if
necessary.
2005-02-20 18:01:40 +00:00
stronk7
c98cb6bc57 Now quiz_categories' parent and sortoreder is supported in backup.
A mechanish to detect all the ancestors and to recover orphaned
categories is now running ar backup time to force backups to be consistent.
2005-02-20 17:19:04 +00:00
mits
8fbaf1d377 polished. 2005-02-20 15:26:30 +00:00
martignoni
8d94618e69 Update 2005-02-20 13:32:44 +00:00
mits
36d9b68818 polished. 2005-02-20 13:22:43 +00:00
martignoni
84ae2251d0 Update 2005-02-20 11:26:02 +00:00
martignoni
9ef6af8018 Update 2005-02-20 10:19:23 +00:00
martignoni
18f47de6ed HTML cleanup 2005-02-20 09:52:06 +00:00
jpuntd
163dc56b3d changes to block code 2005-02-20 07:23:10 +00:00
moodler
1d533faf92 Made new serverurl more standard (don't include raw variables in strings) 2005-02-20 06:08:58 +00:00
koenr
e9c2674936 xhtml compliance 2005-02-20 00:34:15 +00:00
martignoni
389bc302b6 New string 'serverurl' 2005-02-19 22:54:11 +00:00
martignoni
f42e3178cb New file (replacing 'hideoptions.html') 2005-02-19 22:52:28 +00:00
fiedorow
2ce434a99f Minor fix: language string lookup 2005-02-19 22:44:20 +00:00
fiedorow
5f357fb67b Updated guest shortcut code with Mike's loginas fixes 2005-02-19 21:02:33 +00:00
mits
079cf26fdd translated one string. 2005-02-19 20:42:19 +00:00
fiedorow
c6b1545e31 New lang string serverurl for new authentication scheme 2005-02-19 20:28:11 +00:00
fiedorow
d0cc843ed3 Added hook for more flexible authentication to external url - backwards compatible with existing file resources 2005-02-19 20:22:48 +00:00
anvergara
e341bb8348 mensage -> mensaje 2005-02-19 19:33:05 +00:00
gustav_delius
1d86c8ea4c I confused stripslashes with addslashes :o) 2005-02-19 18:31:29 +00:00
gustav_delius
75249234fe I replaced the magic_quotes hack with something more elegant because I needed to be able to post a deeper array than the old code would allow. Any objections to this? 2005-02-19 17:52:30 +00:00