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
real_nowhereman
0541fa23df
2009-10-10 13:52:56 +00:00
real_nowhereman
af198950ca
local file inclusion
2009-09-26 15:55:21 +00:00
real_nowhereman
c4211ddc2f
fixing warning
2009-09-12 14:42:46 +00:00
real_nowhereman
eccfec41ee
porting to PHP5-style object assignments (it should work now...)
2009-07-23 15:19:06 +00:00
real_nowhereman
72880e6e16
congrats, we're back to this morning! :D (temporary workarounds)
2009-07-21 16:46:09 +00:00
real_nowhereman
744e16a9bb
reverting awful mess in fp-includes
2009-07-21 16:41:35 +00:00
real_nowhereman
5e7f579ff5
future proofing, changed all object assignments to PHP5-style
2009-07-21 07:24:42 +00:00
real_nowhereman
06d15d67fd
temporary fix for php5.3
2009-07-20 17:33:31 +00:00
real_nowhereman
57c212c9c8
added new comment form, fixed a few issues with fpdb, cosmetich changes for the comment form, minor changes in comment handling
2009-07-03 15:39:23 +00:00
real_nowhereman
7fa207b8f8
wrong count limit for paged views
2009-02-28 16:06:15 +00:00
real_nowhereman
184168d7a2
added comment editor!
2009-02-27 10:37:40 +00:00
real_nowhereman
73191e6033
category array on edit was assumed to be int-only: added skip
2009-02-15 08:33:44 +00:00
real_nowhereman
d46ac619b5
suppress notice
2009-02-06 20:16:01 +00:00
real_nowhereman
8d26385547
fixed a few distractions
2009-02-05 08:41:05 +00:00
real_nowhereman
26a3e3c93c
some doc
2009-02-04 23:14:00 +00:00
real_nowhereman
f153a25b39
typo cause index to fail; fixed minor issues with static pages
2009-02-04 22:46:20 +00:00
real_nowhereman
d5e666a1a1
big commit: implemented sort-of 2-phase (3-phase actually) safe commit in FP; first entry is saved as draft, then content is moved along when indices have been succesfully updated; this way if btree fails, entry is anyway kept in a safe place; added a few cosmetic changes, a bunch of new, more descriptive language strings for the entry panel; added a "you are editing a draft" notice in the panel; hope you will like it :)
2009-02-03 16:53:52 +00:00
real_nowhereman
9413e4dee7
missing $place-1 caused returning following item in getitem()
2009-02-03 16:26:05 +00:00
real_nowhereman
c6e19bb88a
fixed hacky link wrapper...
2009-01-27 09:54:03 +00:00
real_nowhereman
e00e3a26c6
0.812.1
2009-01-24 09:08:10 +00:00
real_nowhereman
68dd57242a
fixing another BAD unsigned-long related bug, by re-defining the NULL and NULLSEEK value to 0, since an unsigned long cannot of course be -1! this will require you to kindly rebuild your index
2009-01-17 16:40:35 +00:00
real_nowhereman
bd87798d9b
global $post when saving...; this code needs a cleanup for consistence
2009-01-04 19:03:00 +00:00
real_nowhereman
aeadfd3a74
again suppressing notices...
2009-01-03 19:59:34 +00:00
real_nowhereman
45aabd2427
fixing loose search edge case
2009-01-03 13:50:18 +00:00
real_nowhereman
769236ff33
fixing dumb notice (php4 compat)
2009-01-03 12:08:22 +00:00
real_nowhereman
d86ddd0eae
php4 compatibility
2009-01-01 19:11:34 +00:00
real_nowhereman
74de4a1095
list-categories checked radio
2009-01-01 19:09:35 +00:00
real_nowhereman
aa1b273031
preparing for .812; fixed version number, added rebuild index option in MAINTAIN panel, muted debug mode in bplustree
2008-12-23 10:56:24 +00:00
real_nowhereman
96ca82205a
*really* fixing matching brackets
2008-12-08 08:42:03 +00:00