358 Commits

Author SHA1 Message Date
tjhunt
d61f7b7641 backup/restore: MDL-16614 more reliable test for when we are restoring a backup that was made of the same site that we are restoring to.
* Use this to fix a question restore bug.
* Replace older code that does something similar with the new test.
* Refactor initialisation of $CFG->siteidentifier into a function. There were about 4 copies of this code ;-)
2009-01-20 03:16:30 +00:00
skodak
ac173d3ebe MDL-17267 simplified create_role - not adding assign and override perm to admin accounts, they have it now always 2009-01-17 23:16:20 +00:00
skodak
35d6a2a43d MDL-17617 - installation session related improvements; logout fixes + other improvements 2009-01-17 20:25:58 +00:00
skodak
0e8aa7acc4 MDL-17458 minor coding style improvements 2009-01-16 13:54:44 +00:00
moodler
1779f5b97d upgrade reload icon MDL-17924 Replaced form with an icon 2009-01-16 02:29:33 +00:00
skodak
53bf751e9e MDL-17458 minor cleanup 2009-01-15 22:41:20 +00:00
skodak
fe17580604 MDL-17458 removed obsoleted example.com check from admin/index.php - now handled in default config or new setup.php code 2009-01-15 22:19:35 +00:00
skodak
1c82b3f2d9 MDL-17458 fixed some buttons and upgrade strings 2009-01-13 11:40:43 +00:00
skodak
61f9c4b4f4 MDL-17868 detection of incorrect hadnling of floats in version numbers - this should prevent dataloss in case it does not work as expected; merged from MOODLE_19_STABLE 2009-01-13 09:04:09 +00:00
skodak
c20ce8742a MDL-17457 removed all statements from main install.xml, some more improvements 2009-01-12 19:36:59 +00:00
skodak
1045a0074c MDL-17849 sql queries not printed by default during upgrade anymore, there is a new config.php only setting $CFG->upgradeshowsql instead 2009-01-12 16:52:53 +00:00
skodak
5c144d605e MDL-17845 now only one page per installs/upgrade :-D 2009-01-12 15:13:44 +00:00
skodak
db5af9346a MDL-16483 reverting changes done to admin/index.php, adding new /admin/report/unittest/test_tables script.php (not finished yet!) 2009-01-11 11:19:52 +00:00
skodak
84b88cfde7 MDL-11061 removed wwwroot tests from admin/index.php, now in setuplib.php 2009-01-07 15:31:54 +00:00
poltawski
10ef4e7de4 admin interface: MDL-11061 Incorrect check check on wwwroot causing invalid
admin warning
2009-01-07 14:08:42 +00:00
moodler
f94824dbbe admin MDL-17429 Move registration button to admin menu, and make registration page a proper admin page, also fix bad DML call
admin MDL-16867 Change "Optional subsystems" menu item to "Advanced features"

(Sorry for the mixed checkin)
2008-12-10 06:23:35 +00:00
stronk7
3bfb1f59cd undefined $site causing registerauth to be asked once and again, and again... MDL-16546
eVS: ----------------------------------------------------------------------
2008-09-18 16:49:19 +00:00
nicolasconnault
c7d306e168 MDL-15666 MDL-16486 2008-09-17 14:31:30 +00:00
nicolasconnault
b9c639d6c2 MDL-16483 Refactored install/upgrade code into lib/adminlib. Created an intermediate MoodleUnitTestCase class that overrides simpletest's constructor, destructor and setup/teardown methods. All moodle unit tests must extend this class. 2008-09-16 12:19:43 +00:00
tjhunt
fa7bec7bef Turn off strict XML headers during upgrade, so if an error occurrs, you are more likely to be able to see what happened. 2008-09-15 04:21:15 +00:00
tjhunt
f608aa031b Tab -> spaces 2008-09-08 07:11:13 +00:00
lfrodrigues
1c50df9f24 MDL-16268 User-User send messages now use new messaging system. 2008-08-30 17:53:30 +00:00
skodak
10f19c4925 MDL-15876 I hope the multicheckbox now works 100% :-) 2008-08-28 07:08:08 +00:00
skodak
bba0beaee2 MDL-15716 Tightened dataroot security checks and and 'loud' administrator warning 2008-08-21 15:29:42 +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
moodler
882c218fa3 Added plugin hooks for http://docs.moodle.org/en/Development:Progress_tracking 2008-08-04 07:27:49 +00:00
skodak
a49709851e MDL-15410 Require PHP 5.2.4 instead of 5.2.0 in HEAD because PHP 5.2.0 has many known problems :-( 2008-08-01 09:44:37 +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
skodak
7b3c273b1d MDL-15883 initialise mnet from admin/index.php 2008-07-30 09:10:02 +00:00
mjollnir_
67a87e7db2 portfolio checkin-
see http://git.catalyst.net.nz/gw?p=moodle-r2.git;a=shortlog;h=refs/heads/portfolio for changelog

commit point is this hash on that branch: f9642af4e8bd319d4ecdfd83589db61a8fa6fef2

This comes with two plugins, box.net & download
2008-07-25 08:14:11 +00:00
skodak
b373260475 MDL-15413 warn admins if display_errors enabled 2008-07-07 14:34:40 +00:00
skodak
e9180ff830 MDL-15544 Disable email signup in new installation - add danger warning 2008-07-04 23:53:13 +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
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
0cbe81112a MDL-14580 rewritten course sorting algorithms 2008-06-16 14:25:53 +00:00
skodak
c3175af5d5 MDL-15094 lib/db/upgrade.php is required file 2008-06-15 12:17:39 +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
a5d424df7c MDL-14679 converted some get/set_field() 2008-06-02 21:39:23 +00:00
skodak
fad5293439 MDL-14679 fixed addslashes 2008-05-31 15:46:55 +00:00
sam_marshall
2d80e3882e MDL-14965: Pass-by-reference call broke install on php5 2008-05-23 10:30:47 +00:00
stronk7
6d5a22b208 Installer fixed, prefixes improved, moved conn settings to connect() and some more improvements. MDL-14864 2008-05-19 18:02:33 +00:00
stronk7
9f17b4bc8f Revert the prefix check to admin/index.php. MDL-14877 2008-05-17 20:46:29 +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
a5ca5003f2 MDL-14605 removing roles upgrade links, only installation needed in HEAD 2008-05-02 09:47:20 +00:00
skodak
0b51c247f0 MDL-14605 removing stats upgrade stuff 2008-05-02 09:42:43 +00:00
dongsheng
957f6fc9d2 "MDL-14460, fix all the other get_context_instance, merged from MOODLE_19_STABLE" 2008-05-02 04:37:02 +00:00
moodler
5811a8e848 MDL-14649 Old stats upgrade that we don't need any more 2008-05-02 01:55:13 +00:00