Marina Glancy [Wed, 14 Nov 2012 01:52:52 +0000 (09:52 +0800)]
MDL-36267 corrected phpdocs for get_fast_modinfo()
Dan Poltawski [Fri, 9 Nov 2012 10:49:38 +0000 (18:49 +0800)]
Moodle release 2.4beta
Dan Poltawski [Fri, 9 Nov 2012 09:56:42 +0000 (17:56 +0800)]
weekly release 2.4dev
Dan Poltawski [Fri, 9 Nov 2012 09:52:55 +0000 (17:52 +0800)]
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
Dan Poltawski [Fri, 9 Nov 2012 08:50:09 +0000 (16:50 +0800)]
Revert "MDL-35556 completion: Improve user completion data permission checking"
This reverts commit
f493d528c20b023a8b847a44161b82b05f8fc6c8.
Dan Poltawski [Fri, 9 Nov 2012 07:54:46 +0000 (15:54 +0800)]
Merge branch 'w45_MDL-36468_m24_tinymce' of git://github.com/skodak/moodle
Petr Škoda [Fri, 9 Nov 2012 07:37:18 +0000 (08:37 +0100)]
MDL-36468 fix remaining zIndexes and some { weirdness
I had to reimport all files and search&replace the zIndexes, it is better to not use editor for this.
Dan Poltawski [Fri, 9 Nov 2012 06:38:32 +0000 (14:38 +0800)]
MDL-36119 - enrol_ldap: fix php error
Aparup Banerjee [Fri, 9 Nov 2012 06:16:15 +0000 (14:16 +0800)]
Merge branch 'WIP-MDL-35512' of git://github.com/nadavkav/moodle
Aparup Banerjee [Fri, 9 Nov 2012 06:09:11 +0000 (14:09 +0800)]
Merge branch 'MDL-35510_master' of git://github.com/lazydaisy/moodle
Dan Poltawski [Fri, 9 Nov 2012 05:43:37 +0000 (13:43 +0800)]
Merge branch 'wip-MDL-36324-m24' of git://github.com/samhemelryk/moodle
Dan Poltawski [Fri, 9 Nov 2012 04:00:47 +0000 (12:00 +0800)]
Merge branch 'MDL-34572_accessibility' of git://github.com/rwijaya/moodle
Sam Hemelryk [Fri, 9 Nov 2012 03:58:51 +0000 (16:58 +1300)]
MDL-36324 cache: Fixed incorrect get_string component
Rossiani Wijaya [Fri, 9 Nov 2012 03:55:24 +0000 (11:55 +0800)]
MDL-34572 alfresco repository: add accesshide class to workspace's label
Sam Hemelryk [Fri, 9 Nov 2012 02:41:42 +0000 (15:41 +1300)]
MDL-34342 cache: fixed issue within string cache key
Aparup Banerjee [Fri, 9 Nov 2012 02:33:26 +0000 (10:33 +0800)]
Merge branch 'WIP-MDL-35566' of git://github.com/nadavkav/moodle
Dan Poltawski [Fri, 9 Nov 2012 02:30:55 +0000 (10:30 +0800)]
Merge branch 'MDL-35238-deployment' of git://github.com/mudrd8mz/moodle
Aparup Banerjee [Fri, 9 Nov 2012 02:27:11 +0000 (10:27 +0800)]
Merge branch 'MDL-35571_master' of git://github.com/lazydaisy/moodle
David Mudrák [Thu, 8 Nov 2012 23:20:18 +0000 (00:20 +0100)]
MDL-35238 Inform the admin if the update can not be deployed due to write permissions
Sam Hemelryk [Thu, 8 Nov 2012 20:32:47 +0000 (09:32 +1300)]
MDL-36381 cachestores: fixed bug when editing with checkbox/bool
David Mudrák [Thu, 8 Nov 2012 21:43:37 +0000 (22:43 +0100)]
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.
Nadav Kavalerchik [Thu, 8 Nov 2012 21:44:05 +0000 (23:44 +0200)]
MDL-35566 - Always, left align "Version" and "Folder" fields, in RTL and LTR modes. (Check available updates page)
David Mudrák [Thu, 8 Nov 2012 10:09:03 +0000 (11:09 +0100)]
MDL-35238 Accept $CFG->alternativeupdateproviderurl from config.php file only
There was a potential security risk that someone with access to the Moodle
database could update mdl_config table and use it as a vector to
install malicious code on the server.
Credit goes to Dan Poltawski for raising this.
David Mudrák [Wed, 7 Nov 2012 22:50:15 +0000 (23:50 +0100)]
MDL-35238 Add support for explicit singleton reset
This may be needed during PHPUnit testing.
David Mudrák [Wed, 7 Nov 2012 22:20:54 +0000 (23:20 +0100)]
MDL-35238 Improve exceptions handling
David Mudrák [Wed, 7 Nov 2012 20:54:22 +0000 (21:54 +0100)]
MDL-35238 Be more verbose if the tilde character is used in TYPE_PATH script options
The tilde character is not generally supported in Moodle. Previously it
was just removed silently and it was difficult to realize what was going
on.
David Mudrák [Wed, 7 Nov 2012 20:12:01 +0000 (21:12 +0100)]
MDL-35238 Add simple logging of mdeploy.php execution
David Mudrák [Wed, 7 Nov 2012 15:33:44 +0000 (16:33 +0100)]
MDL-35238 Fix the unit test for invalid input_manager::TYPE_URL values
David Mudrák [Wed, 7 Nov 2012 15:30:57 +0000 (16:30 +0100)]
MDL-35238 Remove the ZIP file after successful decompression
David Mudrák [Wed, 7 Nov 2012 15:29:07 +0000 (16:29 +0100)]
MDL-35238 Compare the ZIP package content hash with the expected value
The expected value is returned as a part of available update info
(requires API version 1.1).
David Mudrák [Wed, 7 Nov 2012 08:50:59 +0000 (09:50 +0100)]
MDL-35238 Fetch available updates using the 1.1 version of the API
If the stored response has still 1.0 version (which is expected during
the upgrade to 2.4), a debugging message is displayed. Added a string to
explain what's going on and how to recover from the state.
David Mudrák [Fri, 12 Oct 2012 01:51:47 +0000 (03:51 +0200)]
MDL-35238 Warn the admin if they are about to overwrite a SCM checkout
David Mudrák [Thu, 11 Oct 2012 10:39:11 +0000 (12:39 +0200)]
MDL-35238 Support deployment from yet another plugins check page too
David Mudrák [Thu, 11 Oct 2012 10:37:51 +0000 (12:37 +0200)]
MDL-35238 Unzip the downloaded package and redirect to the upgrade page
David Mudrák [Thu, 11 Oct 2012 07:36:12 +0000 (09:36 +0200)]
MDL-35238 Backup existing plugin version before replacing it
This is here to save eventual local contributions to the plugin before
we replace the whole directory in the next step.
David Mudrák [Thu, 11 Oct 2012 05:29:44 +0000 (07:29 +0200)]
MDL-35238 Fetch the package and store it in a temporary location
David Mudrák [Tue, 9 Oct 2012 22:44:39 +0000 (00:44 +0200)]
MDL-35238 Reorganise the worker::execute() flow
David Mudrák [Tue, 9 Oct 2012 22:01:49 +0000 (00:01 +0200)]
MDL-35238 Implement deployment authorization
The caller of the mdeploy.php utility is expected to create a file in
the data directory. The name of such file and the passphrase in it are
then sent to mdeploy.php as a part of the request. The submitted and
stored values are then compared.
David Mudrák [Sun, 7 Oct 2012 23:58:58 +0000 (01:58 +0200)]
MDL-35238 Admin renderer method to display the plugin update confirmation page
David Mudrák [Sun, 7 Oct 2012 23:56:10 +0000 (01:56 +0200)]
MDL-35238 Handle the update installation request - display the confirmation page
David Mudrák [Sun, 7 Oct 2012 23:54:16 +0000 (01:54 +0200)]
MDL-35238 Display a button to install an available update
David Mudrák [Sun, 7 Oct 2012 23:48:15 +0000 (01:48 +0200)]
MDL-35238 Introduce available_update_deployer class
This class represents the communication bridge from Moodle UI to the
(standalone) mdeploy.php utility. It consists of various helper methods
useful when dealing with user interface, update confirmation etc.
The class is implemented as a singleton. This allows us easily
transfer required data from top level scripts (like /admin/index.php)
into the rendering methods deep in the stack without the need to change
the API of many methods on the way.
David Mudrák [Mon, 1 Oct 2012 23:11:40 +0000 (01:11 +0200)]
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.
David Mudrák [Wed, 12 Sep 2012 01:06:00 +0000 (03:06 +0200)]
MDL-35238 Add a new admin setting to enable updates deployment
David Mudrák [Tue, 18 Sep 2012 20:29:09 +0000 (22:29 +0200)]
MDL-35238 Distinguish the uninstall link from the settings link
It has been reported (can't find the issue now, sorry) that having these
two links next to each other represents an usability issue as folks
found themselves clicking at the uninstall link instead of the settings
link. Previously, these links were displayed in separate columns but
then the whole table got too wide - see MDL-20438.
David Mudrák [Tue, 18 Sep 2012 20:26:22 +0000 (22:26 +0200)]
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.
David Mudrák [Tue, 18 Sep 2012 20:13:48 +0000 (22:13 +0200)]
MDL-35238 Allow filtering at the Plugins overview page
David Mudrák [Mon, 17 Sep 2012 16:52:49 +0000 (18:52 +0200)]
MDL-35238 Implement HTTP authorization based on passphrase matching
David Mudrák [Mon, 17 Sep 2012 14:24:02 +0000 (16:24 +0200)]
MDL-35238 Fix getting input option value
David Mudrák [Mon, 17 Sep 2012 12:59:23 +0000 (14:59 +0200)]
MDL-35238 Print help on the script usage in CLI mode
David Mudrák [Fri, 14 Sep 2012 14:18:31 +0000 (16:18 +0200)]
MDL-35238 Introduce a first version of the mdeploy.php script
This is supposed to serve as a standalone script that accepts parameters
via CLI or HTTP. As no Moodle library can be reliably included, we have
to implement our own input handling, output handling and processing the
actual update/install task.
PHPUnit is used to test the functionality. Although (again), the testing
must not be included as a part of standard Moodle PHPUnit environment
but explicitly.
David Mudrák [Thu, 13 Sep 2012 14:34:47 +0000 (16:34 +0200)]
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).
Eloy Lafuente (stronk7) [Thu, 8 Nov 2012 12:07:47 +0000 (13:07 +0100)]
MDL-36454 install: add missing cache lib.
Dan Poltawski [Thu, 8 Nov 2012 10:54:58 +0000 (18:54 +0800)]
Merge branch 'MDL-35349_master' of git://github.com/markn86/moodle
Dan Poltawski [Thu, 8 Nov 2012 10:24:36 +0000 (18:24 +0800)]
Revert "MDL-36369 Non-admin managers could not access list of plugins"
This reverts commit
22fae2a0dd343045812ecbf8ddfccabd1e59c762.
Dan Poltawski [Thu, 8 Nov 2012 10:10:26 +0000 (18:10 +0800)]
Merge branch 'MDL-33766-master' of git://github.com/FMCorz/moodle
Conflicts:
version.php
Dan Poltawski [Thu, 8 Nov 2012 07:15:54 +0000 (15:15 +0800)]
Merge branch 'MDL-34572_accessibility' of git://github.com/rwijaya/moodle
Dan Poltawski [Thu, 8 Nov 2012 07:13:10 +0000 (15:13 +0800)]
Merge branch 'w45_MDL-36196_m24_vercheck' of git://github.com/skodak/moodle
Dan Poltawski [Thu, 8 Nov 2012 07:09:59 +0000 (15:09 +0800)]
Merge branch 'MDL-36051_24' of git://github.com/rlorenzo/moodle
Dan Poltawski [Thu, 8 Nov 2012 07:07:17 +0000 (15:07 +0800)]
Merge branch 'MDL-35556c' of git://github.com/srynot4sale/moodle
Dan Poltawski [Thu, 8 Nov 2012 07:04:19 +0000 (15:04 +0800)]
Merge branch 'w45_MDL-36431_m24_selfdefaults' of git://github.com/skodak/moodle
Dan Poltawski [Thu, 8 Nov 2012 06:53:06 +0000 (14:53 +0800)]
Merge branch 'MDL-34270_master' of https://github.com/markn86/moodle
Mark Nelson [Thu, 8 Nov 2012 06:49:28 +0000 (14:49 +0800)]
MDL-34270 blocks: removing unnecessary capabilities
Aparup Banerjee [Thu, 8 Nov 2012 05:26:39 +0000 (13:26 +0800)]
Merge branch 'MDL-27824' of git://github.com/rwijaya/moodle
Rossiani Wijaya [Thu, 8 Nov 2012 04:29:42 +0000 (12:29 +0800)]
MDL-27824 course categories: remove trailing whitespace
Rossiani Wijaya [Fri, 12 Oct 2012 07:24:55 +0000 (15:24 +0800)]
MDL-27824 course categories: change isset() to empty()
Rossiani Wijaya [Tue, 11 Sep 2012 08:17:22 +0000 (16:17 +0800)]
MDL-27824 course categories: Added @todo comments to remove the temporary fix
Rossiani Wijaya [Thu, 30 Aug 2012 04:23:18 +0000 (12:23 +0800)]
MDL-27824 - course category: add check test for ->coursesperpage value.
Dan Poltawski [Thu, 8 Nov 2012 03:07:43 +0000 (11:07 +0800)]
Merge branch 'MDL-36422-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Thu, 8 Nov 2012 02:13:39 +0000 (10:13 +0800)]
MDL-36436 - remove disabling of setting based on ldap paging support
Frederic Massart [Thu, 8 Nov 2012 02:20:22 +0000 (10:20 +0800)]
MDL-36422 question: Fixed malformed HTML in manual marking
Dan Poltawski [Thu, 8 Nov 2012 01:57:36 +0000 (09:57 +0800)]
MDL-36119 - remove <em> from lang string
(Its across whole string, so shouldn't really be done within the string)
Dan Poltawski [Thu, 8 Nov 2012 01:54:56 +0000 (09:54 +0800)]
MDL-36119 - fix trailing whitespace
Dan Poltawski [Thu, 8 Nov 2012 01:48:36 +0000 (09:48 +0800)]
Merge branch 'wip_master_mdl-36119_ldap_paged_results' of git://github.com/iarenaza/moodle
Dan Poltawski [Thu, 8 Nov 2012 01:33:43 +0000 (09:33 +0800)]
Merge branch 'wip-MDL-36381-m24' of git://github.com/samhemelryk/moodle
Dan Poltawski [Thu, 8 Nov 2012 01:26:08 +0000 (09:26 +0800)]
Merge branch 'MDL-36290-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Thu, 8 Nov 2012 00:52:25 +0000 (08:52 +0800)]
Merge branch 'w45_MDL-36194_m24_editoruninstall' of git://github.com/skodak/moodle
Rex Lorenzo [Thu, 8 Nov 2012 00:26:26 +0000 (16:26 -0800)]
MDL-36051 - Quick Grading in Assignment module does not turn on in some circumstances
* Fixed bug with quick grading when file submission is turned off
Mark Nelson [Wed, 7 Nov 2012 06:49:52 +0000 (14:49 +0800)]
MDL-33791 Portfolio: Fixed security issue with passing file paths.
Sam Hemelryk [Wed, 7 Nov 2012 22:30:49 +0000 (11:30 +1300)]
Merge branch 'MDL-36197_master' of git://github.com/lazydaisy/moodle
Sam Hemelryk [Wed, 7 Nov 2012 22:07:15 +0000 (11:07 +1300)]
Merge branch 'MDL-36271_master' of https://github.com/markn86/moodle
Sam Hemelryk [Wed, 7 Nov 2012 21:57:52 +0000 (10:57 +1300)]
Merge branch 'WIP-MDL-35249-master' of git://github.com/nadavkav/moodle
Conflicts:
mod/assign/gradingtable.php
Sam Hemelryk [Wed, 7 Nov 2012 01:45:16 +0000 (14:45 +1300)]
MDL-36381 cache: fixed bug whereby you couldn't edit store instances
Adrian Greeve [Wed, 7 Nov 2012 18:43:42 +0000 (19:43 +0100)]
MDL-35558 mod_data: Show only own entries while there are required pending.
Iñaki Arenaza [Wed, 31 Oct 2012 16:41:44 +0000 (17:41 +0100)]
MDL-36119: auth_{ldap,cas}: LDAP Sync - implement paged results
Thanks to Jerome Charaoui for the original patch.
Petr Škoda [Wed, 7 Nov 2012 18:11:25 +0000 (19:11 +0100)]
MDL-36194 remove bogus echo $PAGE->set_title()
Credit goes to Dan Poltawski, thanks!
Petr Škoda [Wed, 7 Nov 2012 17:57:14 +0000 (18:57 +0100)]
MDL-36431 fix multiple problems with self enrol defaults
This patch adds new method for retrieving of default properties of enrol_self instances and uses it both for automatic adding of instances and add instance form - this will guarantee both are using the same data in the future.
Petr Škoda [Wed, 24 Oct 2012 15:37:49 +0000 (23:37 +0800)]
MDL-36196 hardcode the required PHP version in installer
Petr Škoda [Wed, 24 Oct 2012 15:20:31 +0000 (23:20 +0800)]
MDL-36194 add support for editor uninstallation
Eloy Lafuente (stronk7) [Wed, 7 Nov 2012 10:49:56 +0000 (11:49 +0100)]
NOBUG: Trivial whitespace fix to quickly fix ongoing CI status.
Frederic Massart [Wed, 7 Nov 2012 09:29:20 +0000 (17:29 +0800)]
MDL-36290 usability: CSS post processing does not cancel SVG use
Dan Poltawski [Wed, 7 Nov 2012 08:56:11 +0000 (16:56 +0800)]
Merge branch 'MDL-36092-master' of git://git.luns.net.uk/moodle
Dan Poltawski [Wed, 7 Nov 2012 08:49:35 +0000 (16:49 +0800)]
Merge branch 'MDL-36368_master' of git://github.com/lazydaisy/moodle
Dan Poltawski [Wed, 7 Nov 2012 08:41:53 +0000 (16:41 +0800)]
Merge branch 'wip-MDL-36317-master' of git://github.com/marinaglancy/moodle
Conflicts:
course/format/lib.php
Dan Poltawski [Wed, 7 Nov 2012 08:32:43 +0000 (16:32 +0800)]
Merge branch 'MDL-26349-workshop-grades-display' of git://github.com/mudrd8mz/moodle
David Mudrák [Sat, 27 Oct 2012 08:20:07 +0000 (16:20 +0800)]
MDL-26349 Display the workshop final grades to participants when the activity is closed
Dan Poltawski [Wed, 7 Nov 2012 07:40:06 +0000 (15:40 +0800)]
Merge branch 'wip-MDL-36113-master' of git://github.com/abgreeve/moodle
Conflicts:
lib/tests/csvclass_test.php
Adrian Greeve [Mon, 5 Nov 2012 03:51:11 +0000 (11:51 +0800)]
MDL-36113 - lib: Unit tests for importing csv files with empty lines in the middle of the file.
Adrian Greeve [Mon, 5 Nov 2012 03:31:31 +0000 (11:31 +0800)]
MDL-36113 - lib: Importing csv entries with empty lines in the middle doesn't throw errors.
Dan Poltawski [Wed, 7 Nov 2012 07:30:38 +0000 (15:30 +0800)]
Merge branch 'MDL-36209-workshop-assess-while-evaluating' of git://github.com/mudrd8mz/moodle