azett
7e8ddb88b8
Fixed more template errors in order to get everything running with PHP 8.0.
...
Also: Fixed some tiny PHP errors.
Thanks for reporting, Matthias!
2021-02-13 13:03:09 +01:00
azett
7e9c1666c3
updated GitHub links in the Admin Maintain panel
2018-12-31 13:06:25 +01:00
azett
d8de4bfb02
Replaced some more class-named constructors (and calls to them).
...
Removed unused and/or commented code.
Replaced calls to deprecated each() with array_shift() (not completely done yet, still some more to fix!).
Replaced call to deprecated create_function() with real callback function.
2018-10-03 13:53:40 +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
Marc Thibeault
006c06c49e
Updated download paths in maintain / check for updates page
2016-01-19 19:23:34 -05:00
real_nowhereman
9503be02e2
fix version check
2010-11-05 13:09:18 +00:00
real_nowhereman
879eecabf3
index is now MOVED instead of deleted
2009-11-21 15:03:10 +00:00
real_nowhereman
a1176756a4
porting to PHP5-style object assignments
2009-07-21 15:51:49 +00:00
real_nowhereman
18ff5adc7d
fixed notice
2009-02-06 09:11:28 +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
d86ddd0eae
php4 compatibility
2009-01-01 19:11:34 +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
f78ccc1813
disabled cache/clear ; fixed url for updates
2008-09-24 11:25:27 +00:00
real_nowhereman
3e426fcef3
fixed one of the URLs; not yet completely correct, I know
2008-03-05 10:09:01 +00:00
real_nowhereman
a68630bf35
First revision of FlatPress Crescendo+1 ( 0.703+n :) )
2007-10-30 10:30:07 +00:00