Commit Graph
100 Commits
Author SHA1 Message Date
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
Matthias Mees 7b5c123071 Move id edit button for consistency. 2014-01-19 11:37:01 +01:00
Matthias Mees 209f3ec710 2k11: Use proper scaling in landscape mode.
This used to be buggy in iOS6 (although 2k11 includes a JS fix for
it), but is fixed in iOS7. Since using initial-scale=1 makes the
blog far more readable in landscape mode, let's use it now.
2014-01-15 22:11:46 +01:00
Matthias Mees 22ba423e36 2k11: Updated bundled JS plugins to latest versions.
Also better minification for bundled JS plugins.
2014-01-08 18:22:59 +01:00
Matthias Mees ba1c0e4a7b Bump 2k11 update date. 2014-01-08 13:47:01 +01:00
Matthias Mees 0864958ac8 2k11: Upgrade Modernizr to 2.7.1. 2014-01-08 13:45:53 +01:00
Matthias Mees 5389fcb030 2k11: Remove pubdate attribute which apparently is deprecated now. 2014-01-08 13:44:39 +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
Matthias Mees 4440a2d44a Fixes print style bug in Firefox. 2013-11-20 14:56:05 +01:00
Matthias Mees 8151645882 Don't emit comments, trackbacks or comment form in backend preview.
Fix by @onli. References #62
2013-10-10 15:58:55 +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
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 c425f20994.
2013-10-04 20:17:23 +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
Matthias Mees 9e14904eb2 Use existing lang constant. 2013-10-02 10:34:39 +02:00
Matthias Mees c4ba5f8da8 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2013-10-02 10:14:52 +02:00
Matthias Mees 67eca005d9 Show/hide for advanced entry options. 2013-10-02 10:14:22 +02:00
Matthias Mees 5fa25b65f4 Minor layout fixes for s9y links in popup. 2013-10-01 21:13:01 +02:00
Matthias Mees 1b11b31a18 Dashboard: open further links in a modal popup.
(Or just show/hide them for use-popups.)

For some weird reason, this seems to fire only on the second click
on the toggler, not on the first. Need input from @onli on this.

Also, this needs a better icon. I did not want to go through a new
iconfont build just for this one icon now.
2013-10-01 21:03:39 +02:00
Matthias Mees 3146238b35 Link dashboard headers to edit comments/edit entries. 2013-10-01 20:16:07 +02:00
Matthias Mees 609515a4d8 Remove stray styles for s9y links in the footer. 2013-10-01 17:34:52 +02:00
Matthias Mees dc98c93c02 A more robust responsive layout for grouped entry status/buttons.
Related to ebb1fb41d4.
2013-10-01 17:33:10 +02:00
Matthias Mees 252970c2e5 Basic support for static blocks (includeentry plugin) in 2k11. 2013-09-28 18:05:07 +02:00
Matthias Mees 87459991a9 Remove stray button nested in a element. 2013-09-26 14:34:42 +02:00
Matthias Mees 1fb8c54efb Back to button style.
Partial manual revert of 168cb146ea.
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 e303d7433d Switch karma plugin options to core config groups.
The karma plugin had its own solution for config option groups in
tabs which didn't work well with the refactored 2.0 backend. We
have a solution for config groups in the core; it now uses this
for better backend consistency.

References #54
2013-09-21 09:13:47 +02:00
Matthias Mees 1c7262b1d8 Introduce secondary netbook breakpoint; move some styles there.
References #58
2013-09-20 13:43:33 +02:00
Matthias Mees 76c554227c Move media library directory filter to filters toolbar.
This is the "replacement" for the tree view directory browser which
was removed to get rid of the Yahoo JS dependency.

References #30
2013-09-20 12:58:32 +02:00
Matthias Mees 4b41477379 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2013-09-19 16:46:16 +02:00
Matthias Mees 243321d442 Layout for backend statistics.
This should get equal heights at some point, but I'm not sure how
to reference the JS file properly here.

References #54
2013-09-19 16:45:07 +02:00
Matthias Mees 5a00738390 Refactor backend markup for extended statistics.
References #54
2013-09-19 15:24:02 +02:00
Matthias Mees 11a5c60ecf Adapt statistics code emitted by karma plugin to recent changes.
References #54
2013-09-19 13:00:49 +02:00
Matthias Mees 7c138b2f77 Refactor backend markup for basic statistics.
References #54
2013-09-19 12:54:29 +02:00
Matthias Mees e056d9b1a7 Adapt backend sidebar entry for serendipity_event_statistics.
References #54
2013-09-19 11:07:38 +02:00
Matthias Mees 3d53184985 Layout for karma plugin's filters/sort.
References #54
2013-09-18 20:22:50 +02:00
Matthias Mees 1e9319b239 Refactor karma plugin backend filters/sort markup.
References #54
2013-09-18 20:12:10 +02:00
Matthias Mees 8a4fbce55b Adapt karma plugin's messages.
References #54
2013-09-18 19:15:19 +02:00
Matthias Mees 14e6ae0cdf Adapt backend sidebar entry for serendipity_event_karma.
References #54
2013-09-18 19:04:20 +02:00
Matthias Mees e2102f6e1e Refactor entryproperties media db button.
Hard-coded input without inline JS, external onclick handler, hide
button on no-js.

References #54
2013-09-18 18:42:18 +02:00
Matthias Mees ca208da2fb Layout for entryproperties.
References #54
2013-09-18 17:57:10 +02:00
Matthias Mees de99ef67e6 Add msg icon to entryproperties plugin.
Also adds a styling hook to admin tpl.

References #54
2013-09-18 15:05:08 +02:00
Matthias Mees d62498a099 Merge pull request #56 from smoeding/stm/fix-css-etag-2.0
Add ETag header to style sheet for better caching.
2013-09-12 09:18:33 -07:00
Matthias Mees 82aa3db9ff Refactor backend markup for serendipity_event_entryproperties.
Note: This still needs work with styles/layout and inline JS.

References #54
2013-08-19 21:49:23 +02:00
Matthias Mees 19b8cd81eb Adapt backend sidebar entry for serendipity_event_entryproperties.
References #54
2013-08-19 20:19:47 +02:00
Matthias Mees 2489a45e18 Adapt backend markup for "Build cached entries".
References #54
2013-08-19 20:14:42 +02:00
Matthias Mees 0ac1a2f9ce Drop precautionary admin_link class.
References #41
2013-08-19 19:04:23 +02:00
Matthias Mees 294dc041c6 Style toggle headlines as blocks for better visual orientation. 2013-08-19 19:02:37 +02:00
Matthias Mees f811b3f6bb Fix "combined" selector (used for toggle headlines).
References #41
2013-08-19 18:56:12 +02:00
Matthias Mees c57a1b4da3 Proper scaling in landscape mode.
There used to be a bug in older iOS version which is now fixed in
iOS6, so we can use a proper landscape mode without zoom.
2013-08-17 18:28:24 +02:00
Matthias Mees edfe606cc3 More minor smallscreen layout improvements. 2013-08-17 18:25:26 +02:00
Matthias Mees 1afd639b6a Minor smallscreen layout improvements. 2013-08-17 15:35:53 +02:00
Matthias Mees e1126e464e Replace plugin grablet icon with button.
References #41
2013-08-17 14:08:04 +02:00
Matthias Mees 02d8ddfe42 Replace add upload link by button.
References #41
2013-08-17 13:49:10 +02:00
Matthias Mees 279126262b Remove pointless link. 2013-08-17 13:44:46 +02:00
Matthias Mees bb0f599a2f Change media_rename to button. 2013-08-17 13:40:18 +02:00
Matthias Mees 14faae9c6d Make info texts a bit more readable. 2013-08-17 13:27:34 +02:00
Matthias Mees 51fc20c96f Properly label category delete button. 2013-08-17 13:25:46 +02:00
Matthias Mees 532f5c9c37 Maintenance: clean out obsolete TODOs. 2013-08-01 19:08:17 +02:00
Matthias Mees 398fefa919 New iconfont build.
Removes obsolete wrench icon; replaces icon-off with icon-logout
and icon-eye with icon-globe or icon-zoom-in; adds icon-cancel as
state indicator for smallscreen navigation.
2013-08-01 17:15:41 +02:00
Matthias Mees 19388f063c Backport fix for comment_author_self. 2013-07-27 23:30:32 +02:00
Matthias Mees 55f10e2a09 Bump 2k11 update date. 2013-07-24 16:23:37 +02:00
Matthias Mees bbf358f161 CSS fixes for CKE in plugin configuration.
References #27
2013-07-24 10:16:02 +02:00
Matthias Mees 827248cc74 Remove protocol from google webfonts in 2k11's preview. 2013-07-23 10:47:29 +02:00
Matthias Mees d9835634b8 Remove protocol from google webfonts in 2k11. 2013-07-23 10:46:57 +02:00
Matthias Mees 21dee86554 Highlight and add an info label to comments pending approval.
References #37
2013-07-21 17:26:13 +02:00
Matthias Mees ffb7d19497 Replaced hard-coded $item.class in sidebar.tpl.
2.0 changed some of the item class names for consistency. BP is
affected by this as well. This does not need to be backported to
master!
2013-07-21 16:32:35 +02:00
Matthias Mees 8994711cd4 Replaced hard-coded $item.class in sidebar.tpl.
References #36
2013-07-21 16:28:16 +02:00
Matthias Mees 8e1081e8b6 UI consistency fix for media selector bar. 2013-07-21 12:23:09 +02:00
Matthias Mees eeba0187bc Move #add_upload button inside the uploads tab to simplify interface.
References #26
2013-07-21 12:09:19 +02:00
Matthias Mees 64f64bd139 Use tab interface for add media upload/download options.
References #26
2013-07-21 11:58:53 +02:00
Matthias Mees 1b98d3c25c Re-add download/hotlink functionality to media upload form.
References #26
2013-07-21 11:05:19 +02:00
Matthias Mees fac1558de3 Use additional_info functionality for comment data display.
References #33
2013-07-20 23:09:38 +02:00
Matthias Mees b5fafaada2 Dashboard needs to include magnific popup for comment reply overlay.
References #31
2013-07-20 22:58:53 +02:00
Matthias Mees d1bf5f628b Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2013-07-20 22:52:54 +02:00
Matthias Mees a6993eae9e A better layout for creating categories.
References #32
2013-07-20 22:51:45 +02:00
Matthias Mees e8867012cd Only display hide subcats info on demand.
References #32
2013-07-20 22:16:45 +02:00
Matthias Mees 0a275a74de Waste less space on install new plugins page.
References #32
2013-07-20 21:57:41 +02:00
Matthias Mees 14c519fa1c Namespace AddKeyword call.
References #29
2013-07-20 20:08:44 +02:00
Matthias Mees a4ed49d510 Fix broken image in entry save confirmation.
References #23
2013-07-20 19:59:15 +02:00
Matthias Mees 5149eaab2a Add active state indicators for show/hide buttons.
References #25
2013-07-20 19:49:32 +02:00