Frederic Massart
ad347f6874
MDL-46878 my: Allow admins to reset everyone's dashboard
2015-09-18 11:40:09 +08:00
Marina Glancy
7a4ff165cb
MDL-25451 roles: check if user can assign foles in block
2015-08-31 16:03:27 +08:00
Dan Poltawski
8930d28254
MDL-50663 blocks: minor style fixes
2015-07-21 15:42:34 +01:00
Skylar Kelty
56af0fbda8
MDL-50663 blocks: Fix /my/ page when in non-user context
2015-06-29 11:37:10 +01:00
Tim Hunt
e1ace26f11
MDL-49389 blocklib: avoid notices when moving blocks to the bottom
2015-03-13 14:27:11 +00:00
Mike Grant
b609413154
MDL-37470 blocklib: Respect block weight and offset
2015-02-12 09:37:52 +00:00
Andrew Nicols
4b410a6875
MDL-48544 blocks: Only add docked tags if all blocks are docked
...
Previously, if all blocks were hidden, then the region was reported as
being docked eroniously and it was not possible to unhide the blocks.
Docking should have no relation to the presence of block content.
2015-02-09 20:55:10 +08:00
Neill Magill
f95b1e85fb
MDL-48865 core_block: Show regions with only hidden blocks when editing
...
Before this patch if all the blocks in a block region are set to hidden the region will be docked even when editing is enabled.
This meant that as a user I would need to add a new block to the page and move it to that region via the configuration
menu before I could manipulate the hidden blocks again.
2015-02-03 16:14:20 +08:00
Sam Hemelryk
7594ed1e2a
Merge branch 'MDL-40419-master-2nd' of git://github.com/FMCorz/moodle
2014-12-04 12:03:18 +00:00
Frederic Massart
3af5725b74
MDL-40419 blocks: Function to get page type patterns from pattern
2014-11-27 15:28:51 +08:00
Andrew Nicols
29ac5a6bce
MDL-14402 blocks: Do not show assign roles on my home
2014-11-26 13:39:44 +08:00
Frederic Massart
00fd3c1aad
MDL-47189 my: Fix the addition of default blocks to my/ page
...
Fixing the upgrade script so that they attach the new blocks
to the right my_pages entry. An upgrade script has also been
added to fix the existing bad data.
2014-10-14 16:03:12 +08:00
Damyon Wiese
fff702acfd
Merge branch 'MDL-45897_my2' of https://github.com/andyjdavis/moodle
2014-08-05 12:06:36 +08:00
Andrew Davis
7623260459
MDL-45897 blocks: added 3 new default blocks to /my
2014-08-05 08:44:21 +08:00
Andrew Nicols
cbed1284f4
MDL-43506 Blocks: Remove various deprecated functions
2014-08-04 08:44:50 +08:00
Sam Hemelryk
23a9a5632c
Merge branch 'wip-MDL-45045_master' of git://github.com/gjb2048/moodle
...
Conflicts:
lib/yui/build/moodle-core-blocks/moodle-core-blocks-min.js
2014-04-22 10:46:51 +12:00
Sam Hemelryk
34df4e4ba4
MDL-43145 dock: fixed up region_completely_docked code to ignore empty regions
2014-04-11 10:34:31 +08:00
Gareth J Barnard
625fc64c73
MDL-45045 block theme: Fake blocks show empty region when editing and clicked.
2014-04-10 18:41:50 +01:00
Sam Hemelryk
292dcf047f
MDL-41551 blocks: added tracking and recognition of custom block regions
2014-04-06 15:17:47 +12:00
Andrew Nicols
803912ae69
MDL-40975 Blocks: Move most block actions into the block menu
2013-11-06 10:59:25 +08:00
Andrew Nicols
59849f7925
MDL-41516 Themes: Ensure that blocks are set up early
...
Blocks can require JavaScript which must be set up early in the page
lifecycle.
In order to do so, we should ensure that content is created in the standard
head setup before any other output is created so that any subsequent use of
block instances are no longer the first such use when they may already be
too late in the lifecycle.
2013-09-01 23:53:52 +01:00
Petr Škoda
2f1e464a88
MDL-40438 migrate all collatorlib:: and textlib:: uses
2013-08-06 21:04:35 +02:00
Sam Hemelryk
3665af78ca
MDL-39814 actionmenu: improved alignment, constraint handling, and accessibility
2013-07-30 16:15:26 +12:00
Sam Hemelryk
cf69a00a1c
MDL-39814 frontend: introduced an action_menu_action class
2013-07-30 16:15:05 +12:00
Sam Hemelryk
b59f2e3bef
MDL-39814 frontend: improved display of activities and the menu
2013-07-30 16:14:56 +12:00
Sam Hemelryk
e282c679e3
MDL-39814 frontend: improvements to course/block editing
2013-07-30 16:07:26 +12:00
Eloy Lafuente (stronk7)
fb1788c598
Merge branch 'MDL-40424-master' of git://github.com/FMCorz/moodle
...
Conflicts:
admin/oacleanup.php
2013-07-17 01:21:51 +02:00
Damyon Wiese
d981272e64
Merge branch 'wip-mdl-40428' of git://github.com/rajeshtaneja/moodle
2013-07-16 13:33:27 +08:00
Sam Hemelryk
a69a7e89b8
MDL-40167 dock: tidy up after first peer-review
2013-07-15 09:46:03 +12:00
Frederic Massart
2e4c0c9181
MDL-40424 libraries: Deprecate context_instance_preload_sql()
2013-07-12 17:41:49 +08:00
Rajesh Taneja
c592eea2d3
MDL-40428 Libraries: Deprecated delete_context
2013-07-11 12:18:55 +08:00
Ankit Agarwal
db314f34fb
MDL-40425 libraries: Remove context_instance_preload() from core
2013-07-09 15:55:51 +08:00
Frederic Massart
8e8891b76b
MDL-40403 libraries: Deprecate get_parent_contexts()
2013-07-09 13:34:44 +08:00
Petr Škoda
9e19a0f08b
MDL-39854 reimplement Frankenstyle support and enable classloader
...
Better performance, more reliable, completely self contained,
more validation and full backwards compatibility.
This will also allow us to implement ignoring of plugins.
2013-06-18 09:10:07 +02:00
Sam Hemelryk
06a72e0192
MDL-39824 output: tidied up output before bootstrap cleaning
2013-06-07 17:31:59 +12:00
Jason Fowler
473327030e
MDL-32946 - Blocks - Improving image alts for accessibility.
2013-04-24 13:06:22 +08:00
Marina Glancy
498e9a9a38
MDL-38701 Added missing require_once() before calling course_get_format
2013-04-08 11:34:05 +10:00
Damyon Wiese
df9bdfb000
Merge branch 'wip-MDL-35876-master' of git://github.com/phalacee/moodle
...
Conflicts:
lib/upgrade.txt
2013-03-27 10:06:30 +08:00
Jason Fowler
6671fa735a
MDL-35876 - Blocks - Adding verbose move here descriptions to blocks for accessibility
2013-03-26 14:21:38 +08:00
Petr Škoda
77a5c09354
MDL-37742 simplify dirty one-space oracle hack
2013-03-24 13:43:18 +01:00
Adrian Greeve
3dd204b1e6
MDL-30669 - blocks: Added a warning when deleting blocks that have multiple displays set.
...
Also added a fix to the function course_page_type_list(). It was making a call to
get_context_info_array() which will generate an error if $currentcontext is not set.
2013-02-26 10:21:37 +08:00
Tim Hunt
67cc80197f
MDL-31616 blocks: ensure showinsubcontexts is only 0 or 1 in the DB.
2013-01-16 19:16:09 +01:00
Sam Hemelryk
20a3199397
Merge branch 'wip-mdl-35873' of git://github.com/rajeshtaneja/moodle
2013-01-16 18:22:04 +13:00
Rajesh Taneja
9309a8fe9a
MDL-35873 Blocks: Made alt-text on block control icons more descriptive
2013-01-10 14:20:12 +08:00
Tim Hunt
f187622a0d
MDL-31616 block editing: show in subcontexts does not work on category pages.
...
Thanks to Ian David Wild for pointing to the proper fix.
2012-12-22 17:37:49 +00:00
Jason Fowler
e9904e0988
MDL-35874 - Blocks - Adding a label to the 'Add a block' block's select field
2012-12-13 15:08:23 +08:00
Frederic Massart
fbb207c57a
MDL-36323 usability: New icon names to assign and switch roles
2012-11-14 14:07:40 +08:00
Dan Poltawski
cedf976367
MDL-35964 - blocks: add missing global $CFG
...
Thanks Rosie!
2012-10-31 14:28:24 +08:00
Dan Poltawski
b01783f086
Merge branch 'MDL-35964' of git://github.com/timhunt/moodle
2012-10-29 13:48:44 +08:00
Dan Poltawski
ea0a092e99
Merge branch 'wip-mdl-32218' of git://github.com/rajeshtaneja/moodle
2012-10-16 14:35:28 +08:00