1
0
Commit Graph

86 Commits

Author SHA1 Message Date
Ian
9d34a5244c tab2spaces, line indent cleanup, ending spaces
all without htmlarea & $smarty
2013-10-12 21:23:30 +02:00
cfebab7541 next version 2013-08-28 12:43:28 +02:00
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
0c044d6bc8 upcoming 2013-07-26 22:04:16 +02:00
01f411320c new release 2013-07-26 21:59:00 +02:00
6348b1641b document current state 2013-07-26 17:10:17 +02:00
659ea22c58 1.7.1 2013-05-12 12:41:21 +02:00
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
6de3d6c5b6 rc4 (not to be released right now though) 2013-02-08 08:40:39 +01:00
3a20602939 prep rc3 2013-02-07 13:26:23 +01:00
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
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
e952791bb1 Bump version, also add some upgrader notices for people to see 2013-01-19 15:52:41 +01:00
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
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
f12f53aaab Damn, why does cherry picking not work? 2012-06-12 20:51:57 +02:00
d7ef7a7a04 port everything so that 2.0 and 1.7 have the same features 2012-06-12 19:39:11 +02:00
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
3eee3e4cd7 Do not add :443 to HTTPS connections 2011-09-26 09:14:21 +00:00
3030b3a491 1..7 prep 2011-07-19 19:14:58 +00:00
47075eaf95 backport 2010-08-26 15:49:12 +00:00
03efc3e842 bump 2010-05-10 10:31:28 +00:00
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
a292a52c96 trunk update to 1.6 2009-12-08 13:19:25 +00:00
10cde4adeb beta2? might not be needed though. 2009-08-24 07:59:09 +00:00
ddf9448daf prepare beta 2009-08-24 07:18:41 +00:00
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
1943a9b2bb Specific php session checks, if a session has already been issued. 2009-06-11 12:14:15 +00:00
851f2b2650 Allow to use UTC timezone offset ,by Abdussamad 2009-05-05 10:27:08 +00:00
9fbe9f7b7c adjust session name, thanks to DrNI and kleinerChemiker 2009-04-23 13:40:47 +00:00
f541e5874d New experimental login hashing 2009-02-16 11:29:49 +00:00
76134b358c trunk version 2008-12-29 09:43:01 +00:00
39746af0ce trunk adaption 2008-12-29 09:42:41 +00:00
7292780094 1.4 release 2008-12-29 08:58:16 +00:00
cc99938f55 bump version 2008-11-25 09:56:55 +00:00
74e36756d2 prepare beta4 release 2008-11-10 13:49:07 +00:00
5ef47ebf5d * Add memory_limit output to s9y installation, 8MB for 32bit and
16MB for 64bit OSes
2008-08-29 07:54:02 +00:00
9bfe2cec62 Add Status: 302 header for redirects, have fun, nitrox. :) 2008-08-27 19:20:23 +00:00
aa77cb9b1f * Added header('Status:...') calls so that some CGI installations
of apache emit proper headers (garvinhicking)
2008-08-22 09:20:13 +00:00
2f248a374b Make bulletproof new default template 2008-08-10 11:32:21 +00:00