Petr Skoda
88e2bbae6d
MDL-31006 fix various notices in PHP54
...
PHP54 compatibility
2012-01-18 01:04:45 +01:00
Eloy Lafuente (stronk7)
8838b16705
Merge branch 'w03_MDL-31161_m22_reqpluginnotice' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-17 02:06:06 +01:00
Sam Hemelryk
d5c88f9333
Merge remote-tracking branch 'skodak/w03_MDL-27165_m22_confirmed' into MOODLE_22_STABLE
2012-01-16 16:17:09 +08:00
Aparup Banerjee
0a52c0d63d
Merge branch 'w03_MDL-31166_m22_clipath' of https://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-16 14:52:48 +08:00
Sam Hemelryk
ac0d9c6411
Merge remote-tracking branch 'skodak/w03_MDL-31109_m22_maintenance' into MOODLE_22_STABLE
2012-01-16 14:33:01 +08:00
Aparup Banerjee
94828bec35
Merge branch 'wip-MDL-31072-MOODLE_22_STABLE' of github.com:marinaglancy/moodle into MOODLE_22_STABLE
2012-01-16 11:39:43 +08:00
Eloy Lafuente (stronk7)
e09cfa968b
Merge branch 'w03_MDL-31165_m22_innodbconv' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-16 02:06:57 +01:00
Petr Skoda
7fdb5afc08
MDL-31161 fix notice when checking plugin requirements
...
Credit goes to Joseph Rézeau, thanks.
2012-01-15 15:35:20 +01:00
Petr Skoda
45d88e56cb
MDL-31166 do not try to cleanup data root paths in CLI install script
...
PARAM_TYPE can not be used for full OS paths. Admins have to enter correct data there, if not they get directory creation error.
2012-01-15 11:05:30 +01:00
Petr Skoda
22d6b3da4f
MDL-31165 fix InnoDB conversion query to use ENGINE parameter instead of legacy TYPE
2012-01-15 10:32:29 +01:00
Petr Skoda
04c0a7d205
MDL-31109 fix maintenance link value in get_string()
2012-01-15 00:56:29 +01:00
Petr Skoda
38d341b0d7
MDL-27165 fix broken confirmed user filtering
2012-01-14 22:14:58 +01:00
Marina Glancy
ee5cf900f8
MDL-31072: Fixed bug causing memory overflow for many-user systems:
...
when function find_users was supposed to be used for user validation but no userids were passed to it, it retrieved all users in the system.
This caused memory overflow on systems with too many users (like moodle.org).
Now we make sure that find_users is not called for validation if there is nobody to validate.
Also improved query inside find_users to make it work faster
2012-01-13 10:13:04 +08:00
Tim Hunt
a364362b95
MDL-31100 unit tests: don't mangle UTF-8 in failure messages.
2012-01-12 11:32:41 +00:00
Eloy Lafuente (stronk7)
efabe26141
Merge branch 'wip-mdl-30608-m22' of git://github.com/rajeshtaneja/moodle into MOODLE_22_STABLE
2012-01-09 22:19:11 +01:00
Sam Hemelryk
7a44fb4d97
MDL-30608 Blocks: Fixed block disappering from search page
2012-01-09 11:04:44 +08:00
Aleksey Avdeev
d43c4284e1
MDL-29046 use of install/distrolib.php in the CLI installer
...
Signed-off-by: Aleksey Avdeev <solo@altlinux.ru >
2012-01-09 02:32:37 +01:00
Petr Skoda
77536bd387
MDL-30969 add support for suspending in uploaduser admin tool
2012-01-08 14:01:49 +01:00
Petr Skoda
dc49c2d461
MDL-30548 support user suspended flag in admin UI
...
This patch includes:
* user management suspend UI tweaks and other coding style improvements
* suspended info in user profiles
* suspend option in advanced edit form
* suspended user filtering
* hidden user fields option for suspended field
Thanks Sam Hemelryk for valuable feedback.
2012-01-04 10:51:04 +13:00
Aparup Banerjee
8ef685cf4c
Merge branch 'wip-mdl-29844-m22' of git://github.com/rajeshtaneja/moodle into MOODLE_22_STABLE
2012-01-03 12:31:22 +08:00
Eloy Lafuente
e4b1208377
MDL-29844 Administration: Added new config for users to login for viewing profile image
2012-01-03 12:02:59 +08:00
Petr Skoda
9cad3e182d
MDL-30943 fix forgotten admin/report/ references
2012-01-03 12:23:43 +13:00
Aparup Banerjee
dbfa519ad9
MDL-28126 webservice : resolved integration conflicts
2011-12-21 11:28:33 +08:00
Eloy Lafuente (stronk7)
d7964ccf87
Merge branch 'MDL-30170-mnet-undelete_22_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_22_STABLE
2011-12-20 23:33:19 +01:00
Eloy Lafuente (stronk7)
53516a8ece
Merge branch 'wip-mdl-29067-m22' of git://github.com/rajeshtaneja/moodle into MOODLE_22_STABLE
2011-12-20 03:12:55 +01:00
Sam Hemelryk
a5f35b4cf2
MDL-30770 admin: Fixed notice about missing variable
2011-12-20 02:26:34 +01:00
Sam Hemelryk
a8fb78b142
Merge branch 'MDL-29846_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2011-12-20 13:16:20 +13:00
Petr Skoda
c2ca1a3793
MDL-30779 add port and socket to dbtansfer tool
2011-12-20 10:29:11 +13:00
Tim Hunt
9f689071a8
MDL-29846 qbehaviours admin: correct $needed logic.
...
Also, fix a notice.
2011-12-19 14:34:09 +00:00
Aparup Banerjee
85daa5926c
Merge branch 'w51_MDL-30735_m22_cron' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2011-12-19 11:53:32 +08:00
Petr Skoda
d107f1e2cd
MDL-30735 fix cron maintenancerun detection
...
Credit goes to Rodrigo Belluomini Cardilli.
2011-12-17 14:18:22 +01:00
Rajesh Taneja
8e8a8810de
MDL-29067 Admin: Added spam checking on comments, messages and forum posts
2011-12-16 11:34:43 +08:00
David Mudrak
6cf3a65082
MDL-30170 MNet peers administration - various usability improvements
...
While fixing MDL-30170, the following tiny usability details were
improved along the way:
* the maximum length of the peer site title and the hostname is now
validated (this was actually a real bug as the default value is pre-loaded
from the peer) so the admin gets a nice validation error instead of
the database write exception when trying to register a host with a
longer site title.
* hard-coded English string 'All Hosts' is now localized
* the hostname link in the list of MNet peers leads to the peer itself
2011-12-15 21:26:45 +01:00
David Mudrak
841b2a44ef
MDL-30170 MNet peers administration - highlight the undelete widget
...
The patch highlights the undelete radio selector at the host edit form.
It moves it to the end of the form (near the submit button) and displays
an explanation above the radio selector.
Also, the list of deleted hosts is now displayed below the table of
active peers at the Manage peers page.
The data returned by mnet_get_hosts() function now contain the deleted
status, too. It is possible to obtain deleted hosts from that function
now.
2011-12-15 21:15:56 +01:00
Jerome Mouneyrac
72306a6ff4
MDL-28126 webservices : should not able to create token if user is deleted,unconfirmed,suspended or guest.
2011-12-15 00:52:16 +08:00
Eloy Lafuente (stronk7)
c5b8cda403
Merge branch 'w51_MDL-30605_m22_env23' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2011-12-14 02:39:11 +01:00
Sam Hemelryk
2f24a39b5b
Merge branch 'MDL-30140-MOODLE_22_STABLE' of git://github.com/mouneyrac/moodle into MOODLE_22_STABLE
2011-12-14 14:08:21 +13:00
Sam Hemelryk
fc97bb9863
Merge branch 'MDL-30532_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2011-12-13 11:15:08 +13:00
Petr Skoda
7f467e69c0
MDL-30292 rework trailing whitespace test
...
Now compatible with zlib compression.
2011-12-10 20:34:20 +01:00
Petr Skoda
cfef4e754a
MDL-30610 new environment requirements for 2.3
2011-12-09 21:55:23 +01:00
Tim Hunt
24e5fcbe26
MDL-30532 qeupgradehelper has broken links to quizzes.
2011-12-09 17:57:35 +00:00
Jerome Mouneyrac
c532957be2
MDL-30140 alternative way to select user when adding a token. When more than 500 users we display a text box instead of a select box
2011-12-09 14:51:31 +08:00
Aparup Banerjee
bc3801cb9c
MDL-30604 Added upgrade lines to upgrade.php(s)
2011-12-09 02:03:58 +01:00
Petr Skoda
db48cf080d
MDL-30625 full support for main admin
2011-12-09 00:13:05 +01:00
adrian@moodle.com
a52422abcb
MDL-30336 - login - Added a setting in security that allows auto complete to be set to off in password fields.
2011-12-08 09:08:38 +08:00
Eloy Lafuente (stronk7)
458fdc5280
MDL-30340 blocks - add back 'any page' support to course cats
...
Added the * option that is not affected by the 'varying-pagetype'
problem that has been detected and issued @ MDL-30564. So now, it's
(back) possible to define coursecat blocks to be spread over children
coursecats/courses/modules (contexts).
2011-12-03 15:52:24 +01:00
Petr Skoda
7f6e07a3eb
MDL-30007 standardise admin tool version info
2011-11-29 21:02:13 +01:00
Andrew Robert Nicols
68ec4a273c
MDL-30302 Adjust options for calendar day settings
2011-11-28 17:02:31 +00:00
Eloy Lafuente (stronk7)
0620787a17
Merge branch 'w47_MDL-27233_m22_restoreenrol' of git://github.com/skodak/moodle
2011-11-24 23:44:24 +01:00
Petr Skoda
73d000f389
MDL-27233 allow adding of default role to restorers
2011-11-23 18:38:27 +01:00