786 Commits

Author SHA1 Message Date
Matthias Mees
c731c371d3 Only execute dragdrop.js if device does not support touch events.
Also hide noscript controls for plugin manager differently, but show
them on no-js and touch devices. This is supposed to compensate the
fact that the dragdrop JS does not work on touch devices. Might need
a better solution long-term here.
2014-01-20 12:32:36 +01:00
onli
98e2d2fd7c Warn user when category name in use 2014-01-19 22:30:25 +01:00
onli
0f36373920 Intorduce simpleFilters setting
Replaces SimpleImageFilters with a personal setting, covers image filters and the simpler entry edit overview
2014-01-19 19:31:45 +01:00
onli
428ef88fce Subcategory button for image dirs + minor 2014-01-19 19:07:02 +01:00
onli
62ba209e52 No categories with the same name 2014-01-19 18:44:44 +01:00
onli
36025ee6ba subfolder creation button for category list 2014-01-19 18:23:42 +01:00
onli
75a95382a4 ajaxify image rotate
Solving the caching issue
2014-01-19 17:59:28 +01:00
onli
82a0d1f4bb back button for image properties
not so easy, as it should not be shown after uploading
2014-01-19 17:33:52 +01:00
Matthias Mees
8723224548 Make advanced options in create category collapsible. 2014-01-19 17:10:27 +01:00
Matthias Mees
3135239602 Reorganize create category form. 2014-01-19 16:52:41 +01:00
Matthias Mees
06019c095b Back button for editing ML directory. 2014-01-19 16:22:21 +01:00
Matthias Mees
3a2f3045e5 Mention comment author in comment headline. 2014-01-19 16:14:10 +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
Matthias Mees
7b5c123071 Move id edit button for consistency. 2014-01-19 11:37:01 +01:00
onli
731443616f remove multidelete form for entries 2014-01-19 02:09:08 +01:00
onli
7a9d867fd1 react to filter when finding no comments/trackbacks 2014-01-19 01:22:02 +01:00
onli
2d2d3822d7 enable moderate in dashboard
The token was missing, as the variable was renamed for the preview-url, where it was missing before
2014-01-18 23:27:42 +01:00
Matthias Mees
9011d62bf4 Cancel URL button function if URL is empty. 2014-01-04 23:30:03 +01:00
Matthias Mees
f20ef8cc67 More border for multidelete indicator. 2014-01-04 20:39:39 +01:00
Matthias Mees
9aaec5e69c Remove unnecessary buttons in media lib popup. 2014-01-04 20:24:19 +01:00
Matthias Mees
da11f3829a Back button for create directory. 2014-01-04 20:02:43 +01:00
Matthias Mees
0fc19d9959 Finally got working code for invertSelection. Phew. 2014-01-04 14:56:52 +01:00
Matthias Mees
ab2d01ad0c Fixes checkboxes not being (un)checked in invert selection. 2014-01-03 15:58:58 +01:00
Matthias Mees
0ef32f9df4 Stray link which was not buttonized. 2014-01-02 14:55:38 +01:00
Matthias Mees
082fe28cc8 Highlight expanded filter/sort sections. 2014-01-02 14:49:08 +01:00
Matthias Mees
c31bd24494 Better label text for home button. Needs i18n. 2013-12-03 14:54:48 +01:00
Matthias Mees
d1f3612825 Provide a fallback if the dashboard has nothing to show.
For entries and comments. Should only happen on new installations
anyway.
2013-12-03 14:48:32 +01:00
onli
daa3afe812 Fix drag'n drop in plugin configs
As discussed in #65. Uses a simpler approach to detect the order of the items and their activation at the same time
2013-10-09 16:43:15 +02:00
onli
ec864e6b71 markup-buttons of extended editor work now (#66)
data-tarea was set two times, the first being body
2013-10-09 15:00:13 +02:00
Matthias Mees
80cfa7e736 Only fire toggle_links handler in dashboard. 2013-10-05 10:56:26 +02:00
Matthias Mees
0c80e7afaf Only replace T in value if datetime-local is not supported.
According to my tests, this is what makes datetime-local fail in
browsers which already support it. Replacing the T in the value is
required to set the date/time in browsers which don't support it,
but it somehow throws off the (re)setting in browsers which do.

So using Modernizr's feature test to check if the replacement is
required should solve the issue. However, this seems strange, we
should keep an eye on it.
2013-10-05 10:46:50 +02:00
Matthias Mees
82b2f2f8fe Add missing i18n markers. 2013-10-05 08:56:54 +02:00
Matthias Mees
205bc5f65c Move extend comment button to the end of the list.
If it is 'inserted' in the middle, it breaks the consistency since
not all comments have the button, which irritates the eye.
2013-10-05 08:34:24 +02:00
Matthias Mees
d82ed41f65 Fixes 'second click' issue with further links toggler.
Apparently, magnificPopup does not like the click handler if the
toggler is an a element, which we probably never noticed since all
the other togglers used in the backend are buttons.
2013-10-05 08:26:26 +02:00
onli
36b99d5651 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2013-10-04 23:19:46 +02:00
onli
867b92a6ea save visibility of extended & advanced 2013-10-04 23:19:28 +02:00
Matthias Mees
f88617ab05 Distinguish preview/save better in entry editor. 2013-10-04 23:16:41 +02:00
Matthias Mees
b936b00df7 Remove trailing whitespace. 2013-10-04 20:26:56 +02:00
Matthias Mees
31925a9c85 Small fixes to labels in templates section.
"Own admin design" sounds strange. Also, I think "Install" makes it
more clear to the user what actually happens than "Select".
2013-10-04 20:23:54 +02:00
Matthias Mees
1b7332dea4 Remove duplicate backend_header reference in the head.
References #65, related to c425f209946cc00fb062185341672bdf0a9ed817.
2013-10-04 20:17:23 +02:00
onli
78f0196571 shorter plugin/category title 2013-10-04 17:45:43 +02:00
onli
c425f20994 Fix drag'n drop by moving jquery to top (#65)
The backend_header-event, which includes jquery, should really stay in the header. I'm surprised the other jquery-plugins continued to work.
2013-10-04 17:28:25 +02:00
onli
af21acc641 consistent template naming 2013-10-04 15:44:01 +02:00
onli
4ffa307bc5 remove long/wrong ML-upload-hint 2013-10-04 15:26:33 +02: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
onli
5ddfdf7dc3 remove dashboard view button for comments 2013-10-04 15:01:30 +02:00
Matthias Mees
db8a289ff8 Different icon for further links toggler. 2013-10-02 13:06:42 +02:00
Matthias Mees
d0de74737e Fixes type/href attributes for button elements.
– <button> must have an explicit type="buttons" since it falls back
  to type="submit", which can have side effects
– <button> must not have a href attribute, always use data-href
2013-10-02 11:05:27 +02:00
Matthias Mees
5f2c8eb9dd Add sticky post status to entries overview. 2013-10-02 10:36:25 +02:00