Sam Hemelryk
a4f01fe443
MDL-41504 completion: fixed display of completion icon
...
This entailed applying a right spacing to the action menu on
the standard theme to accomodate the completion icon when it
is present.
On the clean them I had to apply a trick. The completion icon
is floated right however no other content is floated.
To ensure the completion icon moved in relation to the action
menu I had to reduce its container size to 0 and rely on
natural overflow. I had to counter this my applying spacing
to the activity container in order to accommodate the actual
size of the icon.
2013-10-28 11:06:49 +08:00
Rajesh Taneja
045d913d11
MDL-42560 Events: Removed use of role->name
...
role->name is usually empty or localized, so should not be used in events
2013-10-28 11:06:47 +08:00
Prateek Sachan
3266d14bbe
MDL-38850: Fixed Horizontal bar issue in lesson
2013-10-28 11:03:17 +08:00
Damyon Wiese
042e6a47fd
Merge branch 'MDL-42481-master' of git://github.com/andrewnicols/moodle
2013-10-28 10:52:41 +08:00
Dan Poltawski
92fbc0de26
Merge branch 'MDL-42534-master-int' of git://github.com/FMCorz/moodle
2013-10-28 10:51:44 +08:00
Dan Poltawski
c713639b65
Merge branch 'MDL-42511-master' of git://github.com/FMCorz/moodle
2013-10-28 10:43:07 +08:00
Frederic Massart
fe1361fc9c
MDL-42511 portfolio: Debugging from deprecated function in cron
2013-10-28 10:28:10 +08:00
Ankit Agarwal
932f54e996
MDL-42489 backup: use correct exception class in automated backups
2013-10-28 09:58:56 +08:00
Adrian Greeve
222e0a0045
MDL-42379 behat: Automated test for approving and disapproving glossary entries.
...
Automate MDLQA-34 - A teacher can set that glossary entries require approval before being viewable be everyone.
2013-10-28 09:29:37 +08:00
Adrian Greeve
c00252fbed
MDL-40683 administration: Include alternate name fields in CSV user import.
...
Removal of firstname and lastname from STD_FIELDS
2013-10-28 09:14:44 +08:00
Adrian Greeve
6f4ece9f57
MDL-40683 libraries: Include alternate name fields in CSV user import.
2013-10-28 09:08:48 +08:00
AMOS bot
0ba69bc1f6
Automatically generated installer lang files
2013-10-28 00:46:40 +00:00
Petr Škoda
6ec361c6bc
MDL-42485 add session lock acquire timeout to memcached session driver
...
Credit goes to Eric Merrill, thanks!
2013-10-27 16:05:12 +01:00
Eloy Lafuente (stronk7)
714c4119cd
MDL-42551 timezone info: updated to 2013h
2013-10-26 17:14:09 +02:00
Andrew Davis
0bc72fcda6
MDL-42284 core_message: adding behat tests for viewing message history MDLQA-135
2013-10-26 17:27:55 +07:00
Marina Glancy
c24b3f66f1
MDL-42400 generator: unittest for module generator
2013-10-26 14:00:27 +11:00
Marina Glancy
3bbbb3c902
MDL-42400 mod_workshop: data generator for workshop
2013-10-26 14:00:27 +11:00
Marina Glancy
20dff4b97e
MDL-42400 mod_wiki: data generator for wiki
2013-10-26 14:00:27 +11:00
Marina Glancy
7b22ba41b7
MDL-42400 mod_url: data generator for url
2013-10-26 14:00:26 +11:00
Marina Glancy
e426f55059
MDL-42400 mod_survey: data generator for survey
2013-10-26 14:00:26 +11:00
Marina Glancy
78135fd2ec
MDL-42400 mod_lesson: data generator for lesson
2013-10-26 14:00:25 +11:00
Marina Glancy
659b15ea5b
MDL-42400 mod_glossary: data generator for glossary
2013-10-26 14:00:25 +11:00
Marina Glancy
449d1fa3a4
MDL-42400 modlib: speed up add_moduleinfo, remove unnecessary queries
...
removed code that was causing unnecessary DB queries, this significantly speeds up data generators
2013-10-26 14:00:24 +11:00
Marina Glancy
7cff3faa94
MDL-42400 tool_generator: save db query in module generation
2013-10-26 14:00:24 +11:00
Marina Glancy
b6affde2cb
MDL-42400 generator: Add function testing_module_generator::create_content()
...
also implement it for mod_book and mod_forum to call existing create_page, create_discussion/post functions
2013-10-26 14:00:24 +11:00
Marina Glancy
7fbe33fcf1
MDL-42400 generator: module generators call add_moduleinfo instead of direct inserts
2013-10-26 14:00:23 +11:00
Marina Glancy
b4b7587294
MDL-42400 modlib: include module file when it's used
...
- changed the place where module file is included to make sure that add_moduleinfo() can be called independently from create_module()
- removed permission check from add_moduleinfo() because this function is not supposed to check permissions. Besides it's only half-check. See can_add_moduleinfo()
- added phpdocs to some functions to indicate that they can throw an exception
2013-10-26 14:00:23 +11:00
Petr Škoda
a635424f88
MDL-42110 use parent directory permissions when installing add-ons
2013-10-25 21:23:40 +02:00
Petr Škoda
302506e03a
MDL-42493 revert nasty DB meta caching hack that was trying to work around shutdown issues
...
The original problem was resolved via new core shutdown handler support.
2013-10-25 21:20:06 +02:00
Tim Hunt
6c7e553fc4
MDL-42548 quiz review: don't show grade for non-finished attempts.
...
Now we show the attempt state separately, so there is no need to show
Grade: Attempt still in progress - especially since we were showing that
for abandoned and overdue attempts which is just wrong.
2013-10-25 20:08:17 +01:00
sam marshall
96c3f75a4d
MDL-34654 Glossary: ampersand breaks auto-linking
2013-10-25 18:15:03 +01:00
Gareth J Barnard
e2cceaffad
MDL-42270 course: Section name too big message.
2013-10-25 16:52:00 +01:00
Eloy Lafuente (stronk7)
68291f2d57
on-demand release 2.6beta+
2013-10-25 13:04:18 +02:00
Michael Aherne
85e7a92e54
MDL-42517 testing Changed events test to use assertDebuggingCalled()
2013-10-25 09:50:10 +01:00
Frederic Massart
fc203e28d6
MDL-42542 portfolio: Fix handlerfile in portfolio event handler
2013-10-25 16:00:51 +08:00
Dan Poltawski
534c356a87
Merge branch 'wip-mdl-42536' of git://github.com/rajeshtaneja/moodle
2013-10-25 15:55:27 +08:00
Dan Poltawski
3e2b1a15aa
Merge branch 'MDL-42514-master' of git://github.com/FMCorz/moodle
2013-10-25 15:27:48 +08:00
Frederic Massart
862ca7dbc1
MDL-41041 portfolio: Temporary solution for event portfolio_send
...
As we have deprecated events_trigger(), the portfolio cannot use it
any more. Though there is no easy solution to get rid of this event
as it is used to register a cron job. MDL-42541 has been raised to
refactor the portfolio code to solve this problem. In the meantime
events_trigger_legacy() will be used.
2013-10-25 14:54:34 +08:00
Dan Poltawski
d62cddc569
Merge branch 'MDL-42535-master-int' of git://github.com/FMCorz/moodle
2013-10-25 13:47:00 +08:00
Andrew Nicols
6a2da367aa
MDL-42471 JavaScript: Adding missing dependency to toolbox
2013-10-25 13:40:40 +08:00
Marina Glancy
10b44ec93d
Merge branch 'w43_MDL-42207_m26_messageformat' of https://github.com/skodak/moodle
2013-10-25 16:16:31 +11:00
Petr Škoda
4048f5b39c
MDL-42207 standardise message text formatting
2013-10-25 07:08:34 +02:00
Dan Poltawski
b2d08cad46
Merge branch 'MDL-42220-master' of git://github.com/ankitagarwal/moodle
2013-10-25 12:42:38 +08:00
Dan Poltawski
cf49c1b642
Merge branch 'MDL-42219-master' of git://github.com/ankitagarwal/moodle
2013-10-25 12:39:37 +08:00
Marina Glancy
a2f56679f9
Merge branch 'MDL-31938-master' of git://github.com/danpoltawski/moodle
2013-10-25 14:56:31 +11:00
Thijs Kinkhorst
9953966213
MDL-31938: fix syntax error in db upgrade & update plugin version
...
Also correct language class name.
2013-10-25 11:51:30 +08:00
Iñaki Arenaza
02a9e4a7f3
MDL-31938, MDL-36138 auth_cas: upgrade phpCAS library
...
Proxy mode changes testing still pending (we don't have such a setup).
2013-10-25 11:51:23 +08:00
Frederic Massart
268bd2fe77
MDL-42534 mod_forum: Fix issue because cm_info is read only
2013-10-25 11:34:10 +08:00
Dan Poltawski
6356be73d0
Merge branch 'wip-mdl-42261' of git://github.com/rajeshtaneja/moodle
2013-10-25 11:33:19 +08:00
Rajesh Taneja
ca85839fd3
MDl-42261 My Home: Fixed string key to show all courses
2013-10-25 11:26:58 +08:00