Commit graph

1674 commits

Author SHA1 Message Date
s9y bot 3faf2386cb Automagic XML sync 2017-07-11 02:01:15 +02:00
Garvin Hicking 1486be45f8 Merge pull request #62 from th-h/thh-dejure
Add local documentation to dejure.org plugin.
2017-07-10 16:19:03 +02:00
Garvin Hicking 5e0070f14c Merge pull request #61 from robelix/php7compat
PHP7 compatibility for event_galleryimage
2017-07-10 16:18:16 +02:00
robelix ba70bb56d3 event_galleryimage version bump 2017-07-10 16:13:22 +02:00
Thomas Hochstein ffaac00d2f Add local documentation to dejure.org plugin.
German language only, as there will be very
little need to link to German law and
decisions in a foreign language blog.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-07-09 16:30:55 +02:00
robelix c9bf223180 PHP7 compatibility: replaced preg_replace /e with preg_replace_callback 2017-07-09 02:52:59 +02:00
s9y bot d17beb5f48 Automagic XML sync 2017-05-31 01:59:40 +02:00
Thomas Hochstein ea1fdf86a2 Add more options, redo config screen. (#59)
* Bump version, add me as author.

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

* Normalize whitespace.

Replace mix of spaces and tabs by spaces.

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

* Add option for linking to buzer.de

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

* Add Changelog.

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

* Reformat and rephrase plugin configuration screen.

Remove HTML added in 88e58798af05a79543e89aa87705e85a325cc164
as it was not parsed.

Move link style description to info text.

Improve some phrases.

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

* Add option to exclude headings from linking.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-05-30 11:05:35 +02:00
s9y bot f949281b97 Automagic XML sync 2017-05-28 01:58:19 +02:00
Thomas Hochstein 1a67d98bbb Update dejure-plugin to version 1.6 from upstream. (#58)
* Update dejure-plugin to version 1.6 from upstream.

v1.6 was not yet published.

Improve fsockopen, switch to SSL, add user agent.

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

* Bugfix: Don't cache results after errors.

djo_vernetzen_ueber_dejure_org() will return FALSE
instead of an output text if the API call fails
or results in any error.

But the "master" function djo_vernetzen() will call
integritaetskontrolle() anyway. The latter function
checks whether input and output texts match after
removing all added links. If the check succeeds, it
will return the output text; if the check fails, the
input text. So the result will always be TRUE.

And only after this will cache the output text if
it's not FALSE - which it can't be, ever. So if the
API call fails, the unmodified input text will be
cached.

But if we don't call integritaetskontrolle() after
API failures - which isn't necessary as the output
text is just FALSE anyway -, the FALSE will carry
through so nothing is cached.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-05-27 19:51:08 +02:00
s9y bot 31c9242b7f Automagic XML sync 2017-05-23 02:01:52 +02:00
Thomas Hochstein 3f67f1ab30 Update dejure-plugin to version 1.5 from upstream. (#57)
v1.5 taken from <https://dejure.org/vernetzung.html>
with author's consent.

Some minor changes to the database queries, trying
to be more compatible to other database backends,
see <https://board.s9y.org/viewtopic.php?f=10&t=21255>.

Update language files (as far as I speak those
languages).

Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-05-22 20:28:26 +02:00
Thomas Hochstein ae01d649d8 Add a prefix for footnote links. (#56)
Add the entry id as a prefix to every footnote
links so links are unique even when more than
one entry is displayed (title page, search
results etc.).

This can only be done with PHP Markdown Lib;
the "classic" version does not have such a
configuration variable.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-05-22 17:29:08 +02:00
s9y bot 5a58f3cecb Automagic XML sync 2017-05-18 02:06:07 +02:00
Thomas Hochstein d17bdd9f0b Get rid of $GLOBALS['entry']. (#55)
See <https://board.s9y.org/viewtopic.php?f=4&t=21256&p=10447310#p10447310>.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-05-16 22:55:46 +02:00
s9y bot a4bc0e32d3 Automagic XML sync 2017-05-11 01:58:07 +02:00
Garvin Hicking 7cead4b526 Added wp.newPage 2017-05-10 14:38:23 +02:00
s9y bot fb33bf44dd Automagic XML sync 2017-05-09 02:03:02 +02:00
Matthias Mees 40b527040d Deprecate broken plugins
- serendipity_event_communityrating (sidebar plugin throws a
  frontend error)
- serendipity_plugin_pagerank (throws a frontend error)
- serendipity_plugin_heavyrotation (throws a frontend error)
- serendipity_plugin_shoutcast (throws errors in frontend and
  backend)
2017-05-08 09:57:06 +02:00
Matthias Mees eb92521902 New homepage CSS build 2017-05-07 09:18:21 +02:00
s9y bot 031460450a Automagic XML sync 2017-04-28 01:55:42 +02:00
Matthias Mees 2c288d2292 [serendipity_event_lightbox] Update bundled lightbox scripts
- Update colorbox to 1.6.4
- Update lightbox2 to 2.9.0
- Update prettyPhoto to 3.1.6 (the uncompressed version was still
  at v3.1.4)
2017-04-27 17:15:20 +02:00
Matthias Mees 9eafd45f98 Add no-text SVG version of the logo 2017-04-21 18:23:09 +02:00
s9y bot 09bf96e52e Automagic XML sync 2017-04-19 23:38:16 +02:00
Thomas Hochstein 7f04883ef1 Update PHP Markdown lib and get MarkdownExtra working. (#54)
* Get MarkdownExtra working.

It's not enough to import the right library
(Markdown or MarkdownExtra); you'll have to
call the right functions, too!

For the "classic" implementation, there's no
difference, as it seems.

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

* Upgrade PHP Markdown Lib to 1.7.0

Former version was 1.4.0 from 2013.

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

* serendipity_event_markdown 1.23

Update Changelog, bump version number.

Add me as author.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-04-19 14:02:25 +02:00
s9y bot 97606ed36b Automagic XML sync 2017-04-18 01:55:00 +02:00
Matthias Mees 16eb96662c Fix 404 error message for custom permalinks 2017-04-17 09:34:19 +02:00
Matthias Mees f101f0dca4 New assets build 2017-04-14 22:31:00 +02:00
Matthias Mees 8a7828cb43 Add homepage favicons 2017-04-14 09:22:20 +02:00
s9y bot 974c6fef33 Automagic XML sync 2017-04-14 01:54:14 +02:00
Matthias Mees 24ee209520 Move deprecated plugins to alpha, a.k.a. Siberia
These plugins have been identified as deprecatable at #s9ycamp2017.
They use service that no longer exist or provide features that no
longer make sense or have been replaced.

We won't miss them.

References s9y/Serendipity#499
2017-04-13 20:53:16 +02:00
s9y bot a0fb15f0a3 Automagic XML sync 2017-04-12 23:38:06 +02:00
Garvin Hicking ed00859c22 Proper fix, I think 2017-04-12 11:17:07 +02:00
Garvin Hicking dc18ce8d6c Try to fix empty plugins references Serendipity/#484 2017-04-12 11:05:36 +02:00
s9y bot a227d619c0 Automagic XML sync 2017-04-11 01:54:05 +02:00
Garvin Hicking de437b9722 missed a primary key 2017-04-10 15:03:59 +02:00
Garvin Hicking 5794313884 utf8mb4 migration index length patches 2017-04-10 11:27:15 +02:00
Garvin Hicking 4fb9974a0f Merge branch 'master' of github.com:s9y/additional_plugins 2017-04-09 09:22:05 +02:00
Garvin Hicking 10406043d9 Fixes #429 2017-04-09 09:21:48 +02:00
s9y bot 47e3913d18 Automagic XML sync 2017-03-31 23:39:15 +02:00
Garvin Hicking a853eb2b46 Try to prevent spartacus loading "alpha" plugins 2017-03-31 11:09:05 +02:00
Don Chambers 29864fc086 Reset content message for 404 error as in staticpage plugin 2017-03-30 21:23:04 -05:00
Matthias Mees 326c8dabae Upgradate jQuery to 3.2.1
The previous update failed because the files for jQuery 3.2.0 were
not copied from node_modules to the src dirs. I need to write a
build task for that. :(
2017-03-21 11:10:37 +01:00
Matthias Mees 40b21f6e4f Upgrade jQuery to 3.2.0 2017-03-17 08:47:36 +01:00
Matthias Mees 84ae833147 Add new JS build 2017-03-17 08:47:18 +01:00
s9y bot e3fe3f75c2 Automagic XML sync 2017-03-15 23:38:48 +01:00
mariohommel 6a126612c1 Fix wrong version number. 2017-03-15 20:44:36 +01:00
Matthias Mees 3207b7dfb8 Move lsrstopper to siberia
This has been marked for deprecation for 4,5 months now, see
https://goo.gl/A0YRr3

References s9y/Serendipity#408
2017-03-15 08:46:22 +01:00
s9y bot 2deaf63d5a Automagic XML sync 2017-03-10 23:41:09 +01:00
Mario Hommel ce1bed563c Fix PHP7 compatibility problems. (#53) 2017-03-10 19:01:33 +01:00