1
0
Commit Graph

72 Commits

Author SHA1 Message Date
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
Garvin Hicking
f541e5874d New experimental login hashing 2009-02-16 11:29:49 +00:00
Garvin Hicking
76134b358c trunk version 2008-12-29 09:43:01 +00:00
Garvin Hicking
39746af0ce trunk adaption 2008-12-29 09:42:41 +00:00
Garvin Hicking
7292780094 1.4 release 2008-12-29 08:58:16 +00:00
Garvin Hicking
cc99938f55 bump version 2008-11-25 09:56:55 +00:00
Garvin Hicking
74e36756d2 prepare beta4 release 2008-11-10 13:49:07 +00:00
Garvin Hicking
5ef47ebf5d * Add memory_limit output to s9y installation, 8MB for 32bit and
16MB for 64bit OSes
2008-08-29 07:54:02 +00:00
Garvin Hicking
9bfe2cec62 Add Status: 302 header for redirects, have fun, nitrox. :) 2008-08-27 19:20:23 +00:00
Garvin Hicking
aa77cb9b1f * Added header('Status:...') calls so that some CGI installations
of apache emit proper headers (garvinhicking)
2008-08-22 09:20:13 +00:00
Garvin Hicking
2f248a374b Make bulletproof new default template 2008-08-10 11:32:21 +00:00
Garvin Hicking
5900d207bb Allow to override $serendipity['languages']; 2008-03-26 11:28:21 +00:00
Garvin Hicking
9d86e3e774 release 2008-03-18 09:09:59 +00:00
Garvin Hicking
9182557da7 Add 'template' option 2008-02-21 09:42:50 +00:00
Garvin Hicking
c7294b3054 Prepare release 2008-02-19 18:39:01 +00:00
Garvin Hicking
da8ff0d06d Try to suppress notice 2007-09-04 10:12:10 +00:00
Garvin Hicking
0c41b7b558 Admin interface security improved, thanks to Stefan Esser. 2007-07-12 11:23:05 +00:00
Garvin Hicking
c341f85b09 Full pingback support, fallback trackback method for WordPress
blogs. Thanks to brockha.us!
2007-07-06 10:17:47 +00:00
Garvin Hicking
ad110e2551 beta3 because of this publish-bug 2007-07-06 09:09:06 +00:00
Garvin Hicking
487f8beae0 Fix URL permalink lookup in some cases 2007-06-06 09:11:00 +00:00
Garvin Hicking
2eeec7f1db Prepare release the beta 2007-06-05 08:17:53 +00:00
Garvin Hicking
3a50d73d9c Patch HTTP-host cookies and basepath detection, by Rob 2007-05-16 13:29:28 +00:00
Garvin Hicking
3e92cb82e4 support IPv6 lengths 2007-05-02 08:56:17 +00:00
Garvin Hicking
f7e6f3d9c7 Session-init, redone 2007-04-10 13:10:33 +00:00
Garvin Hicking
d58a8c5b6e Enabled CacheControl by default 2007-04-10 09:20:21 +00:00