Eloy Lafuente (stronk7)
a821c10b86
Merge branch 'w15_MDL-39069_m25_helpwindow' of git://github.com/skodak/moodle
2013-04-17 01:55:45 +02:00
Petr Škoda
e88419a2fd
MDL-39069 open new window for help when JS disabled
2013-04-16 14:12:31 +02:00
Dan Poltawski
3d7414b399
MDL-38309 fix whitespace issues
2013-04-15 10:26:53 +01:00
Marina Glancy
2fada29001
MDL-38309 Added comments on overwriting functions in themes
...
Defined function tabree() as final so themes do not override it by mistake.
Added comments to other similar shortcut functions that themes should not override them (can not declare them final
for backward compartibility)
2013-04-15 12:13:14 +10:00
Marina Glancy
c269b9d16f
MDL-38309 move HTML generation from print_tabs() to renderer
...
- created renderable object tabtree that represents the tree of tabs, extends tabobject
- created core_renderer::tabtree(), and supporting core_renderer::render_tabtree(), core_renderer::render_tabobject()
- change print_tabs() to use renderer function, deprecate supporting not needed functions
2013-04-15 12:13:03 +10:00
Dan Poltawski
d2b11df8bd
Merge branch 'wip-mdl-35883' of git://github.com/rajeshtaneja/moodle
2013-04-10 12:16:23 +08:00
Damyon Wiese
82b175e868
Merge branch 'w13_MDL-38627_m25_byteservingstop' of git://github.com/skodak/moodle
2013-04-03 15:48:35 +08:00
Rajesh Taneja
fa84b9014b
MDL-35883 Accessibility: Added title for login as user link in header and footer for accessibility
2013-04-02 15:51:41 +08:00
Rajesh Taneja
c7fe9f81d7
MDL-35883 Accessibility: Added title for user link in header and footer for accessibility
2013-04-02 15:32:38 +08:00
Damyon Wiese
0e2ca62e86
MDL-35876: Whitespace, indenting and more verbose upgrade.txt
2013-03-27 10:16:09 +08: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
f22f1cafd2
MDL-38627 force byteserving abort on error
...
It is weird, but Chrome PDF viewer keeps retrying byteserving requests for anything but 407. This commit also normalises response headers on all error pages.
2013-03-25 16:06:02 +01:00
Petr Škoda
63c88397f5
MDL-15727 basic jQuery support
...
See http://docs.moodle.org/dev/jQuery for more details.
2013-03-22 13:09:50 +01:00
Petr Škoda
f2cf0f8419
MDL-38320 fix role name display when roles switched
2013-03-17 21:14:11 +01:00
Andrew Robert Nicols
a6d81a73ac
MDL-36749 lib Complete deprecation of old_help_icon
...
This deprecates the old_help_icon and helpbutton functions. Since they can
no longer be used, the renderers are removed altogether.
2013-03-05 19:07:06 +00:00
Andrew Robert Nicols
238b8bc9b6
MDL-35819 AJAX Rewrite Moodle popup help to be more friendly and more efficient
2013-02-10 11:50:56 +00:00
Jason Fowler
1466eccba7
MDL-35847 - Documentation - removing doc block param for on error_text
2013-02-05 09:23:54 +08:00
Jason Fowler
3246648b48
MDL-35847 - Accessibility - Adding warning icon to the login error message
2013-02-04 12:49:21 +08:00
Petr Škoda
48e114a517
MDL-37596 optionally enable CLI maintenance later
2013-01-28 14:23:21 +01:00
Dan Poltawski
0f94289c1d
Merge branch 'MDL-33688_dndupload_progress' of git://github.com/davosmith/moodle
...
Conflicts:
files/renderer.php
lib/outputrenderers.php
2013-01-16 11:18:18 +08:00
Petr Škoda
aae028d9e3
MDL-36988 cleanup role switching
...
This patch uses local URLs in parameters because it is more compatible
with various security hacks. Session key is not added automatically to
return url for safety reasons - we do not want to execute some random
action again. POST pages are now returned to course page too.
2013-01-15 21:44:20 +01:00
Sam Hemelryk
f44e7d0a77
Merge branch 'MDL-36357' of git://github.com/danpoltawski/moodle
...
Conflicts:
user/view.php
2013-01-09 09:34:22 +13:00
Dan Poltawski
6f4cf4656e
Merge branch 'MDL-35230-master' of git://github.com/andrewnicols/moodle
2013-01-07 13:41:16 +08:00
Andrew Robert Nicols
50d6ad844a
MDL-36934 Only set the autosubmit class on selects when required
...
The url_select class can optionally show a button (much like the non-JS
fallback). In this case, the autosubmit nature of the form shouldn't be
enforced and it should only submit on the button.
2012-12-01 09:48:42 +00:00
Davo Smith
ead25632bf
MDL-33688 filemanager - display progress bars as files uploaded
...
Also improved the styling of the progress bars (used in course drag and drop upload as well)
2012-11-29 11:33:40 +00:00
Frederic Massart
c22fbd3868
MDL-36837 theme: Help icons aligned on the left are well positioned
2012-11-29 12:34:18 +08:00
Andrew Robert Nicols
c44a8dfed5
MDL-36752 Be more specific about tooltip selectors
2012-11-27 14:45:47 +00:00
Aparup Banerjee
e002d5e435
Merge branch 'MDL-36865_master' of git://github.com/markn86/moodle
2012-11-27 16:20:26 +08:00
Mark Nelson
08a6a19d4b
MDL-36865 filepicker: ensuring the dnd arrow displays in the center of the filepicker for all supported browsers
2012-11-27 15:59:43 +08:00
Dan Poltawski
e0c9b42ff7
Merge branch 'MDL-36752-master' of git://git.luns.net.uk/moodle
2012-11-27 13:32:34 +08:00
Sam Hemelryk
4d9e8469e1
Merge branch 'MDL-35569-master' of git://git.luns.net.uk/moodle
2012-11-26 14:46:25 +13:00
Andrew Robert Nicols
98b50e989e
MDL-35819 Improve performance of help tooltip
...
Rather than using an event handler for each help link, we add the
'helpicon' class to them and delegate the display function.
In order for this to work, we modify the way that Y.io fetches the help to
use the intended target of the anchor rather than a value provided in the
add call. We also no longer modify this URL and instead add the ajaxurl
parameter to it using the Y.io data parameter.
This change is backwards compatible with people calling it without using
the help icon renderer.
2012-11-22 11:43:55 +00:00
Andrew Robert Nicols
7266bd3e59
MDL-35569 AJAX Move auto-submitting selects to separate YUI module
2012-11-21 08:23:01 +00:00
Frederic Massart
ebc583e4a3
MDL-36659 usability: Adjust main menu block CSS
2012-11-19 20:23:42 +08:00
Dan Poltawski
0e35ba6ffc
MDL-36357 cleanup - remove double semicolons
2012-11-15 09:51:26 +08:00
Petr Škoda
9172fd82b7
MDL-36524 do not set meta tag for IE compatibility, header should be enough
2012-11-14 19:42:24 +01:00
Marina Glancy
fdd4b9a50a
MDL-36048 Allow course formats to add course headers and footers
...
- Added functions in class format_base
- Added global functions in course/lib.php
- Added calling of course header/footer functions to the base theme
- output renderer checks if theme calls the coures content header/footer functions, if not calls them explicitly and displays a development warning
2012-11-10 15:39:01 +08:00
Dan Poltawski
e830d6f98e
Merge branch 'wip-MDL-30921-m24' of git://github.com/samhemelryk/moodle
2012-11-07 10:51:06 +08:00
Andrew Robert Nicols
d765695675
MDL-35230 AJAX Only load head and footer javascript if it present
2012-11-05 14:03:11 +00:00
Dan Poltawski
96846c2a9e
Merge branch 'MDL-33621' of git://github.com/rwijaya/moodle
2012-11-05 11:12:32 +08:00
Steve Bader
27e3057838
MDL-30921 navigation: Added aria-role to the navbar content
2012-11-02 10:58:23 +13:00
Sam Hemelryk
537ba512e5
MDL-30921 output: Added the main role to the main content area
2012-11-02 10:58:23 +13:00
Sam Hemelryk
91d941c34c
MDL-30921 blocks: Added aria-labelledby and aria-label for blocks
2012-11-02 10:58:23 +13:00
Sam Hemelryk
81b5ff0e8e
Merge branch 'MDL-28235-master' of git://github.com/FMCorz/moodle
2012-10-30 17:37:06 +13:00
Andrew Robert Nicols
afe3566cca
MDL-35836 Rewrite doctonewwindow handling to use delegation instead of individual events
2012-10-26 08:52:23 +08:00
Mark Nielsen
eaf52ff01d
MDL-33621 rating: fixed view help error for global scale rating
2012-10-15 16:54:43 +08:00
Frederic Massart
edb3b7b473
MDL-28235 form: Help button popup close accessibility improved
...
AMOS BEGIN
CPY [close,editor],[close,form]
AMOS END
2012-10-02 14:32:17 +08:00
Dan Poltawski
d4c893c490
Merge branch 'wip-MDL-30912-master' of git://github.com/abgreeve/moodle
2012-09-18 12:00:40 +08:00
Adrian Greeve
d7ff479e41
MDL-30912 - lib - Select menus are now keyboard accessable.
2012-09-17 10:18:01 +08:00