1903 Commits

Author SHA1 Message Date
skodak
06c1a1daf4 MDL-14981 regex search support in datalib, fixed course search 2008-05-25 20:43:46 +00:00
skodak
79eaec48cd MDL-14978 removed obsoleted get_site_users() 2008-05-25 11:18:12 +00:00
skodak
624a690b3d MDL-14679 first part of datalib conversion 2008-05-25 09:39:02 +00:00
thepurpleblob
ab7ac6ac55 MDL-14916:
Tidy up notices

Merged from STABLE_19
2008-05-21 12:47:35 +00:00
thepurpleblob
9d5a4b235e MDL-14832
Don't show a user name more than once. Only show them in the
most 'senior' role.

Merged from STABLE_19
2008-05-21 12:03:22 +00:00
dongsheng
7ade55ad96 "MDL-14668, fix course full in activity reports (upgrade course module version)" 2008-05-16 02:15:23 +00:00
skodak
f33e1ed4ae MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
skodak
59a7889975 MDL-14378 When deleting course category deal with everything that depends on its context; merged from MOODLE_19_STABLE 2008-05-13 22:04:06 +00:00
skodak
e2b347e933 MDL-14378 When deleting course category deal with everything that depends on its context; merged from MOODLE_19_STABLE 2008-05-13 21:52:38 +00:00
moodler
7d2e9a5220 MDL-14738 Merged. Roles section on course settings is now "Role renaming", with help. 2008-05-13 06:16:51 +00:00
dongsheng
1343697c82 "MDL-14129, fix print_error" 2008-05-13 06:15:20 +00:00
tjhunt
d4e5675c00 MDL-14797 - Error when moving a course to an empty category on Postgres 2008-05-12 10:44:44 +00:00
dongsheng
1fdbcd2f1b "MDL-14129, fix print_error" 2008-05-08 08:49:02 +00:00
stronk7
bf221acaef Reverting to previous revision. MDL-14668 ; merged from 19_STABLE 2008-05-07 18:28:59 +00:00
dongsheng
ba6018a902 "MDL-14129, fix print_error call under course/, see tracker" 2008-05-07 06:02:51 +00:00
dongsheng
23360b81dd "MDL-13233, replace the uses of old files to new ones, see tracker" 2008-05-07 03:08:44 +00:00
dongsheng
c1ec736afd "MDL-14668, fix course full name in activity reports, see tracker" 2008-05-07 02:59:36 +00:00
skodak
53b4c28b97 MDL-14647 fix legacy add_teacher() when approving new course 2008-05-01 22:15:02 +00:00
dongsheng
f581f8d64b "MDL-14129, fix print_error" 2008-05-01 05:44:41 +00:00
skodak
2092c318a6 MDL-14604 moved LAMS block to contrib 2008-04-30 12:52:08 +00:00
skodak
0f56c9da08 MDL-14621 fix warning when module code missing and editing course 2008-04-30 12:39:31 +00:00
skodak
7c3b032ec0 MDL-14621 modinfo ignores missing modules now properly 2008-04-30 12:33:18 +00:00
skodak
3a37b3f8d5 MDL-14621 fixed warning when module code missing 2008-04-30 12:24:54 +00:00
jerome
4d4d13019e MDL-13815 - Course summary text is optional and empty by default now 2008-04-29 02:36:34 +00:00
dongsheng
dbf91d9d63 MDL-14129, fix print_error 2008-04-26 11:02:51 +00:00
skodak
46bd37bfa8 MDL-14556 reset coursepage state after switchrole merged from MOODLE_19_STABLE 2008-04-25 14:10:02 +00:00
skodak
8634e00163 MDL-14475 initialised $assign 2008-04-25 14:03:44 +00:00
skodak
530db4cd17 MDL-14475 initialised $hideshow; backported from MOODLE_19_STABLE 2008-04-25 14:03:17 +00:00
dongsheng
8e48039682 MDL-14460, fix get_context_instance, merged from MOODLE_19_STABLE 2008-04-24 08:39:47 +00:00
scyrma
c659559fd6 MDL-3381 - Prevent the un-necessary calls to ctype_alpha. 2008-04-24 06:40:26 +00:00
scyrma
e12e0ee717 MDL-3381 - Reverse broken commit 2008-04-24 03:24:42 +00:00
scyrma
bbbfc0579f MDL-3381 - Remove all remaining core calls to ctype_* functions in 1.9, and make ctype required for 2.0. (merge from 1.9) 2008-04-24 03:07:59 +00:00
dongsheng
09ee7b0d9e MDL-14460, fix get_context_instance, see tracker 2008-04-23 08:07:42 +00:00
dongsheng
9534a8cb39 MDL-9934, add assign roles icon to list of activity icon, see tracker 2008-04-17 06:41:00 +00:00
skodak
666744d71d MDL-14295 - reverting commit, fixed by MDL14293 2008-04-15 07:23:39 +00:00
skodak
90f4745c22 MDL-14113 patch for multiple issues - see tracker for subtasks; merged from MOODLE_19_STABLE 2008-04-13 19:15:02 +00:00
dongsheng
0a013367cb MDL-10735, fix worksheet name, thanks our patch Mitsuhiro Yoshida 2008-04-11 05:47:20 +00:00
moodler
e6924a01bb MDL-14293 Merged from 1.9, fix for undefined $status variable 2008-04-10 03:35:17 +00:00
arborrow
5f1cdfbc2a MDL-14295 - initiate $status to avoid PHP notice 2008-04-09 23:46:12 +00:00
dongsheng
b9837ddfba MDL-14079, improve UI consistency, merged from MOODLE_19_STABLE 2008-04-08 03:49:58 +00:00
dongsheng
437c1c5050 MDL-14085, roll back some error() call 2008-04-08 01:51:00 +00:00
stronk7
c5340330f3 Respect inherited default enrol method when deciding to display the course cost. MDL-14096 ; merged from 19_STABLE 2008-04-07 23:44:42 +00:00
skodak
01e1f34e16 MDL-14240 reverting previous commit 2008-04-07 12:16:10 +00:00
dongsheng
1780d87b53 MDL-14079, add "Hidden" string after the hidden teacher, thanks Mathieu 2008-04-04 06:41:54 +00:00
dongsheng
5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
thepurpleblob
3ab292c678 Replaced some nasty 'magic numbers' with defines. 2008-04-02 14:04:47 +00:00
dongsheng
b1f97418bf MDL-10606 Corrected course search box id 2008-03-25 01:25:54 +00:00
skodak
01d5d39952 MDL-13986 "User view" Activity report links are invalid - patch by Matthew Davidson; merged from MOODLE_19_STABLE 2008-03-19 22:48:13 +00:00
dongsheng
d6cc234114 MDL-13481, Distinguish between course fullname and user fullname 2008-03-19 08:49:23 +00:00
skodak
60ce929f3c MDL-13824 use 0 for all groups - patch by ELoy; merged from MOODLE_19_STABLE 2008-03-18 16:42:33 +00:00