96 Commits

Author SHA1 Message Date
Garvin Hicking
066b23edb5 Security fixes from Tim Coen (file upload, comment token escaping, 2k11 js comment name escaping) 2015-07-24 13:09:13 +02:00
Garvin Hicking
b92657fd54 release 1.7.8 2014-02-09 00:30:36 +01:00
Garvin Hicking
d4068f6df7 1.7.8-beta1 2014-02-08 16:10:21 +01:00
Garvin Hicking
94437f8b55 fix parse error, prep release 2014-02-06 12:21:18 +01:00
Garvin Hicking
a4ab61c68d next :) 2014-02-06 10:21:21 +01:00
Garvin Hicking
8b4acae8c1 Prepare release 2014-02-06 09:40:03 +01:00
Garvin Hicking
bd024bdffd prepare 1.7.6 2014-01-18 10:07:47 +01:00
Garvin Hicking
a52458d81f release 1.7.5 2014-01-18 10:00:15 +01:00
Garvin Hicking
43bcf4f7d3 next 2014-01-11 20:10:06 +01:00
Garvin Hicking
8cf4fde815 release 2014-01-11 19:52:09 +01:00
Ian
9d34a5244c tab2spaces, line indent cleanup, ending spaces
all without htmlarea & $smarty
2013-10-12 21:23:30 +02:00
Garvin Hicking
cfebab7541 next version 2013-08-28 12:43:28 +02:00
Garvin Hicking
a532e37462 release version 2013-08-28 12:37:32 +02:00
Ian
3d89bbb2a2 tab2spaces (all file w/o templates yet) 2013-08-08 18:42:00 +02:00
Garvin Hicking
0c044d6bc8 upcoming 2013-07-26 22:04:16 +02:00
Garvin Hicking
01f411320c new release 2013-07-26 21:59:00 +02:00
Garvin Hicking
6348b1641b document current state 2013-07-26 17:10:17 +02:00
Garvin Hicking
659ea22c58 1.7.1 2013-05-12 12:41:21 +02:00
Garvin Hicking
f191883708 prepare release 2013-05-11 15:24:22 +02:00
Ian
7548e68c31 better exception switch for db connect errors 2013-04-08 17:56:43 +02:00
Ian
1e5c38d065 avoid SPL exception display db connect data 2013-04-07 17:23:10 +02:00
Garvin Hicking
6de3d6c5b6 rc4 (not to be released right now though) 2013-02-08 08:40:39 +01:00
Garvin Hicking
3a20602939 prep rc3 2013-02-07 13:26:23 +01:00
Garvin Hicking
f704375a2c I guess I will never understand bitmasks.
This now seems to work in both PHP 5.2 and PHP 5.4, and I might even udnerstand why ;)
2013-01-20 11:04:14 +01:00
Garvin Hicking
6f2858ad27 Fix the error_reporting somewhat; until now, prevent E_STRICT errors were not correctly surpressed, but
we need to do this, because otherwise older plugins will prevent Serendipity from loading.

I actually wanted to at least "break" stuff and report errors, when $serendipity['production'] is set to "debug".

However, this does NOT work for me (PHP 5.2); even when set to "debug", E_STRICT errors do not seem to show up.
I'm quite at a loss here, so anyone reading this, go ahead and inspect.

At least it makes this version work when "older" plugins exists. It would be great if the code could be made to show the debug errors in debug mode.

I shuffled around the error_reporting() position because when someone sets the variable in serendipity_config_local.inc.php it would be too early to affect code flow; now it should evaluate the variable properly.
2013-01-20 01:24:23 +01:00
Garvin Hicking
e952791bb1 Bump version, also add some upgrader notices for people to see 2013-01-19 15:52:41 +01:00
Garvin Hicking
a4e14b62c2 Label as 1.7-rc1 2013-01-19 11:35:05 +01:00
Ian
6a796ebe93 Revert to 78cb307b73 2012-12-13 14:49:51 +01:00
Garvin Hicking
9adcfecc38 More PHP5 compatibility (this constructor thing order did not remove the error for me)
Also be able to set $serendipity['production'] in serendipity_config_local.inc.php
2012-10-18 10:14:04 +02:00
Ian
ea66e5b89f fixed tabs 2012-07-01 18:22:39 +02:00
Garvin Hicking
f12f53aaab Damn, why does cherry picking not work? 2012-06-12 20:51:57 +02:00
Garvin Hicking
d7ef7a7a04 port everything so that 2.0 and 1.7 have the same features 2012-06-12 19:39:11 +02:00
Garvin Hicking
04792e998a port 2012-04-11 21:03:55 +02:00
Ian
1cf5309deb set correct version 2012-04-10 15:13:53 +02:00
Ian
ee116ee460 some more tweaking to the errorToExceptionHandler 2011-12-08 19:21:24 +01:00
Ian
c2afd4efc0 moved custom errorHandler to avoid XML Feed declaring and callback errors 2011-12-06 12:36:03 +01:00
Ian
b56e45262a enhance error handler 2011-12-05 14:52:34 +01:00
Ian
4138bab0e8 set global errorToExceptionHandler 2011-12-04 17:57:25 +01:00
Garvin Hicking
3eee3e4cd7 Do not add :443 to HTTPS connections 2011-09-26 09:14:21 +00:00
Garvin Hicking
3030b3a491 1..7 prep 2011-07-19 19:14:58 +00:00
Garvin Hicking
47075eaf95 backport 2010-08-26 15:49:12 +00:00
Garvin Hicking
03efc3e842 bump 2010-05-10 10:31:28 +00:00
Garvin Hicking
757c557b6b * To support custom PHP sessions, s9y will only issue session_start,
if no session exists yet (garvinhicking)
2010-01-20 09:45:48 +00:00
Garvin Hicking
a292a52c96 trunk update to 1.6 2009-12-08 13:19:25 +00:00
Garvin Hicking
10cde4adeb beta2? might not be needed though. 2009-08-24 07:59:09 +00:00
Garvin Hicking
ddf9448daf prepare beta 2009-08-24 07:18:41 +00:00
Garvin Hicking
97710fe021 * Removed inline styles of the s9y media insertion, they will now
properly utilize CSS classes (defined in the new file
      style_fallback.css). Also added support for entering "ALT"
      attributes to an <img> tag, can be used as a media property if
      you add "ALT" to the list of "Media properties" in the
      main configuration. (garvinhicking)
2009-07-14 09:22:06 +00:00
Garvin Hicking
1943a9b2bb Specific php session checks, if a session has already been issued. 2009-06-11 12:14:15 +00:00
Garvin Hicking
851f2b2650 Allow to use UTC timezone offset ,by Abdussamad 2009-05-05 10:27:08 +00:00
Garvin Hicking
9fbe9f7b7c adjust session name, thanks to DrNI and kleinerChemiker 2009-04-23 13:40:47 +00:00