d3f7b04446reverted back JS confirm
real_nowhereman
2010-11-07 13:36:30 +00:00
9606e13aadcomment were not deleted
real_nowhereman
2010-11-07 12:07:48 +00:00
9503be02e2fix version check
real_nowhereman
2010-11-05 13:09:18 +00:00
2b054364fein_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)
real_nowhereman
2010-11-05 09:05:47 +00:00
403b1bf5e0YO DAWG I HEARD U LIKE FIXES SO I PUT A FIX IN YO FIX SO YOU CAN COMMIT WHILE YOU COMMIT
real_nowhereman
2010-10-11 10:26:36 +00:00
c52c7b72d2completing the fix for the backslash problem (which is still anyway an ugly hack)
real_nowhereman
2010-10-10 16:10:46 +00:00
b739d502f5attempt to fix backslash problem (not tested)
real_nowhereman
2010-10-08 18:01:59 +00:00
44257345c9corrections suggested by Stanley on the forums
real_nowhereman
2010-10-05 14:23:38 +00:00
8dfa99d8c6prevent cat-0 from being tampered with
real_nowhereman
2010-09-29 19:41:16 +00:00
ea2de810acpublish_post action must be subsequent to draft_save, which calls entry_prepare, which in turn sets global $post
real_nowhereman
2010-09-16 09:16:05 +00:00
925eeb979adid not throw an error on non-existent category; thanks to pierovdfn for reporting
real_nowhereman
2010-09-13 15:56:46 +00:00
5b5a46eeb0comments page now show a "comments" text in <title> of the page (as requested some time ago on the forums)
real_nowhereman
2010-09-05 13:22:29 +00:00
bea964e517avoid rather nasty potential XSS vulnerability
real_nowhereman
2010-09-05 13:14:51 +00:00
9b5afb0f7eforgot the actual ICO file
real_nowhereman
2010-09-01 18:33:28 +00:00
0c5cb9b390the favicon image MUST be named "favicon.ico"...
real_nowhereman
2010-09-01 18:09:37 +00:00
c173e4943cthe favicon image MUST be named "favicon.ext"! (or IE won't show it...)
real_nowhereman
2010-09-01 06:35:44 +00:00
3c94284f70Did I REALLY parsed entry TWICE in comments and permalinks?? added 'localcache' field in FPDB_Query, keeps a hash with last "fullparsed" entries
real_nowhereman
2010-08-27 19:56:42 +00:00
9acf583332max-height + scrollbar on the preview
real_nowhereman
2010-08-26 17:23:34 +00:00
2e41413efeupdated plugin, modified admin panel with empty divs; now save&continue (sort-of) works (experimental!)
real_nowhereman
2010-08-25 19:54:25 +00:00
8177592469adding plugin hooks to panels (experimental)
real_nowhereman
2010-08-25 17:40:09 +00:00
9c577211fdugly workaround to fix jQuery UI vs. IE8 bug
real_nowhereman
2010-08-23 17:21:56 +00:00
8723504185partial fix to widget panel bug (still error on trashing --IE8)
real_nowhereman
2010-08-23 14:23:49 +00:00
fb74b70049support for custom alt, title attributes in [img]
real_nowhereman
2010-08-23 07:08:08 +00:00
24596571c7Fix notice (walker/not a valid index(0)) when index is composed of one entry
real_nowhereman
2010-08-22 16:42:47 +00:00
d7c5a410bfshould fix bug with 404: always returning true for non-existing entries
real_nowhereman
2010-08-17 08:08:23 +00:00
e8d5060f44experimental exclusive lock on index: now you can try and mess around with multiple users (I'm NOT endorsing that, though!!)
real_nowhereman
2010-08-16 08:24:55 +00:00
62f35d502cfunction_exists() is now replaced by is_callable() since the widget callback is no longer plugin_PLUGINNAME_widget() but can be set via register_widget()
real_nowhereman
2010-08-14 09:14:20 +00:00
5aa9c647ffdelete syntaxhighlighter: goodbye, it's been one hell of a ride... but it's been non-functional for a some time, now
real_nowhereman
2010-08-12 12:16:07 +00:00
fec91ae412many minor edits, porting to jQuery (thanks to pierovdfn!)
real_nowhereman
2010-08-12 10:02:52 +00:00
b8be9cb27afixed a VERY nasty bug with BPlusTree (header was erroneously overwritten)
real_nowhereman
2009-12-10 20:47:55 +00:00
44821eeecequits immediately the query parsing routine if displaying a static page (fixes 404 error on trying to browse statics with an empty blog)
real_nowhereman
2009-12-09 17:55:00 +00:00
a442b571cccalendar should now use localized strings
real_nowhereman
2009-12-08 20:11:13 +00:00
970036e866breaking change in fpdb, again, fixed (global $post was not set)
real_nowhereman
2009-12-05 18:12:04 +00:00
a20fb1702abrought back comments
real_nowhereman
2009-12-05 15:29:24 +00:00
345ad28d5fbplustree: making a message more explicit (walker) fpdb: fixed problem with single post navigation (new method)
real_nowhereman
2009-12-03 10:41:54 +00:00
c601593a59should suppress the other E_STRICT error
real_nowhereman
2009-11-30 17:35:56 +00:00
483b98f330fix for boring signature conflict (PHP5.3.1)
real_nowhereman
2009-11-30 17:23:45 +00:00
ca8a66e785moved flatpress to trunk/flatpress
real_nowhereman
2009-11-30 17:07:53 +00:00
0bf4c9bb23selected param now accepts any non-array value as well as arrays
real_nowhereman
2009-11-30 16:27:52 +00:00
bd5e6e5a33commented out count--; needs investigation
real_nowhereman
2009-11-30 16:26:05 +00:00
0b816aa17b{list_categories} new behavior : it now expects a parameter values=$array_of_values
real_nowhereman
2009-11-25 10:12:42 +00:00
fdd46ea7fbsearch did not display the title
real_nowhereman
2009-11-25 10:06:14 +00:00
9fec523bc4switch order of BLOG-TITLE - POST-TITLE in permalinks (now POST - BLOG), making » a « for nicer screen rendition.
real_nowhereman
2009-11-22 14:52:43 +00:00
2b5c9fb20fold 'not' reference prevented 'exclude' queries from working
real_nowhereman
2009-11-21 21:02:01 +00:00
5abbbce881querystring uses NOT for EXCLUDE e.g. ?x=cat:10;not:5
real_nowhereman
2009-11-21 20:38:36 +00:00
53bf2ca321correctly files categories under sub-categories even if they are not listed in the 'categories' field of an entry.
real_nowhereman
2009-11-21 16:04:26 +00:00
879eecabf3index is now MOVED instead of deleted
real_nowhereman
2009-11-21 15:03:10 +00:00
1f7fcf6f38caching_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
real_nowhereman
2009-11-17 15:25:45 +00:00
33abf7dcf1remove references to smartyvalidate
real_nowhereman
2009-11-14 19:40:47 +00:00
8c2507554efix in bbcode (newline printed as a result of a typo)
real_nowhereman
2009-10-18 09:04:14 +00:00
60e0c7ba42fixed a bug in config panel. added nicer temporary error message for missing language fields
real_nowhereman
2009-09-25 11:56:39 +00:00
754d2899b3various 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
real_nowhereman
2009-09-23 12:57:10 +00:00