92 Commits

Author SHA1 Message Date
Thomas Hochstein
f32be57fb5 Fix accidental deletion of extended properties.
Was mostly fixed by 8b51c37b98 (see ),
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 (, ) 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  and  and commit 8b51c37
Closes 
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
Prevent resetting entryproperties when using serendipity_updertEntry
2015-01-15 10:13:53 +01:00
Ian
dc6d32bf68 automark nl2br disabled on wysiwyg usage
References 
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 
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 
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 
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 
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 
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 
2013-09-18 15:05:08 +02:00
Matthias Mees
82aa3db9ff Refactor backend markup for serendipity_event_entryproperties.
Note: This still needs work with styles/layout and inline JS.

References 
2013-08-19 21:49:23 +02:00
Matthias Mees
19b8cd81eb Adapt backend sidebar entry for serendipity_event_entryproperties.
References 
2013-08-19 20:19:47 +02:00
Matthias Mees
2489a45e18 Adapt backend markup for "Build cached entries".
References 
2013-08-19 20:14:42 +02:00
onli
a89de7da1f entryproperties: Always delete cache on uninstall 2013-05-28 18:00:27 +02:00
Garvin Hicking
5ec7481030 Port of patch to 2.0 2013-05-06 09:47:19 +02:00
Ian
2598ceef51 Update serendipity_event_entryproperties.php
entryproperties userlevel check var strictly changed
2013-03-12 18:48:28 +01:00