Commit Graph
100 Commits
Author SHA1 Message Date
onli 668363eb1b Merge event and sidebar update page into one (#383) 2016-03-20 14:40:08 +00:00
onli aa12313ee4 Skip zebra striping for hidden config element (fixes #396) 2016-03-18 23:28:03 +00:00
onli 6fafd4964a restore accidentaly removed contentplugin type
Was a mistake in 1fb1a6647f
2016-03-01 00:22:16 +01:00
onli 1fb1a6647f Add color picker as plugin/theme config item 2016-03-01 00:14:15 +01:00
onli a3f7958830 Style serendipity_die (fixes #89) 2016-01-15 16:50:15 +01:00
onli c98e858886 Prevent FF filling in wrong db password (#378) 2016-01-15 16:33:30 +01:00
onli 9fe8fb960b Add cache translation (#345) 2016-01-15 15:47:39 +01:00
onli 2d7947eb93 Add cache activation to configuration (closes #345) 2016-01-15 14:40:51 +01:00
onli 148e644590 Use CDATA for content in ATOM feed (#354) 2016-01-15 13:33:30 +01:00
onli 0003150796 Ajax ML upload died on non-images (fixes #353) 2016-01-15 13:28:49 +01:00
onli d4dbbe53af Restore update all plugins functionality (fixes #279) 2016-01-15 02:51:04 +01:00
onli 30982e446d Transform contextless strict/no-strict in ML
Follow up on d1baaf4983 and 7554623cff, also moving this to the extended filterset.
2016-01-15 02:18:34 +01:00
onli f67ba78513 Extend $uri-fix to serveCategories
Missed in 2cec984288
2016-01-12 13:41:51 +01:00
onli 2cec984288 Re-populate $uri variable (fix #381)
Fixes several possible routing bugs
2016-01-12 12:49:26 +01:00
onli d5398e4691 Move to -alpha3 to signal that the last security upgrade is integrated 2016-01-04 16:03:32 +01:00
onli e128394360 Fill $uri variable in genpage for plugin pages (fixes #375) 2015-12-11 21:58:27 +01:00
onli 3391f5946e Document index.php refactoring
see 4f2ea4de8a
2015-10-28 13:54:27 +01:00
onli 73e15645d6 Merge branch 'feature_indexCleanup' 2015-10-28 12:30:56 +01:00
onli 4d7b90af99 Merge branch 'master' into feature_indexCleanup
Conflicts:
	index.php
2015-10-28 12:29:44 +01:00
onli 4f2ea4de8a Revert "Remove calendar based entry overview"
This reverts commit 405847cac6.
2015-09-23 00:34:07 +02:00
onli 507dc05998 Revert "remove comments by author overview page"
This reverts commit c8b4faf93a.
2015-09-23 00:33:33 +02:00
onli 55ae435c89 remove multi-author option, broken
Probably broken since many many s9y versions, but certainly not working in 2.0
2015-07-26 22:57:29 +02:00
onli c8b4faf93a remove comments by author overview page
Not used by known themes, not properly documented
2015-07-26 20:10:40 +02:00
onli d0dc9da015 remove archive permapath
extends 405847cac6
2015-07-26 20:08:32 +02:00
onli 405847cac6 Remove calendar based entry overview
Should be moved to a plugin
2015-07-26 19:48:16 +02:00
onli 7e03be6930 Fix archive page 2015-07-26 19:29:12 +02:00
onli 180e110f50 remove autosave url param 2015-07-26 19:23:41 +02:00
onli fd3498a1f8 collect locateHiddenVariables in one function 2015-07-26 19:17:52 +02:00
onli fcab850687 remove unused pregenerate entry function 2015-07-26 18:37:45 +02:00
onli 4bb10f5b70 Remove NO_EXIT constant
Only used in the freetag-plugin, which could just omit it and rely on the core to call smarty
2015-07-26 18:21:54 +02:00
onli 6c561a6875 fix multi_cat, remove track_referrer 2015-07-26 18:15:22 +02:00
onli 3f645612e0 remove time_used function
Let us use a proper profiler or #187 instead
2015-07-26 18:03:19 +02:00
onli 6fd7dcc3b5 Remove unused X-Blog header 2015-07-26 18:01:50 +02:00
onli 3e7f521936 remove raw_data 2015-07-26 17:55:48 +02:00
onli 9173e046e5 start indexCleanup: move code to functions_routing 2015-07-26 17:53:49 +02:00
onli bb2c5a63d0 Cleanup syndication fixed (#285)
cleans 97d9f5ce31
2015-06-16 21:56:04 +02:00
onli 206dc56cab document internal_cache option (#345) 2015-05-31 14:08:16 +02:00
onli 0125f1539e Use internal cache to speedup printEntries & fetchEntries (#345) 2015-05-30 01:23:57 +02:00
onli 194e08b669 Add primary key to some tables (#341)
groupconfig, config, options
2015-05-10 16:56:29 +02:00
onli 90a4b95b61 Move showMediaToolbar to 1. personal settings, add docu (#281) 2015-04-04 17:32:21 +02:00
onli b73eb367f2 Prevent negative offset (#321) 2015-03-27 00:00:10 +01:00
onli 9032f24f4b Show rescale in ML-popup when toolbar is active (#281) 2015-03-26 23:55:22 +01:00
onli 27cf643135 Show ML toolbar when inserting image (#281)
This commit has two parts: First, media_items was changed to show (parts) of the image toolbar also when being in the editor popup, if the option is enabled. Second, it modifies the rename and the delete button of that toolbar to use ajax, because they otherwise would return to the normal ML. TODO1: Ajaxify the rescale function as well, or make it redirect properly, so the button can be enabled. TODO2: See if the code in media_items can be simplified, it is a dumb translation of the existing approach
2015-03-14 22:02:49 +01:00
onli 73dc7a9225 ML: Show add-button in popup also when empty 2015-03-14 19:42:42 +01:00
onli e31078615b syndication: fix syntax error from ac7c8c0716 2015-02-23 23:19:22 +01:00
onli ac7c8c0716 syndication: fix rel-url bug and enable plain textlink (#285) 2015-02-23 22:04:33 +01:00
onli e7502ef9bc manually restore from before merge
The merge in 7740886ff9 accidentally overwrote changes that were important. This commit tries to restore them while also keeping the additions from feature_updateAll.
2015-02-15 20:04:33 +01:00
onli 7740886ff9 Merge branch 'feature_updateAll'
Conflicts:
	docs/NEWS
	lang/UTF-8/plugin_lang.php
	lang/UTF-8/serendipity_lang_bg.inc.php
	lang/UTF-8/serendipity_lang_cn.inc.php
	lang/UTF-8/serendipity_lang_cs.inc.php
	lang/UTF-8/serendipity_lang_cz.inc.php
	lang/UTF-8/serendipity_lang_da.inc.php
	lang/UTF-8/serendipity_lang_de.inc.php
	lang/UTF-8/serendipity_lang_en.inc.php
	lang/UTF-8/serendipity_lang_es.inc.php
	lang/UTF-8/serendipity_lang_fa.inc.php
	lang/UTF-8/serendipity_lang_fi.inc.php
	lang/UTF-8/serendipity_lang_fr.inc.php
	lang/UTF-8/serendipity_lang_hu.inc.php
	lang/UTF-8/serendipity_lang_is.inc.php
	lang/UTF-8/serendipity_lang_it.inc.php
	lang/UTF-8/serendipity_lang_ja.inc.php
	lang/UTF-8/serendipity_lang_ko.inc.php
	lang/UTF-8/serendipity_lang_nl.inc.php
	lang/UTF-8/serendipity_lang_no.inc.php
	lang/UTF-8/serendipity_lang_pl.inc.php
	lang/UTF-8/serendipity_lang_pt.inc.php
	lang/UTF-8/serendipity_lang_pt_PT.inc.php
	lang/UTF-8/serendipity_lang_ro.inc.php
	lang/UTF-8/serendipity_lang_ru.inc.php
	lang/UTF-8/serendipity_lang_sa.inc.php
	lang/UTF-8/serendipity_lang_se.inc.php
	lang/UTF-8/serendipity_lang_sk.inc.php
	lang/UTF-8/serendipity_lang_ta.inc.php
	lang/UTF-8/serendipity_lang_tn.inc.php
	lang/UTF-8/serendipity_lang_tr.inc.php
	lang/UTF-8/serendipity_lang_tw.inc.php
	lang/UTF-8/serendipity_lang_zh.inc.php
	lang/addlang.txt
	lang/plugin_lang.php
	lang/serendipity_lang_bg.inc.php
	lang/serendipity_lang_cn.inc.php
	lang/serendipity_lang_cs.inc.php
	lang/serendipity_lang_cz.inc.php
	lang/serendipity_lang_da.inc.php
	lang/serendipity_lang_de.inc.php
	lang/serendipity_lang_en.inc.php
	lang/serendipity_lang_es.inc.php
	lang/serendipity_lang_fa.inc.php
	lang/serendipity_lang_fi.inc.php
	lang/serendipity_lang_fr.inc.php
	lang/serendipity_lang_hu.inc.php
	lang/serendipity_lang_is.inc.php
	lang/serendipity_lang_it.inc.php
	lang/serendipity_lang_ja.inc.php
	lang/serendipity_lang_ko.inc.php
	lang/serendipity_lang_nl.inc.php
	lang/serendipity_lang_no.inc.php
	lang/serendipity_lang_pl.inc.php
	lang/serendipity_lang_pt.inc.php
	lang/serendipity_lang_pt_PT.inc.php
	lang/serendipity_lang_ro.inc.php
	lang/serendipity_lang_ru.inc.php
	lang/serendipity_lang_sa.inc.php
	lang/serendipity_lang_se.inc.php
	lang/serendipity_lang_sk.inc.php
	lang/serendipity_lang_ta.inc.php
	lang/serendipity_lang_tn.inc.php
	lang/serendipity_lang_tr.inc.php
	lang/serendipity_lang_tw.inc.php
	lang/serendipity_lang_zh.inc.php
	templates/2k11/admin/style.css
2015-02-15 19:22:15 +01:00
onli e542dcb38a Document changes and prepare language constants 2015-01-30 22:19:07 +01:00
onli f7c0fa23bc Show spartacus errors, maka ajax detection global 2015-01-30 22:07:08 +01:00
onli 9be0364003 progress polyfill for IE 2015-01-29 19:48:43 +01:00
onli 100c344a14 Use png instead of gif, fix ajax get 2015-01-28 23:45:37 +01:00
onli c3d6d57db3 show activity indicator and update status 2015-01-28 01:54:38 +01:00
onli ca6ac5eef9 Update all plugins button, js approach (#194, #279) 2015-01-27 01:42:37 +01:00
onli bb986c0546 Use better search identifier to fix #269 2015-01-22 19:49:30 +01:00
onli 3e7e6a03ed Fix search page order when stable archive is on (#269) 2015-01-21 18:53:46 +01:00
onli 4b83f8dcce JS-uploader can't download, don't try 2015-01-18 21:00:11 +01:00
onli dcb044fb28 Set image-owner to all authers with js-upload (#264) 2015-01-18 20:33:41 +01:00
onli 148c67bf9b Publish now + minor cleanup (closes #262) 2015-01-17 17:26:33 +01:00
onli 8b233d562e Fix syndication subtome onlick handler 2014-12-07 23:15:32 +01:00
onli d91b86486b specialchar charset fallback on early calls (#236, #240) 2014-12-07 17:47:14 +01:00
onli c004d90a6c Don't die in smarty_purge if file not writeable (#240) 2014-12-02 21:43:09 +01:00
onli abba5bdb15 Make smarty_purge PHP 5.3 compatible (#240) 2014-12-01 19:04:41 +01:00
onli a319d59eed fix serendipity_smarty_purge to delete all cache files (#240) 2014-11-30 21:36:04 +01:00
onli a3cd4d555a empty smarty cache before upgrade 2014-11-30 18:12:25 +01:00
onli 92afc37753 Introduce serendipity_specialchars-wrapper for encoding bug (#236)
PHP 5.4 sets UTF-8 as the default for htmlspecialchars, htmlentities and html_entity_decode. The first two will echo an empty string when given a string with umlauts. This commits introduces serendipity_specialchar-wrapper that are meant to be a temporary solution for the s9y-core until PHP 5.6 fixed the bug, so the native charset option of s9y continues to work.
2014-11-23 23:41:08 +01:00
onli 1c025c15da ckeditor update, removes samples (#148) 2014-11-13 19:00:15 +01:00
onli 86af52a1be Prepare INSTALL_CAT_FEEDS variable (#228) 2014-11-11 23:48:23 +01:00
onli 31543ef39a Show no update msg for event and sidebar (#226) 2014-11-11 16:47:11 +01:00
onli 08a9ffcd90 Move spartacus multi-upgrade hint to tooltip 2014-11-09 16:50:38 +01:00
onli fb3fb774fa Spartacus: Remove upgrader hint message
Should be reworded if the messaged proves to be really necessary, or rather the mentioned functionality added (#194)
2014-11-02 17:26:05 +01:00
onli 2c3804d321 plugin_plug: show text instead of logo
The logo does not fit at all to 2k11. It would be nicer to replace it with a nicer one, but till someone does this, to only show the text saves the design after install.
2014-11-02 16:43:49 +01:00
onli 1965691612 updgrade list: show back link instead of search (#200) 2014-11-02 16:38:25 +01:00
onli ed897f0615 Don't show group filter in update page (#200)
The group filter can't filter the updates
2014-09-28 17:21:31 +02:00
onli 91e8f3c571 Don't show customfields by default 2014-09-28 17:00:27 +02:00
onli b8503f190e category plugin default slicker
Don't show the select form on install, where there are no categories anyway, and disable the "Show All Categories" link by default, since he is on normal configurations redundant with the frontpage
2014-09-28 16:09:55 +02:00
onli 3d569bf02e upgrade-task: remove dashboard and autosave (#71) 2014-09-28 15:35:12 +02:00
onli 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
onli f7da64165d Make ckeditor configurable via config (#148)
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
onli 9b63c41c2a Respect image url setting instantly (#207) 2014-09-19 18:53:11 +02:00
onli 5ee2f4b732 fix cache not deleting entry (#215) 2014-09-19 17:20:15 +02:00
onli b9feb9602c Spartacus: Show only one update success msg (#217) 2014-09-19 16:29:48 +02:00
onli 13a9b69d6d Fix ML breaking w/o filter (#208) 2014-08-30 11:18:56 +02:00
onli 7a56b89beb Save filters when browsing ML (#208)
Was broken for the simplified filter
2014-08-30 00:22:45 +02:00
onli f545369922 Show configuration form after saving 2014-08-18 16:59:26 +02:00
onli 3600354ab7 readd debug-msgs to logger 2014-08-14 11:31:21 +02:00
onli 86cbd17b42 Make spartacus less chatty
Makes both the plguin update list and the template overview more readable, as important messages don't get lost in the always existing ones
2014-08-12 13:15:18 +02:00
onli 8894f82477 Basic suupport for autoupdate-plugin (#98) 2014-07-13 13:07:17 +02:00
onli ac24978984 Upgrader task for syndication plugin (#196) 2014-07-07 01:36:45 +02:00
onli 2439399c08 implement force-feed logic (#196) 2014-07-07 00:32:50 +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
onli f802658d10 fix fullfeed option not saving yes 2014-07-03 19:11:17 +02:00
onli 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
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
onli 0f9c9b946f Suggestion for 2.0 syndication plugin (devtalk) 2014-06-22 16:32:27 +02:00