Commit graph

1148 commits

Author SHA1 Message Date
Garvin Hicking 879fa2fb38 raise version requirement to at least 1.6 due to the ::load_language 2015-01-26 11:28:37 +01:00
Garvin Hicking 1f9eeb87dc add hack protection to moved files, remove ID-String 2015-01-26 09:41:25 +01:00
Garvin Hicking 7efd1c9171 Automagic XML sync 2015-01-26 03:40:40 +01:00
Ian b8a82b8f0f fix perm and admin link for < 2.0 2015-01-25 15:33:41 +01:00
Garvin Hicking ab5f2cecd0 Automagic XML sync 2015-01-25 03:39:32 +01:00
Ian abdc5526a7 statistic plugin fixes for 2.0
References s9y/Serendipity#273
2015-01-24 20:10:18 +01:00
Ian 91ff3c4b59 re-intgrate statistic plugin
References s9y/Serendipity#273
2015-01-24 20:01:44 +01:00
Matthias Mees f9c3d75b45 Bump Bayes version for Spartacus 2015-01-24 14:04:50 +01:00
Matthias Mees 941c920ff6 Add a class to bayes done msg
References s9y/Serendipity#276
2015-01-24 14:04:02 +01:00
Garvin Hicking ac1d5c96cc Automagic XML sync 2015-01-21 03:39:56 +01:00
onli 19e7d540ae Fix inverse comment selection
https://github.com/s9y/Serendipity/issues/255
2015-01-20 22:48:08 +01:00
Matthias Mees b395a33641 Bump bayes version 2015-01-20 19:52:39 +01:00
Garvin Hicking 6301d75778 Automagic XML sync 2015-01-18 03:46:41 +01:00
Garvin Hicking 71562bb5c2 remove webpasties plugin, defunct 2015-01-17 14:40:00 +01:00
Garvin Hicking 0e101f1b8a Automagic XML sync 2015-01-16 03:40:24 +01:00
Garvin Hicking 6ca3cbf895 Issue #259 fix missing static keyword for PHP 5.6+ 2015-01-15 10:23:29 +01:00
Garvin Hicking 182fedd52c Automagic XML sync 2015-01-13 04:54:30 +01:00
Garvin Hicking 5a9727ecdc Fix charset issue 2015-01-12 14:43:02 +01:00
Garvin Hicking 589e59f227 Automagic XML sync 2015-01-08 03:40:15 +01:00
Ian 14a6bb33c9 guestbook php 5.5/6 compat 2015-01-07 19:58:51 +01:00
Garvin Hicking 9ae4a577e7 Automagic XML sync 2015-01-02 03:40:46 +01:00
Ian fdcbc3a054 size honepot form field in case it is actually shown (*)
and check permission return for other backend form (eg. guestbook)

(*) http://board.s9y.org/viewtopic.php?f=4&t=19879
2015-01-01 12:52:57 +01:00
Garvin Hicking 8549cb9b84 Automagic XML sync 2014-12-30 09:02:50 +01:00
Ian 4d75d1cb20 force once is enough
rewrites ade461e and 70f84bf
2014-12-29 17:03:45 +01:00
Ian ade461e112 extend 70f84bf even more
to prevent empty regular expression errors in preg_replace()
2014-12-29 16:21:59 +01:00
Ian 70f84bf222 lightbox force upgrade 2014-12-29 13:54:24 +01:00
Ian 6b3a63ac7d guestbook 3.53 2014-12-29 13:34:41 +01:00
Garvin Hicking 91eed273c8 Automagic XML sync 2014-12-28 06:17:32 +01:00
Garvin Hicking b2e2298ff0 Do not use the addslashes output for actual HTML to prevent slashes at placed where they are seen by users
thanks to hanno
2014-12-27 09:32:21 +01:00
Garvin Hicking 9d5373f3a1 Automagic XML sync 2014-12-24 06:15:26 +01:00
Ian 6a7891a734 autoupdate button and done msg
this runs too fast now on my server and I don't know why. Is it Serendipity or PHP ...
counting seconds for running functions will only work if autoupdate is a little more slow processing.
Still needs overview commit 5723673 first, to work with/on 2.0.
2014-12-23 18:47:04 +01:00
Garvin Hicking 9de2acc562 remove $id$ for cvs sync 2014-12-15 09:20:04 +01:00
Garvin Hicking fb6792946d $id and $revision make CVS sync trouble 2014-12-11 10:26:41 +01:00
Garvin Hicking 2d5577bb39 Automagic XML sync 2014-12-06 09:37:46 +01:00
Matthias Gutjahr 4219ea4a2b Include more current version of SimplePie
Add docblocks and comments
2014-12-05 18:22:31 +01:00
Garvin Hicking f14e1105d7 Automagic XML sync 2014-12-03 07:27:21 +01:00
Ian 481fbe087a autosave - add "Does not work with any WYSIWYG-EDITOR!" 2014-12-02 19:40:23 +01:00
Ian 6eabfebc3f entrycheck add "Does not work with WYSIWYG-CKEDITOR!" 2014-12-02 19:34:44 +01:00
Ian 3287f9c625 lightbox lang fix 2014-12-02 18:00:11 +01:00
Garvin Hicking 148d01b5fa Automagic XML sync 2014-12-01 09:33:48 +01:00
Ian 7d7c6ec3e4 move documentary 2014-11-30 17:53:10 +01:00
Ian b082f6c600 another missed htmlspecialchars conversion
References s9y/Serendipity#236
2014-11-30 16:40:37 +01:00
Ian da9167597c try to fix array_map callbacks with htmlspecialchars
added to 8a5bf1c

References s9y/Serendipity#222 and s9y/Serendipity#239
2014-11-30 16:18:52 +01:00
Ian 8a5bf1c181 not all htmlspecialchars were replaced
References #239
References #222

and here we have another issue opened, how to convert htmlspecialchars callback calls, see lines 728,771,779. I already mentioned that somewhere,
2014-11-30 15:31:40 +01:00
Garvin Hicking 20765c878b Automagic XML sync 2014-11-30 10:23:26 +01:00
Ian d1c02424e5 the other half of da04025 2014-11-29 15:51:17 +01:00
Ian 2a1f0b404a changes which did not merge right 2014-11-29 13:56:23 +01:00
Ian 0df6939405 guestbook 3.52 2014-11-29 13:55:36 +01:00
Ian 89944a35af isp - better toolbar 2014-11-29 13:54:53 +01:00
Ian da04025a7b remove utf-8 location of documentary files
which never becomes true
2014-11-29 13:53:49 +01:00