2656 Commits

Author SHA1 Message Date
stronk7
bd79ec5639 MDL-13204 xmlb editor checks - give extra time to checker because they can run looong 2009-05-30 23:45:07 +00:00
skodak
b8523467c7 MDL-15249 towards localized cli installer 2009-05-30 19:02:04 +00:00
stronk7
11e167a9d0 MDL-16059 xmldb editor - now all the php auto-generated code include proper upgrade_xxx_savepoint() calls 2009-05-30 18:57:00 +00:00
skodak
c31d94e8ba MDL-15249 towards localized cli installer 2009-05-30 17:14:24 +00:00
skodak
5a411e8137 MDL-15249 help now printed if config.php exists 2009-05-29 07:45:06 +00:00
stronk7
c97b24bf73 MDL-9176 xmldb editor - now it's possible to save from edit table page 2009-05-28 23:48:39 +00:00
stronk7
d5810e1d72 MDL-9176 xmldb editor - now it's possible to save from edit file page 2009-05-28 23:25:27 +00:00
stronk7
4f237e248b MDL-9176 xmldb editor - enable the possibility to avoid unload after save (default) 2009-05-28 23:20:53 +00:00
stronk7
c1b8eeda68 MDL-19305 renaming string because I'm going to need both 2009-05-28 21:57:56 +00:00
stronk7
9dd35834ee MDL-19305 xmldb editor - throw message when there are changes pending to save and perms don't allow it. 2009-05-28 21:48:13 +00:00
stronk7
0dd435add1 MDL-19304 xmldb editor - files default action changet to edit 2009-05-28 18:59:08 +00:00
stronk7
f802a79b70 MDL-19304 xmldb editor - fixed default action for tables & statements 2009-05-28 18:41:02 +00:00
stronk7
8d38291f76 MDL-19304 xmldb editor - default action (click on name) for field/key/index is now "edit". New "xml" button added. 2009-05-28 18:19:10 +00:00
stronk7
98d1895fe0 MDL-19307 xmldb documentation - add link from main page to global docs generator 2009-05-28 00:21:42 +00:00
stronk7
0fa07dab85 MDL-19307 xmldb documentation - generate all the documentation in a BIG report 2009-05-28 00:19:59 +00:00
stronk7
12bef9fe30 MDL-19319 xmldb docs - move intro paragraph out from xlst 2009-05-28 00:07:59 +00:00
stronk7
6ef8b35a4b MDL-19319 xmldb documentation - improve output to show complete field specs 2009-05-27 22:55:36 +00:00
skodak
3b596dbf0b MDL-15249 sample cli scripts - sample implementation only, no localization - ideally we should now decide what parameters we need - let the heated discussion begin ;-) 2009-05-27 09:52:25 +00:00
jerome
2b28cae42d community Hub MDL-19313 fix hard coded string for registration form title, merged from 1.9 2009-05-27 03:05:54 +00:00
stronk7
3a0a3d7a6c MDL-19058 xmldb editor & enums - inform about ENUM info detected in all
the loaded files, suggesting different options depending of active/inactive ENUMs found
2009-05-26 18:47:02 +00:00
skodak
3316fe24d5 MDL-15249 more cleanup and refactoring - towards cli upgrade 2009-05-26 17:44:25 +00:00
skodak
bc76b3c02f MDL-15249 more cleanup, removing unused code, adding some TODOs 2009-05-26 10:21:56 +00:00
skodak
00be19165f MDL-15249 whitespaces and comments cleanup, no other changes 2009-05-26 09:56:35 +00:00
skodak
8580535b81 MDL-15249 refactoring towards cli install script 2009-05-26 09:52:38 +00:00
skodak
aa282b10fb MDL-15249 $_SERVER['HTTP_HOST'] not availabel in CLI script, replaced by parsing of wwwroot which should give the same info 2009-05-25 20:55:27 +00:00
peterbulmer
d3080510e4 MDL19219 mnet, mitigate arrkey loss in transit
When usernames are numeric, they are lost in mnet transit when used as
keys in the array result of course_enrolments(). As the username is not
sent with the enrolment details, it was not previously recoverable.
This patch adds the information to the enrolment details,
(enrol/mnet/enrol.php), and adds support for recovering the username if
it was numeric (and hence lost) (admin/mnet/enr_course_enrol.php)
2009-05-18 02:38:02 +00:00
skodak
a5747cf828 MDL-19211 text editor plugins configuration 2009-05-17 21:10:06 +00:00
skodak
5ca3c8386f MDL-19184, MDL-19212 - refactoring, cleanup and improvements in text editors support; localization support is not finished, inline docs incomplete, expect more commits soon 2009-05-16 20:53:21 +00:00
jerome
2a274f2a93 authentication MDL-18273 Custom Authentication Plugin title can be retrieved from specific language file, merged from 19 2009-05-14 07:03:27 +00:00
nicolasconnault
9dbb51ba7e MDL-15666 Fixed for HEAD. No longer any need for URL variables to run from browser. Doesn't generate quizzes properly yet. 2009-05-13 12:22:17 +00:00
stronk7
d4e15ca389 MDL-19161 - DB 2.0 reqs. Updated to fulfil 2.0 Roadmap ; merged from 19_STABLE 2009-05-12 09:29:18 +00:00
stronk7
a12fbc0125 MDL-18547 xmldb floats - recommend to switch to number fields when possible 2009-05-12 08:32:16 +00:00
skodak
551935cfc6 MDL-18476 fixed default guest role display hint; merged from MOODLE_19_STABLE 2009-05-08 12:23:22 +00:00
tjhunt
6cbcbf0fb3 blocklib: MDL-19010 eliminate remaining calls to blocks_repopulate_page 2009-05-08 08:22:59 +00:00
tjhunt
e03c0c1d49 blocklib: MDL-19010 fix editing block config and block roles. 2009-05-08 07:47:50 +00:00
tjhunt
ac9e220734 admin settings/blocklib: MDL-19108 Error when saving any admin settings
Regression from MDL-19010
2009-05-08 02:43:06 +00:00
tjhunt
f474a4e583 blocks: MDL-19010 Fix further blocks-related breakage, including removing all references to blocks_insance_old outside blocklib.php 2009-05-07 08:55:10 +00:00
skodak
c9a433cdd6 MDL-18670 adding proper permissions for mkdir(); merged from MOODLE_19_STABLE 2009-05-06 16:10:45 +00:00
tjhunt
b7b2d0f37d moodle_page: MDL-12212 improve comments and add some work-in-progress warnings 2009-05-06 09:29:05 +00:00
tjhunt
1b6b940022 moodle_page: MDL-12212 eliminate page_my_moodle 2009-05-06 09:23:37 +00:00
tjhunt
93d4a373f9 blocklib: MDL-19010 always include blocklib in setup.php, stip includes elsewhere 2009-05-06 09:13:16 +00:00
tjhunt
66b10689e2 blocklib: MDL-19010 upgrade database tables ready for now blocks system 2009-05-06 09:12:03 +00:00
tjhunt
f8b80dbd95 moodle_page: MDL-12212 completely remove the old tag and admin page classes 2009-05-06 09:11:07 +00:00
tjhunt
cfcfb9f3d0 moodle_page: MDL-12212 kill legacy page_allows_editing implementations 2009-05-06 09:02:48 +00:00
tjhunt
830dd6e9cd moodle_page: MDL-12212 reimplement user_is_editing, deprecate isediting 2009-05-06 08:59:29 +00:00
tjhunt
ad52c04f4c moodle_page: MDL-12212 Kill legacy url_... and blocks_... methods
Start calling $PAGE->set_url in all the places it will be necessary
Start of a stub implementation of $PAGE->blocks to stop other things breaking
Remove some of the special case methods in admin_page
2009-05-06 08:55:53 +00:00
tjhunt
4873f5f709 moodle_page: MDL-12212 Eliminate legacy blocks_ methods
moving blocks will now be broken until the new bockslib is done
2009-05-06 08:53:14 +00:00
tjhunt
82611d8d33 moodle_page: MDL-12212 ->docspath 2009-05-06 08:48:13 +00:00
tjhunt
d7ab887938 moodle_page: MDL-14306 (part of MDL-12212) class name on body with ->category
If ->allowcategorythemes is set, includes all parent categories too
2009-05-06 08:46:48 +00:00
tjhunt
948203a5e8 moodle_page: MDL-12212 ->category and ->categories 2009-05-06 08:46:05 +00:00