Commit graph

29 commits

Author SHA1 Message Date
onli dcf32c365d
podcast 1.37.7: PHP 8 compatibility fixes (#144)
Fix some warning in the main code, update getid3
2022-11-23 15:29:25 +01:00
surrim 6c664e415c updated plugin versions 2021-07-12 15:44:23 +02:00
surrim 22d4608f9f using serendipity_plugin_api::load_language() for some more plugins 2021-07-12 15:44:23 +02:00
onli 8d827a084f podcast: Fix curly braces deprecation warning 2021-03-05 08:20:56 +01:00
Jens Kubieziel 3ae35d06c7
substitute break outside of a loop by return false (#114)
* substitute break outside of a loop by `return false`

PHP 7 doesn't accept `break` statements outside of loop or switch structures and
returns an error. See https://www.php.net/manual/en/control-structures.break.php
I substituted the `break` by a `return false` which as far as I assume does the same.

* Update the version number

* Update the changelog with version 1.37.4
2020-05-02 14:28:11 +02:00
Garvin Hicking be1d9ffc2a fix bad constant names 2018-05-14 14:46:35 +02:00
Garvin Hicking db32114108 Implement serendipity_request_url() for plugins when available. 2016-09-22 16:03:33 +02:00
Ian d1c02424e5 the other half of da04025 2014-11-29 15:51:17 +01:00
Ian da04025a7b remove utf-8 location of documentary files
which never becomes true
2014-11-29 13:53:49 +01:00
Garvin Hicking 5731762a34 Added parameters to html_entity_decode() and htmlentities().
I did not use the wrapper method for those few occurences since it was too much work.
I'm sorry :-D
2014-11-29 12:18:56 +01:00
Garvin Hicking 5871c640e6 Fix PHP parse errors mostly stemming from a missing ) before the , ENT_COMPAT, LANG_CHARSET constants 2014-11-26 10:40:03 +01:00
onli d2d298ab41 Use serendipity_specialchars
See https://github.com/s9y/Serendipity/issues/236
2014-11-25 01:15:57 +01:00
Vladimír Ajgl 7842af973e czech translations - removed leading slash from first line (introduced erroneously in previous commit) 2013-12-28 21:43:44 +01:00
Vladimír Ajgl c5248f893e czech translations - cvs/snv tags removed 2013-12-27 20:04:36 +01:00
Vladimír Ajgl 2f257dd84f line endings in czech files changed to unix style 2013-12-27 17:58:04 +01:00
Garvin Hicking 80b1593707 also remove $Revision$ 2013-08-12 10:27:53 +02:00
Garvin Hicking 71589a887f Remove $Id$ for CVS compoatibility. Thought I already did this some time ago?!?! 2013-08-12 09:49:28 +02:00
Vladimir Ajgl 173824040f update of czech translation and documentation 2012-09-09 20:25:12 +02:00
Grischa Brockhaus f89ca44a26 podcast: Only variables should be assigned by reference 2012-07-17 14:04:49 +02:00
Ingo Ebel ad22cd55ec Add RSS 2.0 Namespaces for Atom and Simple Chapters 2012-07-02 12:08:27 +03:00
Ingo Ebel a732622f30 add namespace for atom and simple chapters 2012-07-02 11:59:58 +03:00
Garvin Hicking fdbfd77801 . 2012-06-22 09:22:20 +02:00
Garvin Hicking 1b4c5bcd06 increased debug verbosity 2012-06-22 09:17:33 +02:00
Grischa Brockhaus fc19cfc5d0 Compatibility fixes 2012-06-13 14:47:45 +02:00
Garvin Hicking 9a40598d78 xml compliance? 2012-03-26 18:54:36 +02:00
Grischa Brockhaus 6b98172baa plugin_podcast: media links having a (configurable) CSS class style are
ignored (not replaced by players or added to RSS).
2012-03-11 03:01:14 +01:00
Garvin Hicking 382854392c small lang update 2012-01-29 00:24:16 +01:00
Garvin Hicking ab02bb4af4 Remove $Id$ 2011-12-25 10:07:20 +01:00
Garvin Hicking 516df79a4e Migrate plugins 2011-12-13 12:29:05 +01:00