Serendipity
Serendipity copied to clipboard
A PHP blog software
Hi, other blog software allows to add an arbitrary footer to all rendered entries in the browser and in the feed. This is frequently used to add blurb like "this...
Right now, we have a setup to control how PHP reacts to errors and exceptions. It is defined in https://github.com/s9y/Serendipity/blob/dafaae8db0795bcba2968a5e93a2d773b18a2f42/include/compat.inc.php#L122 I think that the stacktrace part of that is broken....
Replace Net_DNSBL functionality in serendipity_event_spamblock_[su]rbl, remove Net_DNSBL from core
Net_DNSBL is bundled in core. It is needed just for `serendipity_event_spamblock_rb`l and `serendipity_event_spamblock_surbl` in the additional_plugins repository. Net_DNSBL 1.3.7 requires Net_DNS, which has been superseded by Net_DNS2 and doesn't seem...
Related to https://github.com/s9y/Serendipity/issues/474 and https://github.com/s9y/Serendipity/issues/682 Have a look at https://www.onli-blogging.de/1929/Knives-Out.html and look at what image gets downloaded. The scrset is this: /uploads/knives_out.jpg 1920w, /uploads/knives_out.1200W.serendipityThumb.jpg 1600w, /uploads/knives_out.800W.serendipityThumb.jpg 1200w, /uploads/knives_out.400W.serendipityThumb.jpg 600w And...
Hi, the database table spamblock_htacces defines a column "IP" as "character varying 15". I assume that thie column is meant to hold an IP address. This is even too short...
Hi,  with IP address shortening enabled, this cuts the IP address to /64, which is still enough to identify the user in a residential customer ISP. Please consider shortening...
Hi, when the tooltips plugin is enabled, some residual code is actually displayed in the blog:  There is a bit more description in German in the s9y board, https://board.s9y.org/viewtopic.php?p=10453405#p10453405...
The language files in core are a bit out of sync - different order, duplicate definitions, some new constants not added to every language, some old ones not deleted everywhere....
Normally, when you select a category as target for a menu option, when you visit that category the menu option gets printed without the `a`, it is then marked as...
Auto-create HTML ids (#somename) for all `` elements so it's possible to link to them from an auto-generated TOC. See https://board.s9y.org/viewtopic.php?f=3&t=24825