5106 Commits

Author SHA1 Message Date
Matthias Mees
f6f8bd8617 Skeleton: add theme option to disable Google webfonts.
Cherry-picked from master.
2018-09-02 18:33:16 +02:00
Don Chambers
e24c9ddc13 Clean Blog: add theme option to disable Google webfonts.
Cherry-picked from master.
2018-09-02 18:32:46 +02:00
Don Chambers
b3848e11b3 Timeline: add theme option to disable Google webfonts.
Cherry-picked from master.
2018-09-02 18:32:12 +02:00
Thomas Hochstein
cdff0ed7ce Sync plugins in core and Spartacus.
* Sync gravatar, bump version to 1.63.
* Sync authors.
* Sync quicksearch.

Cherry-picked from master.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2018-09-02 18:18:43 +02:00
Garvin Hicking
7317d27292 News release header 2018-08-16 15:25:24 +02:00
Garvin Hicking
3437ddb878 Next release 2018-08-16 14:37:46 +02:00
Garvin Hicking
3fb74929c4 prepare release 2.1.3 2018-08-16 14:06:58 +02:00
Thomas Hochstein
dea7e66223
Merge pull request #567 from th-h/2.1
[event_gravatar] Fix paste error in legal info.
2018-08-04 03:09:51 +02:00
Thomas Hochstein
7a823e2eb0 [event_gravatar] Fix paste error in legal info.
Cherry-picked from master branch.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2018-08-04 03:06:12 +02:00
Thomas Hochstein
fb96d37760 Fix broken link to documentation.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2018-07-23 10:09:38 +02:00
Thomas Hochstein
2a46082a5a Change links to HTTPS.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2018-07-23 10:08:45 +02:00
Garvin Hicking
9aec2ade38 Proper NEWS for 2.1 branch 2018-07-19 09:30:13 +02:00
Garvin Hicking
af9f21cda2 Another cast for safety 2018-07-19 09:28:52 +02:00
Garvin Hicking
6b435cdf0b Cherry pick: Adjust fetchLimit to ensure integer content 2018-07-19 09:28:40 +02:00
Garvin Hicking
1455842192 Cherrypick: Security fixes 2018-07-19 09:27:58 +02:00
Garvin Hicking
5d2fcfa6a4 backport 2018-04-23 12:02:17 +02:00
Garvin Hicking
4777329fb8 Merge branch '2.1' of https://github.com/s9y/Serendipity into 2.1 2018-04-03 11:16:49 +02:00
Garvin Hicking
eca937afd4 Add new "legal" properties for affected plugins.
Disable subtome by default.
2018-04-03 11:16:41 +02:00
Thomas Hochstein
6939a04e2b Another fix to Spartacus after dropping netmirror.
See #548.

Expands b0fb8d2d126bc8c6e2745c466eb5429c18615738
by adding the necessary fix at another code point.

Fixes a whitespace issue (tabs -> spaces).

Add Changelog entries.

Needs to be backported to 2.1 after tests and review.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2018-03-30 13:26:01 +02:00
Garvin Hicking
0e3324bb82 Merge branch '2.1' of https://github.com/s9y/Serendipity into 2.1 2018-03-29 16:24:13 +02:00
Garvin Hicking
2794e87f75 DSGVO GPDR plugin preparations 2018-03-29 16:23:53 +02:00
onli
483868b2fa fix: Enable plugin updates without having to save config once in 2.1.2 2018-03-28 21:10:46 +02:00
Garvin Hicking
8c7ab8c9f4 Fixed SQL statement for creation of serendipity_groupconfig DB table (did not work in my MySQL 5.7.17) 2018-03-28 10:39:31 +02:00
Thomas Hochstein
8b0d280675
Merge pull request #547 from th-h/2.1
Bump version for next release.
2018-03-25 09:47:33 +02:00
Thomas Hochstein
dba3b40d19 Bump version for next release.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2018-03-25 09:46:15 +02:00
Thomas Hochstein
87f5a2673e Update RELEASE file.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2.1.2
2018-03-25 08:41:47 +02:00
Thomas Hochstein
b89b34b106 Increment version, update NEWS file for release.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2018-03-25 08:19:07 +02:00
Thomas Hochstein
ade598172b
Merge pull request #546 from th-h/2.1
Fix variable name in hook backend_sendcomment
2018-03-25 08:04:41 +02:00
Mario Hommel
e3664e4aaf Fix variable name in hook backend_sendcomment 2018-03-25 08:02:50 +02:00
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