1
0
Commit Graph

599 Commits

Author SHA1 Message Date
0b4379b06d Removed obsolete functions. 2013-06-06 21:03:14 +02:00
a7e100888b Switch personal/configuration/create/edit users to smartified config. 2013-06-06 20:41:33 +02:00
357285a579 smartified serendipity_guessInput 2013-06-06 19:19:10 +02:00
6447659882 config_template: respect PHP-decision not to print config-option 2013-06-06 18:34:26 +02:00
3df663e0fe typo 2013-06-06 18:31:09 +02:00
35625c3f81 smartify serendipity_printConfigTemplate 2013-06-06 18:26:49 +02:00
97dc035bcc Use iconfont button for category selector; add styling. 2013-06-06 15:49:37 +02:00
2d51cdae66 Maintenance: removed duplicate function, moved editor functions. 2013-06-06 14:48:41 +02:00
f166322976 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
Conflicts:
	templates/2k11/admin/serendipity_editor.js.tpl
2013-06-06 14:36:03 +02:00
e5addc8965 jQuery rewrite of config options show/hide/all.
This will replace showConfig + showConfigAll globally once @onli has
switched the parts which don't use the smartified code base yet. It
also adds a sensible no-js fallback and proper state indicators.
2013-06-06 14:27:56 +02:00
8267989279 restore extended editor toggle, renamed category toggle function 2013-06-06 14:20:52 +02:00
a8d7c8a9c4 restore category_toggle 2013-06-06 14:13:23 +02:00
d4d3515c8a Some minor preparations for config show/hide/all. 2013-06-06 12:52:44 +02:00
f40546b1f5 chkAll function is used by some plugins. 2013-06-06 11:36:28 +02:00
a41b66ae8f Another attempt to style the type-based filters. 2013-06-05 21:14:02 +02:00
4d8eab61cb Adapted installer.tpl to 2k11/2.0 backend. 2013-06-05 19:48:52 +02:00
76c49a67dd Maintenance: removed obsolete functions. 2013-06-05 18:46:51 +02:00
af0115d4f5 Clean up code comments. 2013-06-05 18:45:34 +02:00
cb09463326 jQuery rewrite of invertSelection() function.
This works for entries, comments and media items including changing
the multidelete marker. Needs to be tested with Karma plugin which
uses the old function as well.
2013-06-05 18:37:55 +02:00
26df96b886 Multidelete markers for plugins. 2013-06-05 16:15:09 +02:00
8bcfa19259 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2013-06-04 18:17:24 +02:00
9944effb93 Further smartify installer
by placing the code of serendipity_admin.php into installer.inc.tpl. Also removes php-fallback.
2013-06-04 18:15:25 +02:00
8d72e632cc Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2013-06-04 17:51:48 +02:00
566359a20f test: filecategory-buttons as header bar 2013-06-04 17:31:39 +02:00
e3a126af54 media_pane: Move filters from sort-order to filters 2013-06-04 16:45:05 +02:00
bc6f48e1b6 instant reaction from media filter buttons 2013-06-04 15:53:00 +02:00
885150daac fix category icon selector
window.open with & lead to filename_only being lost, so additional options were shown
2013-06-04 12:16:26 +02:00
e404792c29 Maintenance: clean out tpl files. 2013-06-04 11:53:12 +02:00
3d38d0be9f Maintenance: edit JS comments, mark functions for removal. 2013-06-04 11:17:37 +02:00
43146eac1f Maintenance: stylesheet readability. 2013-06-04 10:55:01 +02:00
3997e7fa65 Multidelete highlighting for media db items. 2013-06-04 06:54:44 +02:00
5a77d39355 Multidelete highlighting for entries.
Also made highlightComment() and multidelete highlighting more
flexible to use.
2013-06-04 06:49:44 +02:00
d348235050 Hide/show media db filters and sorting. 2013-06-04 00:05:54 +02:00
4617ed15a9 templates: using correct data for overlay 2013-06-03 21:59:32 +02:00
e7d3488ea6 Limit media file info width. 2013-06-03 20:44:41 +02:00
cb5c5fc67c Include comments pagination heading in pagination. 2013-06-03 20:20:43 +02:00
8b3c8024a7 Hide/show comments filters, prepare Spamblock button for toolbar. 2013-06-03 20:02:00 +02:00
e4a8a2662b Entry list filters alignment. 2013-06-03 17:13:05 +02:00
14aad65c0c Hide/show entry list filters, sorting etc. Needs more styling. 2013-06-03 17:01:59 +02:00
0e07a54085 Template info no-js fallback fix. 2013-06-03 15:13:04 +02:00
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
ca4a0c37e8 Show info button must be visible if file is not editable. 2013-06-03 13:25:30 +02:00
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
d1e79a7d7a Minor CSS fixes. 2013-06-03 10:59:38 +02:00
19bebc50de Minor fixes. 2013-06-02 16:13:12 +02:00
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
df283db810 Media db overlay cleanup. 2013-06-02 13:39:21 +02:00
dcc02f75c3 Typos. 2013-06-01 18:28:13 +02:00
328a77bd03 fix image selection 2013-06-01 16:53:55 +02:00
0c7bf67e99 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2013-06-01 15:39:03 +02:00