jerome
46dd6bb0cf
MDL-15402: delete a type now delete all its instances, fix confirmation xhtml and message, change save label buttons, repository_get_instances() return now all instances if no context is defined
2008-09-03 11:02:25 +00:00
jerome
4f2b9a4fed
MDL-15402: change repository_cache_expire common option default to 120 (minutes)
2008-09-03 09:53:35 +00:00
jerome
5a8ca18789
MDL-15402: add repository_cache_expire common option
2008-09-03 09:45:27 +00:00
skodak
d2d9ba7d64
MDL-14326 fixed incorrect requires
2008-09-03 07:48:19 +00:00
scyrma
2a68c5d9b9
MDL-16318: remove a few calls use_html_editor() (more to come)
2008-09-03 03:09:56 +00:00
skodak
3b49f849d8
MDL-15635 dtl refactoring and basic export and transfer ui (the import UI will be part of install process soon) - based largely on code by Andrei Bautu - thanks!
2008-09-02 21:20:45 +00:00
jerome
a660039578
MDL-15402: new version of repository administration
2008-09-02 08:58:53 +00:00
tjhunt
af2f92d088
MDL-15605 - Fix solution SQL syntax for the "question categories must belong to a context that exists" check.
2008-09-01 05:29:26 +00:00
skodak
e85a924fec
MDL-15635 DTL refactoring, adding release field to xml file
2008-08-30 18:54:57 +00:00
lfrodrigues
1c50df9f24
MDL-16268 User-User send messages now use new messaging system.
2008-08-30 17:53:30 +00:00
mjollnir_
85594fa240
MDL-16180 fixing up typo in mnet services hack
2008-08-30 11:37:23 +00:00
mjollnir_
b91b274b92
MDL-16180 - add portfolio support to mnet
2008-08-30 11:25:29 +00:00
nicolasconnault
75d226d74d
MDL-15666 Generating test data on-the-fly using the generator!
2008-08-29 14:46:55 +00:00
nicolasconnault
7e95408b01
MDL-15666 MDL-16177
...
Refactored the generator script into proper Object Oriented code. It can now be used as a CLI tool, as a web form or as an included library with a function call. Stub implementation is demonstrated in portfolio unit tests.
2008-08-29 08:01:55 +00:00
skodak
7cd18ebabf
MDL-15670 Database export/import library - by Andrei Bautu, minor tweaks only - big thanks!
2008-08-28 21:32:03 +00:00
skodak
10f19c4925
MDL-15876 I hope the multicheckbox now works 100% :-)
2008-08-28 07:08:08 +00:00
jerome
e6be3a6987
MDL-13766: refactor all repository_instances() => repository_get_instances()
2008-08-28 05:30:19 +00:00
jerome
c9f9f91159
MDL-13766: refactor all repository_instance() => repository_get_instance()
2008-08-28 05:23:07 +00:00
tjhunt
68f0aac887
MDL-16243 Implement a health-centre check that the question categories are arranged properly in tree structures.
2008-08-28 05:06:32 +00:00
dongsheng
27051e4319
MDL-13766
...
1. Chanage database, create 2 more tables for repository
2. One-step download in file picker
2008-08-26 07:20:56 +00:00
skodak
90658eefb0
MDL-16166 centralised enabling of subsystems, fixed some warnings and general cleanup
2008-08-26 05:45:07 +00:00
tjhunt
e2249afe2b
MDL-7010 Convert mod\quiz\config.html to mod/quiz/settingstree.php using the new admin tree system.
2008-08-26 01:05:01 +00:00
skodak
5bfa6da067
MDL-15668 XML schema for XML db image file - credit goes to Andrei Bautu
2008-08-25 21:10:11 +00:00
nicolasconnault
db1d500007
MDL-16177 Moving to admin folder
2008-08-23 06:58:00 +00:00
tjhunt
ff4b9fcbb2
MDL-16170 - Improve naming of the plugins category in the admin menu.
...
Yes, I know I changed an existing language string, which is supposed to be wrong, but I changed it so that the string 'plugin' is now 'Plugin'. I just cannot see that as a wrong change.
2008-08-22 03:32:49 +00:00
skodak
bba0beaee2
MDL-15716 Tightened dataroot security checks and and 'loud' administrator warning
2008-08-21 15:29:42 +00:00
mjollnir_
349242a31d
MDL-16127 - smarter handling of supported formats in callers
2008-08-20 13:30:37 +00:00
tjhunt
ff5328a279
MDL-15605 Convert question bank consistency checks described in MoodleDocs ( http://docs.moodle.org/en/Development:Question_bank_consistency_check ) to health centre checks.
2008-08-20 08:53:07 +00:00
tjhunt
2c746a6665
Fix typo.
2008-08-19 05:47:06 +00:00
dongsheng
04bd6d2def
"MDL-13766, small changes to repository management"
2008-08-19 03:56:52 +00:00
skodak
86540fccb9
MDL-16003 changing to new adminroot style - thanks Tatsuya Shirai
2008-08-17 22:53:19 +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
mjollnir_
08d5e18bf8
MDL-15865 - fixed admin settings stuff for hidden plugins
2008-08-13 09:21:53 +00:00
mjollnir_
fe5c026a64
fixing a typo from the dml migration in mnet admin
2008-08-13 09:18:51 +00:00
dongsheng
4a65c39a46
MDL-15402, add admin setting page, to meet requirement, make some changes to repository base class.
2008-08-13 04:09:13 +00:00
mjollnir_
096166c232
MDL-15902 : disable portfolios by default
2008-08-12 13:55:51 +00:00
mjollnir_
7e51bbcee9
MDL-15995 - portfolio cron. currently just cleans up any orphaned transfer data
...
Later should be extended to add hooks in the plugins
2008-08-11 12:50:26 +00:00
nicolasconnault
1ddfd4ec23
MDL-15837 Started sql_ helper function tests for mysqli, mysql and postgres7
2008-08-07 14:55:03 +00:00
skodak
a0df358a47
MDL-15928 reverting previous commit - we might still need the binary zips because PHP ext is buggy on 64bit OS
2008-08-07 13:36:20 +00:00
jerome
dc633c9900
MDL-15402 finally we decided that the repository activation will be done with capabilities, and that there is no need to have a administration page for enable/disable repository, neither sort, neither settings. In administration we will just be able to setup an instance for Moodle context.
2008-08-06 03:30:55 +00:00
stronk7
354e55a748
Re-adding two Moodle 1.9 env checks that were deleted by MDL-14451
2008-08-04 23:03:40 +00:00
skodak
ed94cb66c6
MDL-15928 switched to zip PHP extensions
2008-08-04 16:45:08 +00:00
moodler
882c218fa3
Added plugin hooks for http://docs.moodle.org/en/Development:Progress_tracking
2008-08-04 07:27:49 +00:00
stronk7
f6b923eaba
Allow multiple SMTP hosts or host:port to be defined in $CFG->smtphosts. MDL-15923 ; merged from 19_STABLE
2008-08-03 21:14:31 +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
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
skodak
bed7993115
MDL-15897 deprecated PARAM_CLEANFILE - we now support unicode everywhere
2008-07-31 23:03:50 +00:00
skodak
172dd12c63
MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib related file improvements MDL-15906
2008-07-31 22:15:30 +00:00
skodak
1e908abea4
MDL-15901 completion disabled by default
2008-07-31 21:48:29 +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