1
0
Commit Graph

1288 Commits

Author SHA1 Message Date
Ian
93667e2f46 revert main fbf821c capabilities changes 2014-10-06 14:18:37 +02:00
Ian
27c5b2d589 introduce IM nobang variable
to avoid forcing image geometry exactly to given sizes on second thumbnail method run.
Used by imageselectorplus plugin.
2014-10-06 13:01:14 +02:00
Ian
148e1449d1 extends 9cbb2b0
for file renaming type='file' with a pdf also. Thumb check and the silencer were both needed, else for the last the database entry was lost.

The $renameData['thumb'] could very well be $file['thumbnail_name'] in case of not being empty.

It might be that this has dependencies with the hotlink hook or thumbSuffix renamings. Garvin, please check.

References #220
2014-10-05 19:46:49 +02:00
Ian
9cbb2b0166 fix issue pdf moving rename() error
This was mainly the not checked thumbnail_name and needed to be silenced too.
I am not sure id that issue can happen with type 'file' renaming too.

References #220
2014-10-05 17:57:08 +02:00
Ian
ddd3b91d28 fixing images plus
- fix isp image $newSize resizement
- fix forcing $newSize with a bang on WinOS
- convert some message errors to 2.0 style
- whitespace cleanup
2014-10-03 10:10:51 +02:00
Ian
fbf821c714 make $serendipity['capabilities'][*] variables work 2014-10-02 19:11:00 +02:00
3d569bf02e upgrade-task: remove dashboard and autosave (#71) 2014-09-28 15:35:12 +02:00
37b55759f2 New Plugin default selection (#71)
This is based on Garvins proposal, with some small additions. Subject to further change
2014-09-28 15:05:54 +02:00
2c87f68022 Add a closing bracket which was accidentally removed.
Removed in 971b993a52.

References #216
2014-09-10 23:02:29 +02:00
971b993a52 Re-add check if serendipityPath is writable in installer. Don't remember why we declared this as bogus. 2014-09-09 15:07:43 +02:00
5c12922510 Personal preferene for autosave
References #213
2014-09-09 14:34:46 +02:00
da82fd3a16 support imagemagick thumb parameters, slightly reworked
references pull request #205
2014-09-09 13:58:09 +02:00
b606b91272 Proper SQLite PDO filenames in shared installations (Issue #214)
References #214
2014-09-09 13:17:34 +02:00
2624bcadec Add checks for indexes (cp. issue #206, amends commit 8002559) 2014-09-07 22:01:54 +02:00
13a9b69d6d Fix ML breaking w/o filter (#208) 2014-08-30 11:18:56 +02:00
7a56b89beb Save filters when browsing ML (#208)
Was broken for the simplified filter
2014-08-30 00:22:45 +02:00
8002559603 Fix missing entry properties passed to 'backend_publish' event hook (Fixes #206)
Some plugins make use of additional entry properties (title, body, extended, author) after being called by the 'backend_publish' hook, e.g.

 * serendipity_event_forum
 * serendipity_event_freetag
 * serendipity_event_ljupdate
 * serendipity_event_trackback
 * serendipity_event_versioning
 * serendipity_event_entryproperties
 * serendipity_event_mailer
 * serendipity_event_twitter

 Thus we need to set these properties in the serendipity_updertEntry() method to make sure the plugins get the required data. Of course, we could fetch the entry either in overview.inc.php or again in each plugin, but that would mean an additional query to the DB.
2014-08-19 10:20:19 +02:00
f545369922 Show configuration form after saving 2014-08-18 16:59:26 +02:00
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
f9bddffc3e Rework code to work with array.
References Issue #201
2014-08-08 10:59:40 +02:00
e4a44c3663 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-08-08 10:56:16 +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
5fdff4c671 Bugfix for not properly setting entry.cats in entry overview
References #201
2014-08-07 10:53:18 +02:00
c920aff4c7 Added i18n for new strings 2014-07-25 10:22:20 +02:00
8894f82477 Basic suupport for autoupdate-plugin (#98) 2014-07-13 13:07:17 +02:00
83d19d183d stricter array check, thanks to wesley 2014-07-11 11:58:07 +02:00
ac24978984 Upgrader task for syndication plugin (#196) 2014-07-07 01:36:45 +02:00
2439399c08 implement force-feed logic (#196) 2014-07-07 00:32:50 +02:00
f802658d10 fix fullfeed option not saving yes 2014-07-03 19:11:17 +02:00
719ed77457 syndication: feed options into core; option for rss + atom
The force-feed option still needs to be included into the core
2014-06-29 03:10:43 +02:00
63f7510ebd References #134
Fixes thumbnail regeneration, only a problem with proper execution order
2014-06-25 13:22:39 +02:00
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
f356c7d287 fix doubled html-section in media choose (#150)
Also a cleanup of media_choose.tpl
2014-06-24 23:22:51 +02:00
Ian
bb48a885d4 message markup in function_images.inc 2014-06-19 20:01:17 +02:00
c0047ebf97 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-06-17 12:26:01 +02:00
6fe42449dd support pgsql 2014-06-17 12:25:44 +02:00
6bd322e195 indexedDB feature test for autocache in editors.
References #186
2014-06-17 11:31:38 +02:00
f5693b0b86 Added "clean" new option for using backend popups (disabled by default) as a per-user option
References #183
2014-06-17 09:50:26 +02:00
Ian
6f9484421e fix class exists for a6661af
Hopefully this will do - could not test this though!
2014-06-13 16:26:58 +02:00
Ian
a6661af96a there are two memcache libraries in php
For those confuse about the memcached extension and the memcache extension, the short story is that both of them are clients of memcached server, and the memcached extension offer more features than the memcache extension.
2014-06-13 16:21:54 +02:00
Ian
60e15aaaac added apc and memcache Smarty support 2014-06-13 16:07:32 +02:00
47b768b7d7 Merge pull request #181 from th-h/thh-htmlvalidation
Some changes for valid HTML5/HTML5.
2014-06-12 15:08:55 +02:00
7b21150c10 Autoincrement for sqlite3 (#180) 2014-06-09 21:56:43 +02:00
48f820cc33 Don't show stackable-error on plugin upgrade (#45) 2014-06-09 21:42:17 +02:00
3acdd9403c Add URL encoding to CSS and .js links in <HEAD>.
Enocde & as &amp; to make validator happy.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2014-06-09 18:38:17 +02:00
Ian
50344b19c0 get ready for Smarty apc caching 2014-06-08 19:27:56 +02:00
d0d78f3450 ML upload: Convert " " into _ in paths 2014-06-08 18:56:19 +02:00
Ian
a25a662a02 fix 7e15a61 - see comments
We might need to find out why this behaved differently.
2014-06-06 16:21:56 +02:00
Ian
c38eb784aa debug test missing smarty class for 7e15a61 2014-06-06 14:23:58 +02:00