768 Commits

Author SHA1 Message Date
Ian
e5b28180a5 enhance 7cf4c12 - hardened by admin only 2014-01-05 14:14:37 +01:00
Ian
7cf4c1251b JS error redirect handler function move
needed to find a global available function placement in case of recurring errors and set function call to window.top.fncname() to be seen in plain/iframed pages
2014-01-05 14:05:16 +01:00
Ian
abad48ba34 ML - exclude possible thumbs.db files 2013-12-25 16:39:33 +01:00
Garvin Hicking
31d4ca86db Patch for APC compatibility, relative paths are bad for stat=0 config.
Thanks to absynth.
2013-12-16 23:26:47 +01:00
Ian
9d34a5244c tab2spaces, line indent cleanup, ending spaces
all without htmlarea & $smarty
2013-10-12 21:23:30 +02:00
Ian
e9f1a8faf5 avoid redeclare internal plugin includes on plugin mismatches
Avoid Fatal error: Cannot redeclare class xxx in .../serendipity/include/plugin_internal.inc.php when something went wrong.
http://board.s9y.org/viewtopic.php?f=10&t=19553
2013-10-07 12:31:13 +02:00
Ian
f45510591b Fix possible temporary caching errors failing $eventData[0]['properties'] 2013-10-01 19:07:31 +02:00
Ian
396cccfa40 ML - exclude frontpage extensions _vti_cnf dir on windows servers 2013-09-19 15:23:42 +02:00
Ian
ff2c3b916a Fixed pagination when searching terms with fetchlimit < 4 2013-09-01 13:53:17 +02:00
Ian
7c601b3394 whitespaces indent 2013-08-28 15:09:35 +02:00
Garvin Hicking
553d993d9e do not use SSL port, seems some hosts have trouble with that?! 2013-08-16 14:58:02 +02:00
Garvin Hicking
5acd46a426 trackback to SSL urls 2013-08-15 15:29:48 +02:00
Ian
d080d7e572 fix of 592ed17 fix
since this brought the need to link to serendipity_admin.php
2013-08-11 15:49:46 +02:00
Ian
592ed17007 fixed $serendipity['baseurl'] → $serendipity['baseURL']
Maybe this was the real issue!!! Anything to revert?
2013-08-10 15:45:06 +02:00
Ian
3d89bbb2a2 tab2spaces (all file w/o templates yet) 2013-08-08 18:42:00 +02:00
Ian
75152fdd09 Update db.inc.php
db: fix the fix... fix! ;-)
2013-07-26 19:53:22 +02:00
Ian
853a3775de db: fixed release typos
fixed fatal error typos in version_compare and function_exists
2013-07-26 19:47:32 +02:00
Matthias Gutjahr
cda50f40fa Added fix for comment_author_self (cp. http://board.s9y.org/viewtopic.php?f=10&t=19115) 2013-07-26 12:48:13 +02:00
Garvin Hicking
e283ba69b3 backport 2013-07-23 10:03:53 +02:00
Garvin Hicking
1ea154b028 fix parse error, sorry 2013-07-23 09:34:39 +02:00
Garvin Hicking
3d7f4dc250 switch to mysqli if php5.5 is detected (mysql deprecated) 2013-07-23 09:32:42 +02:00
Ian
39e8dbe05c upgrader note BP template change 2013-07-16 15:20:40 +02:00
Ian
694a81a286 accessify throw new ErrorException to PHP >= 5.3 only
since 5.2.x (sometimes?) may create strange errors, see http://board.s9y.org/viewtopic.php?f=10&t=19436

I think we don't need to upport this to 2.0, since we will need to bump Serendipity's PHP version to need 5.3 or even up, because of namespaces, security and others soon. PHP 5.2 support has stopped and the PHP 5.3 series has reached end-of-life this summer and will receive only security fixes for the next year.
2013-07-15 20:11:47 +02:00
Garvin Hicking
33a649d624 thanks, ian 2013-06-09 20:07:28 +02:00
Garvin Hicking
16a14d2965 Upgrade will now remove browsercompat plugin (hopefully, needs testing) ;) 2013-06-09 13:33:39 +02:00
Ian
e2bad7dd50 revisited 1082a5c
better use the hook, if available, but still left .htaccess file and .thumbs dir exludement where this was necessary
2013-06-05 11:34:18 +02:00
Ian
1082a5c266 Fixed ML exclude path to not show/proceed ckeditor/kcfinders .thumbs dir
this also did some tab2whitespace cleanup
and also fixed serendipity_fetchImages() to skip .htaccess files for ckeditor/kcfinder usage
2013-06-04 19:23:21 +02:00
Ian
e7c93ad835 plugin API method parseTemplate() is 1.7 ready 2013-05-31 12:11:33 +02:00
Ian
7182b48991 use USERLEVEL_ADMIN 2013-05-29 15:43:16 +02:00
Ian
68fbc2112e bind production mode view errors to admin users 2013-05-29 15:05:16 +02:00
Ian
b0af9f201a some more verbose doc notes in 2aab3f 2013-05-29 12:52:44 +02:00
Ian
2aab3f9ca4 production mode error accessment 2013-05-28 14:41:09 +02:00
onli
78f044c421 also copy baseURL if defaultBaseURL empty but set 2013-05-14 15:31:06 +02:00
onli
bc0519a453 copy baseURL to defaultBaseURL on upgrade 2013-05-14 00:52:18 +02:00
Ian
a12c4f306d fixed to UTF-8 w/o BOM and debug typo 2013-05-12 15:29:01 +02:00
Ian
61a51e10f8 typo 2013-05-11 19:21:20 +02:00
Ian
2c7af59f5f fixed bug in commit 9ce7e73 2013-05-11 18:53:27 +02:00
Ian
7fb6b5a305 serendipity_emit_htmlarea_code() does not need to return true
which can note badly as 1 in 'backend_wysiwyg' hooks
2013-05-08 20:10:38 +02:00
Rasmus Lerdorf
b79ab865c7 Fix a bunch of typos and minor mistakes 2013-05-05 23:45:38 -07:00
Ian
1b53092a21 enhance 7548e68c31 to better check null first 2013-04-08 18:38:16 +02:00
Ian
7548e68c31 better exception switch for db connect errors 2013-04-08 17:56:43 +02:00
Ian
0c0367ceab fixed 1e5c38d065 doc typo 2013-04-07 18:38:54 +02:00
Ian
1e5c38d065 avoid SPL exception display db connect data 2013-04-07 17:23:10 +02:00
Ian
4c483e7f73 fixed upgrader typo 2013-03-21 17:36:19 +01:00
Ian
5fbe6850f4 stick to constant string and revert 412359a 2013-02-20 17:18:01 +01:00
Ian
412359adf7 fixed echo mixed array name constant/vars in groups 2013-02-18 14:44:13 +01:00
Ian
8f168c8665 debug_backtrace >= php 5.3.6 only 2013-02-12 09:16:36 +01:00
Garvin Hicking
e846b0ea8c backport 2013-02-08 08:40:03 +01:00
Garvin Hicking
54e044ff09 escape hotlinked image 2013-02-08 08:28:22 +01:00
Garvin Hicking
da58de906e Merge branch 'master' of github.com:s9y/Serendipity
Conflicts:
	docs/NEWS
2013-02-07 12:42:28 +01:00