adamtpaw
|
24bb491f0e
|
file deleteattempts.html was initially added on branch MOODLE_15_STABLE.
|
2005-09-07 19:20:24 +00:00 |
|
adamtpaw
|
526c99a9f4
|
file review.html was initially added on branch MOODLE_15_STABLE.
|
2005-09-07 19:20:24 +00:00 |
|
adamtpaw
|
66b7d89803
|
file highscores.html was initially added on branch MOODLE_15_STABLE.
|
2005-09-07 19:20:24 +00:00 |
|
adamtpaw
|
f529f74b8f
|
file tree.html was initially added on branch MOODLE_15_STABLE.
|
2005-09-07 19:20:24 +00:00 |
|
adamtpaw
|
efd1806b03
|
file password.html was initially added on branch MOODLE_15_STABLE.
|
2005-09-07 19:20:24 +00:00 |
|
adamtpaw
|
52ac3de476
|
file displayleft.html was initially added on branch MOODLE_15_STABLE.
|
2005-09-07 19:20:24 +00:00 |
|
adamtpaw
|
8623e13ce1
|
file modattempts.html was initially added on branch MOODLE_15_STABLE.
|
2005-09-07 19:20:24 +00:00 |
|
adamtpaw
|
9230ee575e
|
file custom.html was initially added on branch MOODLE_15_STABLE.
|
2005-09-07 19:20:24 +00:00 |
|
adamtpaw
|
71262f44a2
|
file limit.html was initially added on branch MOODLE_15_STABLE.
|
2005-09-07 19:20:24 +00:00 |
|
adamtpaw
|
dbd5e1286e
|
file aliases2.html was initially added on branch MOODLE_15_STABLE.
|
2005-09-07 19:20:24 +00:00 |
|
adamtpaw
|
753f25a50d
|
file allowprintview.html was initially added on branch MOODLE_15_STABLE.
|
2005-09-07 19:20:24 +00:00 |
|
adamtpaw
|
6f778a6340
|
file attachment.html was initially added on branch MOODLE_15_STABLE.
|
2005-09-07 19:20:24 +00:00 |
|
adamtpaw
|
ca234be52c
|
file analysistable.html was initially added on branch MOODLE_15_STABLE.
|
2005-09-07 19:20:24 +00:00 |
|
adamtpaw
|
5f315a3098
|
file emailteachers.html was initially added on branch MOODLE_15_STABLE.
|
2005-09-07 19:14:29 +00:00 |
|
adamtpaw
|
b537e1e1cc
|
file commentinline.html was initially added on branch MOODLE_15_STABLE.
|
2005-09-07 19:14:29 +00:00 |
|
stronk7
|
324d97ca65
|
Some RSS readers seems to have problems with that wrong p tag.
Merged from MOODLE_15_STABLE
|
2005-09-07 17:07:52 +00:00 |
|
mindforge
|
3809825467
|
Fix for the issue described in http://moodle.org/mod/forum/discuss.php?d=30192
|
2005-09-07 14:08:14 +00:00 |
|
carlesbellver
|
73138df43a
|
*** empty log message ***
|
2005-09-07 09:58:35 +00:00 |
|
martignoni
|
a9ba164c3b
|
First run of wiki help files, thanks to Valry Fremaux
|
2005-09-07 09:51:35 +00:00 |
|
thepurpleblob
|
47b85b4a83
|
Hard coded yes/no strings now properly looked up. Bug #3993
|
2005-09-07 09:51:15 +00:00 |
|
c_schmitz
|
8c3fb67fa9
|
Small Bugfixes where paragraph sign was used instead of $ sign
|
2005-09-07 09:47:59 +00:00 |
|
c_schmitz
|
f856b4f362
|
Small Bugfix
|
2005-09-07 09:37:01 +00:00 |
|
c_schmitz
|
ba6117d3ff
|
Added missing help files in lesson module.
|
2005-09-07 08:47:21 +00:00 |
|
martinlanghoff
|
e91902556f
|
Merged from MOODLE_15_STABLE - enrol/db - bug 3912 - Re-add the enrolment to $user->student[] - should fix things for good.
|
2005-09-07 06:39:30 +00:00 |
|
martinlanghoff
|
fd734f6165
|
Merged from MOODLE_15_STABLE - Fix for bug 4011 -- a MySQL specific workaround did not work with database names with hyphens, and broke the whole plugin for other databases. This patch fixes both issues.
|
2005-09-07 06:12:40 +00:00 |
|
mjollnir_
|
95d71ad3a3
|
Fixed a warning for empty array in forum print_overview for my moodle
|
2005-09-07 05:43:27 +00:00 |
|
mjollnir_
|
7686b6b1d0
|
Merged from MOODLE_15_STABLE (ish): better fix to messaging problem query
|
2005-09-07 04:43:47 +00:00 |
|
patrickslee
|
dd875f1aa2
|
Finally the *correct* fix for the looping problem. Thanks to Penny (Merged from MOODLE_15_STABLE)
|
2005-09-07 04:23:37 +00:00 |
|
martinlanghoff
|
9d866ae0f1
|
Merged from MOODLE_15_STABLE - make_categories_list(): initialize variables correctly to cover up for broken call convention. Passing unset variables by ref to be populated is a BAD idea. Do The Right Thing and Return your function output or there'll be no dessert for you.
|
2005-09-06 22:29:16 +00:00 |
|
patrickslee
|
488b94689d
|
The report_session_error() fix does not work all the times. Proper fix here.(Merged from MOODLE_15_STABLE)
|
2005-09-06 22:16:27 +00:00 |
|
mjollnir_
|
3bff4935eb
|
Merged from MOODLE_15_STABLE: Further tidyup to the cleanremoteaddr function I added - some thing were getting through
|
2005-09-06 21:34:02 +00:00 |
|
mjollnir_
|
1807d0a953
|
Merged from MOODLE_15_STABLE: Backing out a previous patch of mine - bad merge with our local copy
|
2005-09-06 21:23:38 +00:00 |
|
mits
|
06924429fe
|
polished.
translated one string.
|
2005-09-06 20:36:49 +00:00 |
|
papita
|
27fd0956b9
|
some new strings
|
2005-09-06 20:33:13 +00:00 |
|
papita
|
97ba9c9e5a
|
new files by rubens serafim
|
2005-09-06 19:27:59 +00:00 |
|
papita
|
0b44fd6f57
|
corrections by rubens serafim
|
2005-09-06 18:30:54 +00:00 |
|
martignoni
|
e3f0e2026e
|
Friendlier forum information in overview in my moodle
|
2005-09-06 09:17:33 +00:00 |
|
mits
|
9e1a2a6990
|
translated a new string for forum.php.
|
2005-09-06 04:20:44 +00:00 |
|
mits
|
c06368dd24
|
polished.
|
2005-09-06 04:09:33 +00:00 |
|
mjollnir_
|
29dc9751e3
|
Friendlier forum information in overview in my moodle
|
2005-09-06 01:34:48 +00:00 |
|
mits
|
c273a16bae
|
polished.
|
2005-09-06 00:21:41 +00:00 |
|
patrickslee
|
c9e2e3ffcf
|
Fixed a rare problem that report_session_error() causes a redirection loop (Merged from MOODLE_15_STABLE)
|
2005-09-05 23:48:42 +00:00 |
|
stronk7
|
bcbebdc53b
|
Avoid empty or unlinkable activity names.
Merged from MOODLE_15_STABLE
|
2005-09-05 22:34:18 +00:00 |
|
stronk7
|
32a50e2833
|
Avoid empty or unlinkable activity names
Merged from MOODLE_15_STABLE
|
2005-09-05 22:32:06 +00:00 |
|
koenr
|
540fa083d2
|
A lot of errorcorrections from L.Vandijck
Thanks a lot!
|
2005-09-05 19:46:39 +00:00 |
|
stronk7
|
359484a063
|
Wrong syntax fixed. Bug 4014.
Curiosly, the bug is in 1.4 and HEAD, but no in 1.5... Uhmmm,
be careful with those merges... ;-)
(http://moodle.org/bugs/bug.php?op=show&bugid=4014)
Merged from MOODLE_14_STABLE
|
2005-09-05 16:21:18 +00:00 |
|
martignoni
|
a41bd14870
|
Performance fix for get_directory_size: new config option for path to du
|
2005-09-05 14:22:41 +00:00 |
|
thepurpleblob
|
343f4898ed
|
Use correct function for heading with help attached.
|
2005-09-05 09:33:08 +00:00 |
|
mits
|
762cdf2412
|
translated a new string for admin.php.
|
2005-09-05 09:17:51 +00:00 |
|
martignoni
|
3ca7cbb27c
|
Better explanation
|
2005-09-05 07:56:43 +00:00 |
|