397 Commits

Author SHA1 Message Date
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
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
d91aceb41e Add style for compact category view overlay.
References #254
2014-12-31 15:37: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
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
a9586eba1d sidebar pluginlist - clear float for vext row with more than 3 sidebars 2014-11-18 12:37:31 +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
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
Matthias Mees
c957ccca57 Reposition tags overlay close button as well.
Needs a new version of freetag plugin, which is not committed (yet).

References #222
2014-11-14 13:05:31 +01:00
Matthias Mees
d2ed47410d Extend input field in freetag taglist.
References #222
2014-11-14 12:18:59 +01:00
Matthias Mees
bf3fc9ff78 Fix category filter width when not in overlay.
References #222
2014-11-13 21:18:20 +01:00
Matthias Mees
cb73854822 Reposition close button in categories overlay.
References #222
2014-11-13 21:08:22 +01:00
Matthias Mees
b5e976adcf Add a button to switch entry status quickly to entry editor.
- Includes new iconfont build with two new icons for entry state.
- JS to toggle entry status based on quick switch button.
- JS to toggle quick switch status based on entry status.
- JS to emit a notification that entry status has been updated.

References #222
2014-11-13 20:49:13 +01:00
onli
ed897f0615 Don't show group filter in update page (#200)
The group filter can't filter the updates
2014-09-28 17:21:31 +02:00
Ian
f26c3a2349 correct plugin selection
Inter alia removes the ALL option, which "resets" the selection.
As a Smarty only fix, this will now circumvent the ALL logic in plugins.inc.php

Reference #200
2014-09-11 10:10:01 +02:00
Matthias Mees
150f3e1e64 Small CSS fix for Maintenance section. 2014-06-25 14:47:41 +02:00
Matthias Mees
5f7468958f Fix grouped checkboxes blocking field info show/hide.
References #190
2014-06-20 22:16:44 +02:00
Matthias Mees
67213c247e Rewrite positioning of .field_info.
Positioning of the info text was not ideal because it could be
placed way below the associated label if the associated config
element was larger than expected.

References #190
2014-06-20 18:01:48 +02:00
Matthias Mees
f79ae2f3ae Make sure that freetags autocomplete popup still shows up.
magnificPopup overlays the autocomplete popup because of z-index.

References #188
2014-06-19 21:41:39 +02:00
Matthias Mees
1c743429ae Remove redundant min-width for imageselectorplus plugin. 2014-06-19 09:44:38 +02:00
Matthias Mees
ea3751aca8 Minimal styles for emoticonchooser.
References #185
2014-06-18 12:22:06 +02:00
Matthias Mees
0ed6a0c8f3 Required style for freetag in magnificPopup.
These should at some point go into the plugin's CSS.

References #188
2014-06-18 11:39:49 +02:00
Matthias Mees
95e2cab689 New iconfont build including tag icon.
References #188
2014-06-18 09:55:57 +02:00
Matthias Mees
41ff9b4579 Clear floats in dashboard properly
References #182
2014-06-12 19:24:07 +02:00
Matthias Mees
9fea866da9 Make the extra category list "a bit less clickable". 2014-06-04 16:31:23 +02:00
Matthias Mees
a611ea24b5 Small CSS fix related to Spamblock Bayes. 2014-06-02 19:48:46 +02:00
Matthias Mees
a915981b6a Move category list in entry editor.
Also trigger category selector on clicking category list.

References #176
2014-06-02 10:49:56 +02:00
Matthias Mees
4437e01af7 Minor improvement for headings in plugin configuration. 2014-05-23 10:27:02 +02:00
Matthias Mees
ed6b4e4c6a Adapt CSS to changes in theme list layout.
References #165
2014-05-21 15:48:21 +02:00
Ian
69fc1a5b73 fixes #165 2b and 4a and 4b 2014-05-21 11:45:13 +02:00
Matthias Mees
b8faaba829 Make category filtering a reusable function for live filtering
Can now be used anywhere where a "real-time" filter is desirable.
As a usage example, it's implemented for the list of installable
plugins. Should work anywhere, though – needs an input element,
a list of target elements and an element within those target
elements to contain the search term.

Also made the function for the reset button for this reusable.

References #154
2014-05-18 14:13:27 +02:00
Matthias Mees
f1595837df Some visual polish for frontend/backend theme switching.
Also removes redundant text from backend theme info overlay.

References #151
2014-05-14 14:59:00 +02:00
Matthias Mees
542917efea Adapt collapsible plugin description to list of installed plugins.
References #125
2014-05-11 21:55:06 +02:00
Matthias Mees
5f7602cd79 Improved readability of upgrader messages
References #141
2014-05-02 12:05:05 +02:00
Matthias Mees
34e4341ab0 A more robust solution for for plugin config sequence items
A reiteration of 744a0fc32a40a260830709655c6717d7539feba8.
2014-05-01 16:20:35 +02:00
Ian
744a0fc32a add some additional plugin config sequence_item styles
The first will add a better width to plugin sequence_item(s), covering all screen resolutions, and sets auto margin to center on bigger screens, where sequence_container grows greater than inner 96%.
The seconds breaks sequence_item text in its own inline box on screens >= 768px.

This is well tested with plugins containing sequence_item movers eg entryproperties plugin.
2014-05-01 13:24:18 +02:00
Matthias Mees
2307e892a9 Add comment status to dashboard comments list. 2014-04-30 12:52:01 +02:00
Matthias Mees
2475f952df Standardize select image from media db/show preview process.
This used to be two seperate processes for the category icon and
images selected in plugin/theme config. It has now been simplified
to use just one process, which also uses the same markup and JS.

This adds to the consistency of the UI/UX, but it also saves some
CSS and a lot of JS, most of the latter of the expensive kind that
modifies the DOM.
2014-04-29 13:22:55 +02:00
Matthias Mees
a3cb5e253c Re-use choose_media for selecting category icons.
Also, save some JS performance by generating the button in Smarty,
not in JS.

References #110 #85
2014-04-28 16:11:05 +02:00
Matthias Mees
82d3165a19 Fix weird equal heights in list of installable plugins.
Some plugins on Spartacus have longer descriptions, making their
entires longer. Now, the description is collapsible using a details
element.

References #125
2014-04-25 11:26:48 +02:00
Matthias Mees
2ae6bcc5dd Add reset button for category filter; add some styling.
References #123
2014-04-24 17:30:40 +02:00
Matthias Mees
a04a2de5c5 Remove redundant comment. 2014-04-20 14:09:47 +02:00
Matthias Mees
6b8f893299 Include updated, "customized" build of MagnificPopup.
Also adds missing test to Modernizr build.

References #85
2014-04-20 14:00:44 +02:00
Matthias Mees
b6b6dfe01a Make button links always contain their text.
References #99
2014-04-20 13:05:25 +02:00
Matthias Mees
041994aa58 Do not truncate entry titles in entry list.
References #117
2014-04-18 16:33:24 +02:00