250 Commits

Author SHA1 Message Date
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
5abbbce881 querystring uses NOT for EXCLUDE e.g. ?x=cat:10;not:5 2009-11-21 20:38:36 +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
879eecabf3 index is now MOVED instead of deleted 2009-11-21 15:03:10 +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
33abf7dcf1 remove references to smartyvalidate 2009-11-14 19:40:47 +00:00
real_nowhereman
8c2507554e fix in bbcode (newline printed as a result of a typo) 2009-10-18 09:04:14 +00:00
real_nowhereman
8113d79392 backward compatibility php4 2009-10-15 18:00:17 +00:00
real_nowhereman
918cfc99e6 suppressing boring deprecation warning after release 2009-10-11 08:26:38 +00:00
real_nowhereman
0541fa23df 2009-10-10 13:52:56 +00:00
real_nowhereman
0079e71043 error in config poanel bbcode (escape html) 2009-10-06 10:00:36 +00:00
real_nowhereman
7fc0909828 suppress deprecation warning 2009-09-28 22:13:00 +00:00
real_nowhereman
af198950ca local file inclusion 2009-09-26 15:55:21 +00:00
real_nowhereman
60e0c7ba42 fixed a bug in config panel. added nicer temporary error message for missing language fields 2009-09-25 11:56:39 +00:00
real_nowhereman
754d2899b3 various 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 2009-09-23 12:57:10 +00:00
real_nowhereman
9693e53d22 suppress notice 2009-09-12 14:44:41 +00:00
real_nowhereman
c4211ddc2f fixing warning 2009-09-12 14:42:46 +00:00
real_nowhereman
3d23a3434d hide "comments" link in Leggero if there aren't any comments and posting has been disabled 2009-09-09 17:32:32 +00:00
real_nowhereman
cc44e55cdc fixes missing URL when editing comments 2009-09-09 17:30:19 +00:00
real_nowhereman
d99a4e4f43 "fixing" hidden stat panel notice 2009-07-26 09:11:15 +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
a1176756a4 porting to PHP5-style object assignments 2009-07-21 15:51:49 +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
f4d9a3fd1a fixing readmore minor bug 2009-04-05 19:48:33 +00:00
real_nowhereman
f95e233986 update language for edit comment panel 2009-03-28 08:02:46 +00:00
real_nowhereman
7d941b4605 comment editor 2009-03-27 18:20:45 +00:00
real_nowhereman
7fa207b8f8 wrong count limit for paged views 2009-02-28 16:06:15 +00:00
real_nowhereman
3eda7bfd6c preserve loggedin flag on edit 2009-02-28 11:18:31 +00:00
real_nowhereman
40e3b8625b some functions were incorrectly renamed 2009-02-28 10:47:23 +00:00
real_nowhereman
5ffe855a74 forgot to commit the actual comment editor panel :D 2009-02-27 16:22:38 +00:00
real_nowhereman
184168d7a2 added comment editor! 2009-02-27 10:37:40 +00:00
real_nowhereman
b9fedf7841 fix bad escaping of html entities 2009-02-26 18:25:47 +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
34926b37df reverting unwanted changes 2009-02-15 11:18:44 +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
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
d46ac619b5 suppress notice 2009-02-06 20:16:01 +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
18ff5adc7d fixed notice 2009-02-06 09:11:28 +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