tjhunt
|
80f69dc0ee
|
MDL-16676 All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html
|
2008-09-25 07:12:46 +00:00 |
|
tjhunt
|
ac324e05ea
|
MDL-16675 change callers to require_js to take advantage of the fact that callers no longer have to add $CFG->wwwroot themselves.
|
2008-09-25 06:40:52 +00:00 |
|
jerome
|
eb1b95976f
|
MDL-12846: add course default settings page
|
2008-09-25 02:31:26 +00:00 |
|
skodak
|
bff34a6747
|
MDL-16365 domain restrictions are now optional when changing email address; merged from MOODLE_19_STABLE
|
2008-09-24 17:00:49 +00:00 |
|
skodak
|
5fc9760399
|
MDL-16626 simplified editor selection, going to change it a bit more later
|
2008-09-23 15:19:21 +00:00 |
|
skodak
|
53b20fe35a
|
MDL-16637 removing obsoleted spellchecker support
|
2008-09-23 15:12:07 +00:00 |
|
skodak
|
6bebbe4503
|
MDL-16627 removing obsoleted HTMLArea
|
2008-09-23 14:16:31 +00:00 |
|
tjhunt
|
7264519e3f
|
MDL-16583 - Clean up some fo the places we link to javascript files, to use require_js
|
2008-09-23 07:00:59 +00:00 |
|
nicolasconnault
|
d27a349bfe
|
MDL-16486 Improved interface, added permission warning and other minor fixes
|
2008-09-23 06:42:18 +00:00 |
|
tjhunt
|
3a4f0a34f5
|
MDL-13894 Impoved fix with less duplicated code, no notices displayed before you get to the 'New settings' screen, and named constants instead of magic numbers.
|
2008-09-23 05:18:42 +00:00 |
|
nicolasconnault
|
2d5b05c878
|
MDL-16486 Implemented test DB upgrade, needs further testing
|
2008-09-22 08:54:33 +00:00 |
|
jerome
|
9885b864df
|
MDL-15402: fix bug with rep type form not displayed during creation
|
2008-09-19 09:56:53 +00:00 |
|
jerome
|
1e97f196a4
|
MDL-15402: when an instance is reaonly, the administrator cannot delete it but should be able to modify the name (only)
|
2008-09-19 06:43:06 +00:00 |
|
jerome
|
ce2066a1c2
|
MDL-15402: do not display type form if there is no option to set
|
2008-09-19 06:16:20 +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
|
23b967c648
|
MDL-16486 Activated autopilot for test table install/upgrade
|
2008-09-18 13:43:27 +00:00 |
|
nicolasconnault
|
90997d6d6d
|
MDL-16486 changed unittest_prefix to unittestprefix
|
2008-09-18 10:05:20 +00:00 |
|
tjhunt
|
7fb0303d89
|
MDL-16564 Make admin settings work better with the cnfig_plugins table.
Also, take the opportunity to take the quiz-specific stuff out of adminlib.php, to make Petr happy.
|
2008-09-18 09:55:04 +00:00 |
|
nicolasconnault
|
0186b1d06c
|
MDL-16486 Added few cfg vars
|
2008-09-18 09:42:53 +00:00 |
|
scyrma
|
62ea712f60
|
MDL-13894: saving a better source IP, following what the admin wants. (merge from 1.9)
|
2008-09-18 08:18:58 +00:00 |
|
jerome
|
c295f9ff05
|
MDL-15402: refactor repository_admin_form into repository_type_form
|
2008-09-18 05:48:25 +00:00 |
|
jerome
|
edb50637d7
|
MDL-15402: remove has_multiple_instance(), API will know there is multiple instance if the function get_instance_option_names() return a not empty object.
|
2008-09-18 05:21:51 +00:00 |
|
jerome
|
1b79955a70
|
MDL-15402: refactor get_admin_option_names() into get_type_option_names()
|
2008-09-18 03:19:52 +00:00 |
|
tjhunt
|
80f1f76e50
|
MDL-16411 - fix qtype admin page to look in the new place for version numbers.
|
2008-09-18 02:46:06 +00:00 |
|
jerome
|
06e65e1e67
|
MDL-15402: remove has_admin_config() and has_instance_config() from repository lib and all repository plugins
|
2008-09-18 02:36:17 +00:00 |
|
nicolasconnault
|
c7d306e168
|
MDL-15666 MDL-16486
|
2008-09-17 14:31:30 +00:00 |
|
nicolasconnault
|
b2313a2abe
|
MDL-16177
|
2008-09-16 18:57:01 +00:00 |
|
nicolasconnault
|
356e001031
|
MDL-16483 minor fixes
|
2008-09-16 16:40:15 +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 |
|
jerome
|
948c286025
|
MDL-15402: implement readonly repository instances (support flickr_public)
|
2008-09-16 09:08:36 +00:00 |
|
mjollnir_
|
658837bb75
|
MDL-16523 - shortened admin mneu items for portfolio plugins
|
2008-09-16 08:10:24 +00:00 |
|
nicolasconnault
|
31355d28c1
|
MDL-15666 MDL-16486
|
2008-09-16 07:33:16 +00:00 |
|
nicolasconnault
|
795ad63034
|
MDL-15666 Testing a matrix of portfolio caller/plugin. Starting the new cleanup method in unit tests (max id)
|
2008-09-15 13:18:44 +00:00 |
|
jerome
|
b8f46e17de
|
MDL-15402: fix a bug with parameter in the delete URL (wrong cleaning setting) + move flickr public email address setting from admin to instance
|
2008-09-15 09:21:29 +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
|
61d04bcc46
|
MDL-15632 Wrong permission in the admin tree defininition mean that people with moodle/role:manage could not define role, and people with moodle/role:assign could not assign system roles.
|
2008-09-12 05:18:27 +00:00 |
|
tjhunt
|
c861c8ac82
|
MDL-6751 improve the usability of the page a bit.
|
2008-09-11 11:07:04 +00:00 |
|
tjhunt
|
4b600aa005
|
MDL-16410 Implement the delete question type functionality on the question type administration screen.
|
2008-09-11 11:01:20 +00:00 |
|
tjhunt
|
0dc48e7132
|
MDL-16456 Remove support for old-style config.html files in modules.
|
2008-09-11 10:25:30 +00:00 |
|
tjhunt
|
1d1ca5ef85
|
MDL-16457 Remove support for old-style filterconfig.html files
|
2008-09-11 10:22:22 +00:00 |
|
tjhunt
|
e6b6b2bb73
|
MDL-14129 missing language string.
|
2008-09-11 08:49:42 +00:00 |
|
nicolasconnault
|
7a8977d5fb
|
MDL-15666 MDL-16177 Fixed pgsql bug
|
2008-09-10 15:14:44 +00:00 |
|
tjhunt
|
bdff6b85d9
|
MDL-16409 - Finish the report.
|
2008-09-10 05:34:09 +00:00 |
|
nicolasconnault
|
74cd7b9303
|
MDL-15666 chat module caller tests and generation
|
2008-09-09 14:04:29 +00:00 |
|
nicolasconnault
|
3b19b67cd8
|
MDL-15666 adding data mod tables to list of tables to clean up
|
2008-09-09 13:01:23 +00:00 |
|
nicolasconnault
|
f968a736cf
|
MDL-15666 database module caller unit test working (get_sha1 only)
|
2008-09-09 12:49:32 +00:00 |
|
nicolasconnault
|
2341547ccc
|
MDL-15666 Fixed some fatal errors in database generation
|
2008-09-09 10:17:48 +00:00 |
|
tjhunt
|
3041a0dfed
|
MDL-16409 Make a new admin report to list all questions of a particular type, by context
Partially done. This has the settings form, and queries the database for the right data, but does not format it correctly yet.
|
2008-09-09 10:16:17 +00:00 |
|
tjhunt
|
89ee3c7937
|
MDL-16348 - followup - prevent debug output when logged in as a non-admin. Thanks to Mat for ponting this out.
|
2008-09-09 09:35:54 +00:00 |
|
nicolasconnault
|
d5849d59ae
|
MDL-15666 Added database and forum caller unit tests
|
2008-09-09 09:17:49 +00:00 |
|