Thomas Hochstein
a3a48fd4f5
Escape plugin author name in pluginlist.
...
Don't show HTML from author name field.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-03-23 17:49:52 +01:00
onli
8a1ab31a66
Remove utf8mb4_ready requirement from native -> utf8 upgrade
2020-03-23 17:25:04 +01:00
onli
be422b5e83
Add maintenance tasK: native -> utf8, utf8 -> utf8mb4
...
Note: Native to utf8 will not work if the data in the database table is actually utf8! These are helper functions for during the alpha, to make testing easier, not tasks for the beta/stable
2020-03-23 17:15:56 +01:00
onli
af036ca58d
Add warning to upgrade task for utf8mb4 upgrade
2020-03-23 09:57:59 +01:00
onli
a6f9ec1638
fix: don't ugprade only entries, but all our databases
2020-03-23 00:03:20 +01:00
onli
945b73dc34
Use utf8mb4_unicode_ci instead of utf8mb4_general_ci in upgrade
2020-03-22 23:52:01 +01:00
onli
c6800d5fc3
minor: explain serendipity_utf8mb4_ready in doccomment
2020-03-22 23:20:08 +01:00
onli
3ac81b91ca
Reworked version and function requirement for utf8mb4 ( #394 )
2020-03-22 23:13:15 +01:00
onli
fa17e0709c
Upgrade task to move utf8 mysql databases to utf8mb4 ( #394 )
2020-03-22 22:15:23 +01:00
onli
8b27a56209
Raise mysql requirements for utf8mb4 to 5.7/10.0.2
...
utf8mb4 did not work on a test server with large prefix (=not 3000 byte index limit, only 1000) on Depian 9/mariadb 10.1.44, because the row format was not barracuda (by default?)
2020-03-22 20:44:11 +01:00
onli
b15a453165
Use InnoDB and utf8mb4 on current mysql databases
...
For new installations only so far
2020-03-22 13:15:32 +01:00
Thomas Hochstein
05fe0a3526
Forgot to bump the release numbers.
...
Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-03-22 11:36:22 +01:00
Thomas Hochstein
3680a119c3
Release 2.3.3
...
Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-03-22 09:59:17 +01:00
Thomas Hochstein
d255ff0d2d
NEWS: Third time's a charme.
...
Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-03-21 23:41:44 +01:00
Thomas Hochstein
bbcab1f324
NEWS: And now without typos and missing lines.
...
Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-03-21 23:25:43 +01:00
Thomas Hochstein
f40cd076c5
NEWS: Move backported entries from 2.4 to 2.3.3.
...
Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-03-21 23:18:37 +01:00
Thomas Hochstein
cf30889d45
Add documentation for fix in plugin_comments.
...
Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-03-21 18:03:32 +01:00
Thomas Hochstein
599aeef3b6
Merge pull request #681 from th-h/thh-limit
...
Set empty limit to "" in serendipity_fetchEntries.
2020-03-21 18:01:57 +01:00
Thomas Hochstein
b718637794
Set empty limit to "" in serendipity_fetchEntries.
...
If $limit is empty(), no limit is set, so we can
set the LIMIT statement to "" to achieve the same.
But an empty() $limit can be "0", so the
generated SQL statement could end with "0"
instead of the LIMIT statement. We catch this
with forcing an empty() $limit to "".
Fixes #636 .
(No matter that this shouldn't even happen.)
Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-03-21 17:59:13 +01:00
Thomas Hochstein
9254609ff4
Merge pull request #680 from th-h/thh-plugin-comments
...
[plugin_comments] Fix wordwrap at wound boundaries.
2020-03-21 16:10:38 +01:00
Thomas Hochstein
da4985f543
[plugin_comments] Fix wordwrap at wound boundaries.
...
Add ChangeLog.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-03-21 16:08:55 +01:00
Thomas Hochstein
2a58548bd3
Merge pull request #678 from th-h/master
...
Escape version string in update notifier.
2020-03-20 19:08:46 +01:00
Thomas Hochstein
98944d8b14
Escape version string in update notifier.
...
Fixes 674.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-03-20 19:07:19 +01:00
Thomas Hochstein
bf59bca988
Merge pull request #677 from th-h/master
...
Prevent renaming ML object into existing file.
2020-03-20 17:55:09 +01:00
Thomas Hochstein
1ed4b9e7ec
Prevent renaming ML object into existing file.
...
When renaming objects in the Media Library,
s9y didn't check if a file with the same
name already exists, resulting in a file
name collision deleting both files from
the database _and_ from disk.
Add a check to avoid that.
An error message would be nice, too, but
that may be added later on.
Tested on s9y-stable test instance.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-03-20 17:54:29 +01:00
surrim
ed778d7199
changed parameters order for implode()
2020-03-17 15:48:36 +01:00
Garvin Hicking
b2cebf04ac
Merge pull request #675 from surrim/fix_kill_path
...
fix serendipity_killPath()
2020-03-17 11:56:58 +01:00
surrim
bd70590359
init
2020-03-16 23:51:17 +01:00
Stephan Brunker
9dd182b24c
fix Issue #661 in plugin_recententries
2019-12-30 22:03:06 +01:00
onli
f0e4b54243
Fix trackback deletion from frontend, invalid referrer error
...
Was missing the token. For context see https://board.s9y.org/viewtopic.php?f=10&t=24633
2019-12-16 14:49:00 +01:00
Lothar Serra Mari
137330fd5b
Don't allow requesting an archive page that doesn't exist
2019-12-15 13:17:29 +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
Garvin Hicking
60d2937c17
[DOCS] Document changes
2019-12-03 15:51:42 +01:00
Garvin Hicking
4d770c9cc6
[TASK] Adds ability to make plugins change the multi-media insertion gallery HTML
2019-12-03 15:50:51 +01:00
Garvin Hicking
c26ece4240
[DOCS] Documents changes
2019-12-03 14:26:03 +01:00
Garvin Hicking
375d96fb36
[TASK] Updates serendipity_event_mailer: Prepend body option, force sending mails, fixed striptag label
2019-12-03 14:25:03 +01:00
Stephan Brunker
a946c80ac1
nl2br: a-elements can now contain everything, content of html comments is ignored
2019-11-25 20:14:55 +01:00
onli
9c03f27e6f
Make use of the video tag for videos in the ML
2019-11-03 21:30:51 +01:00
Stephan Brunker
2b82d111f0
Merge remote-tracking branch 'upstream/master'
2019-11-02 22:24:01 +01:00
Stephan Brunker
4d06475491
completed NEWS for PR #658
2019-11-02 22:22:09 +01:00
onli
8d0cd12b39
Fix links in ML not going to item when not an image
2019-11-02 21:32:24 +01:00
Thomas Hochstein
7a59338971
Add plugin fixes to main news file.
...
Those plugins will only be released with
s9y proper - so we could and should announce
changes with the release.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-11-02 15:08:25 +01:00
Thomas Hochstein
01c87b771a
Document change of language names and multilang fixes.
...
Documents 5c4c11f0b4, d75e311077 and aa1f3b533d.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-11-02 15:06:31 +01:00
Thomas Hochstein
42a6649474
[nl2br] Document addition of figure/figcaption.
...
Document 8c399f2147 and 92653a1dec.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-11-02 15:03:11 +01:00
Thomas Hochstein
c9e03912ed
[spamblock] Document timeout protection.
...
Document f9d43d20a3 and 0193f8a314.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-11-02 15:03:11 +01:00
Thomas Hochstein
694a677553
Fix NEWS file.
...
Please do not add chunks of documentation on top
of file, but at the right place. Thx.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-11-02 15:03:11 +01:00
Stephan Brunker
92653a1dec
nl2br increase version number
2019-11-02 14:20:18 +01:00
Stephan Brunker
8c399f2147
included figure and figcaption tags in nl2br
2019-11-02 14:20:18 +01:00
Stephan Brunker
aa1f3b533d
Fix category page title - strip_langs -
2019-11-02 14:20:18 +01:00
Stephan Brunker
d75e311077
added event_hook multilingual_strip_langs to permalinks
2019-11-02 14:20:18 +01:00