1
0
Commit Graph

49 Commits

Author SHA1 Message Date
Ian
43676a0918 remove old @ for smarty internal modifiers and stringify and/or fix escape properties 2015-01-14 12:52:20 +01:00
Ian
426e5d766b correct escape in 2k11/admin files 2014-06-19 19:43:52 +02:00
Ian
33ee2d7217 re-add media name to resize GET string - fixes #139 2014-05-01 18:11:50 +02:00
bc792926ae Fix missing i18n constant. 2014-05-01 16:51:21 +02:00
ec3ebca433 Introduce new lang constants, @garvinhicking please add :)
Hint: addlang.sh does not work on OSX.
2014-03-07 13:10:32 +01:00
94c3a75a96 New language constants, hopefully caught all i18n's. Please check. 2014-03-05 13:22:50 +01:00
5c961dd25e Better layout for media keywords. 2014-02-27 20:38:15 +01:00
35b4a9f498 Show titles in ML popup 2014-02-08 15:35:19 +01:00
fa5af4a1ec Image selector toggled by showMediaToolbar
And $media.manage in the templates
2014-01-23 23:33:23 +01:00
3873826036 Add upload button to imageselector 2014-01-23 23:13:09 +01:00
e26e98dbba link fullsize image preview directly 2013-08-18 23:22:31 +02:00
bb0f599a2f Change media_rename to button. 2013-08-17 13:40:18 +02:00
731b044d50 Drop use of serendipity_admin_image_selector.php
Enhance admin/images.inc.tpl instead. Gets rid of the fieldset-construct (#30)
2013-07-23 03:06:27 +02:00
625458ecda Better titles for fullsize previews (media/templates). 2013-07-08 11:21:47 +02:00
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
17e0f159b0 Revert jQuery tooltips. 2013-06-24 11:04:56 +02:00
0bc97cbc88 Tooltips, tooltips, tooltips. Everywhere. Almost. 2013-06-23 18:45:58 +02:00
0dd6014135 Better styling for media file metadata. 2013-06-19 10:13:06 +02:00
dbaf23ed69 Media file metadata rewrite.
Also fixes media upload form not being submitted.
2013-06-19 09:58:41 +02:00
96e7ad74c9 Avoid unnecessary equal heights. 2013-06-18 16:34:48 +02:00
8ce7457f3f External onclick handler for media cropping. 2013-06-18 16:07:21 +02:00
0a9b5f4f0a Remove obsolete onclick handler for media resize. 2013-06-18 14:36:16 +02:00
850652f527 External onclick handler for media fullsize view. 2013-06-18 14:27:35 +02:00
6bba09cbf2 External onclick handler for renaming media file.
NOTE: Renaming is not completed, submitting the prompt results in
      an error msg:

"Your browser did not sent a valid HTTP-Referrer string. This may
have either been caused by a misconfigured browser/proxy or by a
Cross Site Request Forgery (XSRF) aimed at you. The action you
requested could not be completed."

      This is beyond my JS knowledge. @onli …?
2013-06-18 14:12:07 +02:00
891792b987 Fix media db popup layout. 2013-06-18 13:09:51 +02:00
a658e20b27 New iconfont build.
This includes only the icons actually used or intended to be used
in the backend. Please note that unfortunately, some class names
have changed. Also some icons have been exchanged.
2013-06-11 12:54:58 +02:00
3997e7fa65 Multidelete highlighting for media db items. 2013-06-04 06:54:44 +02:00
ca4a0c37e8 Show info button must be visible if file is not editable. 2013-06-03 13:25:30 +02:00
d02fea28ea A more usable overlay for media files; fixed duplicate ids.
This looks about the same as @onli's solution, but more usable on
smaller and/or touch devices since it's triggered by a button which
also makes sense if JS is deactivated. Has a no-js fallback, too.
2013-06-03 13:20:41 +02:00
df283db810 Media db overlay cleanup. 2013-06-02 13:39:21 +02:00
dcc02f75c3 Typos. 2013-06-01 18:28:13 +02:00
328a77bd03 fix image selection 2013-06-01 16:53:55 +02:00
e1d403057b Add Media Category Filter Buttons 2013-06-01 15:21:13 +02:00
cff869e33c add image overlay in ML 2013-06-01 13:42:10 +02:00
6a9bdd0c6a Removed stupid HTML5/jQuery progress hints. 2013-06-01 11:09:10 +02:00
9dd573f971 Improved media db meta info display. 2013-06-01 11:05:40 +02:00
d75de7f627 smartified preview-image generation in media library 2013-05-31 21:16:11 +02:00
f2e40a87d4 Equal heights for media library elements. 2013-05-27 12:05:59 +02:00
95506cff4f Layout fixes and UI consistency for media properties form. 2013-02-18 14:39:05 +01:00
56464c99f4 Fixes for media item display. 2013-02-11 11:07:19 +01:00
be56571256 Added media constants provided by @ophian. 2013-01-06 17:18:07 +01:00
bb845fc267 Better layout for media properties. 2013-01-05 22:54:57 +01:00
6578d99845 Making media items a bit more bulletproof. 2013-01-05 22:25:20 +01:00
b310936e45 Better layout/UI for media database overview. 2013-01-05 17:22:31 +01:00
Ian
49a35624c8 crop image page now opens as window.open page 2012-12-22 12:21:41 +01:00
26b883cb69 QA: make sure checkbox or radio elements are wrapped. 2012-12-05 12:34:45 +01:00
d8d9785173 Some XHTML notation cleanup. 2012-12-05 10:26:05 +01:00
b7792bab2b Some icons for 2k11's admin tpls. 2012-12-03 16:32:01 +01:00
8397b08b88 Added new backend template files (smartified core tpls and 2k11 admin tpls as well as related assets). 2012-12-03 00:59:42 +01:00