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 #200
2014-09-11 10:10:01 +02:00
Garvin Hicking
5c12922510
Personal preferene for autosave
...
References #213
2014-09-09 14:34:46 +02:00
Matthias Mees
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
onli
f545369922
Show configuration form after saving
2014-08-18 16:59:26 +02:00
Ian
5e6b864fdf
fix xhtml for 9b89c3d
...
References #201
2014-08-08 16:24:39 +02:00
Garvin Hicking
9b89c3d815
Another stab at fixing Issue #201
...
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
Garvin Hicking
f9bddffc3e
Rework code to work with array.
...
References Issue #201
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 #200
there is more.
2014-08-04 15:01:43 +02:00
Garvin Hicking
626d984054
Fix #198 - entry pagination off by one
2014-07-23 09:25:13 +02:00
Garvin Hicking
9459c393df
Use proper "generator" metatag. Do not expose version number if not configured.
2014-07-21 12:11:55 +02:00
onli
8894f82477
Basic suupport for autoupdate-plugin ( #98 )
2014-07-13 13:07:17 +02:00
Matthias Mees
da0f824da9
Move media_showitem.tpl to frontend for default as well.
...
References #197
2014-07-08 12:27:01 +02:00
Matthias Mees
dad36dff47
Turn media_showitem.tpl into a true frontend template.
...
Adapted in serendipity_admin_image_selector.php. Uses frontend CSS
and JS now.
References #197
2014-07-08 11:56:44 +02:00
onli
19bdfec0b9
Restore autoscroll functionality ( #189 )
2014-07-06 23:44:50 +02:00
onli
ca8b96df32
autoscroll.stop does not exist anymore ( #189 )
2014-07-06 23:26:50 +02:00
Matthias Mees
9f6e029e59
Remove indexedDB polyfill.
...
References #186 #189
2014-06-29 14:12:20 +02:00
Matthias Mees
519e7221da
Minor reformatting of drag 'n' drop function.
...
References #189
2014-06-29 13:38:57 +02:00
Matthias Mees
bda8f3910b
Move drag 'n' drop into "global" document ready function.
...
Also reformat deprecated legacy functions.
References #189
2014-06-29 13:25:25 +02:00
Matthias Mees
88028d1da2
Rebuild plugins.js.
...
References #189
2014-06-29 13:21:04 +02:00
Matthias Mees
3d5354dd79
Disable debug mode for tabs plugin.
...
References #189
2014-06-29 13:19:23 +02:00
Matthias Mees
71d711902f
Remove source mapping for indexedDB polyfill.
...
The source map is not included in s9y. This throws warnings in the
JS console.
References #189
2014-06-29 12:54:24 +02:00
Matthias Mees
560e19e880
Minor typo.
2014-06-29 11:45:12 +02:00
Matthias Mees
150f3e1e64
Small CSS fix for Maintenance section.
2014-06-25 14:47:41 +02:00
Matthias Mees
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 #189
2014-06-25 13:50:51 +02:00
Matthias Mees
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 #189
2014-06-25 13:43:07 +02:00
Matthias Mees
93790772ae
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2014-06-25 13:08:38 +02:00
Garvin Hicking
6b1b4f2448
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2014-06-25 13:07:52 +02:00
Matthias Mees
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 #189
2014-06-25 13:07:40 +02:00
Garvin Hicking
c2e3b5a038
should fix the parse error at least
2014-06-25 13:07:21 +02:00
Matthias Mees
9808c57f1e
Minor typos in gruntipity.php. Made docs a bit clearer.
...
References #189
2014-06-25 13:02:37 +02:00
Garvin Hicking
33193806ed
References #189
...
Combine additional jquery/plugin files into one
Remove single file references
Moved dragdrop.js to serendipity_Editor.js.
Please test. Might make trouble in the installer/upgrader?
2014-06-25 12:28:59 +02:00
Matthias Mees
7d127738ca
Add AccessifyHTML5 and details polyfill as external files.
...
Technically being third-party libraries, these should be included
in our combined plugins js file. Once that file is being generated,
we can remove these to from serendipity_editor.js.tpl.
References #189
2014-06-25 10:33:54 +02:00
onli
8386c25037
Seperator in config without border ( #191 )
...
$plugin_options now doesn't contain the html of the config_item directly, but is an array that contains it and the ctype. That way, plugin_config.tpl can react to specific config types
2014-06-25 00:46:00 +02:00
onli
e02718bc76
Show no-update message in spartacus
...
closes #193
2014-06-24 23:43:26 +02:00
onli
f356c7d287
fix doubled html-section in media choose ( #150 )
...
Also a cleanup of media_choose.tpl
2014-06-24 23:22:51 +02:00
onli
36987228f9
include indexeddb polyfill directly ( #186 )
2014-06-24 22:51:58 +02:00
onli
b50559accd
indexeddb polyfill ( #186 )
2014-06-22 17:58:09 +02:00
Matthias Mees
5f7468958f
Fix grouped checkboxes blocking field info show/hide.
...
References #190
2014-06-20 22:16:44 +02:00
Matthias Mees
67213c247e
Rewrite positioning of .field_info.
...
Positioning of the info text was not ideal because it could be
placed way below the associated label if the associated config
element was larger than expected.
References #190
2014-06-20 18:01:48 +02:00
Matthias Mees
f79ae2f3ae
Make sure that freetags autocomplete popup still shows up.
...
magnificPopup overlays the autocomplete popup because of z-index.
References #188
2014-06-19 21:41:39 +02:00
Ian
426e5d766b
correct escape in 2k11/admin files
2014-06-19 19:43:52 +02:00
Matthias Mees
1c743429ae
Remove redundant min-width for imageselectorplus plugin.
2014-06-19 09:44:38 +02:00
Matthias Mees
ea3751aca8
Minimal styles for emoticonchooser.
...
References #185
2014-06-18 12:22:06 +02:00
Matthias Mees
ead0f15e46
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2014-06-18 11:57:53 +02:00
Matthias Mees
2d85ced5dd
Prevent freetag list from making the page "jump".
...
References #188
2014-06-18 11:51:16 +02:00
Matthias Mees
0ed6a0c8f3
Required style for freetag in magnificPopup.
...
These should at some point go into the plugin's CSS.
References #188
2014-06-18 11:39:49 +02:00