Petr Škoda
960b65290a
MDL-35739 show langs on separate lines in CLI installer
...
This fixes column width issues and compatibility with RTL languages.
2012-10-07 21:03:44 +02:00
Petr Škoda
194342144b
MDL-35814 improve confirmation when deleting enrol instances
2012-10-07 20:01:14 +02:00
Petr Škoda
125e96f370
MDL-35839 add tests for enrol instance deleting
2012-10-06 19:37:05 +02:00
Petr Škoda
a1cedcc987
MDL-35839 fix invalid enrol instance delete cleanup
2012-10-06 19:22:07 +02:00
Petr Skoda
3a222db215
MDL-35382 fix random course test failures
2012-10-06 13:27:04 +02:00
Petr Škoda
f4b980062a
MDL-35645 make the emoticon and tex filter dependency optional in our TinyMCE plugins
2012-10-06 10:10:51 +02:00
Petr Škoda
2b7fa4c175
MDL-35691 use bigint checker for all integers
2012-10-06 10:07:49 +02:00
Petr Škoda
47f51b6989
MDL-35691 fix int(20) db schema typos
2012-10-06 10:07:48 +02:00
Petr Škoda
bc5a5527e5
MDL-35691 add unit tests for the fixed integer column length info
2012-10-06 10:07:48 +02:00
Petr Škoda
3c17c85ae6
MDL-35691 fix max length calculation in pg, mysql and our bigint checker
2012-10-06 10:07:48 +02:00
Petr Škoda
d03d5113f9
MDL-35714 run gc before test reset
2012-10-06 10:03:28 +02:00
Petr Škoda
177ffd37ff
MDL-35795 add fallback for DOS/Windows non-utf8 zip archive unzipping
2012-10-06 10:02:11 +02:00
Mary Evans
06bbc5f3db
MDL-35231 theme_serenity: fixed misalignment and styling of mod/assignment/action/edit by updating custommenu css in theme/serenity/style/core.css
2012-10-06 01:44:35 +01:00
AMOS bot
649f351896
Automatically generated installer lang files
2012-10-06 00:33:59 +00:00
Tim Hunt
6b65e50bcb
MDL-35395 formslib: a method to disable formchangechecker for a form.
2012-10-05 17:44:21 +01:00
Eloy Lafuente (stronk7)
ccd90e765e
weekly release 2.4dev
2012-10-05 13:40:36 +02:00
Eloy Lafuente (stronk7)
76fd95e687
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2012-10-05 13:32:46 +02:00
Tim Hunt
e059c033d9
MDL-35802 enrol other users: should use Show user identity setting.
...
As part of fixing this, I refactored some common code out of
get_potential_users and search_other_users. Previously, only one of
those bits of code had been updated.
2012-10-05 12:07:26 +01:00
Dan Poltawski
f7e8f312ca
Revert "MDL-33117 grade: added some smarts to the user report method inject_rowspans() to deal with activity conditional availability"
...
This reverts commit 69c8bcec70
.
2012-10-05 16:21:14 +08:00
Jenny Gray
e85a341292
MDL-35694 logs: extend course log report downloads with action url
2012-10-05 09:17:40 +01:00
Aparup Banerjee
3df3c6773b
MDL-34992 message : improved component sorting and some minor code clean up.
2012-10-05 10:58:28 +08:00
Eloy Lafuente (stronk7)
5e6f26bdbe
MDL-34657 tests: amend tests to verify lower() is used
2012-10-05 02:46:49 +02:00
Adrian Greeve
76fb0443b6
MDL-34448 - mod/data - Fixing separate groups viewing all entries.
2012-10-05 08:11:11 +08:00
Eloy Lafuente (stronk7)
b5d155a417
MDL-34657 gropus UI: delete unused var.
2012-10-04 23:49:12 +02:00
Eloy Lafuente (stronk7)
7ba4b17f00
Merge branch 'MDL-34657_fixup' of git://github.com/timhunt/moodle
2012-10-04 23:42:47 +02:00
Tim Hunt
965d167068
MDL-34657 stats / user sorting: fix SQL regression.
2012-10-04 11:47:39 +01:00
Tim Hunt
e451c11616
MDL-34657 workshop / user sorting: fix SQL regression.
2012-10-04 11:47:04 +01:00
Tim Hunt
70f5ed370f
MDL-34657 gropus UI: sort existing group memebers.
2012-10-04 11:45:56 +01:00
Tim Hunt
d0577078fa
MDL-34657 system admins: main admin mis-identified in the UI.
2012-10-04 11:44:50 +01:00
Tim Hunt
c2004a7952
MDL-34657 user sort: exact match logic should be case-insensitive.
2012-10-04 11:43:33 +01:00
Dan Poltawski
e12a3e64ac
Merge branch 'MDL-35767-master' of git://git.luns.net.uk/moodle
2012-10-04 16:57:40 +08:00
Rajesh Taneja
266bc2946b
MDL-35784 Mnet: courseid should not be used for format text on my home page
2012-10-04 15:41:33 +08:00
Ankit Agarwal
5219cc87ec
MDL-33646 book: Adding a notice instead of error when there is no content in the book
2012-10-04 13:25:18 +08:00
Damyon Wiese
848ade1d18
MDL-35764: Change the language string on the assignment grading summary to say "Editing status"
2012-10-04 12:51:49 +08:00
AMOS bot
434d22b6fe
Automatically generated installer lang files
2012-10-04 00:34:58 +00:00
Tim Hunt
13bd955e65
MDL-35776 user ajax: fix sort order in chrome.
...
It seems that Chrome orders fields of objects in order of array key.
Therefore we must stop using user.id in the PHP arrays, and instead
ensure that we use sequential numbers.
This commit fixes the enrol UI.
2012-10-03 19:06:17 +01:00
Tim Hunt
c62488c22f
MDL-35776 user ajax: fix sort order in chrome.
...
It seems that Chrome orders fields of objects in order of array key.
Therefore we must stop using user.id in the PHP arrays, and instead
ensure that we use sequential numbers.
This commit fixes the user selector.
2012-10-03 18:46:07 +01:00
Ruslan Kabalin
2596265b36
MDL-35767 Fix missing target event group check
...
Prevent interfering between items from different groups (and no groups)
2012-10-03 14:34:54 +01:00
Frederic Massart
ddb16bdd38
MDL-35634 course: Restored alt attribute on module icons
2012-10-03 17:03:35 +08:00
Davo Smith
91813c1b4b
MDL-35288 drag and drop upload - adjust error message text when attempting to upload a folder
2012-10-03 08:46:55 +01:00
David Monllao
d91750bc5a
MDL-35187 groups Adding admin pagelayout to group members edition
2012-10-03 14:40:22 +08:00
Damyon Wiese
8e9efe602a
MDL-35763: Add ignoredirty class to drop down lists in assignment grading options form.
2012-10-03 11:52:50 +08:00
Dan Poltawski
fcdd35d0fc
Merge branch 'MDL-35754-master' of git://github.com/FMCorz/moodle
2012-10-03 10:26:14 +08:00
Frederic Massart
df435dda49
MDL-35754 libraries: openpopup() does not fail when window name is not set
2012-10-03 09:54:27 +08:00
Eloy Lafuente (stronk7)
b478f2ec10
Merge branch 'MDL-35744' of git://github.com/timhunt/moodle
2012-10-03 00:40:10 +02:00
Sam Hemelryk
40b26758db
Merge branch 'wip-MDL-33829-master' of https://github.com/andyjdavis/moodle
2012-10-03 10:07:37 +13:00
Sam Hemelryk
a0251e5006
Merge branch 'MDL-35654_master' of git://github.com/lazydaisy/moodle
2012-10-03 09:53:05 +13:00
Eloy Lafuente (stronk7)
db0ea4323d
Merge branch 'MDL-35660' of git://github.com/netspotau/moodle-mod_assign
2012-10-02 22:02:23 +02:00
Eloy Lafuente (stronk7)
c740703c18
Merge branch 'w40_MDL-31437_m24_cohortsync' of git://github.com/skodak/moodle
...
Conflicts:
lib/upgrade.txt
2012-10-02 22:00:12 +02:00
Eloy Lafuente (stronk7)
60e5d95a31
Merge branch 'master_MDL-35227' of git://github.com/danmarsden/moodle
2012-10-02 21:39:07 +02:00