David Monllao
6e47fb1da3
Merge branch 'MDL-49024_master' of git://github.com/nadavkav/moodle
2015-02-10 12:32:23 +08:00
Nadav Kavalerchik
05da285001
MDL-49024 output: Add new translation token 'erroroutput'
2015-02-06 23:02:45 +02:00
Dan Poltawski
6cc38fb64d
MDL-48960 output: use nofollow attribute to stop crawling invalid links
...
Both the calendar set url and switch theme links are displayed to
non-logged in users which mean they get crawled by search bots. This
prevents the search bots following these links.
2015-02-05 08:13:19 +00:00
Andrew Nicols
ade0072379
MDL-48542 user_menu: Increment index for all menu items
...
The invalid type was not causing the idx to incremented, thus missing off
the final divider.
2015-01-28 12:09:23 +08:00
Andrew Nicols
0977d3d404
Merge branch 'MDL-48542-master' of git://github.com/jethac/moodle
2015-01-28 12:02:28 +08:00
Jetha Chan
22893d6f47
MDL-48542 user_menu: add proper divider support
...
Added divider support to the user menu; hardened the custom user menu against invalid input.
2015-01-19 23:58:11 +08:00
Patrik Granlöv
06844353e5
MDL-35486 outputlib: Fix typos in comments
...
Just a copy-past text error in two comments.
2015-01-14 10:53:25 +00:00
Andrew Nicols
0e61dba339
MDL-38663 login: Remove login info from forgot password page
...
Since this is checked in several locations, I have introduced a new
protected function to check whether the current page is a login page.
This could potentially be exposed as a public function, but Sam's original
comment suggests that this is undesirable.
2014-12-18 11:58:26 +08:00
Dan Poltawski
4b0c38daee
Merge branch '38663-29' of git://github.com/samhemelryk/moodle
2014-12-16 18:45:33 +00:00
Sam Hemelryk
6d7e9d2464
MDL-38663 login: forgot password login links removed
2014-12-12 13:17:48 +13:00
Jetha Chan
92037ec8c8
MDL-48394 core_renderers: remove role=presentation on user picture links
2014-11-27 15:24:33 +08:00
Dan Poltawski
c8b01e0c7d
Merge branch 'MDL36874_Text_navigation_for_Books' of git://github.com/Dave-B/moodle
...
Conflicts:
mod/book/version.php
mod/book/db/upgrade.php
2014-11-18 13:54:05 +00:00
Eloy Lafuente (stronk7)
ec070d2cf7
Merge branch '48026-28' of git://github.com/samhemelryk/moodle
2014-11-06 00:33:46 +01:00
Damyon Wiese
888d0822bd
Merge branch 'MDL-47806' of github.com:mr-russ/moodle
2014-11-04 14:34:43 +08:00
Sam Hemelryk
84d5a89c84
MDL-48026 usermenu: convert menu nowrap from CSS to method
2014-11-03 13:44:58 +13:00
David Balch
7b2eff2886
MDL-36874 mod_book: Add uarrow() output renderer.
...
In preparation for Book navigation improvements in MDL-36874, this commit
adds a uarrow() output renderer, to complement rarrow() and larrow().
2014-10-28 09:29:28 +00:00
Jetha Chan
b865a3e2d1
MDL-47559 user_menu: customusermenu setting
2014-10-27 20:04:45 +08:00
Russell Smith
34f5a2bc4f
MDL-47806: Add footer function for command line output.
2014-10-22 14:32:15 +11:00
Jetha Chan
f89a85f81c
MDL-47576 user_menu: improved dropdown styles, added JS-less styles
2014-10-14 14:59:42 +08:00
Jetha Chan
854a647e62
MDL-45893 user_menu: responsive approach; fixed minor issues
2014-10-07 23:31:47 +08:00
Jetha Chan
6da0e4cfff
MDL-45893 user_menu: based on action_menu, new responsive approach
2014-10-03 15:12:59 +08:00
Jetha Chan
46629116cc
MDL-46523 navigation: add body class when roleswitched and not in initial install
2014-09-16 13:41:41 +08:00
Marina Glancy
de9c82953f
Revert "Merge branch 'MDL-46523-master' of git://github.com/jethac/moodle"
...
This reverts commit 68373c7821f48b13bf4bffa5e1160fd5d0b3b3d2, reversing
changes made to 62d61619e80523e13b6f570fd9e130659c0a0d2e.
2014-07-30 15:28:55 +08:00
Dan Poltawski
70acf8388b
Merge branch 'MDL-46206-master' of git://github.com/jethac/moodle
2014-07-28 17:25:04 +01:00
Jetha Chan
a9e05f49db
MDL-46523 navigation: add body class when logged in as other role
2014-07-28 15:47:46 +08:00
Jason Fowler
ae4086bd6e
MDL-46206 Accessibility: Add aria role to footer image
2014-07-25 14:37:29 +08:00
Dan Poltawski
c7075c0c91
MDL-46285 coding style fix
...
(no double newlines)
2014-07-21 14:07:39 +01:00
Julien Boulen
36489c0b41
MDL-46206 Accessibility: Remove alt attribute for footer image
2014-07-21 08:19:23 +08:00
Jetha Chan
e4a1efcbaa
MDL-46285 core_renderers: optionally hide user_picture from screen readers
2014-07-14 21:01:29 +08:00
Dan Poltawski
46fa062894
MDL-46200 fix missing space in failed login message
2014-07-04 14:49:13 +01:00
Sam Hemelryk
ebdcb2924c
MDL-41663 output: fix for methods with _renderable suffix
2014-07-02 14:59:31 +12:00
Damyon Wiese
d2bba1ee2b
MDL-41663 Renderers - allow autoloaded renderers
2014-06-25 11:42:17 +08:00
Jetha Chan
328ef3df0e
MDL-46022 custom_menu: add support for dividers
2014-06-20 15:53:11 +08:00
Sam Hemelryk
90395bbfa1
MDL-45333 output: navbar is now wrapped in a <nav> tag
2014-05-30 08:41:29 +12:00
Dan Poltawski
2eb4176242
Merge branch 'MDL-45496-m' of https://github.com/micaherne/moodle
2014-05-20 15:54:25 +08:00
Tim Hunt
5bcfd504df
MDL-45618 Fix @since PHPdoc tags.
2014-05-19 17:03:04 +01:00
Michael Aherne
8bf91fb893
MDL-45496 core Added space to logged in as line
2014-05-09 16:30:05 +01:00
Dan Poltawski
3bc5fbebc5
Merge branch 'MDL-39607-master' of git://github.com/FMCorz/moodle
2014-04-18 11:10:39 +08:00
Frederic Massart
970c44196c
MDL-39607 theme: Update Moodle logo
2014-04-17 14:33:39 +08:00
Andrew Nicols
10d7d8f2b7
MDL-45119 ajax: AJAX exceptions need a String in the Link
2014-04-17 11:43:51 +08:00
Sam Hemelryk
225c418fd2
MDL-41511 blocks: improved how custom block regions were being rendered.
...
There is a new theme property 'blockrendermethod' that can be set by the
theme in its config.php and tells Moodle what method it is using to render
blocks in the layout files.
Either blocks, or blocks_for_region.
Then when adding custom block regions to a page content we ensure we use
the same method the theme is using elsewhere.
This is really a hack becuase we (I) didn't properly deprecate
blocks_for_region when I added the blocks method.
2014-04-06 15:17:47 +12:00
Ankit Agarwal
2b0c88e2f6
MDL-42891 adminstration: update strings and display for login fails
2014-04-02 14:18:25 +08:00
Ankit Agarwal
52dc1de746
MDL-42891 administration: Re-implement incorrect login notification, without using the logtable.
2014-04-01 17:18:15 +08:00
Daniel Neis Araujo
db64fd6b1c
MDL-44650 Remove invalid meta tags "pragma" and "expires"
2014-03-14 18:31:29 -03:00
Sam Hemelryk
2a203eee8d
MDL-38923 theme_bootstrapbase: tidied up dock implementation
...
Also:
* Changed to a CSS based compacting solution
* Converted dock colours to variables
* RTL fixes for the dock
2014-02-05 11:21:09 +13:00
Tim Hunt
391edc51f9
MDL-43581 additionalhtmlfooter should be added to every page
...
Not just pages with a visible footer.
2014-01-27 10:24:43 +00:00
Frederic Massart
686e3b3ae0
MDL-39661 blocks: More verbose move-block-here descriptions
2014-01-06 12:51:44 +01:00
Andrew Nicols
11dd4dadb4
MDL-42796 ActionMenu: Add additional keyboard event handling
...
Add additional handling for up/down/escape key presses and consolidate them
with the existing tab/shift+tab handling.
2013-12-06 16:20:10 +08:00
Rajesh Taneja
f487a8f825
MDL-42597 Administration: Modified maintenance mode countdown to display nicely
...
Added Style and JS to display maintenance mode timer similar
to what is done on moodle demo site for rest.
2013-12-04 08:31:56 +08:00
Gareth J Barnard
b3eadf7050
MDL-42852 lib: Blocks disappear in Clean in RTL.
2013-11-17 13:33:30 +00:00