Commit graph

55 commits

Author SHA1 Message Date
Stephan Brunker 377654926a event_staticpage: always show Blog subtitle 2022-09-18 20:05:04 +02:00
surrim 6c664e415c updated plugin versions 2021-07-12 15:44:23 +02:00
surrim 6bb4774d7e some PHP 8 fixes 2021-07-12 15:44:23 +02:00
onli 930c1a31e3
staticpage 4.15.6: PHP 8 compatibility & page params fix (#128)
* staticpage 4.15.6: PHP 8 compatibility & page params fix

* Fix warning in page order menu
2021-06-16 20:19:32 +02:00
onli 38e0d1de4d staticpage 4.15.5: Parameter fix
See https://github.com/s9y/additional_plugins/pull/126
2021-06-06 19:44:28 +02:00
hbarel 9c9d9fb148
Strip URI parameters when static page is looked up, so it can be found. (#126)
* Strip URI parameters when static page is looked up, so it can be found.

* Introduce additional parameter char.

Co-authored-by: Hagai Bar-El <hagai.bar-el@arm.com>
Co-authored-by: hbarel <hbarel>
2021-06-06 19:41:26 +02:00
onli 282f20ef53 Staticpage: Avoid SQL errors on SQLite systems
See https://github.com/s9y/Serendipity/issues/377
2020-05-27 14:58:39 +02:00
onli 83ab6c8110 staticpage: fix smarty_getCategoryLinkByID in s9y 2.3 2019-07-24 21:25:23 +02:00
Mario Hommel 3565c0f42e Fix smarty reference that causes error with PHP7.2. 2019-05-13 21:40:18 +02:00
onli 9ef871974c Fix INCLUDE_ANY being a deprecated undefined constant in PHP > 7.1 2019-04-27 11:54:17 +02:00
Thomas Hochstein e905eb3e92 Remove dead or useless links to external plugin documentation. (#65)
* Remove documentation links to board.s9y.org

The 'website' property of plugins is used to
link to external documentation. board.s9y.org
does not contain such documentation, at least
not on its frontpage.

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Remove dead documentation link.

c.seo-mobile.de does not exist any more.
According to
http://www.mobile-seo.de/archiv/21-serendipity-mobile-output-plugin.html
all documentation has been posted (only) there,
so is gone now.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-08-06 14:16:43 +02:00
Garvin Hicking 214c00c577 reset conntent_message for staticpage plugin 2017-01-02 09:52:31 +01:00
Matthias Mees c3e8443d73 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.

This commit is to ensure consistency with the core across the
additional_plugins repository. While I was at it, I also cleaned
up the ChangeLogs, trying to establish a common pattern.
2016-10-26 15:07:46 +02:00
Matthias Mees cb11d9b339 Apply IE11 fix for flexbox, see goo.gl/pglrbm 2016-10-23 13:59:50 +02:00
Matthias Mees e4ee83df09 Prepare staticpages for 2.x backend changes 2016-10-21 20:05:25 +02:00
Garvin Hicking 40396371d2 bump version and required version 2016-10-10 12:07:02 +02:00
Matthias Mees ca65ebd912 A new 2.x backend for serendipity_event_staticpages
- Simplify static pages nav
- Update backend markup
- Use standard s9y backend messages
- Add responsive backend styles
- Restructure staticpage simple template

References s9y/Serendipity#149
2016-10-10 11:41:24 +02:00
Matthias Mees c6d54c5cf4 Add state classes for cancel buttons in backend 2016-06-15 15:00:38 +02:00
Ian 54f461bdc4 cleanups 2016-03-20 09:40:01 +01:00
Ian 54ce817caa S9y 2.0 serendipity_editor.js.php and serendipity_define.js.php reference file fixes 2015-03-12 18:07:04 +01:00
Ian bb1cfce826 force template fallback 2015-01-31 12:04:29 +01:00
onli d2d298ab41 Use serendipity_specialchars
See https://github.com/s9y/Serendipity/issues/236
2014-11-25 01:15:57 +01:00
onli c872d144e4 staticpage 4.07.1: sqlite-fix on searchpage 2014-05-11 21:23:04 +02:00
Garvin Hicking 0cdfdaa13c Propagate $_ENV['staticpage_...'] so that it can be used in entries.tpl 2014-04-08 10:52:48 +02:00
onli 258bb838af 2.0 compat fix for the buttons
Reuses the serendipity_editor.js.tpl without breaking bc, and adds the wysiwyg-emit-call, therefore reusing the method used in the core entry editor
2014-03-31 02:37:31 +02:00
ogerlach 8a8fc38a0b Updated backend for staticpage plugin:
1. Functionality remains mainly unchanged. Only preview display has been changed
from subpage-based access to id-based access, because subpage can be ambigous. The
new feature required changes to selected().
2. A hook-in is provided the generate a overview of all static pages when not editing
a static page. This makes the overview page more pleasent for users. The functionality
of the header remains unchanged. Only a list of pages is generated below the header.
The style of this list is taken from entry listing to create a consistent look and feel
for users.
2013-12-03 20:14:19 +01:00
Ian 9fc3f9b1cc propagate changed plugin_staticpage_related_category.tpl 2013-10-05 17:35:38 +02:00
Garvin Hicking 71589a887f Remove $Id$ for CVS compoatibility. Thought I already did this some time ago?!?! 2013-08-12 09:49:28 +02:00
Garvin Hicking ec1640a168 Bump version to propagate new .htaccess 2013-05-23 11:35:47 +02:00
Ian 19fa9e1f37 staticpage changed wrong place of ending form tag 2013-05-05 13:22:19 +02:00
Garvin Hicking ddd46ce09b commit of http://board.s9y.org/viewtopic.php?f=3&t=19196&start=30 2013-03-26 12:12:31 +01:00
Ian 7ae37bb731 PHP 5.4 compat reference fix 2013-03-11 13:23:23 +01:00
Ian 312d983391 rewrote document.write replacement 81e9911 to be more html standard conform 2013-01-13 14:42:48 +01:00
Ian ac3a9ed9bf fixed disabling collapsible structure box in case of wysiwyg-editor use 2012-11-20 13:18:41 +01:00
Ian 9c6bc7f09d disable 2cd. collapsible part for wysiwyg editors 2012-11-18 20:25:36 +01:00
Don Chambers 36fd48b5bc Changed meta fields, no longer custom properties 2012-10-17 10:51:42 -05:00
Ian 9814b730e9 added tpls missing "enable meta option by config value" 2012-10-13 22:04:46 +02:00
Ian 7469fed625 Added note to change templates index.tpl into forms meta block
and set META option to false by default
2012-10-13 21:44:58 +02:00
Don Chambers 43e0f86e4c Breadcrumb navigation as an independent option 2012-10-13 14:09:45 -05:00
Ian a8f3c4e00c there are days ... hopefully the last for today. 2012-10-13 12:56:29 +02:00
Ian 81e9911224 staticpage workaround the use of document.write() for javascript enabled browsers 2012-10-13 12:52:12 +02:00
Ian f9ba5730c2 added missing js code for last commit 2012-10-13 10:05:40 +02:00
Ian 017bef1a66 staticpage META field option and hidden boxes 2012-10-12 19:35:05 +02:00
Garvin Hicking c162cf8004 3.95: Fixed bad XHTML in <option> tag (Timbalu), added ability to preview staticpages, restrict viewing draft staticpages to logged in authors 2012-10-12 14:16:58 +02:00
Garvin Hicking ca2436f564 Add "timestamp" field to list of editable staticpage fields 2012-10-05 10:43:05 +02:00
Garvin Hicking 00e667855e se4t global $serendipity['is_staticpage'] var 2012-07-19 12:46:36 +02:00
Ian a0566f6218 staticpages: bump version extending sidebar 2012-07-04 10:36:41 +02:00
Ian 2470e67af8 its time to make use of nativ API function - extends S9y v. >= 1.3 2012-04-21 17:15:16 +02:00
Ian b4dbd6077c added dependency nl2br(2.14)::$isobr [NoBR] Buttons and
fixed doubled htmlspecialchars serendipity_db_query search error output
2012-04-21 16:36:06 +02:00
Ian 37e2c8fdac fixed typo and note 2012-02-07 10:26:53 +01:00