16 Commits

Author SHA1 Message Date
onli
23d3a73b01 init maintenance mode (#467) 2018-06-13 19:31:28 +02:00
Matthias Mees
69f5515ea3 Remove stray aria-hidden attribute 2016-10-26 15:19:43 +02:00
Matthias Mees
7410465496 Improve accessibility of iconfont icons
Iconfont icons are of no value to screenreader users; in our case,
they get alternative text. By adding 'aria-hidden="true"' to the
<span> holding the iconfont icon, we avoid the screenreader trying
to announce the iconfont icon.
2016-10-26 11:29:25 +02:00
Matthias Mees
d3d205ece9 Replace JS-based equal heights with flexbox solution
- Only fire JS equal heights if flexbox is not supported
- Add flexbox styles for backend sections that used to use
  JS based equal heights
- Use Modernizr's flexbox detection to use the old styles
  as a fallback for non-flexbox browsers
- Generate new oldie stylesheet
- Do not use .clearfix with flexbox (Safari doesn't like it)
- Apply IE11 fix for flexbox, see goo.gl/pglrbm

References #333
2016-10-23 14:05:00 +02:00
Ian
8954e6ec7e move maintenance hook to end
since else it will size every box within "equal_heights" blocks.
Best experience with set down to end of list, keeping the thumbs block before.
2015-07-13 16:33:25 +02:00
Garvin Hicking
33193806ed References #189
Combine additional jquery/plugin files into one
Remove single file references
Moved dragdrop.js to serendipity_Editor.js.

Please test. Might make trouble in the installer/upgrader?
2014-06-25 12:28:59 +02:00
Matthias Mees
caeec11624 Remove redundant div container. 2014-03-06 11:58:44 +01:00
Garvin Hicking
c3b4fe53e9 add language constants for maintenance 2014-03-05 16:17:24 +01:00
Ian
627e400a02 prepare menu maintenance const
and removed html to tpl
2014-03-05 15:59:46 +01:00
Ian
6ec571a1b9 fix a8a1880 - add missing sprintf var 2014-03-04 12:03:56 +01:00
Ian
a8a1880f0f be more verbose as kindly asked 2014-03-03 19:52:08 +01:00
Ian
718c4055a7 escape in link 2014-03-03 19:02:02 +01:00
Ian
153b5b71ba add clearComiledTemplate to maintenance
define constants temporary in maintenance.inc.php, until someone executes addlang.sh

YL, I captured 'comment_status' class for #cct_info.
2014-03-03 16:32:05 +01:00
Matthias Mees
3b23f6b13d Use the span/legend trick properly. Ooops. 2014-01-25 23:30:13 +01:00
Matthias Mees
82f7bb99f8 Style the maintance section like the dashboard. 2014-01-19 16:03:24 +01:00
onli
ee3ea72208 Introduce Maintenance menu
Containing all the small action menu-items that were in the main navigation menu, like verify installation
2014-01-19 13:19:30 +01:00