Eloy Lafuente (stronk7)
fcc0927953
MDL-28170 environment - add new 2.2 section
...
nothing changes from 2.1 as far as it was agreed that this will be
the last version supporting 1.9 upgrade. See issue for details.
2011-10-17 02:13:09 +02:00
Tim Hunt
becf8f8a23
MDL-29454 qtype admin page does not work in some browsers.
...
The problem is that they were using input type=image, but they trying to
process that using optional_param. With input type=image, Firefox sends
inputname.x and inputname.y POST data, not inputname.
This fix is done by back-porting the working code from Moodle 2.1, so
the changes are bigger than the minimal changes required to fix this,
but that will make back-porting any future bug-fixes will be easier.
2011-10-07 19:26:50 +01:00
Tim Hunt
0b45720b6e
MDL-29454 Fix coding style before trying to do the real fix.
...
All the changes here should be whitespace, /// -> // or adding boilerplate comment.
2011-10-07 19:26:48 +01:00
Eloy Lafuente (stronk7)
a31173a6a6
MDL-28488 backup - fixup some strings and delete legacy ones
2011-09-11 21:59:48 +02:00
Jerome Mouneyrac
f4a57f80ef
MDL-28650 add a page in the administration to the full web service API (API documentation).
2011-08-18 13:31:50 +08:00
Eloy Lafuente (stronk7)
bf479611db
Merge branch 'wip-MDL-26754-MOODLE_20_STABLE' of github.com:marinaglancy/moodle into MOODLE_20_STABLE
2011-08-16 13:17:12 +02:00
Marina Glancy
a2cfc3e460
MDL-26754: Removed unnecessary include
2011-08-11 13:41:30 +08:00
Dan Poltawski
3728b69f31
MDL-23967 admin/cron.php - warn about use on CLI
...
Admins now need to use the explicit CLI script
2011-08-10 02:06:31 +02:00
Eloy Lafuente (stronk7)
1b8b39cbde
Merge branch 'MDL-28565_m20' of git://github.com/nebgor/moodle into MOODLE_20_STABLE
2011-08-09 10:16:14 +02:00
Aparup Banerjee
a743d4a77c
MDL-28565 General - updated License and Credits links
...
to docs.moodle.org/dev/License and docs.moodle.org/dev/Credits
2011-08-08 17:02:31 +08:00
Marina Glancy
dcaa0b4e21
MDL-26754 Display blocks in 'manage blocks' alphabetically sorted
2011-08-04 14:14:39 +08:00
Andrew Robert Nicols
033be70faa
MDL-28515 Add cli install options for fullname and shortname
2011-08-02 17:08:04 +08:00
Sam Hemelryk
f15c1b78ab
Merge branch 'wip-MDL-19907-M00DLE_20_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_20_STABLE
2011-08-02 16:44:33 +08:00
Marina Glancy
914cbfa714
MDL-27122 Allow admin to change CFG->undeletableblocktypes on 'Manage blocks' settings page. Instances of protected block types will be undeletable only from site context
2011-08-02 08:51:17 +08:00
Marina Glancy
54641661e1
MDL-19907 rewrote validation for required fields in forms, including support for editor field. Added parameter to use strict (no spaces) required fields validation
2011-08-02 08:50:51 +08:00
Petr Skoda
a4673317a7
MDL-27804 allow changing of only auth in csv user uploads
2011-07-15 11:10:38 +02:00
Dan Poltawski
7ba9375e84
MDL-23580 course overview - remove debugging junk
2011-07-11 16:47:43 +02:00
Eloy Lafuente (stronk7)
38bc3c281a
Merge branch 'MDL-27931_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-07-11 15:58:33 +02:00
Rossiani Wijaya
8252cd2848
MDL-27931 admin bulk user upload: convert city as required field. Credit goes to Charles Fulton for supplying the patch.
2011-07-06 16:17:01 +08:00
Aparup Banerjee
c5b7c1f627
MDL-28135 general Updated the Copyright notice to point to docs.moodle.org/dev/Releases instead of en/Release
2011-07-05 15:43:23 +08:00
Aparup Banerjee
cc56539e51
MDL-28135 general Updated doc links related to Release notes to docs.moodle.org/dev/Releases now
2011-07-05 15:43:13 +08:00
Aparup Banerjee
ae8da34929
MDL-28135 general Updating all hardcoded "docs.moodle.org/en/Development:" type doc links to "docs.moodle.org/dev/"
...
- cherry-picked and resolved conflicts
2011-07-05 15:39:56 +08:00
Eloy Lafuente (stronk7)
cf93662ffe
MDL-26677 repositories - clean one debugging var_dump()
2011-06-23 02:06:16 +02:00
Dongsheng Cai
a4d6717aec
MDL-26677 fixed undefined index usewatermarks in flickr plugin
2011-06-17 12:11:22 +08:00
Eloy Lafuente (stronk7)
743010f779
MDL-27723 whitespace cleanup of admin directory
2011-06-05 19:34:12 +02:00
Andrew Davis (andyjdavis)
b9d64ab18f
MDL-27460 roles: now closing a record set that wasnt being closed
2011-05-12 10:37:33 +08:00
Sam Hemelryk
e6647397b9
Merged MDL-27251 Fixed up whitespace, Fixed broken string, reworded new strings
2011-05-03 10:54:44 +08:00
David Mudrak
bd7193c7ac
MDL-27293 report customlang has extra execution time and displays a progress bar during the checkout
...
Initial checkout of strings into the translator table may take a long time. The
maximum execution time is increased to one hour and a progress bar is
displayed so the user is informed on what is going on.
2011-04-27 14:01:59 +02:00
David Mudrak
77e4a16c4f
MDL-27246 customlang report stores the versions in a char field rather than integer
2011-04-27 14:01:38 +02:00
Aparup Banerjee
5c8511ecf7
MDL-27251 Files API - added timeout re-calculation as an optional argument. added setting for minimum Kbps for large files fetched from internet where the passed in timeout maybe too low.
...
allowed turning off the http HEAD request timeout calculation with zero (or negative) bitrate
This was added in to allow servers that have a problem with
HEAD requests to carry on with the given timeout without re-calculations.
See PULL-651 for the discussion.
the optional argument to force recalculation of timeout has been forced within scorm/locallib.php
timeout re-calculation only increments timeout.
2011-04-27 11:02:21 +08:00
Eloy Lafuente (stronk7)
15a6af91f5
Merge branch 'w16_MDL-17344_m20_uploadprof' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-04-18 11:07:42 +02:00
Petr Skoda
12db898084
MDL-27148 use new get_in_or_equal() param prefix instead of start
2011-04-14 15:13:28 +02:00
Petr Skoda
4e1bb6e10c
MDL-17344 fix case and unicode related profile field issues in user upload
...
This fixes issue with uppercase and non-ascii profile fields and closes the iterator properly when field not found. Please note that profile fields with upper case letters must be specified exactly in CSV file headers. includes improved docs and parameter typo fix (credit for the parameter typo discovery goes to Aparup Banerjee)
2011-04-14 13:18:42 +02:00
Eloy Lafuente (stronk7)
71f2316fe6
Merge branch 'w15_MDL-26805_m20_userpol' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-04-11 15:18:31 +02:00
Petr Skoda
7ca448fa83
MDL-26805 cleanup default role selections
...
Frontpage role selection now allows only guest and frontpage roles. Default forntpage role is selected duuring install. Unused nodefaultuserrolelists option was removed completely. Coding style improvements.
2011-04-11 13:08:35 +02:00
Eloy Lafuente (stronk7)
9aacfedb22
Merge branch 'w15_MDL-27007_m20_userupload' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-04-11 01:23:04 +02:00
Petr Skoda
23580ddacb
MDL-27121 fix incorrect check_moodle_environment() version parameter
...
This prevents Moodle 2.0 from using environment info for 2.1 in the installer and CLI upgrade.
2011-04-09 17:42:53 +02:00
Petr Skoda
827fcdb347
MDL-27007 fix incorrectly suspended user enrolment when uploading users
...
This bug surfaced after the recent change in enrol API, credit goes to Chaim Schendowich and Micky Fokken.
2011-04-09 12:09:53 +02:00
Eloy Lafuente (stronk7)
337817e669
Merge branch 'w13_MDL-26987_20_sclean' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-03-28 21:59:21 +02:00
Eloy Lafuente (stronk7)
c44c552efa
Merge branch 'w13_MDL-26951_20_archetypes' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-03-28 19:40:35 +02:00
Eloy Lafuente (stronk7)
50496af78b
Merge branch 'w13_MDL-26985_20_branching' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-03-28 18:41:22 +02:00
David Mudrak
91a4b3bd3e
MDL-26804 core_string_manager::get_list_of_translations() can use a cache again
...
This patch reimplements the internal cache that was used to store the
list of available translations in Moodle 1.x. By default, the method
get_list_of_translations() still uses the file
moodledata/cache/languages to store the list of available translations.
The location of that file can be redefined in config.php. The internal
format of the cache file is JSON now (used to be a plain text list).
The patch also fixes a usage of the global $CFG in translation_exists()
methods where the internal property should be used instead.
2011-03-28 14:49:17 +02:00
Petr Skoda
43070e6193
MDL-26992 fix broken upload users templates
2011-03-27 23:48:41 +02:00
Petr Skoda
d38f419d5c
MDL-26987 fix invalid DML syntax in spam cleaner tool
2011-03-27 16:14:22 +02:00
Petr Skoda
c102060deb
MDL-26951 fix removing of archetype from role
2011-03-27 16:04:33 +02:00
Petr Skoda
7bb8ae5911
MDL-26985 new Moodle 2.1 requirements
...
For now only extra PHP 5.3.2 requirement compared to 2.0.
2011-03-26 22:03:00 +01:00
Petr Skoda
3bfb75a9ed
Merge branch 'wip-MDL-26781' of git://github.com/sammarshallou/moodle
2011-03-21 19:10:15 +01:00
Petr Skoda
7b2dde5a80
Merge branch 'wip-MDL-26747' of git://github.com/sammarshallou/moodle
2011-03-21 19:06:28 +01:00
Sam Hemelryk
587a4ee42c
Merge branch 'MDL-26827' of git://git.luns.net.uk/moodle
2011-03-21 17:23:13 +08:00
Sam Hemelryk
c889fb8372
Merge branch 'w12_MDL-26904_20_PHPLOL' of git://github.com/skodak/moodle
2011-03-21 17:19:06 +08:00