25 Commits

Author SHA1 Message Date
onli
cbca20a535 php 8 compat fixes for commenting in frontend 2021-05-13 15:03:23 +02:00
onli
6e71da985f Remove unused $week routing part
This throws an error with PHP 8, but since $week is never defined it looks like this has been broken for a while. It can be re-added in a separate PR, if the intended functionality is known.
2021-04-19 17:19:44 +02:00
onli
d1e040b7ec php 8 compat: fix undefined array access adnd $year,... construct 2021-04-19 17:19:44 +02:00
Stephan Brunker
0cf227f335 Totally resorted the language files, added subscription strings 2020-05-27 21:49:11 +02:00
Thomas Hochstein
bb02319553 Fix regexp in
See #655.

I don't understand the code either (I don't even see
where this code path belongs to - do we have a
facitlity to show comments "from ... to"?), but
the current regexp is obviously wrong, and the
one suggested by @hannob is obviously
(syntactically) correct, so it should be no
problem to change that.

Fixes #655.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-03-27 16:47:49 +01:00
Stephan Brunker
756f520d71 functions_routing.php: set action to empty when serving JS
genpage is called but no action given - the default page was generated at every call.
2019-12-15 13:16:28 +01:00
Stephan Brunker
aa1f3b533d Fix category page title - strip_langs - 2019-11-02 14:20:18 +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
onli
166b2d4658 security: Prevent XSS via multicategory pagination 2018-09-13 16:27:28 +02:00
Thomas Heidrich
7a0a9e2156 some PHP functions expect strings and crash otherwise 2017-02-07 21:13:51 +01:00
Garvin Hicking
6d68ec389d experimental commit to use "content_message" for emitting a default "404 not found" message when redirecting to the blog to indicate 404 view
http://board.s9y.org/viewtopic.php?f=2&t=20861
2016-09-20 10:35:11 +02:00
onli
84709381af Fix: Category feed showed all entries 2016-07-03 23:01:17 +02:00
onli
f67ba78513 Extend $uri-fix to serveCategories
Missed in 2cec9842881d5076649125a3a3ed863ed903d57f
2016-01-12 13:41:51 +01:00
onli
2cec984288 Re-populate $uri variable (fix #381)
Fixes several possible routing bugs
2016-01-12 12:49:26 +01:00
Ian
3eb59e9052 fix whitespaces and tabs 2015-12-20 17:23:11 +01:00
onli
4f2ea4de8a Revert "Remove calendar based entry overview"
This reverts commit 405847cac666247a34fb3f6df8d82c3ee8d690f4.
2015-09-23 00:34:07 +02:00
onli
507dc05998 Revert "remove comments by author overview page"
This reverts commit c8b4faf93a9c90a20d3f6615813fe55024b2ace2.
2015-09-23 00:33:33 +02:00
onli
55ae435c89 remove multi-author option, broken
Probably broken since many many s9y versions, but certainly not working in 2.0
2015-07-26 22:57:29 +02:00
onli
c8b4faf93a remove comments by author overview page
Not used by known themes, not properly documented
2015-07-26 20:10:40 +02:00
onli
405847cac6 Remove calendar based entry overview
Should be moved to a plugin
2015-07-26 19:48:16 +02:00
onli
7e03be6930 Fix archive page 2015-07-26 19:29:12 +02:00
onli
fd3498a1f8 collect locateHiddenVariables in one function 2015-07-26 19:17:52 +02:00
onli
fcab850687 remove unused pregenerate entry function 2015-07-26 18:37:45 +02:00
onli
6c561a6875 fix multi_cat, remove track_referrer 2015-07-26 18:15:22 +02:00
onli
9173e046e5 start indexCleanup: move code to functions_routing 2015-07-26 17:53:49 +02:00