| c85bb997 | 08-Jan-2015 |
Mijndert <mijndert@mijndertstuij.nl> |
translation update |
| 48c11be0 | 07-Jan-2015 |
Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com |
| 51b257b6 | 07-Jan-2015 |
Andreas Gohr <gohr@cosmocode.de> |
fixed search'and'replace fuckup in config plugin |
| 79e79377 | 07-Jan-2015 |
Andreas Gohr <gohr@cosmocode.de> |
Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PH
Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
show more ...
|
| 3d03c349 | 05-Jan-2015 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 6f864f42 | 05-Jan-2015 |
Maciej Helt <geraldziu@gmail.com> |
translation update |
| a71e810b | 31-Dec-2014 |
Jaroslav Lichtblau <jlichtblau@seznam.cz> |
translation update |
| ead851a8 | 30-Dec-2014 |
Marian Banica <banica.marian@gmail.com> |
translation update |
| f398f541 | 21-Dec-2014 |
Type-kun <workwork-1@yandex.ru> |
translation update |
| 443fd3ed | 20-Dec-2014 |
Yves Grandvalet <Yves.Grandvalet@laposte.net> |
translation update |
| 2fd1f790 | 18-Dec-2014 |
Guido Salatino <guidorafael23@gmail.com> |
translation update |
| 3940c519 | 08-Jan-2014 |
Mark <mc.prins@gmail.com> |
use nav+ul element for "you are here"
As described in the common idioms of the HTML5 spec, mark up navigation as a list inside a `nav` element for better semantics and accessibility.
see:
* http
use nav+ul element for "you are here"
As described in the common idioms of the HTML5 spec, mark up navigation as a list inside a `nav` element for better semantics and accessibility.
see:
* http://www.w3.org/html/wg/drafts/html/master/common-idioms.html#rel-up * http://lists.w3.org/Archives/Public/public-html/2013Nov/thread.html#msg6 * https://dl.dropboxusercontent.com/u/377471/breadcrumb.html
for discussion and background.
show more ...
|
| b13d4fce | 17-Dec-2014 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
translation update |
| e88b0b78 | 15-Dec-2014 |
Vitaly Filatenko <kot@hacktest.net> |
translation update |
| d3b0952c | 14-Dec-2014 |
Myeongjin <aranet100@gmail.com> |
translation update |
| e9e4d466 | 13-Dec-2014 |
Type-kun <workwork-1@yandex.ru> |
translation update |
| d52dfa3a | 13-Dec-2014 |
Jaroslav Lichtblau <jlichtblau@seznam.cz> |
translation update |
| 4ac11792 | 12-Dec-2014 |
Type-kun <workwork-1@yandex.ru> |
translation update |
| 4645078a | 12-Dec-2014 |
Jaroslav Lichtblau <jlichtblau@seznam.cz> |
translation update |
| ab6ac843 | 12-Dec-2014 |
Jussi Takala <jussi.takala@live.fi> |
translation update |
| 903f0494 | 12-Dec-2014 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
translation update |
| 1ec86040 | 11-Dec-2014 |
Andreas Gohr <andi@splitbrain.org> |
check for SSL support in the extension manager |
| 6fa4721a | 11-Dec-2014 |
Andreas Gohr <andi@splitbrain.org> |
add new behaviour: bounce
Add the class .bounce to any element to let it bounce slightly for 2 seconds. This is useful to make the user aware of some element. Can be combined with #scroll__here when
add new behaviour: bounce
Add the class .bounce to any element to let it bounce slightly for 2 seconds. This is useful to make the user aware of some element. Can be combined with #scroll__here when a long list auto scrolls to a certain item.
show more ...
|
| 4063422b | 11-Dec-2014 |
Andreas Gohr <andi@splitbrain.org> |
offsets are not available for hidden elements |
| 7326f914 | 11-Dec-2014 |
Andreas Gohr <andi@splitbrain.org> |
fade out search hit colorization |