33a98547a7
Fix English language fallback.
2022-02-20 01:36:33 +01:00
694309bec9
Force UTF-8, remove all non-UTF-8 translations.
2022-02-20 01:11:37 +01:00
onli
ef79ef260b
PHP 8 compat fixes for the core when trackack plugin is installed
2021-06-06 18:53:48 +02:00
onli
ae4e91f095
php 8 compat fix when showing RSS feed
2021-05-18 19:39:14 +02:00
onli
25cfb97ece
php8 compat fixes to save entries again
2021-05-09 17:17:54 +02:00
onli
6909411452
entryproperties 1.41.6: PHP 8 compat fixes
2021-04-19 17:19:44 +02:00
Thomas Hochstein
f32be57fb5
Fix accidental deletion of extended properties.
...
Was mostly fixed by 8b51c37b98 (see #261 ),
but which missed 03cc73d77e and the other
older code before the foreach() loop.
Later on, 7fe8d91bc2 did the check for
'propertyform' the wrong way around.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-04-18 22:33:20 +02:00
Thomas Hochstein
5adf3cda02
One adv_opts_box should be enough for everybody.
...
Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-03-27 20:18:46 +01:00
Stephan Brunker
502b837dd6
Fix a lot of single issues and overhaul the language settings
...
see docs/NEWS and the plugin/changelog files for details
2019-10-13 22:49:03 +02:00
Thomas Hochstein
3730e77ddf
Bump version, add Changelog entry.
...
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-17 13:56:43 +02:00
Thomas Hochstein
4327c432a5
event_entryproperties: Add missing language constant.
...
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-17 12:59:54 +02:00
onli
15adc798e5
Don't activate entryproperties cache by default
2019-02-11 18:23:06 +01:00
onli
b664435ef6
PHP 7.2 compat: session_cache, each ( #564 , #556 )
2018-09-13 14:22:01 +02:00
Garvin Hicking
d10aaf8ffd
Add new "legal" properties for affected plugins.
...
Disable subtome by default.
2018-04-03 11:17:22 +02:00
Garvin Hicking
efeede599b
Allow multiple authorship for entries
2017-06-01 12:25:50 +02:00
Garvin Hicking
6b1348a7f1
improve hidding password from recent chrome
2016-12-23 10:13:40 +01:00
Matthias Mees
7410465496
Improve accessibility of iconfont icons
...
Iconfont icons are of no value to screenreader users; in our case,
they get alternative text. By adding 'aria-hidden="true"' to the
<span> holding the iconfont icon, we avoid the screenreader trying
to announce the iconfont icon.
2016-10-26 11:29:25 +02:00
Ian
fd9e77a4c8
remove $Revision$
2016-02-08 15:27:34 +01:00
Ian
8e899414fb
consistent plugin usage - entryproperties
...
this and followup commits touches:
use load_languiage API
class method parenthesis "\n{\n <code>\n}\n",
case break switches,
consistent boolean usage,
append css to eventData
and other cleanups
2016-01-26 14:11:42 +01:00
Ian
e51533bc31
lang tabs removal
2016-01-21 20:38:37 +01:00
Ian
ff7ad0f287
lang cleanup core entryproperties plugin
2016-01-21 17:38:15 +01:00
Ian
7fe8d91bc2
fix checkbox entryproperties re-sets
...
References #260 and #261 and commit 8b51c37
Closes #376
2015-12-11 17:07:48 +01:00
Ian
61fe3e2bf9
Fix MediaLibrary objects not pass through into entryproperties CustomFields
...
and replaces some old "|@" Smarty 2 array "type hintings" to "|".
Also fixes the default fallback in default/admin/media_choose.tpl, which also missed the serendipity js namespace.
@yellowled Please trigger a default/admin/serendipity_editor.js run to fetch up with all latterly added changes.
2015-09-15 17:28:04 +02:00
Ian
72bfb9a515
mark var escaped
2015-09-14 18:18:51 +02:00
Ian
5a6e1868a8
fix wrong version requirement
2015-09-14 18:03:57 +02:00
Ian
a10d9e4b80
Fixed preview of extended properties by 1.37
2015-09-14 18:02:02 +02:00
Don Chambers
17e13b609b
Restore emitting figcaption only if image
2015-01-31 12:09:28 -06:00
Matthias Mees
67864f195f
Adapt markup and styles for advanced entry options
...
This is to make it possible to have .media_choose in advanced entry
options. Actually, it's to work around a bug in Firefox.
2015-01-31 15:05:05 +01:00
Matthias Mees
71aff1c671
Minor markup adjustments for media_choose in entryproperties
2015-01-31 14:01:07 +01:00
Matthias Mees
02e0fa7b8e
Change serendipity_customfields from id to class
...
This is to avoid duplicate ids in the backend.
2015-01-31 12:57:24 +01:00
Don Chambers
80b07eb2a2
test for image format on src="" and figcaption
2015-01-30 15:01:53 -06:00
Don Chambers
e11b27a2a1
Eliminate test for image format
...
<figure> container must always exist for js to insert or change media
preview.
2015-01-30 14:44:59 -06:00
Don Chambers
0302f7d034
Added image preview if value is image format
2015-01-30 14:24:21 -06:00
Garvin Hicking
1b9e5de787
* Prevent entryproperties from saving/displaying a browser-side
...
stored password that was actually not set.
[THIS BUGGED ME FOR A SOOOOO LONG TIME!]
* Stronger check for existing logger interface to prevent errors
when it is not actively used.
2015-01-15 15:39:00 +01:00
Garvin Hicking
8b51c37b98
Address issue #261
...
Prevent resetting entryproperties when using serendipity_updertEntry
2015-01-15 10:13:53 +01:00
Ian
dc6d32bf68
automark nl2br disabled on wysiwyg usage
...
References s9y/Serendipity#243
2014-12-15 16:00:45 +01:00
Ian
e64793a809
typo
2014-12-02 16:57:10 +01:00
Ian
03cc73d77e
properly reset ep_disable_markup_% (L217)
...
References #242
2014-12-02 16:52:51 +01:00
Garvin Hicking
eab43b12f5
Adjust remaining htmlspecialchars() accordingly
2014-11-24 10:13:40 +01:00
Matthias Mees
44f5cc8467
Revert "ep floated option blocks"
...
This reverts commit 552d07af03ba296f74710e0b1999e3a0a809996c.
References #232
2014-11-18 16:43:40 +01:00
Ian
552d07af03
ep floated option blocks
2014-11-18 13:49:21 +01:00
onli
91e8f3c571
Don't show customfields by default
2014-09-28 17:00:27 +02:00
Matthias Mees
9c061a77ae
Use correct media db overlay for extended entry properties.
...
References #110
2014-04-28 15:51:14 +02:00
Matthias Mees
b62a45397b
Replace relevant occurrences of 'Template' with 'Theme'
...
This is for files in the plugins/ directory.
References #103
2014-03-11 20:49:55 +01:00
Matthias Mees
57cf532863
Added confirm msg for build cached entries in maintenance.
2014-03-06 12:30:05 +01:00
Matthias Mees
bbd419d69c
Fix span/legend trick in entry properties plugin.
2014-02-25 18:44:41 +01:00
Matthias Mees
82f7bb99f8
Style the maintance section like the dashboard.
2014-01-19 16:03:24 +01:00
onli
ee3ea72208
Introduce Maintenance menu
...
Containing all the small action menu-items that were in the main navigation menu, like verify installation
2014-01-19 13:19:30 +01:00
Matthias Mees
e2102f6e1e
Refactor entryproperties media db button.
...
Hard-coded input without inline JS, external onclick handler, hide
button on no-js.
References #54
2013-09-18 18:42:18 +02:00
Matthias Mees
de99ef67e6
Add msg icon to entryproperties plugin.
...
Also adds a styling hook to admin tpl.
References #54
2013-09-18 15:05:08 +02:00