Serendipity icon indicating copy to clipboard operation
Serendipity copied to clipboard

A PHP blog software

Results 92 Serendipity issues
Sort by recently updated
recently updated
newest added

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...

enhancements

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....

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...

non-blocking

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...

enhancements

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...

plugins
discuss
non-blocking

Hi, ![image](https://user-images.githubusercontent.com/1712376/81185429-ddb79200-8fb1-11ea-842d-7ae744d1351f.png) 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...

plugins
enhancements

Hi, when the tooltips plugin is enabled, some residual code is actually displayed in the blog: ![Screenshot_20200516_133239](https://user-images.githubusercontent.com/1712376/82154163-5816ca80-986c-11ea-8fa2-6b2b3e096d8a.png) There is a bit more description in German in the s9y board, https://board.s9y.org/viewtopic.php?p=10453405#p10453405...

bugs
plugins

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...

bugs
interface
templates

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

plugins