1348 Commits

Author SHA1 Message Date
Matthias Mees
bdea7336ee Clear headings in media file metadata
References #263
2015-01-16 12:18:56 +01:00
Matthias Mees
5fdb253448 Make sure media/template info does not overflow
References #230
2015-01-16 11:55:33 +01:00
Matthias Mees
0eaf9db416 Sync heights of info overlays
This has been an optical issue for both media files and themes,
which is why my original idea to have large preview files would
not have solved it. However, a CSS-based solution would not have
been solid, either, so I went with a few lines of jQuery to sync
the height with the outer container.

References #230
2015-01-15 19:31:55 +01:00
Ian
9ab0e57389 fix not displaying is_sticky flagged entry in dashboard
References #260 and #261
2015-01-15 11:53:44 +01:00
Matthias Mees
4a730bfcf0 Scheduled entries display publish date in dashboard
Since space if scare in the dashboard, scheduled entries will now
display their publish date instead of the 'Scheduled' badge. The
info that this is a scheduled entry will be available in a tooltip
of the pulish date. This seems like the best compromise on all
devices/resolutions.

References #260
2015-01-14 16:50:44 +01:00
Ian
43676a0918 remove old @ for smarty internal modifiers and stringify and/or fix escape properties 2015-01-14 12:52:20 +01:00
Ian
6ce61621a4 fix non-existing constant 2015-01-09 19:08:20 +01:00
Ian
a2130e3d89 preview iframe fix wrong modernizr version 2015-01-09 16:14:55 +01:00
Ian
d49bc18718 remove leftover authorid
@mattsches was this a debug leftover?
c9e9d93f92
2015-01-06 18:42:38 +01:00
Matthias Mees
e29009d1ba Fix mispositioned Akismet block/unblock buttons.
References #247
2015-01-05 23:35:51 +01:00
Garvin Hicking
adfb237b4a fix wrong IF-order
We'll need to also apply that to all additional_themes
2015-01-05 11:37:29 +01:00
Matthias Mees
c348799a44 New iconfont build.
Includes new icons for Spamblock Bayes plugin.

References #247
2015-01-02 18:35:26 +01:00
Matthias Mees
d0affbb4e4 Update bundled jQuery sortable plugin for backend.
References #251
2015-01-01 16:23:36 +01:00
Matthias Mees
2a05ef7969 Update bundled jQuery cookie plugin.
References #251
2015-01-01 16:20:20 +01:00
Matthias Mees
bf7480863b Update bundled MagnificPopup for backend.
References #251
2015-01-01 16:16:26 +01:00
Matthias Mees
79a972e92f Update bundled modernizr for backend.
References #251
2015-01-01 16:04:10 +01:00
Matthias Mees
0e56ffeba0 Introduce new lag constant for category view mode toggle.
(Already removed the old lang constant in addlang.txt which has
already been added.)

References #254
2015-01-01 15:31:37 +01:00
Matthias Mees
d0af671d2f Add better icons for compact/hierarchical category view toggle.
Includes new iconfont build.

References #254
2015-01-01 15:25:13 +01:00
Matthias Mees
6646955b09 Use localStorage to store category overlay view state.
Way better than cookies, thanks @onli!

References #254
2014-12-31 19:37:56 +01:00
Matthias Mees
d91aceb41e Add style for compact category view overlay.
References #254
2014-12-31 15:37:52 +01:00
Matthias Mees
8cb627cb31 Add switch for category overlay view + JS code for it.
References #254
2014-12-31 15:18:52 +01:00
Matthias Mees
b141f4a410 Revert relevant aspects of category overlay to hierarchical view.
Reference #254
2014-12-31 14:52:39 +01:00
Matthias Mees
1ac7f7141c Fix date format bug in entry editor (related to typo).
References #252
2014-12-29 15:23:18 +01:00
Matthias Mees
1bf4137aba Update bundled jQuery to 1.11.2. 2014-12-23 16:46:08 +01:00
garvinhicking
36cde3030a * Fixes escaping of comments in the new backend pane to prevent
XSS. Thanks to Steffen Röemann for reporting!
2014-12-23 11:10:53 +01:00
Ian
ffe93c92fc allow php class_exists in smarty security and better 0ffd02c
Rferences #245
2014-12-10 12:01:15 +01:00
Ian
67a82a7e1d simple proposel to fix wrong preview stylesheet
References #119
2014-12-07 18:57:51 +01:00
Ian
0ffd02cf1c assign has_freetag in backend
Fixes commit f60df79b152a63e4fa5f2bf36e4e797d0dfeb7dc
References #245
2014-12-06 15:52:31 +01:00
Ian
b51b3dfb59 simplify tb tweak in 77033ef
References #148
2014-11-26 10:52:32 +01:00
Ian
77033efcf4 move cke toolbar css tweaks to a better place
which also makes it independent from cke plugin file usage.

References #148
2014-11-26 10:14:23 +01:00
Ian
94f161359e fix note in 8eaffe4 2014-11-25 16:52:29 +01:00
Ian
8eaffe46fe better fb9414b 2014-11-25 16:40:18 +01:00
Ian
fb9414b9ae ckeditor extend more for serendipity
This hides the ckeditor image widget button by CSS in all supported Serendipity toolbars, but keeps it internal functionality enabled which is needed for MediaLibrary inserts.
This forces the user to use the specialized ML button for image inserts only, but will still be supported by CKE toolbar.
An Image double click will still use the image widget like before.
Best checked place was to put this in admin/style.css.

References 148
2014-11-25 14:27:16 +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
Ian
92e56848cf fix input title categoryname 2014-11-24 14:58:51 +01:00
Ian
35698284d6 installer has not yet plugin api set up
References #236 (part install issue)

@yellowled keep in mind to update /templates/default/admin/serendipity_editor.js on every change in the 2k11/admin file, please.

At all, does this have to be done in upgrader too?
2014-11-21 16:37:15 +01:00
Ian
d5f24aef12 Apply Serendipity lang to CKEDITOR lang
References #235
2014-11-21 10:06:03 +01:00
Matthias Mees
29fada318b Hide non-overlayed tags/categories if overlays are used.
References #222
2014-11-20 15:12:47 +01:00
Matthias Mees
86318adc5c Make skip-scrolling to target href a reusable function. 2014-11-18 18:51:35 +01:00
Ian
a9586eba1d sidebar pluginlist - clear float for vext row with more than 3 sidebars 2014-11-18 12:37:31 +01:00
Ian
7423eb63f1 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-11-18 12:29:03 +01:00
Ian
1459a3aa53 set strict default toolbar 2014-11-18 12:28:30 +01:00
Matthias Mees
be1e9f6b2c Tiny CSS fix for media db overlay. 2014-11-18 12:19:07 +01:00
Matthias Mees
154cbab69a Fix broken s9y_links popup.
References #227
2014-11-18 11:18:50 +01:00
Ian
bf91c8e9a2 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-11-17 18:11:50 +01:00
Ian
885f064b61 package CKEDITOR UI configurable Toolbar
References #148

The js and css config files are directly placed in /htmlarea directory. The old ones downunder are not reset with this commit, until we give OK to go.
The lang constant will be placed to addlang.txt in a 2cd commit, since this may change and there is already a pending constant.
I have not added another option by now to explicitly choose the s9y configs in htmlarea, if someone has custom ones in 2k11/admin and wants to switch back to the origins. Is this really a real and valid user case?
2014-11-17 18:07:54 +01:00
Garvin Hicking
50c42997cf Move default-php and default-xml to spartacus 2014-11-17 09:41:48 +01:00
Matthias Mees
f3b2e9fe69 Some styling adjustments for tag overlay.
References #222
2014-11-16 13:40:45 +01:00
Matthias Mees
5f7fa8ee2a Improve layout and UI/UX for categories overlay in entry editor.
References #222
2014-11-15 12:38:29 +01:00