| fc1d0a5b | 22-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
added X-UA-Compatible to always use the best possible browser mode in IE and give users with Chrome Frame the chance to use it |
| 47d19ca2 | 22-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
included lesser IEs than 7 into the rest of the conditional comments |
| cda2580f | 22-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
moved pickerbutton styling to general _edit stylesheet |
| 78393a73 | 22-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
fixed, completed and improved RTL styles (including styles for the pagetools and more) |
| c0bf65d1 | 22-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
updated _toc styles from the starter template and moved template-specific toc styles into design.css |
| 42ee96de | 22-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
removed conditional comments for IE6 from detail.php and mediamanager.php as well |
| ec69e514 | 22-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
moved pagetools images out of pagetools folder, because there are now significantly less files involved |
| 71b389de | 22-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
made a sprite out of all the pagetool icons; changed the revert icon to look less like a refresh icon; made active colour less subtle (closes #5) |
| 200ff6b7 | 22-Jan-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
removed unused class |
| 995dc0ce | 22-Jan-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
fixed testcase |
| d5d7b9b9 | 22-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
merged pagetools versions 1 and 2: show all tools on hover and individual tools on focus (closes #2 and closes #17) |
| e96b69da | 19-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
corrected old mediaupload introduction text |
| 29e4fe3d | 18-Jan-2012 |
Andreas Gohr <gohr@cosmocode.de> |
Removed obsolete Opera fix that now causes harm FS#2429 |
| 489159e3 | 22-Dec-2011 |
Andreas Gohr <gohr@cosmocode.de> |
don't limit download sizes in plugin manager |
| add16d6f | 15-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
added new icons for bullets and TOC |
| b6a12f16 | 15-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
added site background colour to style.ini |
| f33b75dd | 15-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
moved styles for pagetools into their own css file |
| 4b5d4e2c | 15-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
improved buttons (added hover/active/focus styles) and made all form styles independent of style.ini |
| 4fcd684a | 15-Jan-2012 |
Michael Hamann <michael@content-space.de> |
Disable E_STRICT error reporting
This change disables the reporting of strict standard errors in PHP 5.4, in PHP versions prior to 5.4 E_STRICT wasn't part of E_ALL so for these versions this doesn'
Disable E_STRICT error reporting
This change disables the reporting of strict standard errors in PHP 5.4, in PHP versions prior to 5.4 E_STRICT wasn't part of E_ALL so for these versions this doesn't cause any change (however E_STRICT is available in all versions of PHP 5 so this doesn't cause any problems). See also FS#2427.
show more ...
|
| 47251657 | 15-Jan-2012 |
Michael Hamann <michael@content-space.de> |
Make Sitemapper functions static as they were used as static functions
All calls to the Sitemapper were static function calls, this caused notices because they weren't static, with this commit they
Make Sitemapper functions static as they were used as static functions
All calls to the Sitemapper were static function calls, this caused notices because they weren't static, with this commit they are marked as static. Furthermore two FIXME comments were removed as dbglog now checks if debugging is enabled.
show more ...
|
| fbb51550 | 15-Jan-2012 |
Guy Brand <gb@unistra.fr> |
Make this dummy file empty like all others |
| 60ed996d | 15-Jan-2012 |
Guy Brand <gb@unistra.fr> |
Update copyright year |
| 32674f35 | 15-Jan-2012 |
Guy Brand <gb@unistra.fr> |
Remove testing md5 hash from installer |
| b37586f2 | 14-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
improved search icon |
| 0e4bf9aa | 14-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
removed 2 and fixed 1 minor todo |