azett
1cccf186c9
update release version to "1.1"; renamed changelog and license file, removed unneccessary files
2018-12-30 22:48:19 +01:00
azett
d6843fa2b8
set version number to 1.0.3.php7
2018-10-23 19:07:36 +02:00
azett
eead674de1
Bugfix in utils_array_kshift(): Didn't return NULL properly when array parameter is given empty or not an array
2018-10-23 13:22:43 +02:00
azett
61ec0d9f4d
fixed some more each() calls;
...
core.utils.php: added new function utils_array_kshift();
code formatting changed slightly
2018-10-23 12:24:43 +02:00
azett
d8de4bfb02
Replaced some more class-named constructors (and calls to them).
...
Removed unused and/or commented code.
Replaced calls to deprecated each() with array_shift() (not completely done yet, still some more to fix!).
Replaced call to deprecated create_function() with real callback function.
2018-10-03 13:53:40 +02:00
azett
6b8a4776df
Included Matthias Mauch's PHP7.1 patch. Besides other changes regarding PHP7 compatibility, it replaces all the class-named constructors with __construct(). Thanks a lot, Matthias!
...
Please visit his website http://www.aadmm.org/fp-patch/ and read patch-description.txt to learn more about the details of the patch.
I adapted the patch slighty: It now does not just add a __construct() function to the existing class-named one, instead it replaces it completely. Therefore, some parent::__construct() calls had to be changed, too.
2018-10-03 11:00:55 +02:00
tom
2041c80c9a
add a ;
2016-05-23 13:02:54 +08:00
tom
030c433796
fix warning "Strict Standards: Only variables should be passed by reference in /***/flat/fp-includes/smarty/plugins/function.list_categories.php on line 35"
2016-05-23 13:02:11 +08:00
Edoardo Vacchi
d4ad93a661
Version bump
2015-06-12 09:31:03 +02:00
Edoardo Vacchi
4637637116
fix strict error in function.list_categories.php
2014-04-29 16:49:58 +02:00
Edoardo Vacchi
109664842b
remove debug statement
2013-12-09 23:43:49 +01:00
Edoardo Vacchi
5e917bf209
should finally fix static validation issues
2013-12-09 16:50:09 +01:00
Edoardo Vacchi
32a3cb1021
fix unfortunate use of '/' as a regex delimiter in preg_match
2013-12-04 20:28:15 +01:00
Edoardo Vacchi
03be9f288c
1.0.2 version bump
2013-11-28 20:45:54 +01:00
Edoardo Vacchi
a3b54b0d3d
Merge branch 'master' of github.com:evacchi/flatpress
2013-11-27 18:13:04 +01:00
Edoardo Vacchi
b79b554440
set date timezone to UTC by default
2013-11-27 18:08:43 +01:00
Edoardo Vacchi
b4368f0774
Update core.static.php
2013-11-27 11:55:31 +01:00
Edoardo Vacchi
5b99bfef25
preg_match missing argument
2013-11-26 23:20:26 +01:00
Edoardo Vacchi
9b5b77742d
1.0.1 version bump
2013-11-20 14:21:34 +01:00
Edoardo Vacchi
d7e2033749
fix incorrect static id handling
2013-11-20 12:33:50 +01:00
real_nowhereman
51ed39768d
CURL: do not follow redirects
2012-05-15 19:17:17 +00:00
real_nowhereman
4447d11a3b
fix a stupid 'strict' warning
2012-03-24 15:20:04 +00:00
real_nowhereman
db4abfa5da
added comment_delete hook
2012-02-01 21:40:09 +00:00
real_nowhereman
376a91e512
SYSTEM_VER bump
2012-01-11 13:09:00 +00:00
real_nowhereman
213b408a4e
old fixes
2012-01-11 13:08:28 +00:00
real_nowhereman
0f47721caf
add init_theme action
2011-11-06 10:11:53 +00:00
real_nowhereman
ebc41cdf8e
patch submitted by hisham_hm
...
http://flatpress.org/vanilla2/discussion/1504/patch-bug-in-wptexturize-applying-smart-quotes-when-tags-are-nested#Item_1
2011-09-01 11:49:07 +00:00
real_nowhereman
c0585e3a28
fix file perms
2011-07-04 10:08:05 +00:00
real_nowhereman
6c429af1ea
correctly validate IPv6 and IPv4
2011-07-02 15:35:59 +00:00
real_nowhereman
003f4b8e73
make file permissions user-defined
2011-06-21 08:32:00 +00:00
real_nowhereman
91d7c3a731
sysver bump
2011-06-14 17:39:52 +00:00
real_nowhereman
08ab6692cf
import wpautop from wp3
2011-04-21 16:35:22 +00:00
real_nowhereman
10a56bc3d0
updated smarty to last stable build
2011-04-12 08:18:10 +00:00
real_nowhereman
fbbe7acc4e
set fp_user=null to be sure...
2011-04-03 20:24:08 +00:00
real_nowhereman
084fd83ca6
ver string bump
2011-04-03 17:22:38 +00:00
real_nowhereman
1bcdd215b1
nasty auth bug
2011-04-03 17:15:36 +00:00
real_nowhereman
9503be02e2
fix version check
2010-11-05 13:09:18 +00:00
real_nowhereman
2b054364fe
in_array converted strings to INTs before leading to errors on some architectures.
...
fixed by making all calls to in_array and array_search STRICT (3d param, bool = true)
(thanks to henkjan)
2010-11-05 09:05:47 +00:00
real_nowhereman
8c6289bc17
bump version number
2010-10-25 17:00:00 +00:00
real_nowhereman
403b1bf5e0
YO DAWG I HEARD U LIKE FIXES SO I PUT A FIX IN YO FIX SO YOU CAN COMMIT WHILE YOU COMMIT
2010-10-11 10:26:36 +00:00
real_nowhereman
c52c7b72d2
completing the fix for the backslash problem (which is still anyway an ugly hack)
2010-10-10 16:10:46 +00:00
real_nowhereman
b739d502f5
attempt to fix backslash problem (not tested)
2010-10-08 18:01:59 +00:00
real_nowhereman
8dfa99d8c6
prevent cat-0 from being tampered with
2010-09-29 19:41:16 +00:00
real_nowhereman
ea2de810ac
publish_post action must be subsequent to draft_save, which calls entry_prepare, which in turn sets global $post
2010-09-16 09:16:05 +00:00
real_nowhereman
3c94284f70
Did I REALLY parsed entry TWICE in comments and permalinks??
...
added 'localcache' field in FPDB_Query, keeps a hash with last "fullparsed" entries
2010-08-27 19:56:42 +00:00
real_nowhereman
24596571c7
Fix notice (walker/not a valid index(0)) when index is composed of one entry
2010-08-22 16:42:47 +00:00
real_nowhereman
d7c5a410bf
should fix bug with 404: always returning true for non-existing entries
2010-08-17 08:08:23 +00:00
real_nowhereman
e8d5060f44
experimental exclusive lock on index: now you can try and mess around with multiple users (I'm NOT endorsing that, though!!)
2010-08-16 08:24:55 +00:00
real_nowhereman
62f35d502c
function_exists() is now replaced by is_callable() since the widget callback is no longer plugin_PLUGINNAME_widget() but can be set via register_widget()
2010-08-14 09:14:20 +00:00
real_nowhereman
d6261d4763
postviews plugin no longer fiddling with (supposedly) private fields of FPDB_Query
2010-04-23 18:36:47 +00:00