Tim Hunt
1c2bf99eb9
MDL-37485 plugins overview: require_login before _capability.
2013-01-11 12:51:53 +00:00
Sam Hemelryk
6f51092fbe
Merge branch 'MDL-35413-master' of git://github.com/damyon/moodle
...
Conflicts:
mod/assign/locallib.php
2013-01-09 11:59:43 +13:00
Sam Hemelryk
70601b9433
Merge branch 'w51_MDL-21342_m25_lockout' of git://github.com/skodak/moodle
2013-01-08 10:56:39 +13:00
Sam Hemelryk
dd89f61e68
Merge branch 'w51_MDL-29996_m25_oldfilters' of git://github.com/skodak/moodle
2013-01-07 15:22:37 +13:00
Petr Škoda
b28247fe90
MDL-21342 add user login lockout
2013-01-04 15:12:31 +01:00
Damyon Wiese
e5403f8c44
MDL-36904 Assignment: Fix all errors and warnings from codechecker
2013-01-04 15:46:15 +08:00
Ankit Agarwal
7bf99ee558
MDL-27884 Implement proper username validation during csv import
2013-01-02 14:09:13 +08:00
Petr Škoda
0662bd677c
MDL-29996 remove deprecated stuff from filter code
2012-12-30 17:02:18 +01:00
Tim Hunt
4125ded139
MDL-35793 question preview: config for the display options.
...
The settings control the display options used when a user
first previews a question in the question bank. Once a
user has previewed some questions, these are stored as user
preferences.
It may not seem worth making this configurable, but acutally
it is important when training new users to get them started
off using the right opitions.
2012-12-22 17:38:37 +00:00
Petr Škoda
75427a824c
MDL-37171 fix multiple spreadsheet related PHP4isms
2012-12-15 12:36:40 +01:00
Eloy Lafuente (stronk7)
6b9dfe731e
MDL-37032 upgrade: define all the 2.4.0 points
2012-12-11 13:11:11 +01:00
Petr Škoda
e95bf5b50a
MDL-36731 fix E_STRICt issue when creating new groups in user upload
2012-12-06 13:15:16 +01:00
Dan Poltawski
f92340ed3f
Merge branch 'MDL-36948-master' of git://github.com/FMCorz/moodle
2012-12-03 11:59:01 +08:00
David Mudrák
30e2682756
MDL-36903 Pre-check the ZIP download before executing the mdeploy.php utility
...
This patch makes Moodle call HTTP HEAD method via cURL to see if the ZIP
is expected to be downloadable by mdeploy.php. This is mainly intended
for SSL certificates check.
2012-11-30 16:09:58 +01:00
Frederic Massart
c2e10ac08a
MDL-36948 usability: Styling for new reload icon
2012-11-30 20:19:16 +08:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Dan Poltawski
4554660c28
Merge branch 'wip-MDL-36466-m24' of git://github.com/samhemelryk/moodle
2012-11-27 13:38:53 +08:00
Dan Poltawski
8204e57309
Merge branch 'MDL-36559-master-int' of git://github.com/FMCorz/moodle
2012-11-27 10:50:31 +08:00
Sam Hemelryk
94ef67cf5f
MDL-36466 cache: tidy up after review
2012-11-26 08:12:00 +13:00
Sam Hemelryk
3308259062
MDL-36466 cache: disabled caching during installation and upgrade
2012-11-26 08:12:00 +13:00
Petr Škoda
4f73591af3
MDL-36780 add SESSION cleanup to web installer
...
This might help prevent some SESSION problems at the end
of installation.
2012-11-22 11:29:57 +01:00
Aparup Banerjee
020e338dee
Merge branch 'w47_MDL-36701_m24_composer' of git://github.com/skodak/moodle
2012-11-22 16:23:20 +08:00
Frederic Massart
fa9c0aab13
MDL-36633 usability: Styling over the admin pages
2012-11-21 17:29:13 +08:00
Petr Škoda
ab996aff22
MDL-36743 fix blog notices in installer
2012-11-21 09:00:17 +01:00
Petr Škoda
3a7bc16ad7
MDL-36701 support for PHPUnit installation via Composer packaging system
...
See http://getcomposer.org/doc/00-intro.md
2012-11-20 11:27:35 +01:00
Dan Poltawski
98d11a8c83
Merge branch 'w47_MDL-36682_m24_mcache' of git://github.com/skodak/moodle
2012-11-19 14:50:48 +08:00
Petr Škoda
0b37fe466a
MDL-36682 remove old unused shared memory caching support
2012-11-18 14:46:31 +01:00
Frederic Massart
06b7ed0a45
MDL-36415 usability: Use new up/down and ordering icons
2012-11-16 12:47:09 +08:00
Marina Glancy
e75324a53e
MDL-36369 Question types and behaviour settings should not require moodle/site:config
2012-11-13 15:14:03 +00:00
Dan Poltawski
8eb1180269
MDL-35260 - fix trailing whitespace
2012-11-12 11:07:19 +08:00
Marina Glancy
3776335ce2
MDL-35260 Course formats may have settings, be enabled, disabled and uninstalled
2012-11-10 15:34:29 +08:00
David Mudrák
0daa642894
MDL-35238 Inform the admin if the update can not be deployed due to write permissions
2012-11-09 00:20:18 +01:00
David Mudrák
d80f80f386
MDL-35238 Do not check for write permissions when enabling the auto-deploy feature
...
It seems to be better to check for required permission later, when the
button to install the update is actually being displayed. Credit goes to
Dan Poltawski for suggesting this.
2012-11-08 22:46:48 +01:00
David Mudrák
08c3bc006d
MDL-35238 Warn the admin if they are about to overwrite a SCM checkout
2012-11-08 22:33:07 +01:00
David Mudrák
292dbeac9b
MDL-35238 Support deployment from yet another plugins check page too
2012-11-08 22:33:07 +01:00
David Mudrák
6aa2e2881a
MDL-35238 Admin renderer method to display the plugin update confirmation page
2012-11-08 22:33:06 +01:00
David Mudrák
bcc8397a77
MDL-35238 Handle the update installation request - display the confirmation page
2012-11-08 22:33:06 +01:00
David Mudrák
fa3feafbbb
MDL-35238 Display a button to install an available update
2012-11-08 22:33:06 +01:00
David Mudrák
f965e16539
MDL-35238 Make the auto-deploy feature lockable via config.php
...
If $CFG->disableupdateautodeploy is set in config.php, no automatic
deploy can happen. This is for sites that are managed by a provider but
their clients have admin access.
2012-11-08 22:33:06 +01:00
David Mudrák
02fd7f47a9
MDL-35238 Add a new admin setting to enable updates deployment
2012-11-08 22:33:06 +01:00
David Mudrák
7bc759bd44
MDL-35238 Remove the hide/show icon from the Plugins overview page
...
This was reported in forums as an usability issue. This icon is used
across Moodle as an active link to hide or show things - not as a status
icon. People were trying to disable plugins by clicking the icon. Until
there is a full support for doing this from the Plugins overview page,
it is better to remove the icons completely.
2012-11-08 22:33:06 +01:00
David Mudrák
4df8bced23
MDL-35238 Allow filtering at the Plugins overview page
2012-11-08 22:33:06 +01:00
David Mudrák
966bd7852e
MDL-34099 Report available updates for plugins at admin/index.php
...
The Notifications (admin/index.php) page has now information about
available updates for core and eventually plugins, too. Note that the
structure of the available updates array changed. This breaks backward
compatibility for eventual 3rd renderers out there (not expected
though).
2012-11-08 22:33:05 +01:00
Dan Poltawski
1cfff7bcff
Revert "MDL-36369 Non-admin managers could not access list of plugins"
...
This reverts commit 22fae2a0dd343045812ecbf8ddfccabd1e59c762.
2012-11-08 18:24:36 +08:00
Petr Škoda
b5cf59a59d
MDL-36194 remove bogus echo $PAGE->set_title()
...
Credit goes to Dan Poltawski, thanks!
2012-11-07 19:11:25 +01:00
Petr Škoda
4f66c75f20
MDL-36194 add support for editor uninstallation
2012-11-07 13:02:21 +01:00
Dan Poltawski
5c6d2b1480
Merge branch 'wip-MDL-36369-master' of git://github.com/marinaglancy/moodle
2012-11-07 14:34:37 +08:00
Sam Hemelryk
468cc57297
MDL-34342 cache: Added missing include and fixed old lang manager setting
2012-11-06 17:24:20 +13:00
Eloy Lafuente (stronk7)
e24d97f944
MDL-35381 added consistent sorting to the new selector (MDL-34657)
2012-11-06 00:44:42 +01:00
Petr Škoda
9f7b195fe6
MDL-35381 limit teachers to do permissions checks of enrolled users only
2012-11-06 00:08:13 +01:00