248 Commits

Author SHA1 Message Date
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
real_nowhereman
c889e33be9 add support to the new clean_pre behavior (wp2.7 accepts arrays...) 2009-12-23 22:39:59 +00:00
real_nowhereman
2877a9bffe update wpautop() to 2.7 2009-12-23 12:52:03 +00:00
real_nowhereman
9cd9b2d848 suppressing minor warnings 2009-12-21 20:56:23 +00:00
real_nowhereman
a5d37a6602 2009-12-17 17:52:49 +00:00
real_nowhereman
b8be9cb27a fixed a VERY nasty bug with BPlusTree (header was erroneously overwritten) 2009-12-10 20:47:55 +00:00
real_nowhereman
970036e866 breaking change in fpdb, again, fixed (global $post was not set) 2009-12-05 18:12:04 +00:00
real_nowhereman
a20fb1702a brought back comments 2009-12-05 15:29:24 +00:00
real_nowhereman
345ad28d5f bplustree: making a message more explicit (walker)
fpdb:      fixed problem with single post navigation (new method)
2009-12-03 10:41:54 +00:00
real_nowhereman
c601593a59 should suppress the other E_STRICT error 2009-11-30 17:35:56 +00:00
real_nowhereman
483b98f330 fix for boring signature conflict (PHP5.3.1) 2009-11-30 17:23:45 +00:00
real_nowhereman
0bf4c9bb23 selected param now accepts any non-array value as well as arrays 2009-11-30 16:27:52 +00:00
real_nowhereman
bd5e6e5a33 commented out count--; needs investigation 2009-11-30 16:26:05 +00:00
real_nowhereman
0b816aa17b {list_categories} new behavior : it now expects a parameter values=$array_of_values 2009-11-25 10:12:42 +00:00
real_nowhereman
9fec523bc4 switch order of BLOG-TITLE - POST-TITLE in permalinks (now POST - BLOG), making » a « for nicer screen rendition. 2009-11-22 14:52:43 +00:00
real_nowhereman
2b5c9fb20f old 'not' reference prevented 'exclude' queries from working 2009-11-21 21:02:01 +00:00
real_nowhereman
42f944fabc New exciting experimental feature: EXCLUDE queries.
append exclude:ID to your URL query string to exclude a category from the listing. e.g. ?x=cat:10;exclude:5 to list all the entries which belongs to cat-id 10 AND NOT to cat-id 5
2009-11-21 16:06:57 +00:00
real_nowhereman
53bf2ca321 correctly files categories under sub-categories even if they are not listed in the 'categories' field of an entry. 2009-11-21 16:04:26 +00:00
real_nowhereman
1f7fcf6f38 caching_BPT/caching_SBPT did NOT really cache a heck, sinche $cache was the local variable!
also, fixed broken pass-by-ref which broke loose search for SBPT
2009-11-17 15:25:45 +00:00