217 Commits

Author SHA1 Message Date
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
real_nowhereman
d5e666a1a1 big commit: implemented sort-of 2-phase (3-phase actually) safe commit in FP; first entry is saved as draft, then content is moved along when indices have been succesfully updated; this way if btree fails, entry is anyway kept in a safe place; added a few cosmetic changes, a bunch of new, more descriptive language strings for the entry panel; added a "you are editing a draft" notice in the panel; hope you will like it :) 2009-02-03 16:53:52 +00:00
real_nowhereman
9413e4dee7 missing $place-1 caused returning following item in getitem() 2009-02-03 16:26:05 +00:00
real_nowhereman
d92177cbee print panel-specific class in admin panel body; minor css tuning 2009-02-02 18:46:08 +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
4e339aa4e9 missing {} in tpl 2009-02-01 09:09:36 +00:00
real_nowhereman
c6e19bb88a fixed hacky link wrapper... 2009-01-27 09:54:03 +00:00
real_nowhereman
e00e3a26c6 0.812.1 2009-01-24 09:08:10 +00:00
real_nowhereman
68dd57242a fixing another BAD unsigned-long related bug, by re-defining the NULL and NULLSEEK value to 0, since an unsigned long cannot of course be -1! this will require you to kindly rebuild your index 2009-01-17 16:40:35 +00:00
real_nowhereman
bd87798d9b global $post when saving...; this code needs a cleanup for consistence 2009-01-04 19:03:00 +00:00
real_nowhereman
aeadfd3a74 again suppressing notices... 2009-01-03 19:59:34 +00:00
real_nowhereman
45aabd2427 fixing loose search edge case 2009-01-03 13:50:18 +00:00
real_nowhereman
769236ff33 fixing dumb notice (php4 compat) 2009-01-03 12:08:22 +00:00
real_nowhereman
d86ddd0eae php4 compatibility 2009-01-01 19:11:34 +00:00
real_nowhereman
74de4a1095 list-categories checked radio 2009-01-01 19:09:35 +00:00
real_nowhereman
aa1b273031 preparing for .812; fixed version number, added rebuild index option in MAINTAIN panel, muted debug mode in bplustree 2008-12-23 10:56:24 +00:00
real_nowhereman
96ca82205a *really* fixing matching brackets 2008-12-08 08:42:03 +00:00
real_nowhereman
3efe77d517 typo, remove closing bracket 2008-12-07 20:37:50 +00:00
real_nowhereman
975ead67e2 fixed empty title/alt if img metadata is empty 2008-12-07 15:01:48 +00:00
real_nowhereman
009032c95c TERRIBLE bug to appear right before the discussion of my thesis, but in fact quite trivial: a long were read as unsigned, while in fact it was signed 2008-12-07 14:04:58 +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
4fe8540e2f fixing core.date; returned wrong item 2008-11-11 18:27:36 +00:00
real_nowhereman
5d98b37dac fix "center" class in imgs... 2008-10-13 18:59:57 +00:00
real_nowhereman
6737549a00 fixing draft escaping/unescaping of separator 2008-10-11 07:50:50 +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
44168dda8e porting bracnch fixes to trunk, raising version number 2008-09-26 17:22:13 +00:00
real_nowhereman
9c3f421d64 cosmetic changes in admin panel. please notice #admin-tab-current is now a class! 2008-09-26 17:17:41 +00:00
real_nowhereman
bdf98d0d7f fixed $post global 2008-09-24 17:17:39 +00:00
real_nowhereman
f78ccc1813 disabled cache/clear ; fixed url for updates 2008-09-24 11:25:27 +00:00
real_nowhereman
ccc7e8139c indices correctly updated when *removing* categories 2008-09-24 10:08:12 +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