281 Commits

Author SHA1 Message Date
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
5aa9c647ff delete syntaxhighlighter: goodbye, it's been one hell of a ride... but it's been non-functional for a some time, now 2010-08-12 12:16:07 +00:00
real_nowhereman
fec91ae412 many minor edits, porting to jQuery (thanks to pierovdfn!) 2010-08-12 10:02:52 +00:00
real_nowhereman
9ce051113a revert unwanted commit 2010-07-01 10:11:49 +00:00
real_nowhereman
9dbd816209 added more options 2010-06-27 13:23:16 +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
d7ed051fab fixed escaping 2010-04-18 07:58:55 +00:00
real_nowhereman
6818c2854e fix XSS lastcomments plugin http://www.exploit-db.com/exploits/12034 2010-04-04 08:37:33 +00:00
real_nowhereman
d25c3ca1e6 fixed XSS http://www.securityfocus.com/bid/37471/info 2010-01-28 09:38:10 +00:00
real_nowhereman
0a2c894aba removed unnecessary email field, made date output in RSS crossplatform (via date('r')) 2010-01-02 15:53:12 +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
c484b17f3a fix broken video tag (really) 2009-12-23 12:50:51 +00:00
real_nowhereman
47ae3abff6 fix broken video tag 2009-12-23 12:31:14 +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
44821eeece quits immediately the query parsing routine if displaying a static page (fixes 404 error on trying to browse statics with an empty blog) 2009-12-09 17:55:00 +00:00
real_nowhereman
a442b571cc calendar should now use localized strings 2009-12-08 20:11:13 +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
b311abe245 list_categories changed behavior, fixed 2009-12-04 08:16: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
ca8a66e785 moved flatpress to trunk/flatpress 2009-11-30 17:07:53 +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
fdd46ea7fb search did not display the title 2009-11-25 10:06:14 +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
5abbbce881 querystring uses NOT for EXCLUDE e.g. ?x=cat:10;not:5 2009-11-21 20:38:36 +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
879eecabf3 index is now MOVED instead of deleted 2009-11-21 15:03:10 +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
real_nowhereman
33abf7dcf1 remove references to smartyvalidate 2009-11-14 19:40:47 +00:00
real_nowhereman
8c2507554e fix in bbcode (newline printed as a result of a typo) 2009-10-18 09:04:14 +00:00
real_nowhereman
8113d79392 backward compatibility php4 2009-10-15 18:00:17 +00:00
real_nowhereman
918cfc99e6 suppressing boring deprecation warning after release 2009-10-11 08:26:38 +00:00
real_nowhereman
0541fa23df 2009-10-10 13:52:56 +00:00
real_nowhereman
0079e71043 error in config poanel bbcode (escape html) 2009-10-06 10:00:36 +00:00
real_nowhereman
7fc0909828 suppress deprecation warning 2009-09-28 22:13:00 +00:00
real_nowhereman
af198950ca local file inclusion 2009-09-26 15:55:21 +00:00
real_nowhereman
60e0c7ba42 fixed a bug in config panel. added nicer temporary error message for missing language fields 2009-09-25 11:56:39 +00:00
real_nowhereman
754d2899b3 various changes in how dates are handled in config panels. added a new lang string. added a new fp_config field, new blogs will need a reinstall or customizing by hand the option panel 2009-09-23 12:57:10 +00:00
real_nowhereman
9693e53d22 suppress notice 2009-09-12 14:44:41 +00:00
real_nowhereman
c4211ddc2f fixing warning 2009-09-12 14:42:46 +00:00