Nadav Kavalerchik
d4d3158290
MDL-35426 - Right align role names inside course Participants view
2012-09-17 12:12:11 +08:00
Nadav Kavalerchik
669973b8a2
MDL-35250 - #2 issue - left align TEXTAREA field inside TinyMCE setting page
2012-09-17 12:12:11 +08:00
Nadav Kavalerchik
1b62b6b564
MDL-35243 - Right justify course category names, when in RTL mode
2012-09-17 12:12:10 +08:00
Nadav Kavalerchik
f17c3daee8
MDL-35245 - Padding for activity sub-type in Activity Chooser dialog, when in RTL mode
2012-09-17 12:12:10 +08:00
Rossiani Wijaya
d26cfd602b
MDL-34571 report: fixed spacing and string error
2012-09-17 12:10:43 +08:00
Rossiani Wijaya
cb589b25c4
MDL-34571 report: convert to html_writer
2012-09-17 12:10:43 +08:00
Rossiani Wijaya
2bbd896edd
MDL-34571 accessibility compliance for report: Add label to select and input text form
2012-09-17 12:10:43 +08:00
Nadav Kavalerchik
3b72fe05e3
MDL-35245 - Missing scrollbar in Activity Chooser, when in RTL mode
2012-09-17 12:06:55 +08:00
Dan Poltawski
7248a6f90a
Merge branch 'MDL-34975-master' of git://github.com/FMCorz/moodle
2012-09-17 11:59:43 +08:00
Dan Poltawski
6d2c3be183
Merge branch 'MDL-35374' of git://github.com/rlorenzo/moodle
2012-09-17 11:47:27 +08:00
Dan Poltawski
d4422a4a50
Merge branch 'w38_MDL-35454_m24_bogusmaxsize' of git://github.com/skodak/moodle
2012-09-17 11:44:35 +08:00
Ankit Agarwal
6f51394b94
MDL-33198 book: Adding h tags to book titles to increase accessibility while printing a book
2012-09-17 11:29:28 +08:00
Marina Glancy
6a02b50ff7
MDL-35415 completely remove add activity in settings (MDL-22732)
2012-09-17 11:03:37 +08:00
Dan Poltawski
5481ce028e
Merge branch 'MDL-35163-master' of git://github.com/micaherne/moodle
2012-09-17 10:51:30 +08:00
Dan Poltawski
73d3359904
Merge branch 'w38_MDL-35355_m24_viewportheight' of git://github.com/skodak/moodle
2012-09-17 10:44:03 +08:00
Ankit Agarwal
d42bc7dc18
MDL-35226 lesson: Adding strings to page titles of lesson administrative pages to make it more accessible
2012-09-17 10:24:33 +08:00
Ankit Agarwal
27affa2622
MDL-35226 lesson: Adding $extrapagetitle to the api mod_lesson_renderer::header()
2012-09-17 10:24:32 +08:00
Ankit Agarwal
75eec83b9b
MDL-35225 logs: Adding page number to the title tags
2012-09-17 10:23:16 +08:00
Adrian Greeve
d7ff479e41
MDL-30912 - lib - Select menus are now keyboard accessable.
2012-09-17 10:18:01 +08:00
Rajesh Taneja
e9921f6ab2
MDL-30831 Accessibility: Added aria role and attributes to dock block
2012-09-17 10:12:34 +08:00
Rex Lorenzo
1659b1d1a8
MDL-33166 Forum: Adding capability mod/forum:allowforcesubscribe
...
Conflicts:
mod/forum/version.php
2012-09-17 10:06:26 +08:00
Frederic Massart
0cf2e0a40a
MDL-34975 Accessibility: Collapsible areas captions can be clicked to expand/collapse
2012-09-17 09:47:16 +08:00
Frederic Massart
ef21ad21cc
MDL-32309 Accessibility: Improved accessibility of calendar filters
2012-09-17 09:47:01 +08:00
Frederic Massart
28c7749fc7
MDL-30909 Forms: Custom ID can be set on a form
2012-09-17 09:46:31 +08:00
David Monllao
683bed9182
MDL-30847 core Adding ARIA attribute to help windows
2012-09-17 09:26:42 +08:00
Eric Merrill
7aa1a4fab2
MDL-35411 assign Include plugin (submission/feedback) info, even when there is no user data.
...
assign_plugin_config data was only included in backups/imports if user data was included in
the backup. This patch moves it out with the standard structure of the assign backup.
2012-09-16 17:58:20 -04:00
Petr Škoda
960931d945
MDL-35465 add more sql escaping tests for cohort_get_cohorts()
2012-09-16 22:32:33 +02:00
Petr Škoda
9a2f6770d7
MDL-35465 improve cohort paging
2012-09-16 21:56:27 +02:00
Petr Škoda
6eb8bf7f3a
MDL-35465 improve cohorts coding style
2012-09-16 21:38:28 +02:00
Petr Škoda
2f8c69e199
MDL-35465 move duplicate check to cohort_add_member()
2012-09-16 21:32:27 +02:00
Petr Škoda
aad6e655f6
MDL-35465 fix cohort_get_cohorts() and add tests
2012-09-16 21:29:39 +02:00
Petr Škoda
a09ae434ef
MDL-35465 fix cohort_get_visible_list() and add tests
2012-09-16 21:07:53 +02:00
Petr Škoda
607fdf632d
MDL-35465 refactor cohort user selectors to locallib.php
...
It is recommended to keep lib.php files as small as possible and without extra includes.
2012-09-16 20:24:17 +02:00
Petr Škoda
4729332b15
MDL-35465 add basic cohort lib tests and generator
2012-09-16 20:23:19 +02:00
Petr Škoda
88a119bb48
MDL-35465 remove invalid sql_empty() Oracle hack
...
This affects only the partially supported Oracle database, all other databases were not affected by this.
2012-09-16 19:32:39 +02:00
Petr Škoda
5ddd9921fe
MDL-35063 add configurable action on manual enrolment expiration
2012-09-16 11:01:07 +02:00
Petr Škoda
90bd89651e
MDL-35062 add configurable action on self enrolment expiration
2012-09-16 10:57:57 +02:00
Petr Škoda
fcae4a0ce3
MDL-35460 add offline feedback from mod_assign to standard plugins
2012-09-16 09:35:04 +02:00
Petr Škoda
085bf0c9fb
MDL-35331 add description of invalid enrolment records in enrol_database sync
2012-09-15 14:24:01 +02:00
Petr Škoda
e58a797ce0
MDL-35355 use YUI3 in resource resizing code
2012-09-15 12:52:48 +02:00
Petr Škoda
cabc411215
MDL-35129 implement new export_table_recordset()
...
This is necessary because MySQL get_recordset_sql() stores the data in memory, unfortunately the alternative resultset iteration blocks concurrent access - that is why we need new method for export.
2012-09-15 11:29:33 +02:00
Petr Škoda
adc75629e4
MDL-35454 ignore invalid $custombytes in get_max_upload_sizes()
...
This fixes installation and phpunit init regression.
2012-09-15 11:13:04 +02:00
Petr Škoda
1025b58b44
MDL-35129 add missing recordset closing in db transfer
2012-09-14 23:54:16 +02:00
Itamar Tzadok
613921c6bf
MDL-32688 My Moodle - Fixed fatal error in guest access to My Moodle
2012-09-14 15:17:19 -04:00
Eloy Lafuente (stronk7)
c8ac480979
weekly release 2.4dev
2012-09-14 19:11:32 +02:00
Eloy Lafuente (stronk7)
0a0e7da565
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2012-09-14 19:03:06 +02:00
Charles Fulton
b4de35e632
MDL-28616 wiki: use class variable for toc header depth
2012-09-14 05:49:14 -07:00
Charles Fulton
2264828fd0
MDL-28616 wiki: html format toc rendering should match nwiki and creole
2012-09-14 05:49:14 -07:00
Michael Aherne
8d9abcf02d
MDL-35163 quiz Make quiz report options available to attempts form
2012-09-14 10:03:20 +01:00
Eloy Lafuente (stronk7)
bb96b9df18
Revert "MDL-34794: Add reset course feature in mod_assign (new assignment (2.3))"
...
This reverts commit 72429a10dac3d65cfa2d7c5923038de3e43ccac9.
2012-09-14 10:48:07 +02:00