66 Commits

Author SHA1 Message Date
real_nowhereman
f4d9a3fd1a fixing readmore minor bug 2009-04-05 19:48:33 +00:00
real_nowhereman
40e3b8625b some functions were incorrectly renamed 2009-02-28 10:47:23 +00:00
real_nowhereman
6b133960ed * merged quickspam plugin with coding-style branch
* other cosmetic changes
2009-02-25 15:06:35 +00:00
real_nowhereman
5944f87bb8 removing hardcoded 'view image' string ("fixes" title in lightbox) 2009-02-25 13:00:34 +00:00
real_nowhereman
0ec2ae43a3 removing hardcoded 'view image' string ("fixes" title in lightbox) 2009-02-25 12:02:46 +00:00
real_nowhereman
b0ee0cf01a "smart" prettyurls: pathinfo URLs are default ONLY if there is no .htaccess in your BLOG_ROOT; it is true that having a .htaccess in your root does not imply mod_rewrite is enabled: if that is the case you can anyway overridable as usual by setting true or false manually 2009-02-11 15:31:33 +00:00
real_nowhereman
1f5c7a6bb5 division by zero in remote resizes, restore non-overridable addCode - there is already removeCode for that 2009-02-06 20:08:25 +00:00
real_nowhereman
5aa714b47e allowing plugins to override bbcode tags; added support for enclosures: needs plugin 2009-02-01 14:15:40 +00:00
real_nowhereman
975ead67e2 fixed empty title/alt if img metadata is empty 2008-12-07 15:01:48 +00:00
real_nowhereman
e052fa4e4a huge commit, bringing back text links, even though not completely functional if nextpage link comes _before_ the {entry} block; the commit contains the 'loose' search option for bplustree, which lets loosely search the tree for the nearest key to a given search key, which makes the thing possible; a few fixes to 404 error handling and related prettyurls stuff 2008-11-12 16:54:40 +00:00
real_nowhereman
5d98b37dac fix "center" class in imgs... 2008-10-13 18:59:57 +00:00
real_nowhereman
9b5a673af7 adding simple metadata handling for jpegs (needs gd) 2008-10-08 11:45:17 +00:00
real_nowhereman
1c9c056a12 bad entities fixed 2008-10-06 08:06:57 +00:00
real_nowhereman
9ad26f6ac1 fixing datatype warning in arary_search due to wrong return value in cache_get 2008-09-27 12:47:47 +00:00
real_nowhereman
8995f801ef fixed "categories" plugin description 2008-09-24 10:03:09 +00:00
real_nowhereman
bf51547230 prettyurls works now with the new system; TODO: move the index eventually to bplustree 2008-09-23 20:34:06 +00:00
real_nowhereman
b71facd9ec fixed pathinfo conflict with GET parameters 2008-09-23 19:48:38 +00:00
real_nowhereman
65ddf8a99c fixed misplaced ID override in widgets 2008-09-17 09:30:53 +00:00
real_nowhereman
bf13a21d35 categories widget can now show numbers: EXPERIMENTAL, it's just a show-off :p needs some caching system 2008-09-08 15:32:15 +00:00
real_nowhereman
25b711d9be working around notice 2008-09-08 08:19:41 +00:00
real_nowhereman
abd4d48885 few fixes in lang 2008-09-04 15:03:26 +00:00
real_nowhereman
15b743eb00 modified lightbox for message passing... ugly for now 2008-07-14 18:47:53 +00:00
real_nowhereman
73aac7f1e8 workaround found on http://blog.defv.be/2008/2/22/akismet-problems to prevent timeouts! 2008-05-01 11:20:05 +00:00
real_nowhereman
dd652e4cc5 quick working around formatting date link for day 2008-04-14 19:23:06 +00:00
real_nowhereman
1c6fb0bb3d fixing some date/linking minor problems 2008-04-14 07:46:47 +00:00
real_nowhereman
ff3fe3cd0f you can now enjoy pathinfo URLs! set PRETTYURLS_PATHINFO to true in the plugin.prettyurls.php; if it'll work change was trivial (please report any strange issues, it involved altering defaults.php) 2008-04-11 19:27:05 +00:00
real_nowhereman
a6a0db42f5 should fix erroneous 404s 2008-03-31 17:55:05 +00:00
real_nowhereman
aa77e6edf1 the infamous "session bug" with antispam should be in fact a bug with prettyurls; some themes might refer their images (or, generally speaking, their resources) via relative paths, which are translated into wrong urls when prettyurls are enabled; this led to secondary requests to the same comment page, which made the plugin regenerate the question! the bug looked random because when those request came BEFORE the main page had been rendered the question stored in session would have been still correct; otherwise, if those came AFTER, the correct question was overwritten, and therefore the result would have been reported as wrong even though at a first glance it was not; now prettyurls correctly 404s when you point to a resource with a wrong path: update your themes if they are suffering from this bug (hey, really, you did not wondered why some images were not displayed sometimes??) :) 2008-03-29 11:15:42 +00:00
real_nowhereman
b5758344d1 merging new-urls branch 2008-03-24 20:25:33 +00:00
real_nowhereman
dd63a10b0d disabling antispam logging 2008-03-21 13:39:14 +00:00
real_nowhereman
e61031f5b2 adding favicon plugin with FP favicon, hope you'll like it 2008-03-19 09:35:37 +00:00
real_nowhereman
d8832cd795 fixed the shi**y calendar widget 2008-03-16 14:45:20 +00:00
real_nowhereman
8f3cc77ada forgot to quote constants 2008-03-14 08:48:12 +00:00
real_nowhereman
8ae594f690 committing debug mode enabled aaspam, also YAY for 101st commit 2008-03-13 22:23:01 +00:00
real_nowhereman
6fca3df0bb raised priority, aligned to new conventions: cleaned up 2008-03-08 14:21:02 +00:00
real_nowhereman
27e209bb29 lowered priority for validation: first we will be doing local checks 2008-03-08 14:20:07 +00:00
real_nowhereman
67fac1e13e moving the script code to wp_footer, this has been reported to fix IE7 issues... well, let's try... 2008-03-05 09:37:55 +00:00
real_nowhereman
7414932235 This is obviously a BIG commit.
It involves how widgets work. 

Now widgets must always be *registered* to work, even blockparser's.

Blockparser has got then a nice GUI to select which pages should be available as widgets; once the page has been enabled it is then available in the main widget panels

This solves the non-editable input things with non-firefox browsers: this way you just won't have the editbox anymore :P

I hope you'll like the changes.

There are many additions in lang files, so be careful to update (otherwise you'll get blank lines)!
2008-02-29 16:10:33 +00:00
real_nowhereman
461d02ad78 updating mootools 2008-02-29 13:36:09 +00:00
real_nowhereman
52aaf6ea3c captcha was computed when validating... not really useful 2008-02-28 11:32:32 +00:00
real_nowhereman
cb2982c6f9 readmore using now 'if (query->single)' 2008-02-22 11:02:52 +00:00
real_nowhereman
ca085c56e1 now .thumbs subdirs should work on every platform 2008-02-22 10:42:48 +00:00
real_nowhereman
3b3907d153 thumb_create didn't return a tuple when creating a new thumb 2008-02-22 10:23:43 +00:00
real_nowhereman
987eb106a4 fixes to pagination 2008-02-20 13:48:12 +00:00
real_nowhereman
13dcdfc942 now akismet should FINALLY work 2008-02-20 10:25:09 +00:00
real_nowhereman
12ef0a7ecf should fix bad handling of 404 by making up a non existent entry -- unless you've written one on 00/00/2000 at 00:00:00, and then you really should tell me on WHICH DAY and MONTH that happened because if I were in you I'd be scared :P 2008-02-19 20:19:05 +00:00
real_nowhereman
2a9f3dbafb akismet should now work: it was using a bad mixture of old/new commands 2008-02-19 19:55:27 +00:00
real_nowhereman
ae4ed473f7 prettyurls are not working if (for instance) the root dir is symlinked and defaults.php is left unchanged! so we should probably get the path from fp_config and as a plus maybe compare to the auto generated one. 2008-02-11 08:17:17 +00:00
real_nowhereman
e68b39ff39 removing anchors from url string before parsing 2008-02-11 08:05:38 +00:00
real_nowhereman
64e3040cd3 Reverting escaping to true, you never know ;) 2008-01-31 09:18:06 +00:00