159 Commits

Author SHA1 Message Date
real_nowhereman
29a9e6bbd1 suppressing "file not found" errors for indices, fall back to 404 error; correctly return seek position when inserting into SBPlusTrees 2008-09-08 15:20:07 +00:00
real_nowhereman
13dc0b6cb4 allowing quick parsing to display comment count, in order to list entries quickly; changed admin panel accordingly (no author column anymore) 2008-09-08 09:06:54 +00:00
real_nowhereman
3f0c9bf8a1 fixing category "filed under" 2008-09-08 08:44:41 +00:00
real_nowhereman
621cefb175 [BPlus] fixing seek pos in string file 2008-09-08 08:33:38 +00:00
real_nowhereman
5572be3b3c changed entry_cached_index, direct subclass... cache_filelister now probably useless; muted prev/next page for single; "last-entries" still broken; categories not tested yet 2008-09-08 08:25:20 +00:00
real_nowhereman
522d3616b8 fixed typo in bplustree and workaround for notice in return value (reference) 2008-09-08 08:21:00 +00:00
real_nowhereman
25b711d9be working around notice 2008-09-08 08:19:41 +00:00
real_nowhereman
02d8d27418 things are starting to get going 2008-09-08 07:37:07 +00:00
real_nowhereman
141ef1292a iterators should now work; need to update the behaviour of the upper lever classes 2008-09-07 15:19:13 +00:00
real_nowhereman
8df42deeba now FP set-ups (first need to create fp-content/index/); it won't work anyway 2008-09-07 14:43:17 +00:00
real_nowhereman
b3e97edd66 adding index manager, still probably not functional 2008-09-06 13:46:03 +00:00
real_nowhereman
dea2a2fa87 a few preliminar changes, not working yet 2008-09-06 10:10:30 +00:00
real_nowhereman
caa6e32751 first commit of bplustree class 2008-09-04 15:17:50 +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
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