Commit graph

484 commits

Author SHA1 Message Date
lfrodrigues
818dc096d1 MDL-10107 - added missing error translation string 2008-08-02 00:13:10 +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
dongsheng
2e4a8e0caa MDL-13766, add lang strings. 2008-08-01 07:04:22 +00:00
moodler
120b375891 MDL-10107 Fixed the definition of message providers ... it now works through files very similar to those for events and capabilities, which makes them easy to add/remove/change as necessary 2008-07-31 08:01:46 +00:00
jerome
c5d2d0dd7c MDL-15402 implementation of repositories administration. Administrator can hide/show/sort/setup repositories. This code has been commited in order to be used by FilePicker.
Because it's doing the same thing than the filter manager, the code is similar. Some generic code need to be done (filter and repository code should use the same function, and the current generic filter lib should be refactor, at least their name). Optimization of original code should also be done if necessary.
2008-07-31 06:01:12 +00:00
scyrma
cb6c02c4b7 MDL-14741: cleaning up some leftover cruft 2008-07-30 07:58:05 +00:00
sam_marshall
384500c100 MDL-15876: Fixed error with defaults in config_multicheckbox 2008-07-29 14:26:26 +00:00
mjollnir_
a50ef3d34f MDL-15865 - admin portfolio settings are now a settingspage rather than an admin page. 2008-07-29 10:51:18 +00:00
sam_marshall
4e781c7b50 MDL-15498: Completion system 2008-07-28 12:31:29 +00:00
skodak
fb8634e50c MDL-15846 add option to prevent course welcome emails + support for searching in enrolment page 2008-07-26 16:50:33 +00:00
dongsheng
4e63912156 MDL-15244, add ability to block ip addresses. 2008-07-16 02:16:42 +00:00
skodak
e9180ff830 MDL-15544 Disable email signup in new installation - add danger warning 2008-07-04 23:53:13 +00:00
jamiesensei
a655337336 MDL-15532 "moving progress_bar class into weblib from adminlib" 2008-07-04 10:15:00 +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
jamiesensei
7cdd8b2258 MDL-14191 "Add db folder for db installation / upgrade" and MDL-14193 "Automatic processing of access.php for adding / upgrading report capabilities" New plug in capabilities for quiz reports. 2008-06-20 09:11:08 +00:00
skodak
4787c6eb24 MDL-15241 fixed plugin test 2008-06-16 11:34:19 +00:00
dongsheng
e6edb40e7a "MDL-14129, fix print_error" 2008-06-15 11:47:27 +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
scyrma
8c37106df2 MDL-14741: Simplifies the activation of the htmleditor. This is a work-in-progress at this stage, but it's an improvement on the current state. 2008-06-11 08:37:26 +00:00
skodak
294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
scyrma
a6cbe74cf5 MDL-14741 - Prevent installation problem, preventing use of html on first-time configuration of site name 2008-06-06 03:51:39 +00:00
scyrma
0d6ec7066b MDL-14741: make the htmleditor work for the frontpage summary administration page 2008-06-06 02:53:20 +00:00
skodak
5183f0cc5b MDL-15094 fixed stats regression and prefix cleanup 2008-06-05 20:35:28 +00:00
skodak
c7da43571b MDL-14679 converted some count_records 2008-06-02 21:47:31 +00:00
skodak
823e64a78c MDL-14679 towards /admin/settings conversion 2008-05-31 09:54:12 +00:00
skodak
5d910388bb MDL-14679 towards /user conversion 2008-05-30 22:11:31 +00:00
dongsheng
3a4ff63b31 "MDL-14706, see tracker" 2008-05-23 13:17:56 +00:00
dongsheng
ab50023681 "MDL-14706, introduce a progress bar class" 2008-05-23 05:35:38 +00:00
dongsheng
67784b2fe9 "MDL-14706, improve the progress bar, merged from MOODLE_19_STABLE" 2008-05-23 05:29:51 +00:00
thepurpleblob
95dff9da6b MDL-14936
Course managers admin screen shows roles in "correct" order.
2008-05-21 12:28:09 +00:00
dongsheng
2f137aa130 "MDL-14129, fix print_error" 2008-05-20 02:53:46 +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
0baa053722 MDL-14451 updated pre-upgrade check (feedbacks, journal, lams, workshop and exercise) 2008-05-01 20:27:42 +00:00
skodak
47c53a54d7 MDL-14599 removed support for old $CFG->dbtype.php upgrade and install support for modules and plugins 2008-05-01 20:02:37 +00:00
dongsheng
5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
skodak
5ac776acda MDL-13893 fixed hiding of editor buttons, added labels there too; merged from MOODLE_19_STABLE 2008-03-15 16:37:41 +00:00
skodak
91f9a62c3f MDL-13730 site setting for aggregation of scales; merged from MOODLE_19_STABLE 2008-03-03 11:03:54 +00:00
moodler
c42b6f7dd3 MDL-13498 Merged from 1.9 (smaller display) 2008-02-18 02:12:22 +00:00
skodak
61460dd631 MDL-13192 major stats cleanup patch - see tracker for more details; merged from MOODLE_19_STABLE 2008-02-16 18:33:50 +00:00
skodak
f7633b0f2e MDL-12795 length specification in configtext constructor instead of css; merged from MOODLE_19_STABLE 2008-02-05 11:45:05 +00:00
nicolasconnault
95f9fa4d1e MDL-13103 merging from 1.9 2008-02-04 11:03:29 +00:00
mjollnir_
2a5f4a885b Merged from MOODLE_19_STABLE: MDL-12440: take out auth title and description into base class, plugins can override. updated places that use get_string to call these methods. Credit: Luke Hudson <luke@catalyst.net.nz> 2008-01-31 22:02:44 +00:00
moodler
0607c0f515 Applied patch from Yazel Hernandez to fix XHTML strict MDL-13230 2008-01-30 00:34:50 +00:00
nicolasconnault
b01e5bb3aa MDL-13103 merging from 1.9 2008-01-26 10:00:08 +00:00
nicolasconnault
82d6066568 MDL-13103 merging from 1.9 2008-01-25 16:31:50 +00:00
nicolasconnault
4c546b8149 MDL-13103 merging from 1.9 2008-01-25 12:56:22 +00:00
nicolasconnault
51b57ef6a8 MDL-13101
1. Showing full path
2. Showing plugins to be installed
3. Lang strings properly used
4. Table headers
2008-01-24 08:40:36 +00:00
nicolasconnault
1e92bb9112 MDL-13101 New section of the upgrade process: plugins check 2008-01-23 22:48:54 +00:00
skodak
b5d4efc60f MDL-13091 Aggregate including subcategories off by default, adding default values info into grade cat combo setting; merged from MOODLE_19_STABLE 2008-01-22 08:27:30 +00:00