Garvin Hicking
8d6e64a783
Assume uninitialized charset constant ( https://board.s9y.org/viewtopic.php?f=3&t=22365 )
2018-03-12 12:38:25 +01:00
Garvin Hicking
a299ec6449
Proper constant check
2018-01-10 11:20:58 +01:00
Garvin Hicking
3f18e40cfe
document removing netmirror
2018-01-10 11:05:06 +01:00
Thomas Hochstein
a6ca674484
Fix display of messages for comment editing.
...
All messages and errors were appended to $msg
and $errormsg, respectively, creating one long
unformatted string - mostly unreadable.
So we make $msg and $errormsg arrays instead
and iterate over those arrays in the template,
displaying each message separately.
Fixes #525 .
Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-12-17 19:16:25 +01:00
onli
615591a7d9
Remove netmirror from spartacus
2017-12-16 17:01:40 +01:00
Garvin Hicking
53fdfcb732
Merge pull request #524 from th-h/thh-2.1
...
Add template path as first entry to template_dirs.
2017-08-04 09:42:11 +02:00
Immo Goltz
35d5de65b2
Add template path as first entry to template_dirs.
...
Fixes #331 and #516 .
Cherry-picked from master.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-08-02 23:10:12 +02:00
Garvin Hicking
4b58630929
Merge pull request #523 from th-h/thh-2.1
...
Cherry-pick bug fixes from master for 2.1.x branch.
2017-08-02 13:24:37 +02:00
Garvin Hicking
5871f698eb
Exclude documentation from rewrites in .htaccess
...
* Change .htaccess default rules.
* Add an upgrader task.
Fixes isse #521 .
Cherry-picked and rebased from master.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-07-23 20:36:12 +02:00
Thomas Hochstein
81adf62790
Display ChangeLog in plugin lists (if available).
...
Code was using wrong file path variable for checking
the presence of a ChangeLog file.
Cherry-picked from master.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-07-23 20:35:59 +02:00
Matthias Mees
4eefa752e2
Fix broken display of details in FF
...
References #515
2017-05-25 11:03:40 +02:00
Garvin Hicking
6ac1ae70c8
Merge pull request #513 from th-h/thh-2.1
...
Cherry-pick bug fixes from master for 2.1.x branch.
2017-05-22 10:26:20 +02:00
Thomas Hochstein
ee42a4ab64
Fix broken Akismet API calls.
...
Fixes issue 506.
Cherry-picked from master.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-05-20 23:04:29 +02:00
Thomas Hochstein
5b3116a201
Fix comment preview for logged-in user.
...
Comment form data was unconditionally overwritten
by user data. Make that conditional ...
Fixes issue 487.
Cherry-picked from master.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-05-20 23:04:28 +02:00
Thomas Hochstein
f5636b9b1e
Add Net/DNS2.php 1.4.3 to core.
...
Fixes issue 459.
See https://pear.php.net/package/Net_DNS2/
Cherry-picked from master.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-05-20 23:04:28 +02:00
Thomas Hochstein
fef48fd28d
Suppress empty groups in plugin list.
...
(as suggested by @garvinhicking in issue 484)
Cherry-picked from master.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-05-20 23:00:27 +02:00
Garvin Hicking
757e538fe4
next release
2017-04-09 09:39:44 +02:00
Garvin Hicking
701ebe442d
Rever this for the release, re-introduce later
2.1.1
2017-04-09 09:35:14 +02:00
Garvin Hicking
8fee805ca1
Prepare release 2.1.1
2017-04-09 09:15:55 +02:00
Mario Hommel
9365836307
Merge pull request #481 from th-h/thh-476
...
Fix broken compat layer.
2017-04-09 00:55:21 +02:00
Thomas Hochstein
c3dfe61b57
Fix broken compat layer.
...
Partially revert 7a0a9e215600284eb5aeea201d79563368f4c45b
serendipity_specialchars() and others were made to
return "" when fed something that is not a string.
So boolean values (1 or TRUE) will be returned as "",
i.e. FALSE, breaking the blog in interesting ways
(i.e. displaying wrong configuration values and
saving them to the database).
Closes #476 .
Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-04-09 00:49:10 +02:00
Garvin Hicking
2bedc9243e
next version
2017-04-08 18:47:50 +02:00
Garvin Hicking
a794481941
bump release
2.1.0
2017-04-08 18:30:49 +02:00
Garvin Hicking
a385c10890
bump version
2017-04-08 18:23:46 +02:00
Garvin Hicking
7832c364d7
IteratorIteratorIteratorIterator iterated iteration fix. To understand iteration, you first need to understand recursion and iteration and iteration and iteration and iteration.
2017-04-08 17:38:47 +02:00
Garvin Hicking
b8897b3250
PHP7 check
2017-04-08 17:01:31 +02:00
Garvin Hicking
86a17f9a2b
Register fatal error handler
2017-04-08 15:45:21 +02:00
Garvin Hicking
3e442e73ff
Merge pull request #466 from ka7/feature/spelling
...
spelling fixes
2017-04-07 10:48:11 +02:00
klemens
5a95db314a
spelling fixes
2017-04-06 22:26:07 +02:00
Don Chambers
4d8f04d406
Add plugin_dynamicform.tpl to Timeline theme
2017-03-18 09:36:57 -05:00
Matthias Mees
3702139dcf
Merge pull request #461 from webcompas/master
...
Fixed uninitialized Smarty value (fixes #460 )
2017-03-14 14:28:04 +01:00
Pascal Uhlmann
8791e8929e
Fixed uninitialized Smarty value ( fixes s9y/Serendipity#460 )
2017-03-14 14:02:33 +01:00
onli
cdf375623d
Require token to change theme ( fixes #452 )
2017-03-02 12:08:05 +01:00
Matthias Mees
d98eaed44c
Use https protocol for external assets
...
Basically 'backporting' e256e658 for preview_iframe.tpl
2017-02-24 09:07:53 +01:00
Matthias Mees
cea0240240
Merge pull request #451 from capturehorizons/patch-1
...
Update index.tpl
2017-02-24 09:06:03 +01:00
Marcus Seidler
e256e65846
Update index.tpl
...
Hello s9y,
I have change three url (lines 23, 32, 33) to "https://..." because browser warning unsaved content on https-domains.
It works on my site "www.seidler.is"
I hope i could help
Greeting marcus
2017-02-24 08:28:45 +01:00
onli
381b066344
Merge pull request #447 from gnuheidix/comment_sanitized
...
some PHP functions expect strings and crash otherwise
2017-02-07 22:16:10 +01:00
onli
9511b9dde5
Merge pull request #446 from gnuheidix/search_term
...
makes sure that only strings are being processed in searchTerm
2017-02-07 21:15:11 +01:00
Thomas Heidrich
7a0a9e2156
some PHP functions expect strings and crash otherwise
2017-02-07 21:13:51 +01:00
Thomas Heidrich
dd06eeea99
makes sure that only strings are being processed in searchTerm; strip_tags crashes in case it's getting an array
2017-02-07 20:24:33 +01:00
Garvin Hicking
55ec5e4ab4
document, bump
2017-01-30 14:58:52 +01:00
Garvin Hicking
c2cebad52b
issue #442
2017-01-30 14:58:37 +01:00
onli
d4d46855c2
Add formtoken to upgrade button
2017-01-26 14:11:54 +01:00
Garvin Hicking
ba6d9ee127
prepare release
2.1-rc1
2017-01-26 11:50:15 +01:00
Garvin Hicking
2b5de12b38
Issue #437
2017-01-26 08:25:06 +01:00
Garvin Hicking
97277cfd1a
issue #430
2017-01-26 08:23:17 +01:00
Garvin Hicking
5bf0cf9fea
Merge branch 'master' of github.com:s9y/Serendipity
2017-01-26 08:16:22 +01:00
Garvin Hicking
69d8a34c90
document
2017-01-26 08:16:14 +01:00
onli
7e70f91686
Add form token to comment delete link
2017-01-17 11:42:37 +01:00
onli
f947c66f66
Add multiple missing CSRF tokens ( #439 )
...
Deleting comments, disabling comment threads, installing plugins, toggling a spartacus update check
2017-01-16 15:32:16 +01:00