144 Commits

Author SHA1 Message Date
real_nowhereman
7b04a345fd temporarily reverting change in email to allow all comments to be delivered 2008-07-12 18:34:31 +00:00
real_nowhereman
2cfe68a25d typo in rss.tpl 2008-07-02 11:29:30 +00:00
real_nowhereman
15bcdb932b ok, fixed stripslashes in static too 2008-06-28 08:34:21 +00:00
real_nowhereman
98914dcc5c should fix double stripslash 2008-06-28 08:21:49 +00:00
real_nowhereman
9666fa5784 some fixes to feeds 2008-06-28 08:03:37 +00:00
real_nowhereman
d89e2a3516 date search fixed 2008-06-09 07:28:49 +00:00
real_nowhereman
537c8eca82 isNumber is valid with < 0 2008-05-22 07:40:58 +00:00
real_nowhereman
b331e5870c forgot global $fp_params 2008-05-11 14:16:53 +00:00
real_nowhereman
c2f84add53 setting 0.804 version 2008-05-10 16:53:18 +00:00
real_nowhereman
6c891bfb86 fixed notice messages on pass-by-reference 2008-05-10 15:11:32 +00:00
real_nowhereman
d309743ce2 updated changelog 2008-05-07 10:16:07 +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
e59d7bc707 should fix issues on IIS 2008-04-26 08:01:39 +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
90311e328d min-height for pre in leggero/leggero 2008-04-14 07:12:04 +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
c1cb4e10d7 fix pagination with filtered entry list 2008-04-10 10:59:19 +00:00
real_nowhereman
8941599e5c stupid fix when using file_exists on a directory 2008-04-04 09:51:06 +00:00
real_nowhereman
acf9641f1e should fix the double quotes in subject field for entries 2008-03-31 21:16:43 +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
e201c260f2 made login session-less 2008-03-28 12:25:43 +00:00
real_nowhereman
52e9109843 another few stripslashes 2008-03-27 17:53:47 +00:00
real_nowhereman
8b0fecce71 forgot stripslashes 2008-03-27 17:51:01 +00:00
real_nowhereman
c0a535f83c merging to trunk session-fix; it probably DIDN'T fix a heck, but at least ported the admin panel to a session-independent validating system 2008-03-24 20:31:37 +00:00
real_nowhereman
b5758344d1 merging new-urls branch 2008-03-24 20:25:33 +00:00
real_nowhereman
a05652c00b added print.css and other media types to the default one with a little hack; in a future version this will be redesigned 2008-03-24 20:18:56 +00:00
real_nowhereman
dd63a10b0d disabling antispam logging 2008-03-21 13:39:14 +00:00
real_nowhereman
49a853ddf3 forgot debug enabled 2008-03-19 21:41:56 +00:00
real_nowhereman
1cb77c3b1d minor graphic issue closing a div 2008-03-19 21:30:11 +00:00
real_nowhereman
696f7b6c74 should fix redirect 2008-03-19 19:00:43 +00:00
real_nowhereman
9ce8aacb2f fixes glitch with def-list in IE7 2008-03-19 16:22:15 +00:00
real_nowhereman
e61df38f90 admin skips input validation 2008-03-19 13:46:29 +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
a7544bb47c markdown now fixed (?): lowered priority for pipe escaping on save, and raised on load 2008-03-19 08:39:48 +00:00
real_nowhereman
931bf69c0a should fix contact form 2008-03-18 21:03:07 +00:00
real_nowhereman
0d6ef5c515 using wp cookie-safe redirect; this should be hopefully 'free' (= shouldn't have drawbacks) 2008-03-17 20:27:00 +00:00
real_nowhereman
12b3af6073 should fix some problems with cookies (maybe sessions? if only!) 2008-03-17 20:20:00 +00:00
real_nowhereman
d8832cd795 fixed the shi**y calendar widget 2008-03-16 14:45:20 +00:00
real_nowhereman
cafabe1530 added .entry-info and .link-comments 2008-03-16 08:31:46 +00:00
real_nowhereman
14274d0680 making comments.php independent from SmartyValidate: less noise in sessions 2008-03-14 16:40:00 +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
d249400e85 should fix the commslock bug without new issues (crossing fingers) 2008-03-12 14:13:11 +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
9433f88372 admin comments skip validation 2008-03-08 14:05:10 +00:00
real_nowhereman
0073013ef5 fixed URL to flatpress home 2008-03-06 15:33:23 +00:00
real_nowhereman
3e426fcef3 fixed one of the URLs; not yet completely correct, I know 2008-03-05 10:09:01 +00:00