3032 Commits

Author SHA1 Message Date
Matthias Mees
cb5c5fc67c Include comments pagination heading in pagination. 2013-06-03 20:20:43 +02:00
Matthias Mees
6fdef21374 Adapt spamblock plugin link to 2.0 backend. 2013-06-03 20:06:00 +02:00
Matthias Mees
8b3c8024a7 Hide/show comments filters, prepare Spamblock button for toolbar. 2013-06-03 20:02:00 +02:00
Matthias Mees
e4a8a2662b Entry list filters alignment. 2013-06-03 17:13:05 +02:00
Matthias Mees
14aad65c0c Hide/show entry list filters, sorting etc. Needs more styling. 2013-06-03 17:01:59 +02:00
Matthias Mees
0e07a54085 Template info no-js fallback fix. 2013-06-03 15:13:04 +02:00
Matthias Mees
60797bddca Info overlay for templates.
NOTE: This would be way nicer if template preview images were a
      bit larger (just like media db thumbnails), but I guess
      were going to have to discuss how to implement that first.
2013-06-03 15:07:46 +02:00
Matthias Mees
ca4a0c37e8 Show info button must be visible if file is not editable. 2013-06-03 13:25:30 +02:00
Matthias Mees
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
Matthias Mees
d1e79a7d7a Minor CSS fixes. 2013-06-03 10:59:38 +02:00
Matthias Mees
19bebc50de Minor fixes. 2013-06-02 16:13:12 +02:00
Matthias Mees
78ee899da0 Properly styled pagination for media db, entries + comments.
Also, the pagination is now being clones using JS.
2013-06-02 14:59:31 +02:00
Matthias Mees
df283db810 Media db overlay cleanup. 2013-06-02 13:39:21 +02:00
Matthias Mees
dcc02f75c3 Typos. 2013-06-01 18:28:13 +02:00
onli
328a77bd03 fix image selection 2013-06-01 16:53:55 +02:00
Matthias Mees
0c7bf67e99 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2013-06-01 15:39:03 +02:00
Matthias Mees
f79a258c80 Fixes highlighting of comments selected for multidelete.
NOTE: Also figured out the mystery about the duplicate function
      invertSelection, but will take care of that in a seperate
      commit. Documented it in a comment, though.
2013-06-01 15:37:21 +02:00
onli
4dc037bac8 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2013-06-01 15:21:51 +02:00
onli
e1d403057b Add Media Category Filter Buttons 2013-06-01 15:21:13 +02:00
Matthias Mees
2e886e9405 Rewrite of category icon onclick handler.
NOTE: This is not testable right now since something's broken in
      inserting images from the media db.
2013-06-01 14:52:34 +02:00
onli
cff869e33c add image overlay in ML 2013-06-01 13:42:10 +02:00
onli
9943db95a3 bigger default thumbnail size 2013-06-01 13:27:20 +02:00
Matthias Mees
d4e47e9dd6 Also needs modernizr for no-js class to work properly. 2013-06-01 11:15:38 +02:00
Matthias Mees
da69d6cd2e viewport can't hurt here. 2013-06-01 11:13:11 +02:00
Matthias Mees
00d97e59b3 Use proper doctype and html helper classes. 2013-06-01 11:11:40 +02:00
Matthias Mees
6a9bdd0c6a Removed stupid HTML5/jQuery progress hints. 2013-06-01 11:09:10 +02:00
Matthias Mees
9dd573f971 Improved media db meta info display. 2013-06-01 11:05:40 +02:00
Matthias Mees
bf9a58bdd4 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2013-05-31 23:28:56 +02:00
Matthias Mees
be832ceb4d Externalized click handler for cloning upload form.
Also fixed duplicated id in upload form and fixed setting the target
directory in cloned form.
2013-05-31 23:26:37 +02:00
onli
5f565184c1 Dont call smarty->getconfigDir twice 2013-05-31 23:22:25 +02:00
onli
d75de7f627 smartified preview-image generation in media library 2013-05-31 21:16:11 +02:00
Matthias Mees
b4e18b48f3 Found a typo. Ooops. 2013-05-31 21:15:19 +02:00
Matthias Mees
75d45f811f Replaces inline onclick handler for .status_timestamp.
Also moved reference to serendipity_editor.js before the closing
body element. This way, jQuery's $(document).ready() equals
$(window).load(), so we don't have to use that any longer.
2013-05-31 18:10:16 +02:00
Matthias Mees
c0e8922500 Dropped redundant onclick handler.
This really isn't necessary – there is a warning plus a confirm or
abort dialogue on the following page. I don't see extra value for
users in the JS-based confirm/abort dialogue.
2013-05-31 17:40:34 +02:00
Matthias Mees
66deb345a2 Document what this does. 2013-05-31 17:11:57 +02:00
Matthias Mees
1ab2389cdb Getting rid of inline body onload. 2013-05-31 17:01:06 +02:00
Matthias Mees
a009893522 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2013-05-31 16:36:10 +02:00
Matthias Mees
6507fa5b1d Simplified current template box. 2013-05-31 16:35:53 +02:00
onli
121c796d48 revert 61ae46383effc52b0f4f7470caa3bda29cf9b1fa 2013-05-31 16:10:17 +02:00
Matthias Mees
88e5c9a1ba Extract currently selected template from template list.
Also skip currently selected template in template list. Note to
self: this needs more styling to set it off better. (If my code
can be improved, please do so. Best I could come up with.)
2013-05-31 14:47:38 +02:00
Ian
af3c686111 Update serendipity_editor.js.tpl
uarrgh
2013-05-31 12:58:18 +03:00
Ian
c980451725 Update serendipity_editor.js.tpl
Hey, never assume something is “obvious”
2013-05-31 11:57:01 +02:00
Matthias Mees
ed704a4dd7 Some minor CSS fixes. 2013-05-31 10:58:17 +02:00
Matthias Mees
0c22d50477 Removed some redundant comments. 2013-05-31 10:29:44 +02:00
Matthias Mees
3cff5465d6 Drop legacy IE support. 2013-05-31 10:23:51 +02:00
Matthias Mees
6d0106df22 Updated normalize.css to v2.1.2. 2013-05-31 10:07:47 +02:00
Ian
7316e74b65 upport master → 2.0 in 2k11/serendipity_editor.js.tpl (fixed typos)
Do not forget to remove engl short (not) notations in js file doc notes, to help github prettifier
2013-05-31 10:04:08 +03:00
Ian
61ae46383e upport master → 2.0 in 2k11/serendipity_editor.js.tpl
added CKEDITOR, some better mode switches and re-added noWysiwygAdd() since this was changed and fixed, after the jquery refactoring was done in 2.0.

Note docs should not get removed, sonce this is done automatically in any modifier.
2013-05-31 08:58:48 +02:00
Matthias Mees
f646621cc8 Styling template options button. 2013-05-30 23:15:25 +02:00
onli
2911e71bc6 Moved theme-settings to own page 2013-05-30 22:56:40 +02:00