1977 Commits

Author SHA1 Message Date
skodak
878af9ade6 MDL-14679 DML conversion regression 2008-09-02 22:20:35 +00:00
mudrd8mz
ff1f3607f2 MDL-16259 Display overridden role names in course info pop-up box. Merged from 1.9 2008-09-01 09:41:26 +00:00
stronk7
6f8546c97d Allowing category themes to be reverted to "none". MDL-16152. Credit goes to Caio SBA. Merged from 19_STABLE 2008-08-28 23:15:37 +00:00
skodak
61fceb866d MDL-16234 defaults support in plugin_supports() 2008-08-27 20:22:33 +00:00
skodak
d857e8b627 MDL-16223, MDL-16222 - module context now available in xxx_add_instance() module method and $mform is passed as second parameter; $cm is updated/inserted before the activity insert/update hook; other related refactoring and cleanup; error string improvements 2008-08-27 16:33:50 +00:00
skodak
cd9224ab51 MDL-16226 coding style improvements, added deleting of module files 2008-08-27 15:47:25 +00:00
skodak
3ba7053455 MDL-16226 coding style improvements, added deleting of module files, improved validation of params 2008-08-27 15:11:20 +00:00
sam_marshall
5c168a031e MDL-15498: Completion system, help buttons aren't supposed to show when editing 2008-08-22 15:46:30 +00:00
sam_marshall
f17a0360a2 MDL-15498: Completion system, added help button to explain the tickboxes 2008-08-22 11:51:24 +00:00
sam_marshall
d352141e60 MDL-15498: Completion system: progress report had problems with HTML code in activity names causing invalid/broken html output 2008-08-21 16:43:33 +00:00
sam_marshall
82fd829dc3 MDL-15498: Completion system: progress report had issues with long label names 2008-08-21 16:35:12 +00:00
sam_marshall
e3e661a20a MDL-15498: Completion system: tweak so that AJAX version correctly updates alt, title of manual completion icons 2008-08-21 16:03:13 +00:00
sam_marshall
e399d47cd6 MDL-15498: Minor tweaks to completion system (fixing bug with formatting if you have a tick against a multi-paragraph label; allowing use of tick icons on other pages than course/view if required) 2008-08-21 13:54:45 +00:00
skodak
775f811a66 MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes 2008-08-16 12:16:01 +00:00
nicolasconnault
3440ec1234 MDL-12198 2008-08-08 05:25:54 +00:00
moodler
ddd9cd0134 MDL-15926 Merged from 1.9 2008-08-04 07:01:52 +00:00
lfrodrigues
2044a2b26f MDL-10107 - Removed old email_to_user with we still arround and added default message processor for user,
adminuser and on messagelib
2008-08-02 00:04:29 +00:00
sam_marshall
388afecdf4 MDL-15498: Completion: fixed bugs with long titles in the fancy text-rotation SVG code 2008-07-29 12:27:04 +00:00
sam_marshall
a5a63515e3 MDL-15498: Completion: added TODO comment re last commit 2008-07-29 11:26:55 +00:00
sam_marshall
f94988555e MDL-15498: Completion: added idnumber to progress report table (if enabled) 2008-07-29 10:37:46 +00:00
sam_marshall
9ddbd44598 MDL-15869: Fixed bug in saving module settings when completion is not enabled 2008-07-29 09:13:25 +00:00
scyrma
1101dac08d MDL-14679: small fix for problem following db migration 2008-07-29 02:35:17 +00:00
sam_marshall
34572a98fe MDL-15498: Completion fix: change to use ajaxenabled in progress report 2008-07-28 17:21:13 +00:00
sam_marshall
b3aa7ae8bc MDL-15498: Completion fix: provided full UTF-8 support and Excel support for progress CSV output 2008-07-28 17:11:51 +00:00
sam_marshall
7edc92457c MDL-15498: Completion fix: hide completion icons for guest/not logged in 2008-07-28 16:08:23 +00:00
sam_marshall
4e781c7b50 MDL-15498: Completion system 2008-07-28 12:31:29 +00:00
skodak
9009a99006 MDL-13353 Course page does not validate when a lable containing <p> tags is hidden; merged from MOODLE_19_STABLE 2008-07-26 11:36:35 +00:00
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
dongsheng
9afff849e1 MDL-14129, remove 2 error()s in course and blog module 2008-07-24 04:59:29 +00:00
thepurpleblob
488aa8f8a5 MDL-13925
Was not handling adding subcategories properly. Thanks to Dennis Protzek for the patch.

Merged from STABLE_19
2008-07-23 14:36:10 +00:00
tjhunt
9824e56707 MDL-15731 Removed default grouping for modules which do not support grouping - Commiting the merge to head on behalf of sam. 2008-07-21 13:00:41 +00:00
moodler
554606c76b MDL-15601 Merged basic checking to avoid some notices 2008-07-10 08:50:43 +00:00
skodak
2942a5cd34 MDL-9983, MDL-13998 core events related cleanup; merged from MOODLE_19_STABLE 2008-07-06 17:57:06 +00:00
skodak
4692da473f MDL-12505 do not leak separate groups info in advanced search user selection and other fixes; merged from MOODLE_19_STABLE 2008-07-05 20:57:35 +00:00
skodak
f5fc83e818 MDL-15516 prvent access to deleted profiles and other user areas 2008-07-05 14:52:39 +00:00
skodak
ff96219d2f MDL-15420 fixed commented out continue which was causing leaks of info about hidden activities ;-); merged from MOODLE_19_STABLE 2008-07-05 13:20:21 +00:00
scyrma
38fb819028 MDL-11992: adding course tagging patch, by John Beedell. This feature is not
active by default at this time. Related help files are not included in this
commit, as they are being revised (see issue 15385) and will be sent in soon.
2008-06-30 09:04:07 +00:00
moodler
9cfa80b5c8 MDL-15413 Merged prevention of direct access from 1.9 2008-06-27 03:35:22 +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
0cbe81112a MDL-14580 rewritten course sorting algorithms 2008-06-16 14:25:53 +00:00
dongsheng
535a6fa0b5 "MDL-14129, fix print_error" 2008-06-15 11:34:42 +00:00
scyrma
b41349440f MDL-11113: Make the editor work for the frontpage summary field 2008-06-11 08:41:40 +00:00
skodak
294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
skodak
f3c55e42eb MDL-15108 some forgotten conversions 2008-06-07 15:44:19 +00:00
skodak
80e3b05ab3 MDL-15094 fixed stats 2008-06-06 14:11:20 +00:00
scyrma
264ad12641 MDL-14741 - Make tinymce work with the front page description.
TODO: convert the front page description form so it uses formslib
2008-06-06 01:49:07 +00:00
skodak
5183f0cc5b MDL-15094 fixed stats regression and prefix cleanup 2008-06-05 20:35:28 +00:00
skodak
2ba8bdb84c MDL-15094 some more updates 2008-06-05 14:09:34 +00:00
skodak
8f15f8ec2d MDL-15094 fixed regressions 2008-06-04 23:56:34 +00:00
skodak
dc5af91a86 MDL-15094 fixed regression 2008-06-04 23:45:31 +00:00