moodler
3b120e464f
MDL-10107 - First check-in of Messaging 2.0 code from Luis Rodrigues, GSOC student.
...
This new messaging system replaces all the various email_to_user() calls.
They are now replaced by events triggers, and the messages are then
processed centrally according to user preferences and sent to one or more
processors (email, popup, jabber etc...)
This code is not finished yet, a lot of work still has to be done on the
interface. However, the basic structure is there and should be working.
Luis and I will be reviewing and polishing this heavily in the next few weeks.
2008-07-24 08:38:03 +00:00
scyrma
5a254a2938
MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9)
2008-07-10 09:55:11 +00:00
Francois Marier
6800d78e06
Drift between CVS and git
...
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
2008-06-25 17:31:23 +00:00
skodak
04264aeda4
MDL-15343 mod upgrade savepoints implemented (the xmldb generator is not updated yet)
2008-06-22 23:35:52 +00:00
skodak
eee5d9bb85
MDL-14956 DDL exceptions
2008-06-22 16:51:55 +00:00
skodak
b1f93b1512
MDL-15246 moving all remaining ddl function to adminlib, keeping old lib/ddllib.php only for BC withexisting code; fixed inline docs related to ddl
2008-06-15 10:32:50 +00:00
dongsheng
b3c4db7c1a
"MDL-14129, fix print_error"
2008-06-15 08:34:35 +00:00
dongsheng
86f9334590
"MDL-14129, fix print_error"
2008-06-13 05:12:50 +00:00
dongsheng
1858ba0c67
"MDL-14129, fix print_error"
2008-06-12 11:52:15 +00:00
jerome
9267ffda3c
MDL-15112 lesson dml conversion - fix the previous fix ($DB->count_records_select should be $DB->count_records)
2008-06-11 06:04:06 +00:00
jerome
590a837a34
MDL-15112 lesson dml conversion
2008-06-11 05:51:43 +00:00
jerome
667b0a1601
MDL-15112 lesson dml conversion
2008-06-11 05:39:52 +00:00
skodak
294ce9870f
MDL-15189 magic quotes finally removed
2008-06-09 16:53:30 +00:00
skodak
318e374544
MDL-15112 converted some skipped dml stuff
2008-06-09 12:29:40 +00:00
jerome
e57bc529da
MDL-15112 lesson dml conversion
2008-06-09 02:08:59 +00:00
jerome
646fc29036
MDL-15112 lesson dml conversion
2008-06-06 04:03:40 +00:00
skodak
cd655b33f9
MDL-15095 towards restore lib dml conversion
2008-06-03 23:35:50 +00:00
skodak
9db7dab2ca
MDL-15095 towards restore lib dml conversion
2008-06-03 22:36:54 +00:00
skodak
c18269c7e5
MDL-14679 towards modform conversion
2008-06-01 21:36:11 +00:00
stronk7
69b80cc2eb
4th iteration committed: xmldb_field, xmldb_index and xmldb_key "public" methods changed + debugging of deprecated ones until Moodle 2.1 . MDL-14863
2008-05-22 00:09:59 +00:00
stronk7
a8cb94f66f
MDL-14863 - 1st iteration: lowercase XMLDB table, field, index, key and statement +
...
wrapper class to support old syntax (no changes in public API yet)
2008-05-20 23:24:40 +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
scyrma
73b36bca84
MDL-12860 - do input sanitization early, so as to not mess up display later (merge from 1.9)
2008-04-17 08:04:37 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
scyrma
542300b41e
MDL-12860 - Patch from Joseph Rézeau, to fix a problem in the display of lesson result when using regexp.
2008-03-06 08:24:40 +00:00
scyrma
e9b18d9092
MDL-13795 - Proposed fix to show a nice string instead of a non-existent deadline. (merge)
2008-03-06 05:02:07 +00:00
moodler
99058191c6
Merged version bumps for release 1.9
2008-03-03 11:49:34 +00:00
nicolasconnault
b64792f664
MDL-13736 Wrapped the link in a div and fixed the style. Merging from MOODLE_19_STABLE
2008-02-29 21:46:14 +00:00
skodak
1f106b3f1d
MDL-13155 once more - reverting mod/xx/index.php to use get_all_instances_in_courses() again, should be now nearly the same as in 1.8.x ;-) merged from MOODLE_19_STABLE
2008-02-05 21:40:21 +00:00
nicolasconnault
fb739b77e0
MDL-13050 merging from 1.9
2008-02-04 13:57:36 +00:00
stronk7
012912655a
Rename lesson usegrademax to usemaxgrade because some old sites can be using the wrong one. MDL-13177 ; merged from 19_STABLE
2008-01-27 15:39:05 +00:00
skodak
dd97c32868
MDL-12945 a slightly bigger patch for performance in recent activity and various group related issues + some other fixes - see list of subtasks in tracker; merged from MOODLE_19_STABLE
2008-01-24 20:33:50 +00:00
nicolasconnault
406af084a3
MDL-13050 Modules were updated, and grades.php files were added to the lesson and hotpot modules
2008-01-18 14:44:45 +00:00
mark-nielsen
4c99e342d2
Merging fixes for MDL-12383 and MDL-12605 from MOODLE_19_STABLE
2007-12-29 22:48:48 +00:00
mark-nielsen
8888882af4
Merging fix for MDL-12605 from MOODLE_19_STABLE
2007-12-29 22:18:19 +00:00
mark-nielsen
c0fe568e2c
Merging fix for MDL-11900 from MOODLE_19_STABLE
2007-12-29 21:50:53 +00:00
mark-nielsen
a46bb28882
Merging fix for MDL-12610 from MOODLE_19_STABLE
2007-12-29 20:59:09 +00:00
skodak
eafb9d9eda
MDL-12458 fixed gradebook upgrade/update problems when not grades yet in activities; merged from MOODLE_19_STABLE
2007-12-25 20:51:23 +00:00
mattc-catalyst
df825b971f
MDL-12335: mod/lesson - fixed missing navigation links
2007-12-06 22:33:36 +00:00
skodak
0b5a80a1a5
MDL-7028 rewritten course reset + forum role_unassign cleanup fixes; merged from MOODLE_19_STABLE
2007-11-29 14:43:04 +00:00
scyrma
d417533252
Fix for par of the missing strings, as reported in MDL-12294
2007-11-26 04:10:08 +00:00
skodak
a78890d593
MDL-12133 validate() method tidying up; merged from MOODLE_19_STABLE
2007-11-23 22:15:07 +00:00
mark-nielsen
6e378e8b77
Merging fix for MDL-12088 from MOODLE_19_STABLE
2007-11-11 01:26:46 +00:00
poltawski
b18921676e
MDL-11124 - Allowed 'There are no [modulename]' translations. This is currently
...
hardcoded and can be discovered through the user interface resonably easily.
Merged from MOODLE_19_STABLE
2007-10-29 10:44:50 +00:00
mark-nielsen
72c61e0996
Mergin fix for MDL-11684 from MOODLE_19_STABLE
2007-10-13 03:12:27 +00:00
mark-nielsen
41d5033732
Mergin fix for MDL-11696 from MOODLE_19_STABLE
2007-10-13 02:36:08 +00:00
mark-nielsen
87b5691f00
Mergin fix for MDL-11636 from MOODLE_19_STABLE
2007-10-13 01:59:32 +00:00
tjhunt
38e179a4ed
MDL-11741 - Convert core modules to take advantage of recent improvements to build_navigation.
...
This check-in removes about 400 lines of code. I hope I have not screwed anything up. I would be grateful if people could review this change, and keep an eye on the navigation bar in modules.
Any navigation bar bugs you find in the near future, feel free to file them in the tracker and assign them to me. Thanks.
If not to many problems are found, I think I would like to backport this to 1.9 stable, but I am not sure that is a good idea. Opinions to the General Developer Forum please. I am about to start a thread there.
2007-10-12 15:55:49 +00:00
skodak
f2e4a0818a
preparation for 1.9 beta 2 - setting correct requires in mods and plugins
2007-10-10 16:09:17 +00:00
skodak
03cedd6283
MDL-11432 eliminated majority of RecordCount uses, added several missing rs_close() - this should help improve perf on some platforms - Eloy says ;-)
2007-10-10 12:19:27 +00:00