76 Commits

Author SHA1 Message Date
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
MarcThibeault
60442e00e3 Changed 'Archive' to 'Categories' in entry editor
Noticed that when editing an entry, the categories checkbox container's
name was 'Archive'. I modified the template and the lang file so that
it's 'Categories' from now on.
2014-02-28 21:13:14 -05:00
liquibyte
0f6e40c7da Things just don't seem to work right with git.
Signed-off-by: liquibyte <liquibyte@gmail.com>
2014-01-29 23:50:55 -05:00
liquibyte
f97f35dd5e Doing a re-commit to make sure things are working right.
Signed-off-by: liquibyte <liquibyte@gmail.com>
2014-01-29 23:43:52 -05:00
liquibyte
e121753594 Rewrote admin.widgets.js to allow external styling. Added drop functionality to available widgets to accept installed widgets drop to delete.
Added two classes to admin.css to style hover colors of available widgets, installed widgets and trashcan.

Signed-off-by: liquibyte <liquibyte@gmail.com>
2014-01-29 01:45:49 -05:00
Edoardo Vacchi
38e6db0e85 fix signature of methods in admin panel 2013-11-27 18:11:15 +01:00
real_nowhereman
81a47b5f8f disable RAW widgets editor (deprecated) 2013-06-24 19:09:39 +00:00
real_nowhereman
c9564f7503 fixing 'strict' errors 2012-03-25 21:43:59 +00:00
real_nowhereman
2d1174228f fix nested forms 2011-04-15 17:09:39 +00:00
real_nowhereman
6721d8098d fix ie9.. not entirely satisfied though.. 2011-04-14 07:36:31 +00:00
real_nowhereman
4263c3fb8d namespacing widgets, IE9 hotfix 2011-04-13 10:30:38 +00:00
real_nowhereman
d3f7b04446 reverted back JS confirm 2010-11-07 13:36:30 +00:00
real_nowhereman
9606e13aad comment were not deleted 2010-11-07 12:07:48 +00:00
real_nowhereman
9503be02e2 fix version check 2010-11-05 13:09:18 +00:00
real_nowhereman
c5fcc39d7f prevent injections 2010-10-21 09:03:50 +00:00
real_nowhereman
8dfa99d8c6 prevent cat-0 from being tampered with 2010-09-29 19:41:16 +00:00
real_nowhereman
2e41413efe updated plugin, modified admin panel with empty divs; now save&continue (sort-of) works (experimental!) 2010-08-25 19:54:25 +00:00
real_nowhereman
8177592469 adding plugin hooks to panels (experimental) 2010-08-25 17:40:09 +00:00
real_nowhereman
9c577211fd ugly workaround to fix jQuery UI vs. IE8 bug 2010-08-23 17:21:56 +00:00
real_nowhereman
8723504185 partial fix to widget panel bug (still error on trashing --IE8) 2010-08-23 14:23:49 +00:00
real_nowhereman
fec91ae412 many minor edits, porting to jQuery (thanks to pierovdfn!) 2010-08-12 10:02:52 +00:00
real_nowhereman
a5d37a6602 2009-12-17 17:52:49 +00:00
real_nowhereman
b311abe245 list_categories changed behavior, fixed 2009-12-04 08:16:24 +00:00
real_nowhereman
879eecabf3 index is now MOVED instead of deleted 2009-11-21 15:03:10 +00:00
real_nowhereman
33abf7dcf1 remove references to smartyvalidate 2009-11-14 19:40:47 +00:00
real_nowhereman
8113d79392 backward compatibility php4 2009-10-15 18:00:17 +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
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
a1176756a4 porting to PHP5-style object assignments 2009-07-21 15:51:49 +00:00
real_nowhereman
7d941b4605 comment editor 2009-03-27 18:20:45 +00:00
real_nowhereman
3eda7bfd6c preserve loggedin flag on edit 2009-02-28 11:18:31 +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
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
4e339aa4e9 missing {} in tpl 2009-02-01 09:09:36 +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
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
f78ccc1813 disabled cache/clear ; fixed url for updates 2008-09-24 11:25:27 +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