moodler
6f9e100660
A possible fix for bug 2629 and PostgreSQL inflexibility. ;-)
2005-02-24 02:47:18 +00:00
defacer
599f38f9db
New filelib, with get_records_csv().
2005-02-24 02:36:45 +00:00
stronk7
856bf0456b
Now SITEID folder is created if it doesn't exist. Bug 2580
...
(http://moodle.org/bugs/bug.php?op=show&bugid=2580 )
2005-02-24 00:01:52 +00:00
michaelpenne
6899d8973f
removed an echo and a comment
2005-02-23 22:24:46 +00:00
defacer
ff67989728
Fix for bug 2628.
2005-02-23 18:51:00 +00:00
moodler
e9df755235
Robustness check
2005-02-23 16:29:00 +00:00
moodler
91099e368b
Added checks for allow_fopen_url in two more places!
2005-02-23 15:40:53 +00:00
moodler
e76ae26489
Fix for erroneous checkin of CVS confict markers ... bug 2626
2005-02-23 12:10:02 +00:00
villate
3a470c9956
Added link to the translation page
2005-02-23 10:49:05 +00:00
villate
af0b1297d4
A few questions have already been translated
2005-02-23 10:30:58 +00:00
villate
cfc2cb099e
The translation is now complete
2005-02-23 10:28:11 +00:00
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