azett
107f6d99eb
Added missing properties to fix "Dynamic properties are deprecated"
...
errors under PHP 8.2
2023-10-28 13:56:05 +02:00
azett
61ec0d9f4d
fixed some more each() calls;
...
core.utils.php: added new function utils_array_kshift();
code formatting changed slightly
2018-10-23 12:24:43 +02:00
azett
6b8a4776df
Included Matthias Mauch's PHP7.1 patch. Besides other changes regarding PHP7 compatibility, it replaces all the class-named constructors with __construct(). Thanks a lot, Matthias!
...
Please visit his website http://www.aadmm.org/fp-patch/ and read patch-description.txt to learn more about the details of the patch.
I adapted the patch slighty: It now does not just add a __construct() function to the existing class-named one, instead it replaces it completely. Therefore, some parent::__construct() calls had to be changed, too.
2018-10-03 11:00:55 +02:00
real_nowhereman
b739d502f5
attempt to fix backslash problem (not tested)
2010-10-08 18:01:59 +00:00
real_nowhereman
8dfa99d8c6
prevent cat-0 from being tampered with
2010-09-29 19:41:16 +00:00
real_nowhereman
ea2de810ac
publish_post action must be subsequent to draft_save, which calls entry_prepare, which in turn sets global $post
2010-09-16 09:16:05 +00:00
real_nowhereman
e8d5060f44
experimental exclusive lock on index: now you can try and mess around with multiple users (I'm NOT endorsing that, though!!)
2010-08-16 08:24:55 +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
eccfec41ee
porting to PHP5-style object assignments (it should work now...)
2009-07-23 15:19:06 +00:00
real_nowhereman
744e16a9bb
reverting awful mess in fp-includes
2009-07-21 16:41:35 +00:00
real_nowhereman
5e7f579ff5
future proofing, changed all object assignments to PHP5-style
2009-07-21 07:24:42 +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
73191e6033
category array on edit was assumed to be int-only: added skip
2009-02-15 08:33:44 +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
bd87798d9b
global $post when saving...; this code needs a cleanup for consistence
2009-01-04 19:03:00 +00:00
real_nowhereman
d86ddd0eae
php4 compatibility
2009-01-01 19:11:34 +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
ccc7e8139c
indices correctly updated when *removing* categories
2008-09-24 10:08:12 +00:00
real_nowhereman
9c967770eb
fixed recursive update when deleting in indices
2008-09-19 17:09:53 +00:00
real_nowhereman
c76aa232bf
type check
2008-09-10 07:51:39 +00:00
real_nowhereman
42d6a9553b
added RAW option to entry_parse()
2008-09-09 14:52:16 +00:00
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
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
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
a68630bf35
First revision of FlatPress Crescendo+1 ( 0.703+n :) )
2007-10-30 10:30:07 +00:00