Dan Poltawski
b02ff428de
Merge branch 'MDL-34705_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-08-06 11:31:44 +08:00
Sam Hemelryk
f5543aa05e
Merge branch 'MDL-34647_22' of git://github.com/aolley/moodle into MOODLE_22_STABLE
2012-08-06 10:58:18 +12:00
Tim Hunt
f66ad4aa11
MDL-34705 role assignments list: should link to contexts.
...
This will make Admin's lives a bit easier.
2012-08-02 18:15:40 +01:00
Rossiani Wijaya
d3b86750a3
MDL-34552 accessibility compliance for admin: Add forform input text and select tag
2012-07-31 16:35:30 +08:00
Adam Olley
625aa8b043
MDL-34647: admintool: uploaduser enrolments now obey enrolperiod directive
2012-07-31 11:37:34 +09:30
Dan Poltawski
5d0d6c692c
Merge branch 'MDL-23219_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-07-16 14:33:06 +08:00
Tim Hunt
d8f23e09f2
MDL-23219 check permissions: show relevant role-assignments.
...
Adding this list of role assignments should make it much easier for
admins to work out why, when the permissions shown in the check
permisisons page are now what they expect.
I thought about making the links go more directly to, for example, the
assign roles pages for each context, but because of things like
enrolments in courses that is hard. It is only two clicks to go to the
context, then click the right link in the settings block there.
I also re-orderd some of the code in check.php to try to get all the DB
code before all the output code.
2012-07-13 15:23:18 +01:00
Petr Škoda
397cbe04e4
MDL-34271 add new cli tool for mysql collation conversions
2012-07-12 14:58:14 +02:00
Petr Škoda
4000115abe
MDL-34175 one more hardcoded /admin/ in mnet
2012-07-12 09:44:38 +12:00
Petr Škoda
7232e79e8e
MDL-34175 a few more renamed admin fixes
...
Conflicts:
admin/tool/assignmentupgrade/batchupgrade.php
admin/tool/assignmentupgrade/index.php
admin/tool/assignmentupgrade/listnotupgraded.php
admin/tool/assignmentupgrade/upgradesingle.php
admin/tool/assignmentupgrade/upgradesingleconfirm.php
2012-07-10 12:44:52 +12:00
Charles Fulton
2064567b6e
MDL-27800 admin: make front page restore link consistent
...
Conflicts:
admin/settings/frontpage.php
2012-07-10 11:33:34 +12:00
Eloy Lafuente (stronk7)
72988ea0f4
MDL-33984 mysql: take rid of old unicode & mysql 4.1 message on error.
2012-06-25 15:49:27 +02:00
Eloy Lafuente (stronk7)
b030363b02
MDL-33984 mysql - raise min version to 5.1.33.
...
Because of http://bugs.mysql.com/bug.php?id=42758 and other benefits.
2012-06-25 12:33:22 +02:00
Sam Hemelryk
50eb136630
Merge branch 'MDL-33090_22-missing-xmldb-strings' of git://github.com/rlorenzo/moodle into MOODLE_22_STABLE
2012-06-06 15:37:28 +12:00
Dan Poltawski
ef6ad52352
Merge branch 'wip-mdl-33102-m22' of git://github.com/rajeshtaneja/moodle into MOODLE_22_STABLE
2012-05-29 16:11:08 +08:00
Rajesh Taneja
b27eef0f7e
MDL-33102 blogs: userid will be added during blog visibility upgrade
2012-05-22 10:00:30 +08:00
Rex Lorenzo
c31149fa67
MDL-33090 - Missing strings in XMLDB editor - added in missing strings
2012-05-19 21:31:08 -07:00
Petr Skoda
2f76ac6362
MDL-32564 fix admin/timezone.php page setup
2012-05-19 18:54:40 +02:00
Sam Hemelryk
2146aae7bf
MDL-32872 tool_roles: Fixed up navigation on user roles page
2012-05-14 08:54:28 +12:00
Dan Poltawski
08546a8973
MDL-32693 webservice: fix typo in URL
2012-05-03 18:22:45 +02:00
Aparup Banerjee
58d053313f
Merge branch 'MDL-28657-22' of https://github.com/mackensen/moodle into MOODLE_22_STABLE
2012-05-02 13:55:50 +08:00
Dan Poltawski
1d6070951a
Merge branch 'w17_MDL-25407_m22_innodb' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-04-24 10:23:34 +08:00
Andrew Robert Nicols
8d66adc9b8
MDL-32454 Fix issues highlighted by strict warnings in MNet code
2012-04-24 01:54:26 +02:00
Eloy Lafuente (stronk7)
0742a01d54
Merge branch 'MDL-19549-22' of git://github.com/danpoltawski/moodle into MOODLE_22_STABLE
2012-04-24 01:01:06 +02:00
Petr Skoda
3b1055ee4c
MDL-25407 ignore errors in CLI mysql engine conversion script
2012-04-23 19:20:00 +02:00
Dan Poltawski
7c4e7f8fdf
Merge branch 'MDL-29262_22' of git://github.com/stronk7/moodle into MOODLE_22_STABLE
2012-04-23 12:42:33 +08:00
Eloy Lafuente (stronk7)
c3cc54fcce
MDL-29262 backup: new setting to control the ttl of backup logs
...
Add one new backup setting, moving from the general CFG->loglifetime,
to be able to delete backup logged information often.
Conflicts:
admin/settings/courses.php
version.php
2012-04-23 00:35:10 +02:00
Petr Skoda
6e41a68058
MDL-25407 ignore errors when converting to InnoDB and ignore timeout
...
This should help resolve problems with table views and other unsupported stuff.
2012-04-21 11:51:51 +02:00
Charles Fulton
edb257109e
MDL-28657 backup: make automated backup filenames site admin-configurable
2012-04-20 08:48:29 -07:00
Dan Poltawski
c8ad77f876
MDL-19549 lang: make a string less scary
2012-04-17 17:17:29 +08:00
Jerome Mouneyrac
2547042fe6
MDL-31694 Fix XSS security issue with service name accepting javascript
2012-04-16 14:27:45 +08:00
Dan Poltawski
d2db892076
MDL-32443 queupgradehelper cli: fix path & whitespace
2012-04-16 13:23:17 +08:00
Dan Poltawski
ddbc74866d
Merge branch 'MDL-32443_m22' of git://github.com/merrill-oakland/moodle into MOODLE_22_STABLE
2012-04-16 13:14:42 +08:00
Eric Merrill
ce4ca89ef1
MDL-32443 qeupgradehelper: Add cli tool to execute qeupgrade helper
2012-04-15 23:51:56 -04:00
Eric Merrill
a68b0363bf
MDL-32442 questionupgrade: error in SQL from postgres systems
2012-04-14 09:06:02 -04:00
Sam Hemelryk
61231c48fa
Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag"
...
This reverts commit f01c7ddc7c .
2012-04-11 17:20:29 +12:00
Sam Hemelryk
b054ead121
Merge branch 'MDL-30843_b_m22' of git://github.com/rwijaya/moodle into MOODLE_22_STABLE
2012-04-10 11:01:37 +12:00
Rossiani Wijaya
f01c7ddc7c
MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag
2012-03-30 16:44:13 +08:00
Tim Hunt
2c92dc7bab
MDL-32039 qeupgradehelper: fix typos in the lang strings
2012-03-29 21:38:24 +01:00
Iurii Kucherov
071746fb4a
MDL-31513 rename 'Edit service' to 'Save changes'
2012-03-26 12:12:08 +13:00
Petr Skoda
59307a664c
MDL-27553 admin: Fixed override bug
2012-03-19 20:21:52 +13:00
Eloy Lafuente (stronk7)
27c202c1c0
MDL-31911 admin tools: moved loop after tools admin category created
2012-03-15 00:27:41 +01:00
Eloy Lafuente (stronk7)
4d4e00682b
MDL-31832 CLI upgrade will return 0 exit status if no upgrade is needed
...
Discussed with David, both points were valid but finally
we agreed about to consider the "no upgrade needed" exit
a normal/succesful one, mainly because it keeps previous
behavior the same (exit non-zero only for real errors).
2012-03-07 11:02:47 +01:00
David Mudrak
1acc431b98
MDL-31832 CLI upgrade checks if the upgrade is actually needed
2012-03-07 11:02:10 +01:00
Tony Levi
3d1573914c
MDL-31819: admin: allow install to proceed when multiple admins exist already
2012-03-05 15:54:39 +13:00
Sam Hemelryk
f8c24829ab
Merge branch 'MDL-31707_22' of git://github.com/stronk7/moodle into MOODLE_22_STABLE
2012-03-05 15:21:19 +13:00
Eloy Lafuente (stronk7)
6339bf1051
MDL-29248 backup: delete user_files settings, lang strings and uses
...
Conflicts:
admin/settings/courses.php
version.php
2012-03-01 13:15:46 +01:00
Eloy Lafuente (stronk7)
ce3cd1f122
MDL-31707 environment - add check for the hash extension
2012-03-01 12:52:07 +01:00
Eloy Lafuente (stronk7)
52f37a943c
Merge branch '22_MDL-25996_making_language_editing_terms_user_friendly' of git://github.com/gerrywastaken/moodle into MOODLE_22_STABLE
2012-02-21 10:48:20 +01:00
Gerard (Gerry) Caulfield
c39546eb72
MDL-25996 Updating languaged editing interface terms to make them user
...
friendly
2012-02-21 09:59:34 +08:00