parent
da82fd3a16
commit
5c12922510
@ -13,6 +13,8 @@ Version 2.0-beta4 / RC? ()
|
||||
* ImageMagick now can get parameters to generate thumbnails,
|
||||
see serendipity_config.inc.php for example values
|
||||
|
||||
* Allow to enable/disable the new autosave feature in personal
|
||||
preferences (Issue #213)
|
||||
|
||||
Version 2.0-beta3 (July 25th, 2014)
|
||||
------------------------------------------------------------------------
|
||||
|
@ -1056,6 +1056,7 @@ function serendipity_smarty_init($vars = array()) {
|
||||
'category_info' => $category_info,
|
||||
'template' => $serendipity['template'],
|
||||
'template_backend' => $serendipity['template_backend'],
|
||||
'use_autosave' => (serendipity_db_bool($serendipity['use_autosave']) ? 'true' : 'false'),
|
||||
|
||||
'dateRange' => (!empty($serendipity['range']) ? $serendipity['range'] : array())
|
||||
)
|
||||
|
@ -161,6 +161,14 @@
|
||||
'default' => false,
|
||||
'permission' => 'personalConfiguration',
|
||||
'flags' => array('config')),
|
||||
|
||||
array('var' => 'use_autosave',
|
||||
'title' => CONF_USE_AUTOSAVE,
|
||||
'description' => CONF_USE_AUTOSAVE_DESC,
|
||||
'type' => 'bool',
|
||||
'default' => true,
|
||||
'permission' => 'personalConfiguration',
|
||||
'flags' => array('config')),
|
||||
));
|
||||
|
||||
return $res;
|
||||
|
@ -116,3 +116,5 @@ foreach($const['missing'] AS $file => $constants) {
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1058,3 +1058,5 @@ $i18n_filename_to = array('-', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1068,3 +1068,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1096,3 +1096,5 @@ $i18n_filename_to = array (
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1096,3 +1096,5 @@ $i18n_filename_to = array (
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1065,3 +1065,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1070,3 +1070,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1067,3 +1067,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1084,3 +1084,5 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ??
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1068,3 +1068,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1066,3 +1066,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1073,3 +1073,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1064,3 +1064,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1066,3 +1066,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1069,3 +1069,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1070,3 +1070,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1068,3 +1068,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1068,3 +1068,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1068,3 +1068,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1064,3 +1064,5 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1070,3 +1070,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1077,3 +1077,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1067,3 +1067,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1069,3 +1069,5 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -985,3 +985,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1066,3 +1066,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1056,3 +1056,5 @@ $i18n_filename_to = array (
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1065,3 +1065,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1070,3 +1070,5 @@ $i18n_unknown = 'tw';
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1070,3 +1070,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1071,3 +1071,5 @@ $i18n_unknown = 'tw';
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1066,3 +1066,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1,3 +1,2 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -116,3 +116,5 @@ foreach($const['missing'] AS $file => $constants) {
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1058,3 +1058,5 @@ $i18n_filename_to = array('-', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1068,3 +1068,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1096,3 +1096,5 @@ $i18n_filename_to = array (
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1096,3 +1096,5 @@ $i18n_filename_to = array (
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1065,3 +1065,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1070,3 +1070,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1067,3 +1067,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1084,3 +1084,5 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ??
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1068,3 +1068,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1066,3 +1066,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1073,3 +1073,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1064,3 +1064,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1066,3 +1066,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1069,3 +1069,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1070,3 +1070,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1068,3 +1068,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1068,3 +1068,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1068,3 +1068,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1064,3 +1064,5 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1070,3 +1070,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1077,3 +1077,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1067,3 +1067,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1069,3 +1069,5 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -985,3 +985,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1066,3 +1066,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1056,3 +1056,5 @@ $i18n_filename_to = array (
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1065,3 +1065,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1070,3 +1070,5 @@ $i18n_unknown = 'tw';
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1070,3 +1070,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1071,3 +1071,5 @@ $i18n_unknown = 'tw';
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -1066,3 +1066,5 @@
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
|
@ -446,6 +446,10 @@ if (isset($_SESSION['serendipityEmail'])) {
|
||||
$serendipity['email'] = $_SESSION['serendipityEmail'];
|
||||
}
|
||||
|
||||
if (!isset($serendipity['use_autosave'])) {
|
||||
$serendipity['use_autosave'] = true;
|
||||
}
|
||||
|
||||
// You can set parameters which ImageMagick should use to generate the thumbnails
|
||||
// by default, thumbs will get a little more brightness and saturation (modulate)
|
||||
// an unsharp-mask (unsharp)
|
||||
|
@ -661,7 +661,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
if(Modernizr.indexeddb) {
|
||||
if(Modernizr.indexeddb && {$use_autosave}) {
|
||||
serendipity.startEntryEditorCache = function() {
|
||||
if ($('textarea[name="serendipity[body]"]').val() == "") {
|
||||
serendipity.getCached("serendipity[body]", function(res) {
|
||||
@ -813,7 +813,7 @@ $(function() {
|
||||
if(!Modernizr.inputtypes.date) {
|
||||
$('#serendipityNewTimestamp').val($('#serendipityNewTimestamp').val().replace("T", " "));
|
||||
}
|
||||
if(Modernizr.indexeddb) {
|
||||
if(Modernizr.indexeddb && {$use_autosave}) {
|
||||
serendipity.startEntryEditorCache();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user