2351 Commits

Author SHA1 Message Date
skodak
db9d4a3d0a MDL-17427 moving upgrade code from adminlib to upgradelib + new upgrade logging functions 2009-01-29 21:17:52 +00:00
skodak
0cb93a7e45 MDL-17427 another round of refactoring of upgrade related functions - this should be final now I hope ;-) 2009-01-29 19:58:47 +00:00
stronk7
6e66ecbe24 MDL-18073 environment - enforce PHP 5.2.8 req for Moodle 2.0 ; merged from 19_STABLE 2009-01-28 23:43:27 +00:00
skodak
43995076c6 MDL-18040 rewritten XSS query, I hope this will be much faster 2009-01-28 22:45:07 +00:00
skodak
08ff9f81db MDL-17458 fixed lang selection in sessionless db installer 2009-01-28 06:44:41 +00:00
skodak
da5e6f3a29 MDL-18057 fixed XSS test; merged from MOODLE_19_STABLE 2009-01-27 17:39:32 +00:00
skodak
828b6d1067 MDL-18040 adding warning that the security report processing may take a long time 2009-01-27 16:21:56 +00:00
skodak
244714c28a MDL-18055 adding timeout protection to security report; merged from MOODLE_19_STABLE 2009-01-27 15:06:40 +00:00
tjhunt
cbe2a956eb admin: xhtml strict problems. 2009-01-23 02:11:27 +00:00
Jonathan Newman
4d933beb8a cvsimport fixups 2009-01-20 23:53:34 +00:00
tjhunt
cf7093e4f0 upgrade reload icon MDL-17924 unobfuscate Martin's reload icon. 2009-01-20 06:56:38 +00:00
moodler
f3a36b620d maintenance mode MDL-15700 Just some little tidyups of the maintenance mode page 2009-01-20 06:01:05 +00:00
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
e8656befac MDL-17942 more session refactoring 2009-01-18 18:00:44 +00:00
skodak
88fdd846f6 MDL-17942 fixed gc regressions, added gc after deleting users and similar cases 2009-01-18 12:20:55 +00:00
skodak
dd9e22f871 MDL-17942 implemented gc and timeouts for db sessions 2009-01-18 11:19:40 +00:00
skodak
19a4a32e53 MDL-17942 fixed some incorrect uses of exceptions and typos 2009-01-17 23:24:31 +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
56949c17de MDL-14992 refactored use of session_write_close() 2009-01-17 15:25:08 +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
18818abf4c MDL-17458 $CFG->rolesactive cleanup + other cleanup in upgrade code 2009-01-15 22:09:57 +00:00
skodak
9b0b537b69 MDL-17222 imrpoved configuration links 2009-01-15 18:30:26 +00:00
jerome
884f46c926 web service MDL-12886 add web services settings into admin 2009-01-15 08:18:00 +00:00
skodak
c05ede9867 MDL-17898 do not store real object instances into sessions in XMLDB editor 2009-01-14 18:45:40 +00:00
skodak
3f57bd454a MDL-14992 towards new moodle db sessions 2009-01-14 17:08:29 +00:00
dongsheng
beeee4d21d "MDL-17747, add max category depth setting, merged from 1.9" 2009-01-14 04:48:22 +00:00
skodak
d6bc965bb8 MDL-17878 basic UI for looking at config log 2009-01-13 21:13:16 +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
3e46c66a5d MDL-17427 - removed old file based logging from ugprade - going to add new upgrade logging later 2009-01-11 10:18:53 +00:00
skodak
1caea91efb MDL-17457 moved a lot of code into lib/db/install.php + other refactoring and cleanup 2009-01-11 09:41:48 +00:00
skodak
ac110efc6f MDL-17845 removed install/upgrade autopilot - not needed any more ;-)
there are now only two upgrade pages, one for core, the second for all plugins
2009-01-10 22:13:12 +00:00
skodak
704f4cdb7a MDL-17845 moved blocks code from /blocks/db/* to core 2009-01-10 22:01:20 +00:00
skodak
ab2eb65c88 MDL-17846 moved blocks code from /blocks/db/* to core 2009-01-10 21:06:53 +00:00
skodak
27bd819be5 MDL-17848 oops, yet more cron compatibility fixes for console_write() ;-) I have added a new console_write_error() too 2009-01-10 20:44:45 +00:00
skodak
f1953d38f3 MDL-17847 moved backup install.xml and upgrade.php to core 2009-01-10 20:03:08 +00:00
skodak
84ebf08dcc MDL-16483 $CFG->unittestprefix not required anymore to run unit tests that do not need fake db; it should be saer to let admins modify the prefix in config.php instead of modifying it from php 2009-01-10 16:06:53 +00:00
skodak
efd8c7fc6b MDL-17843 - db unit tests are now always included again; lang string not needed anymore 2009-01-10 14:13:34 +00:00
skodak
dbff568ed6 MDL-17842 removed slowtest support from unittest report - never used, not needed 2009-01-10 14:02:31 +00:00
skodak
b636fdfbc1 MDL-14123 Full IPv6 support - replaced mnet ip_in_range() by standard ipv6 compatible address_in_subnet(); replaced $_SERVER['REMOTE_ADDR'] with standard getremoteaddr() 2009-01-09 21:41:47 +00:00
tjhunt
df2e8971ff accesslib: MDL-17626 admin/modules.php should call delete_context when a module is uninstalled. 2009-01-09 05:34:49 +00:00
dongsheng
40dd60d3b7 "REPOSITORY/MDL-13766, allow use repository name with numbers in it" 2009-01-09 03:20:05 +00:00