3d23a3434dhide "comments" link in Leggero if there aren't any comments and posting has been disabled
real_nowhereman
2009-09-09 17:32:32 +00:00
cc44e55cdcfixes missing URL when editing comments
real_nowhereman
2009-09-09 17:30:19 +00:00
d99a4e4f43"fixing" hidden stat panel notice
real_nowhereman
2009-07-26 09:11:15 +00:00
eccfec41eeporting to PHP5-style object assignments (it should work now...)
real_nowhereman
2009-07-23 15:19:06 +00:00
72880e6e16congrats, we're back to this morning! :D (temporary workarounds)
real_nowhereman
2009-07-21 16:46:09 +00:00
744e16a9bbreverting awful mess in fp-includes
real_nowhereman
2009-07-21 16:41:35 +00:00
a1176756a4porting to PHP5-style object assignments
real_nowhereman
2009-07-21 15:51:49 +00:00
5e7f579ff5future proofing, changed all object assignments to PHP5-style
real_nowhereman
2009-07-21 07:24:42 +00:00
06d15d67fdtemporary fix for php5.3
real_nowhereman
2009-07-20 17:33:31 +00:00
57c212c9c8added new comment form, fixed a few issues with fpdb, cosmetich changes for the comment form, minor changes in comment handling
real_nowhereman
2009-07-03 15:39:23 +00:00
f4d9a3fd1afixing readmore minor bug
real_nowhereman
2009-04-05 19:48:33 +00:00
f95e233986update language for edit comment panel
real_nowhereman
2009-03-28 08:02:46 +00:00
73191e6033category array on edit was assumed to be int-only: added skip
real_nowhereman
2009-02-15 08:33:44 +00:00
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
real_nowhereman
2009-02-11 15:31:33 +00:00
1f5c7a6bb5division by zero in remote resizes, restore non-overridable addCode - there is already removeCode for that
real_nowhereman
2009-02-06 20:08:25 +00:00
f153a25b39typo cause index to fail; fixed minor issues with static pages
real_nowhereman
2009-02-04 22:46:20 +00:00
d5e666a1a1big 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 :)
real_nowhereman
2009-02-03 16:53:52 +00:00
9413e4dee7missing $place-1 caused returning following item in getitem()
real_nowhereman
2009-02-03 16:26:05 +00:00
d92177cbeeprint panel-specific class in admin panel body; minor css tuning
real_nowhereman
2009-02-02 18:46:08 +00:00
5aa714b47eallowing plugins to override bbcode tags; added support for enclosures: needs plugin
real_nowhereman
2009-02-01 14:15:40 +00:00
4e339aa4e9missing {} in tpl
real_nowhereman
2009-02-01 09:09:36 +00:00
c6e19bb88afixed hacky link wrapper...
real_nowhereman
2009-01-27 09:54:03 +00:00
68dd57242afixing 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
real_nowhereman
2009-01-17 16:40:35 +00:00
bd87798d9bglobal $post when saving...; this code needs a cleanup for consistence
real_nowhereman
2009-01-04 19:03:00 +00:00
74de4a1095list-categories checked radio
real_nowhereman
2009-01-01 19:09:35 +00:00
aa1b273031preparing for .812; fixed version number, added rebuild index option in MAINTAIN panel, muted debug mode in bplustree
real_nowhereman
2008-12-23 10:56:24 +00:00
975ead67e2fixed empty title/alt if img metadata is empty
real_nowhereman
2008-12-07 15:01:48 +00:00
009032c95cTERRIBLE 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
real_nowhereman
2008-12-07 14:04:58 +00:00
e052fa4e4ahuge 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
real_nowhereman
2008-11-12 16:54:40 +00:00
4fe8540e2ffixing core.date; returned wrong item
real_nowhereman
2008-11-11 18:27:36 +00:00
5d98b37dacfix "center" class in imgs...
real_nowhereman
2008-10-13 18:59:57 +00:00
6737549a00fixing draft escaping/unescaping of separator
real_nowhereman
2008-10-11 07:50:50 +00:00
42d6a9553badded RAW option to entry_parse()
real_nowhereman
2008-09-09 14:52:16 +00:00
bf13a21d35categories widget can now show numbers: EXPERIMENTAL, it's just a show-off :p needs some caching system
real_nowhereman
2008-09-08 15:32:15 +00:00
29a9e6bbd1suppressing "file not found" errors for indices, fall back to 404 error; correctly return seek position when inserting into SBPlusTrees
real_nowhereman
2008-09-08 15:20:07 +00:00
13dc0b6cb4allowing quick parsing to display comment count, in order to list entries quickly; changed admin panel accordingly (no author column anymore)
real_nowhereman
2008-09-08 09:06:54 +00:00
5572be3b3cchanged entry_cached_index, direct subclass... cache_filelister now probably useless; muted prev/next page for single; "last-entries" still broken; categories not tested yet
real_nowhereman
2008-09-08 08:25:20 +00:00
522d3616b8fixed typo in bplustree and workaround for notice in return value (reference)
real_nowhereman
2008-09-08 08:21:00 +00:00
25b711d9beworking around notice
real_nowhereman
2008-09-08 08:19:41 +00:00
02d8d27418things are starting to get going
real_nowhereman
2008-09-08 07:37:07 +00:00
141ef1292aiterators should now work; need to update the behaviour of the upper lever classes
real_nowhereman
2008-09-07 15:19:13 +00:00
8df42deebanow FP set-ups (first need to create fp-content/index/); it won't work anyway
real_nowhereman
2008-09-07 14:43:17 +00:00
b3e97edd66adding index manager, still probably not functional
real_nowhereman
2008-09-06 13:46:03 +00:00
dea2a2fa87a few preliminar changes, not working yet
real_nowhereman
2008-09-06 10:10:30 +00:00
caa6e32751first commit of bplustree class
real_nowhereman
2008-09-04 15:17:50 +00:00
abd4d48885few fixes in lang
real_nowhereman
2008-09-04 15:03:26 +00:00
15b743eb00modified lightbox for message passing... ugly for now
real_nowhereman
2008-07-14 18:47:53 +00:00
7b04a345fdtemporarily reverting change in email to allow all comments to be delivered
real_nowhereman
2008-07-12 18:34:31 +00:00
2cfe68a25dtypo in rss.tpl
real_nowhereman
2008-07-02 11:29:30 +00:00
15bcdb932bok, fixed stripslashes in static too
real_nowhereman
2008-06-28 08:34:21 +00:00