1
0
Commit Graph

1012 Commits

Author SHA1 Message Date
06237977a1 Better behaviour for clicking cats/tags button w/o overlay.
References 
2014-11-14 11:39:21 +01:00
55459bc112 Fix weird show/hide behaviour for tags/classes toggle buttons.
References 
2014-11-13 21:43:39 +01:00
bf3fc9ff78 Fix category filter width when not in overlay.
References 
2014-11-13 21:18:20 +01:00
cb73854822 Reposition close button in categories overlay.
References 
2014-11-13 21:08:22 +01:00
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 
2014-11-13 20:49:13 +01:00
31543ef39a Show no update msg for event and sidebar () 2014-11-11 16:47:11 +01:00
aa8832d1b6 Updated build of backend's oldie stylesheet. 2014-11-11 10:40:13 +01:00
08a9ffcd90 Move spartacus multi-upgrade hint to tooltip 2014-11-09 16:50:38 +01:00
912547bc26 Use Modernizr's polyfilled version of matchMedia.
matchMedia is the native version, which oldIE does not support.
Modernizr.mq is the polyfilled version included with Modernizr.
2014-11-07 10:31:15 +01:00
1965691612 updgrade list: show back link instead of search () 2014-11-02 16:38:25 +01:00
0ce1d8991d Add equal heights for pluginmanager columns.
Moved firing the syncHeights plugin to a seperate function in the
serendipity namespace because it needs to be fire onclick for the
plugin tabs here. Probably gives us more flexibility in the future
as well. New function is serendipity.sync_heights() which takes no
args.

References 
2014-11-02 11:39:05 +01:00
1c49f0319e Switch 2k11 frontend to new details polyfill.
The old polyfill was still using the deprecated browser function.
2014-10-29 20:25:39 +01:00
Ian
563e5a704c init plugin nuggets when not using default JS-Editor
The hook btw is useless here, since it is already called at https://github.com/s9y/Serendipity/blob/2.0/include/functions_plugins_admin.inc.php#L640
We should remove it here in the tpl.
2014-10-14 15:25:55 +02:00
ed897f0615 Don't show group filter in update page ()
The group filter can't filter the updates
2014-09-28 17:21:31 +02:00
f7da64165d Make ckeditor configurable via config ()
Before this, ckeditor was configurable by editing the wysiwyg_init.tpl in 2k11/admin. Now, the flow is like this:
 1. wysiwyg_init.tpl is responsible for initializing the editor and the plugins
 2. we provide a htmlare/ckeditor/serendipity_config.js where we specify a sane default configuration, including a small toolbar without harmful elements
 3. if the user wants to overwrite our configuration upgrade-safely, he can do this in htmlare/ckeditor/userconf.js
2014-09-19 21:15:50 +02:00
9b63c41c2a Respect image url setting instantly () 2014-09-19 18:53:11 +02:00
5ee2f4b732 fix cache not deleting entry () 2014-09-19 17:20:15 +02:00
feb1a8325d Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-09-12 13:49:40 +02:00
dc53c4f0dc check autosave also here 2014-09-11 13:02:01 +02:00
Ian
298152a899 remember, its a key name :) 2014-09-11 10:18:16 +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 
2014-09-11 10:10:01 +02:00
5c12922510 Personal preferene for autosave
References 
2014-09-09 14:34:46 +02:00
bc6561eeb5 Add plugins.js to preview_iframe.tpl.
This is a – possibly temporary - fix. serendipity_editor.js depends
on this file, so it needs to be included in the preview iframe as
well.

See http://board.s9y.org/viewtopic.php?p=10440336 (German only) for
further info on the issue this is related to.
2014-08-25 18:56:15 +02:00
f545369922 Show configuration form after saving 2014-08-18 16:59:26 +02:00
Ian
5e6b864fdf fix xhtml for 9b89c3d
References 
2014-08-08 16:24:39 +02:00
9b89c3d815 Another stab at fixing Issue
When no categories are delivered to serendipity_updertEntry this can mean two things:
- categories need to be un-assigned
- categories where not addressed/fetched/passed to the function [see include/admin/overview.inc.php for publishing a post! Or plugins like freetag, using serendipity_updertEntry]

To address this a new serendipity[had_categories] is added to the backend template, which can be checked for.

Feedback appreciated!
2014-08-08 14:23:19 +02:00
f9bddffc3e Rework code to work with array.
References Issue 
2014-08-08 10:59:40 +02:00
Ian
e7ff92136a fix eb5ac2d
to keep eventData array in the flow
2014-08-07 15:45:32 +02:00
Ian
eb5ac2dac1 move 'backend_category_showform hook' 2014-08-07 14:20:59 +02:00
Ian
9ab56b1606 fix missing space 2014-08-07 11:48:50 +02:00
Ian
08b86b102b fix plugins no updates' message check
References 

there is more.
2014-08-04 15:01:43 +02:00
626d984054 Fix - entry pagination off by one 2014-07-23 09:25:13 +02:00
9459c393df Use proper "generator" metatag. Do not expose version number if not configured. 2014-07-21 12:11:55 +02:00
8894f82477 Basic suupport for autoupdate-plugin () 2014-07-13 13:07:17 +02:00
dad36dff47 Turn media_showitem.tpl into a true frontend template.
Adapted in serendipity_admin_image_selector.php. Uses frontend CSS
and JS now.

References 
2014-07-08 11:56:44 +02:00
19bdfec0b9 Restore autoscroll functionality () 2014-07-06 23:44:50 +02:00
ca8b96df32 autoscroll.stop does not exist anymore () 2014-07-06 23:26:50 +02:00
9f6e029e59 Remove indexedDB polyfill.
References  
2014-06-29 14:12:20 +02:00
519e7221da Minor reformatting of drag 'n' drop function.
References 
2014-06-29 13:38:57 +02:00
bda8f3910b Move drag 'n' drop into "global" document ready function.
Also reformat deprecated legacy functions.

References 
2014-06-29 13:25:25 +02:00
88028d1da2 Rebuild plugins.js.
References 
2014-06-29 13:21:04 +02:00
3d5354dd79 Disable debug mode for tabs plugin.
References 
2014-06-29 13:19:23 +02:00
71d711902f Remove source mapping for indexedDB polyfill.
The source map is not included in s9y. This throws warnings in the
JS console.

References 
2014-06-29 12:54:24 +02:00
560e19e880 Minor typo. 2014-06-29 11:45:12 +02:00
150f3e1e64 Small CSS fix for Maintenance section. 2014-06-25 14:47:41 +02:00
1c343badcd Re-minified jquery.tabs.js.
For some reason, the minified version supplied by the plugin's
repository threw an errow, so I reminified it with UglifyJS.

References 
2014-06-25 13:50:51 +02:00
a87944ef44 Include minified versions of JS plugins.
Included minified version from plugin repository if supllied there.
If not, used http://marijnhaverbeke.nl/uglifyjs on the unminified
source file (keeping "head" comments, which usually include license
info).

Saved ~42% of plugins.js. \o/

References 
2014-06-25 13:43:07 +02:00
93790772ae Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-06-25 13:08:38 +02:00
6b1b4f2448 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-06-25 13:07:52 +02:00
ba56d99e8b Remove AccessifyHTML5 and details polyfill.
These are now included in plugins.js by gruntipity.php. No need to
keep them in serendipity_editor.js.tpl.

References 
2014-06-25 13:07:40 +02:00