Commit Graph

3929 Commits

Author SHA1 Message Date
skodak 3a0c6cca33 MDL-8521 new feature - safe overrides, see tracker for details; merged from MOODLE_19_STABLE 2008-07-23 16:10:06 +00:00
dongsheng 5035228fc0 MDL-15244
1. move ip blocker to security menu
2. blocked list and allowed list can work together, a new option could set the order of them
2008-07-22 04:07:58 +00:00
mjollnir_ a5d56dc1cd MDL-15739: make cron.php actually call events_cron 2008-07-21 16:04:14 +00:00
mudrd8mz 01724baa5c MDL-15738 Always use <textarea> in language translation form, even for short strings. Merged from MOODLE_19_STABLE 2008-07-21 15:27:15 +00:00
stronk7 84774c552c upgrade_mod_savepoint() implemented in XMLDB Editor generators. MDL-15343 2008-07-18 22:18:47 +00:00
dongsheng 4e63912156 MDL-15244, add ability to block ip addresses. 2008-07-16 02:16:42 +00:00
dongsheng ab99c8f014 MDL-15244, add ability to block ip addresses for HEAD. 2008-07-14 08:14:31 +00:00
skodak 64000c47aa MDL-13811 email change conf on by default; merged from MOODLE_19_STABLE 2008-07-11 07:50:25 +00:00
dongsheng d3789c64dd MDL-14932, improve accessibility in group assigning and role assigning pages. 2008-07-11 03:48:49 +00:00
dongsheng 51471f2ad5 MDL-15449, enrol multiple users to multiple courses, including bugs fix, see tracker, sent by Jonathan. 2008-07-10 09:16:43 +00:00
skodak a43733550c MDL-10586 fixed coding style; merged from MOODLE_19_STABLE 2008-07-10 08:36:44 +00:00
scyrma e3b9ae8e01 MDL-10586: Fix header to show the right display order. (Initial patch by Mitsuhiro Yoshida) (merge from 1.8/1.9) 2008-07-10 03:37:04 +00:00
dongsheng a158cf7ff2 MDL-15563, use require instead require_once, see tracker. 2008-07-10 01:53:44 +00:00
dongsheng 02ca4d63a4 MDL-15563, fix undefined variable and debugging information. 2008-07-09 09:32:34 +00:00
skodak b373260475 MDL-15413 warn admins if display_errors enabled 2008-07-07 14:34:40 +00:00
nicolasconnault d6ace123f0 MDL-13811 Completed the required changes. Also added a "Cancel email change" link. Merging from MOODLE_19_STABLE 2008-07-05 14:28:13 +00:00
skodak 045ee35279 MDL-14261 fixed access control issues for backup and unittest plugins; merged from MOODLE_19_STABLE 2008-07-05 13:08:07 +00:00
skodak e9180ff830 MDL-15544 Disable email signup in new installation - add danger warning 2008-07-04 23:53:13 +00:00
skodak a4a57da9e2 MDL-15021 Deleted not fully setup separate admin settings; merged from MOODLE_18_STABLE but with better delete 2008-07-03 14:09:27 +00:00
jerome c74ca0e9c4 MDL-14233 Make bulk user picture upload handle subdirectories in zip files, merged from 19 (updated the code in order to use mdlib 2.0) 2008-07-03 07:35:24 +00:00
dongsheng 2867b1161b "MDL-15349, in moodle 2.0, curl lib is required" 2008-06-30 11:12:23 +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
jamiesensei abcaa27391 MDL-14193 "Automatic processing of access.php for adding / upgrading report capabilities" again a small change to how we do this. 2008-06-24 09:22:30 +00:00
skodak 16a5642c69 MDL-14679 var_export now used instead of addsingleslashes in installer; refactored the database setting initialisation 2008-06-22 22:53:40 +00:00
skodak 55946ffda6 MDL-15071 new sqlite pdo driver by Andrei Bautu (with minor changes) 2008-06-22 21:35:07 +00:00
stronk7 ef088e70e7 MDL-14956 DDL exceptions (code suggested by XMLDB Editor) 2008-06-22 18:26:55 +00:00
skodak eee5d9bb85 MDL-14956 DDL exceptions 2008-06-22 16:51:55 +00:00
jamiesensei 000e408c0e MDL-14193 "Automatic processing of access.php for adding / upgrading report capabilities" small change to how we do this. 2008-06-22 09:30:02 +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 ec22e38039 MDL-15273 basic read/write perf counter in moodle_database 2008-06-18 08:26:41 +00:00
skodak ab130a0b5f MDL-15273 basic read/write perf counter in moodle_database 2008-06-16 21:01:54 +00:00
skodak 0cbe81112a MDL-14580 rewritten course sorting algorithms 2008-06-16 14:25:53 +00:00
skodak 16dcdc432c MDL-15249 improving cli installer 2008-06-15 12:41:34 +00:00
skodak 9d068cd64a MDL-15249 improving cli installer 2008-06-15 12:23:53 +00:00
skodak c3175af5d5 MDL-15094 lib/db/upgrade.php is required file 2008-06-15 12:17:39 +00:00
dongsheng bd8ee7c1c4 "MDL-14129, fix print_error" 2008-06-15 12:02:43 +00:00
skodak 3dce78e125 MDL-15247 lib/dmllib.php is now obsolete 2008-06-15 11:35:25 +00:00
dongsheng bcc45748f5 "MDL-14129, fix print_error" 2008-06-15 11:25:45 +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
skodak e81ebb9abe MDL-15094 added some overlook conversions - thanks to Eloy's script ;-) 2008-06-15 10:15:51 +00:00
skodak d19c1ab676 MDL-14905 towards functional DB tests 2008-06-13 08:48:24 +00:00
skodak cc55f4f624 MDL-14905 towards functional DB tests 2008-06-13 08:41:29 +00:00
skodak 068134542f MDL-14905 towards functional DB tests 2008-06-13 08:41:29 +00:00
skodak a230012cd8 MDL-14905 towards functional DB tests 2008-06-13 08:35:29 +00:00
skodak b936956e2f MDL-14905 towards functional DB tests 2008-06-12 09:38:49 +00:00
skodak 2f2bcbc122 MDL-14905 towards functional DB tests 2008-06-11 22:51:36 +00:00
scyrma e7a3f4299f MDL-14739 - move the emoticons configuration in the common section 2008-06-11 03:51:05 +00:00
skodak 809df0e2b6 MDL-14905 towards functional DB tests 2008-06-10 22:05:29 +00:00
skodak 0b00c4ce59 MDL-14905 towards functional DB tests 2008-06-10 20:03:07 +00:00
skodak e6b4f00ed7 MDL-14905 towards functional DB tests 2008-06-10 19:54:27 +00:00