59 Commits

Author SHA1 Message Date
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
Ian
715d8cafa6 Optimize scaleImage returns 2015-10-19 13:21:19 +02:00
Ian
afb4cdc685 better constant naming and new directory info constant 2015-10-17 19:43:09 +02:00
Ian
3030b80c2b fix rename media file reload issue
References #370

and allow better umlaut conversion

This is a plain javascript event, therefore the message and reload stuff had to move into the JS caller.
2015-10-17 15:03:15 +02:00
Ian
0d75d4ff88 remove case properties 2015-10-12 11:58:45 +02:00
Ian
6777f89078 case add works with pure $showML only
on both moves and does not need a reload for any property changes, since not shown
2015-10-12 11:57:11 +02:00
Ian
e987751b19 fix case add post adminSubAction properties
this redirect works
2015-10-12 11:52:05 +02:00
Ian
73c178a3ea fix directoryEdit save message event 2015-10-12 10:37:41 +02:00
Ian
7c21de8aa8 Allow bulk move ML items to Uploads Root too
Fixes many issues like for renaming files and subdir handling, database placements and other issues.
Structures case DIR, FILE and FILE vars for renaming, moving, select and replace.
Touches directoryEdit and mediaproperties related boundaries.
Adds better event messages, which fixes $ob_serendipity_moveMediaDirectory.
Extends and fixes media_items realname issues and changes the length of the item title to be as long as possible.
Added new constants to be executed to the lang files in near future, when some follow up commits have been added.
2015-10-05 18:19:09 +02:00
Ian
40ea9d2dc0 better check with isset 2015-09-22 18:12:00 +02:00
Ian
8ac718a606 fix wrong loop ending end
and reported a bug in upcoming smarty 3.1.28-dev https://github.com/smarty-php/smarty/issues/90

References #364
2015-09-19 10:36:00 +02:00
onli
9032f24f4b Show rescale in ML-popup when toolbar is active (#281) 2015-03-26 23:55:22 +01:00
Matthias Mees
4665bb6598 Rework messages emitted by upload/delete in media db
Due to a regression in how these messages are emitted, these now
need to emit their msg markup in include/admin/images.inc.php or
include/functions_images.inc.php to avoid nested msg containers.

References #287
2015-02-03 18:46:47 +01:00
Matthias Mees
3b36be9beb Better fix for obsolete msg wrapper for deleting media db dirs
Courtesy of @ophian

References #287
2015-02-03 14:08:57 +01:00
Ian
1025ec5748 fix default open ML if in image properties form - give option to jump to ML w/o submittng form
References #264 (was not really mentioned there, bur related)
2015-01-18 16:38:03 +01:00
Ian
85ef7dafc4 Revert "no Umlauts note for image directories"
This reverts commit cb00982db944e49062e8bd4fed65dad1aabb49d5.
2014-11-25 09:42:17 +01:00
Ian
cb00982db9 no Umlauts note for image directories
References #236
2014-11-24 17:08:02 +01:00
onli
6dd5b4aa6b Improve image deletion pages (#138)
Show correct button for multidelete-form, remove switched_output and doubled state-variables, show formerly lost delete-messages on ML after deletion instead of blank page
2014-05-29 22:26:01 +02:00
onli
1bce7ec7ec Make ML available after upload and filter-change (#138) 2014-05-29 21:54:26 +02:00
Garvin Hicking
7223456b53 i18n title attributes, document some past changes 2014-05-05 10:00:59 +02:00
Matthias Mees
52fd0d331b Marked stray untranslated title attributes
References #142
2014-05-02 13:18:12 +02:00
Garvin Hicking
94c3a75a96 New language constants, hopefully caught all i18n's. Please check. 2014-03-05 13:22:50 +01:00
Ian
4f95851a4e revert escape in script 2014-03-03 19:01:36 +01:00
Ian
bc43f5ecc5 added missing amp; to images.inc
this was origin for the a link, I am not sure it is a need for the script location links too.
2014-03-03 16:47:17 +01:00
Matthias Mees
a9b8c9dd02 Refactor the whole damn zebra striping business. 2014-03-01 19:50:53 +01:00
Matthias Mees
dd013f3a70 Use new show hide buttons. 2014-03-01 15:51:44 +01:00
Matthias Mees
98c7c0f215 UI consistency: back button in create directory. 2014-02-28 13:48:58 +01:00
Ian
fd8f4d5a16 short modifier - escape default is html 2014-02-28 10:04:12 +01:00
Matthias Mees
6b25fb0482 No abort buttons in the backend, please. 2014-02-27 20:43:11 +01:00
Matthias Mees
6c038db4bb Better layout for image directory permissions. 2014-02-27 19:29:49 +01:00
Matthias Mees
04bc1cd02f Change add subfolder icon for image directories. 2014-02-25 14:35:51 +01:00
Matthias Mees
3b23f6b13d Use the span/legend trick properly. Ooops. 2014-01-25 23:30:13 +01:00
onli
3873826036 Add upload button to imageselector 2014-01-23 23:13:09 +01:00
onli
428ef88fce Subcategory button for image dirs + minor 2014-01-19 19:07:02 +01:00
Matthias Mees
06019c095b Back button for editing ML directory. 2014-01-19 16:22:21 +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
Matthias Mees
da11f3829a Back button for create directory. 2014-01-04 20:02:43 +01:00
onli
d1d26af5ee Shorter labels and consistence
Like Delete instead of Delete selected comments on buttons, and Media Library instead of Fine Media as a title in the ML
2013-10-04 15:23:11 +02:00
Matthias Mees
1fb8c54efb Back to button style.
Partial manual revert of 168cb146eaec3c568527bbc5dcf06b4cb6e9bda8.
Please note that this does *not* contain any changes to the UI as
discussed; those will follow later.

References #41
2013-09-23 11:19:31 +02:00
Matthias Mees
0ac1a2f9ce Drop precautionary admin_link class.
References #41
2013-08-19 19:04:23 +02:00
onli
f8407848c1 link instead of button in directory-menu 2013-08-19 02:30:32 +02:00
onli
168cb146ea Use links instead of buttons (#41)
A bit unfamiliar, let's give it some time. The user/groups-menu are clearer now
2013-08-18 20:59:53 +02:00
Matthias Mees
9a00e7cba9 Hide more elements which don't make sense on no-js. 2013-07-20 12:30:44 +02:00
Matthias Mees
7a94df491a Styling the captchabox. 2013-07-06 00:53:35 +02:00
Matthias Mees
26d4b32987 Remove s9y image editor from 2k11 admin theme.
This removes the proof-of-concept image editor from 2k11 – as far
as I can see/do that. @onli should probably have a look at whether
there are other code parts which need/should be removed along with
this.
2013-07-02 12:15:36 +02:00
Matthias Mees
3c3369f64b Markup maintenance. 2013-06-24 16:08:26 +02:00
Matthias Mees
17e0f159b0 Revert jQuery tooltips. 2013-06-24 11:04:56 +02:00
Matthias Mees
5f2339d105 Better tooltips for categories and media db dirs. 2013-06-23 19:13:26 +02:00
Matthias Mees
0bc97cbc88 Tooltips, tooltips, tooltips. Everywhere. Almost. 2013-06-23 18:45:58 +02:00
Matthias Mees
727a49fb46 UI consistency: sync cancel/submit orders. 2013-06-21 22:50:58 +02:00