Marina Glancy
2ef3ecffb7
Merge branch 'MDL-46918' of git://github.com/timhunt/moodle
2014-08-25 12:01:10 +08:00
Petr Skoda
a45d54b8cb
MDL-46235 ddl: add support for large number of text fields in one database table
2014-08-25 12:40:57 +12:00
Petr Skoda
b6f299bb69
MDL-43918 add more validation to $modulename parameter when fetching cms
2014-08-25 12:09:54 +12:00
Nadav Kavalerchik
51f2398ce7
MDL-46450 availability/info: Add links to module names inside restrict access availabilityinfo box
2014-08-24 23:39:20 +03:00
Colin Chambers
96fc865427
MDL-46895 qtype_calculated_find_formula_errors not defined causes Calculated question type test to fail
2014-08-22 13:55:44 +01:00
Ankit Agarwal
5bd36407af
MDL-46907 gradereport_history: Refactor user_button class to remove js methods
...
Part of MDL-46191
2014-08-22 10:52:27 +08:00
Ankit Agarwal
9e7a84e5b2
MDL-46191 gradereport_history: Fix minor issues after the review
...
Part of MDL-46191
2014-08-22 10:38:27 +08:00
Frederic Massart
4870363dd2
MDL-46573 gradereport_history: Cross DB query relying on timemodified
...
Part of MDL-46191
2014-08-22 10:38:24 +08:00
Ankit Agarwal
950ac46e2a
MDL-46678 gradereport_history: Write unit tests for get_graders api
...
Part of MDL-46191
2014-08-22 10:38:20 +08:00
Ankit Agarwal
9f3523767e
MDL-46678 gradereport_history: Move hardcoded sql from index.php to an api
...
Part of MDL-46191
2014-08-22 10:38:17 +08:00
Frederic Massart
1f2ebf779f
MDL-46571 gradereport_history: Unit tests for helper user methods
...
Part of MDL-46191
2014-08-22 10:35:31 +08:00
Frederic Massart
cf6bc1b1a2
MDL-46571 gradereport_history: Unit tests for the table_sql results
...
Part of MDL-46191
2014-08-22 10:35:23 +08:00
Ankit Agarwal
a347687b79
MDL-46649 gradereport_history: Add apis to get users and user count, also refactor users_ajax.php
...
Part of MDL-46191
2014-08-22 10:35:13 +08:00
Ankit Agarwal
d21b664956
MDL-46649 gradereport_history: delete the old class grade_report_history
...
Part of MDL-46191
2014-08-22 10:35:08 +08:00
Frederic Massart
36dbb5757b
MDL-46570 gradereport_history: Selected users are saved across page loads
...
Part of MDL-46191
2014-08-22 10:35:04 +08:00
Frederic Massart
4d43f77f58
MDL-46570 gradereport_history: Update the logic of button helper method
...
Part of MDL-46191
2014-08-22 10:34:58 +08:00
Frederic Massart
a6ecebf7f9
MDL-46570 gradereport_history: Clean up of styling and minor inconsistencies
...
Part of MDL-46191
2014-08-22 10:34:46 +08:00
Frederic Massart
adf2eb572e
MDL-46570 gradereport_history: Styling for RTL languages
...
Part of MDL-46191
2014-08-22 10:34:35 +08:00
Frederic Massart
7478d85cfc
MDL-46570 gradereport_history: Making the users list an ARIA widget
...
Part of MDL-46191
2014-08-22 10:34:28 +08:00
Frederic Massart
855e13784b
MDL-46570 gradereport_history: Reworked search and load more mechanism
...
Part of MDL-46191
2014-08-22 10:34:23 +08:00
Frederic Massart
234f962dd5
MDL-46570 gradereport_history: Improving accessibility and selection mechanism
...
Part of MDL-46191
2014-08-22 10:34:17 +08:00
Frederic Massart
49bcd2dfae
MDL-46570 gradereport_history: Convert to moodle dialogue
...
Part of MDL-46191
2014-08-22 10:34:11 +08:00
Frederic Massart
532e3dd7bc
MDL-46570 gradereport_history: Adding JS documentation
...
Part of MDL-46191
2014-08-22 10:34:03 +08:00
Frederic Massart
f6da1fd521
MDL-46570 gradereport_history: Simplifying the select/deselect buttons logic
...
Part of MDL-46191
2014-08-22 10:33:57 +08:00
Frederic Massart
1ecb0d0327
MDL-46570 gradereport_history: Convert to use templates and selectors
...
Part of MDL-46191
2014-08-22 10:33:51 +08:00
Frederic Massart
b8908b0ac2
MDL-46570 gradereport_history: Safer use of language strings
...
Part of MDL-46191
2014-08-22 10:33:44 +08:00
Frederic Massart
51abd213ba
MDL-46570 gradereport_history: Converting JS to namespace'd module
...
Part of MDL-46191
2014-08-22 10:33:39 +08:00
Mark Nelson
6668a9046f
MDL-46574 gradereport_history: added report viewed event
...
Part of MDL-46191
2014-08-22 10:33:33 +08:00
Ankit Agarwal
2864abd876
MDL-46569 gradereport_history: Use table_sql for the report
...
Part of MDL-46191
This patch includes:-
- Convertion of the code to use new renderable/renderer apis
- Rewrote the code to remove all custom sorting, etc and use table sql instead
- Usernames are now clickable
- Grade items are now clickable
- Grade history is now displayed even if the grade item is deleted
- We are now using table sql for downloads so export in multiple formats is supported
- Feedback is now properly formatted
- Source fields are not capitilised anymore
- Paging is not shown on top of filters anymore
2014-08-22 10:33:23 +08:00
Ankit Agarwal
91737ef389
MDL-46569 gradereport_history: Create a helper class
...
Part of MDL-46191
2014-08-22 10:33:15 +08:00
Ankit Agarwal
e1db69e957
MDL-46569 gradereport_history: Move class gradereport_history_filter_form to proper namespaced location
...
Part of MDL-46191
2014-08-22 10:33:06 +08:00
Ankit Agarwal
f08bbff915
MDL-46569 gradereport_history: Move class gradereport_history_user_button to proper namespaced location
...
Part of MDL-46191
2014-08-22 10:32:59 +08:00
Ankit Agarwal
714ec903c7
MDL-46567 gradereport_history: Basic codestyle, phpdocs and other minor cleanups
...
Part of MDL-46191
This commit includes following changes:-
- Fix codestyle issues
- Remove readme file
- Fix and add file headers
- Fix and add missing phpdocs
2014-08-22 10:32:53 +08:00
Adam Olley
e57791bf6c
MDL-46567 gradereport_history: Basic readme.md
...
Part of MDL-46191
2014-08-22 10:32:44 +08:00
Adam Olley
94b26ab52b
MDL-46567 gradereport_history: Extra version.php info
...
Part of MDL-46191
2014-08-22 10:32:11 +08:00
Luke Tucker
d94d6e829a
MDL-46567 gradereport_history: Move paging implementation to db layer
...
Part of MDL-46191
2014-08-22 10:31:56 +08:00
Matthew Tavella
6cbd548061
MDL-46567 gradereport_history: Fix bug with paging
...
Part of MDL-46191
2014-08-22 10:31:39 +08:00
Matthew Tavella
f7744e915a
MDL-46567 gradereport_history: Prevent duplicate username column from rendering
...
Part of MDL-46191
2014-08-22 10:31:30 +08:00
Adam Olley
56793e6ce5
MDL-46567 gradereport_history: Initial commit with basic structure of the report
...
Part of MDL-46191
2014-08-22 10:29:30 +08:00
Andrew Nicols
1b8f073de3
MDL-46917 atto: Focus on the editor when the form label is selected
2014-08-22 08:58:21 +08:00
Daniel Neis Araujo
b5a289c4e8
MDL-46509 enrol: Require 'enrol/PLUGIN:config' capabilities to show/hide enrollment instances
2014-08-21 19:01:57 -03:00
Daniel Neis Araujo
0594336d92
MDL-46509 enrol: fix usage of incorrect capability check
2014-08-21 19:01:57 -03:00
Daniel Neis Araujo
85b030cc39
MDL-46509 enrol: fix usage of incorrect enrol plugin in capability check
2014-08-21 19:01:57 -03:00
Brian Barnes
4a222f026a
MDL-46716 core_calendar: Replaced iCal image with stylised text
2014-08-22 09:44:58 +12:00
Dan Marsden
f4774f44d1
MDL-46816 mod_asssign plagiarism: Remove unnecessary code.
2014-08-22 09:43:48 +12:00
Eloy Lafuente (stronk7)
52953ff948
MDL-46918 ddl: cover behavior with unit test
2014-08-21 18:33:23 +01:00
Tim Hunt
5dc266d980
MDL-46918 ddl: fix error when renaming table already exists
2014-08-21 18:33:22 +01:00
AMOS bot
79b1fcbc88
Automatically generated installer lang files
2014-08-22 00:05:26 +08:00
Tim Hunt
6d99e71847
MDL-46916 behat: improve question state test.
2014-08-21 14:16:31 +01:00
Tim Hunt
ef03842ad3
MDL-46894 make Behat backup steps more robust.
2014-08-21 14:16:22 +01:00