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

If a new comment is processed, several mails are sent by the core. Unfortunately, these mails are sent in the language serendipity runs at the time, so if a commenter...

enhancements

It would be nice to get an error message if a user tries to upload to upload an image which is larger than the allowed size (php setting) to the...

backend
enhancements

It would be nice to be able to delete all unused media files, to purge the /uploads/ directory and its subdirectories. See https://board.s9y.org/viewtopic.php?f=10&t=24573 for a discussion and first implementation ideas,

backend
enhancements

See https://board.s9y.org/viewtopic.php?f=10&t=21200 (in German) s9y 2.1.1, PHP 5.4.45-0+deb7u8, FF 53.0.2 (seems to be browser-independent) After posting a comment, I get the following error message from my browser (and I can't...

bugs
plugins

I don't have that much experience, but for a project of mine I have realized an protection against brute force attacks on the login. Because we all know that too...

backend
enhancements
discuss

HTTP/Request has been discontinued. We should switch to HTTP/Request2 (which has been bundled with s9y, but is not used at all yet, AFAICS). Those are the plugins that have to...

plugins
enhancements
non-blocking

- [x] serendipity_event_includeentry - [x] serendipity_event_mycalendar - [x] serendipity_event_mymood - [x] serendipity_event_todolist - [x] serendipity_event_userprofiles - [ ] serendipity_event_backendrss ## Hard to test/help wanted - [x] serendipity_event_faq – Uses an...

backend
plugins
non-blocking

See [Board thread](https://board.s9y.org/viewtopic.php?f=3&t=24462). The plugin includes the phpmailer class for php4 or php5. phpmailer seems to live on [https://github.com/PHPMailer/PHPMailer](https://github.com/PHPMailer/PHPMailer) currently.

bugs
plugins

The W3C validator complains about the links containing [cview] (comment threading) in blog posts. This is due to the fact that [ and ] need to be url-encoded in href...

I have been seeing warnings like this on a PHP 8 system: ``` [20-Aug-2022 07:54:53 Europe/Berlin] PHP Warning: Undefined array key "id" in [...]/templates_c/2k11/e6/d5/a7/e6d5a7ea89afc4413bde5dd1cf51f744d2a3f35e_0.file.comments.tpl.php on line 31 [20-Aug-2022 07:54:53 Europe/Berlin]...