Andrew Davis (andyjdavis)
096928c79e
MDL-27829 blocks: improved backwards compatibility for blocks set to display on page types we dont allow the user to select anymore
2011-06-30 16:42:28 +08:00
Andrew Davis (andyjdavis)
800688bd1e
MDL-27829 blocks: added code to make the page type restrictions for blocks on admin setting pages make sense
2011-06-30 15:32:34 +08:00
Sam Hemelryk
797cedc7cf
MDL-25249 Tidied up calendar variable passing and removed session abuse
2011-06-29 14:50:38 +08:00
Dongsheng Cai
b1627a92e5
MDL-26105 Block settings should contains less options, and be more user friendly
...
AMOS BEGIN
MOV [page-blog-index, pagetype], [page-blog-index, blog]
MOV [page-blog-x, pagetype], [page-blog-x, blog]
MOV [page-tag-x, pagetype], [page-tag-x, tag]
MOV [page-course-view-weeks, pagetype], [page-course-view-weeks, format_weeks]
MOV [page-course-view-weeks-x, pagetype], [page-course-view-weeks-x, format_weeks]
MOV [page-course-view-topics, pagetype], [page-course-view-topics, format_topics]
MOV [page-course-view-topics-x, pagetype], [page-course-view-topics-x, format_topics]
AMOS END
2011-06-09 13:51:14 +08:00
Aparup Banerjee
0193d9dfe7
MDL-27428 accessibility : added a fourth argument to event's subscription and delegation methods to specify selector actions.
...
- selected actions will fire the event through to the relevant handling functions.
2011-05-23 11:13:52 +08:00
Aparup Banerjee
f93844f3d7
MDL-27428 accessibility : added keyboard support to navigational menus loaded via ajax.
2011-05-23 11:13:36 +08:00
Aparup Banerjee
eb25449ae6
MDL-27428 accessibility : added keyboard navigation to dock arrow keys expand and collapse. enter and space will toggle actions.
2011-05-23 11:13:20 +08:00
Aparup Banerjee
32561cafd4
MDL-27428 accessibility : made navigation and settings menu category span nodes navigable using tabs with tabindex=0
2011-05-23 11:12:53 +08:00
Aparup Banerjee
1e22cd351f
MDL-27428 accessibility : allowed enter/space/left_arrow/right_arrow to expand/collapse navigation & settings menu branches
...
- note: a menu node branch that is a link will be followed instead of toggling the branch.
2011-05-23 11:12:35 +08:00
Sam Hemelryk
644b14c552
Merge branch 'MDL-27367-HEAD' of git://github.com/srynot4sale/moodle
2011-05-09 10:20:15 +08:00
Dongsheng Cai
480fe33538
MDL-26854 Added comments block lib.php, it contains comments callbacks
2011-05-05 11:22:39 +08:00
Dongsheng Cai
c1951ea953
MDL-26854 COMMENT
...
1. added pluginname_comment_validate callback to comments api
2. change permission callback defaults to false
3. Tidied up serveal areas of comments and implemented callback to
ignore system permissions for view (credits to Sam Hemelryk)
AMOS BEGIN
MOV [modulerejectcomment,error],[callbackrejectcomment,error]
AMOS END
2011-05-04 17:23:46 +08:00
Aaron Barnes
0e5e1daaee
MDL-26190 completion blocks: Completion blocks shouldn't ever be blank
2011-05-04 12:55:26 +12:00
Sam Hemelryk
fc3e922e65
MDL-25999 Fixed URL bug with admin bookmark changes
2011-04-19 10:22:46 +08:00
Sam Hemelryk
d0542700f5
Merge branch 'MDL-25999_head' of git://github.com/rwijaya/moodle
2011-04-19 10:16:39 +08:00
Rossiani Wijaya
53758125dc
MDL-25999: update Admin Bookmarks block to work properly in head
2011-04-18 17:31:35 +08:00
Nadav Kavalerchik
b41fc49c26
CSS MDL-26013 Fixed several display bugs when using right to left languages
2011-04-14 15:56:10 +08:00
Sam Hemelryk
93b86f6239
comment MDL-27024 Removed last reference to the comment block within the comment API and used the options properly
2011-04-11 10:31:13 +08:00
Sam Hemelryk
116a48b133
comment MDL-27024 made notoggle and autoload into proper options to remove comment block conditions from comment API
2011-04-11 10:31:13 +08:00
Eloy Lafuente (stronk7)
c031f2c1e7
Merge branch 'MDL-26875' of git://github.com/samhemelryk/moodle
2011-03-21 21:10:55 +01:00
Eloy Lafuente (stronk7)
83ee4693c5
Merge branch 'MDL-26908' of git://github.com/samhemelryk/moodle
2011-03-21 19:08:46 +01:00
Sam Hemelryk
beb81f4947
Merged PULL-496/MDL-26859 and fixed incorrect defines
2011-03-21 17:13:20 +08:00
Sam Hemelryk
553669ae17
navigation MDL-26908 Fixed up positioning of icons for items that are both expandable and have an icon
2011-03-21 10:45:23 +08:00
Petr Skoda
fd85ceac57
MDL-26859 improve coding style in blog related blocks
2011-03-20 12:29:22 +01:00
Sam Hemelryk
4c2820fbd8
navigation MDL-26875 Moved course type check into object check and moved JS string call to navigation block where the navigation JS is initialised.
2011-03-18 14:45:10 +08:00
Jonathon Fowler
c683165a4a
insert a 'View all courses' link when loading category navigation entries from AJAX
2011-03-18 15:00:14 +10:00
Petr Skoda
c3b5e8290b
MDL-25352 fix multiple issues in admin/replace.php
...
Make sure admins know things can go wrong, MSSQL and Oracle were never working, fix block_html config saving issue, skip a lot more tables because the data there is serialised() or can not be changed in case of config tables, more warnings and checkbox confirmation.
2011-03-14 00:51:42 +01:00
Eloy Lafuente (stronk7)
9f3813016c
Merge branch 'MDL-26190' of git://github.com/srynot4sale/moodle
2011-03-07 02:58:09 +01:00
Aaron Barnes
0b15b43b3e
MDL-26190 completion blocks: Show messages rather than hiding the block
2011-03-02 16:34:19 +13:00
Petr Skoda
431ac39634
MDL-26623 fix file permissions
...
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
Petr Skoda
3fa0670a98
Merge branch 'MDL-26109' of git://github.com/nebgor/moodle
2011-02-14 22:10:37 +01:00
Petr Skoda
47a13ff99a
Merge branch 'MDL-25612_rss_block' of git://github.com/stronk7/moodle
2011-02-14 20:37:28 +01:00
Petr Skoda
9c14c1c55b
MDL-26223 prevent getting content of hidden blocks in edit mode
2011-02-13 18:14:55 +01:00
Eloy Lafuente (stronk7)
3612c3be4a
MDL-25612 sql - make rss_client block cross-db
2011-02-12 20:38:03 +01:00
Aparup Banerjee
dde36f9d65
blocks MDL-26109 adding docking option to empty blocks as well.
2011-02-11 12:36:19 +08:00
Eloy Lafuente (stronk7)
cd03ecce8e
Merge branch 'MDL-24870_rss_error' of git://github.com/andyjdavis/moodle
2011-02-08 10:21:55 +01:00
Petr Skoda
801dea0605
MDL-26262 fix online users block error on non-course pages
2011-02-06 22:04:44 +01:00
andyjdavis
d95a02faa9
rss MDL-24870 latest news block was supplying the wrong context ID when creating its RSS feed link
2011-02-03 15:24:27 +08:00
Petr Skoda
46df3c6059
Merge branch 'MDL-25981'
2011-01-31 22:44:17 +01:00
Petr Skoda
0ab727fb35
MDL-26034 myprofile block cleanup
2011-01-26 13:26:46 +01:00
sam marshall
0d8b6a69ce
lib MDL-25981 Improved modinfo
...
This commit:
a) moves modinfo code into new library modinfolib.php
b) uses classes instead of stdClass objects, allowing a huge amount of documentation (and IDE completion)
c) adds hooks so that plugins other than forum can display messages like forum's 'unread', and plugins other than label can display html (apart from/as well as their view.php link) on the course view page
d) removes current hacks for forum and label (mainly in print_section but also across the code), replacing with new 'content' and similar variables [this is the reason for the changes in blocks, etc]
e) reduces size of modinfo in database (only when rebuilt) by excluding empty fields
The change is intended to be backward compatible and does not affect the format of modinfo in database.
2011-01-26 10:29:16 +00:00
Sam Hemelryk
0243d7eb2f
Merge branch 'w04_MDL-25855_20_filerequire' of git://github.com/skodak/moodle
2011-01-24 11:51:38 +08:00
Petr Skoda
99d19c13ae
MDL-25855 some more missing filelib includes
2011-01-23 18:34:41 +01:00
Petr Skoda
fb7dd39ce7
MDL-26045 fix invalid sql join when separate group mode enabled
2011-01-19 15:40:20 +01:00
Ashley Holman
85b8f8dfd0
MDL-25837 adding missing modinfo course property
2011-01-12 21:44:16 +01:00
Petr Skoda
f4f374176d
Merge branch 'MDL-25596-fixed' of git://github.com/samhemelryk/moodle
2011-01-12 09:57:18 +01:00
Sam Hemelryk
0022a97f24
blocks-navigation MDL-25596 Fixed notice when block config doesn't already exist
2011-01-12 09:53:08 +08:00
Petr Skoda
6fa8c7ea86
Merge branch 'MDL-25596' of git://github.com/samhemelryk/moodle
2011-01-10 14:41:04 +01:00
Sam Hemelryk
03364f9e2f
Merge branch 'MDL-25869' of git://git.luns.net.uk/moodle
2011-01-10 16:10:46 +08:00
Sam Hemelryk
726bc52504
Merge remote branch 'mouneyrac/MDL-25768'
2011-01-10 16:01:08 +08:00