onli
ecf7ad1ad2
Merge pull request #171 from th-h/issue-157
...
Re-add sort by name to ML non-simple filter (#157 ).
2014-05-26 20:03:56 +02:00
Thomas Hochstein
66d0825a67
Re-add sort by name to ML non-simple filter.
...
When replacing 'sort by extension' with
'sort by name' in simple filter mode, 'sort by name'
was erroneously removed from non-simple filter
mode too (and replaced by a second incarnation of
'sort by extension').
Signed-off-by: Thomas Hochstein <thh@inter.net>
2014-05-26 18:40:33 +02:00
Garvin Hicking
dab92bdca6
* Adapted serendipity_editor.js to provide more global (though
...
deprecated) API access methods for plugins like amazonchooser
and linktrimmer, to perform insertion. Also fixed the
insertion of text when the ID of the element is not prefixed
(You may need to reload your browsercache to get the new JS)
2014-05-26 12:07:29 +02:00
Matthias Mees
ca530221eb
Temporary fix for media library loading in a loop.
...
References #157
2014-05-26 10:12:07 +02:00
onli
479efe7e7d
first fix for entrycheck discarding drafts ( #162 )
2014-05-25 23:47:01 +02:00
onli
ad8606c782
Move sort by name to ML simple filter ( #157 )
2014-05-25 22:05:29 +02:00
onli
c291c5166d
Remember ML folder ( #155 )
2014-05-25 21:58:10 +02:00
onli
a8b4f05de2
Improve status-messages of ajax uploader ( #126 )
2014-05-25 21:30:36 +02:00
Ian
3c21bfb9f4
be more strict - fixes 14ce11c778
2014-05-25 11:46:35 +02:00
Ian
27265c533e
markup for 'image directory move done' note
2014-05-25 10:38:18 +02:00
Ian
0e431e2984
document
2014-05-24 19:48:27 +02:00
Ian
3b4410c9d9
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2014-05-24 19:42:31 +02:00
Ian
c46d07cde5
fixes entry preview exception - fixes #119
2014-05-24 19:41:40 +02:00
Matthias Mees
1375d12a08
Consolidate event handlers.
...
(I don't remember why this was in a seperate event handler, but we
don't need it to be anymore.)
References #85
2014-05-24 19:15:53 +02:00
Matthias Mees
26088f8ba5
If toggler does not have an id, don't store the state.
...
References #144
2014-05-24 19:10:14 +02:00
Matthias Mees
ab99abcbae
Bug fix for serendipity.toggle_collapsible.
...
References #144
2014-05-24 18:27:20 +02:00
Matthias Mees
4e4972d440
Document serendipity.toggle_collapsible.
2014-05-24 17:49:31 +02:00
Matthias Mees
78b83266e3
Rewrite show/hide functionality as a reusable function
...
Introducing serendipity.toggle_collapsible, which
– is a reusable function available via the serendipity namespace
– has arguments to customize the show/hide icon, but also has
sensible default fallbacks for those arguments
– creates an individual key in localStorage to store the open/
close state in
The latter also fixes a bug(?) which made show/hide in the entry
editor save the state for entry metadata and advanced options in
the same localStorage key. This could be improved with a fallback
for toggling elements which don't have an id.
References #144
2014-05-24 17:21:37 +02:00
Ian
c6f4da1c04
temporary fix missing backend_js hook
...
But there still are serious issues left, see Reference #167
2014-05-24 11:55:59 +02:00
Ian
62026e5ba3
fixes nasty media insert target bug
...
Fixes #143 and Fixes #145 and References #121
2014-05-24 11:46:58 +02:00
Garvin Hicking
4c965bd2d5
Rephrased this to make it a bit shorter, more suitable for the NEWS-file IMO.
...
More details could better be added to the Wiki at some place/point for proper documentation (duh).
2014-05-23 17:35:29 +02:00
Ian
14ce11c778
set entries update isdraft to string value false
...
to be able to publish draft entries from dashboard
References #160
2014-05-23 17:11:05 +02:00
Ian
13c9b4b74d
frontend jquery.noConflict mode set deprecated
...
and make this configurable by $serendipity['capabilities']['jquery-noconflict'] = false;
References #166
2014-05-23 14:14:58 +02:00
Matthias Mees
4437e01af7
Minor improvement for headings in plugin configuration.
2014-05-23 10:27:02 +02:00
Matthias Mees
92641323db
Move #entry_skip back to a seperate form element.
...
References #159
2014-05-22 20:27:20 +02:00
Ian
36a36c38cd
only show backend install button if not self
...
References #165
2014-05-22 18:19:39 +02:00
Garvin Hicking
0e008d0885
This should make jquery.js of a theme no longer be included for the default backend.
...
Custom backends would now use jquery_backend.js if they really wanted to provide their own.
References #166
2014-05-22 11:59:50 +02:00
Garvin Hicking
e8bae220e6
A proposal on how 2k11 could utilize pre-event hooks. Now per-event so that the function name no longer
...
clashes with child-themes that need to include the 2k11 config.inc.php.
2014-05-22 11:44:25 +02:00
Garvin Hicking
f96f0da3f8
Added dev test templates for specific scenarios.
...
Please read http://board.s9y.org/viewtopic.php?f=11&t=19916
Choosing those templates will probably currently result in errors that need to be addressed.
2014-05-22 11:20:12 +02:00
Garvin Hicking
e6320100e8
Provide language constant.
2014-05-22 10:49:36 +02:00
Ian
8401827afb
re-introduce fallback constant note for 9388618ac5
...
while this also is accessed on new theme installes
References #165 3c
2014-05-22 10:32:23 +02:00
Matthias Mees
ae6d69a173
Use different labels for plugin filters.
...
These are supposed to make the functionality of the plugin filter/
search more clear without introducing new lang constants. Also
removed the placeholder attribute altogether.
References #154
2014-05-21 22:26:44 +02:00
Ian
391823d677
add default value to missing constant, as long as not set
...
References #165
2014-05-21 17:41:26 +02:00
Ian
9388618ac5
fixes #165 3c
...
@garvinhicking please add additional constant CUSTOM_CONFIG eg = "Custom config file" to langs
2014-05-21 16:24:41 +02:00
Matthias Mees
2f1455d53b
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2014-05-21 15:48:57 +02:00
Matthias Mees
ed6b4e4c6a
Adapt CSS to changes in theme list layout.
...
References #165
2014-05-21 15:48:21 +02:00
Ian
ac1d4a7076
revert part of 7474f78 and fix the order
...
to prevent wp themes engine yes to be included to array $templates
References #165 7474f78 38204c4
2014-05-21 15:46:15 +02:00
Ian
99d354224e
fixes edb88c3 with title
...
References #165 2a and comments
2014-05-21 14:15:38 +02:00
Ian
7474f785e5
removed some jurassic park codes and add wp-theme preview image
...
References #165
2014-05-21 13:08:13 +02:00
Ian
4df73e1e61
backend preview file changed
...
I hope you don't mind @yellowled - its more slim and plain
References #165 4
2014-05-21 11:59:16 +02:00
Ian
69fc1a5b73
fixes #165 2b and 4a and 4b
2014-05-21 11:45:13 +02:00
Ian
734217e0da
fix 38204c4
2014-05-21 11:25:32 +02:00
Ian
b4f015e4c0
add custom config to info array - fixes #165 3a and half of 3b
2014-05-20 20:13:22 +02:00
Ian
e8a2900beb
reset ending empty lines to one line only
...
while this produces empty array line with print_r
AND WHY the hell is competition named "Coffee Cup" ? :)
2014-05-20 18:14:49 +02:00
Ian
922e77e4a6
set name truncation for cur_backend too - extends edb88c3
...
since could be the long named bulletproof template
Reference #165
2014-05-20 18:03:24 +02:00
Ian
edb88c3f57
fixes #165 2 a
2014-05-20 17:48:21 +02:00
Ian
38204c4053
better have logic in php - fixes #165 1 b
2014-05-20 17:45:53 +02:00
Ian
b8e60cd7ef
fixes #165 1 a
2014-05-20 17:41:55 +02:00
Garvin Hicking
13d8f5fd7c
addlang execute, reset textfile
2014-05-19 11:14:11 +02:00
Garvin Hicking
6c06651759
add languages
2014-05-19 11:13:53 +02:00