azett
9d45056f97
Bugfixes: Correct email validation in comments.php (see #c4ce531); Fixed brackets in core.wp-formatting.php (thanks Lubomir!)
2019-01-11 09:00:11 +01:00
azett
046e24dd3c
updated readme
2019-01-06 19:43:06 +01:00
azett
41c46f5dce
updated changelog
2019-01-06 19:05:30 +01:00
azett
054c6c0782
updated changelog
2019-01-06 14:14:20 +01:00
azett
3d71168698
Installer doesn't call himself "experimental" anymore :)
2019-01-06 14:05:49 +01:00
azett
e6ad6d9114
Default config: Plugins 'protectedmaillinks', 'lastcommentsadmin' and 'mediamanager' are enabled by default
2019-01-06 13:56:36 +01:00
azett
85436639f2
added plugin ProtectedMailLinks;
...
icons (and some new bbcode elements!) for editor toolbar
2019-01-06 13:43:28 +01:00
azett
7c1993542a
changelog updated
2019-01-05 13:16:36 +01:00
azett
c4ce531850
Comments' URL and email is now checked with filter_var() function. This makes the checks much more generic and, by the way, allows HTTPS URLs. (Which was reported by RT Cunnigham, see http://flatpress.org/home/comments.php?entry=entry181114-131213#comment181212-200956 - thanks!)
...
Also: Standard theme Leggero has rel="nofollow" for comments' URLs in order to make comment spam more useless.
2019-01-05 13:03:29 +01:00
azett
9c0dea07a3
Changed system version to "1.1 RC1"
2019-01-04 17:05:56 +01:00
azett
cff71d4ad5
changelog updated
2018-12-31 15:29:33 +01:00
azett
082c113d67
Security: PHP files can not be uploaded any more - see https://www.exploit-db.com/exploits/39870
2018-12-31 15:13:49 +01:00
azett
1415afc6b1
little repo cleanup: ignoring local files
2018-12-31 13:21:49 +01:00
azett
810310bfcc
added German language files by laborix - thank you very much :)
2018-12-31 13:12:43 +01:00
azett
7e9c1666c3
updated GitHub links in the Admin Maintain panel
2018-12-31 13:06:25 +01:00
azett
e72a859d85
added Greek language files from ghost's pull request: https://github.com/flatpressblog/flatpress/pull/6 - thanks a lot!
2018-12-31 12:53:16 +01:00
azett
9f610ddac3
Bugfix: sanitize_title_with_dashes() handles characters > chr(128) correctly
...
-> fixes https://github.com/flatpressblog/flatpress/pull/11 by @moortaube in a general way
2018-12-31 12:04:25 +01:00
azett
37674c542a
deleted obsolete readme file
2018-12-30 23:29:44 +01:00
azett
31235ae06d
Merge pull request #28 from azett/master
...
Version 1.0.3.php7 as base for next FP release
2018-12-30 23:24:23 +01:00
azett
7507d160c1
changelog formatting
2018-12-30 23:22:12 +01:00
azett
fe2a328825
added some more legacy releases to the changelog
2018-12-30 23:17:53 +01:00
azett
432d22f620
updated changelog, still work to do
2018-12-30 22:58:36 +01:00
azett
1cccf186c9
update release version to "1.1"; renamed changelog and license file, removed unneccessary files
2018-12-30 22:48:19 +01:00
azett
005b8c2776
readme updated
2018-12-30 22:38:21 +01:00
azett
d6843fa2b8
set version number to 1.0.3.php7
2018-10-23 19:07:36 +02:00
azett
2dc60cd41b
minor change in wording
2018-10-23 14:10:40 +02:00
azett
e2e0e8c0f5
smarty_search_result(): finally, the last each() call is replaced. yay! \o/
...
also: code formatting changed slightly
2018-10-23 13:25:07 +02:00
azett
eead674de1
Bugfix in utils_array_kshift(): Didn't return NULL properly when array parameter is given empty or not an array
2018-10-23 13:22:43 +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
3ca9093f7a
Calendar plugin: Deprecated each() is useless - commented out.
...
Search: That shit drives me crazy. Not fixed yet, just commented my findings so far. Way to go!
2018-10-03 15:33:38 +02:00
azett
50c492c5a6
Replaced deprecated each() in footnotes plugin.
2018-10-03 14:07:38 +02: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
b3f613a5d2
readme blingbling
2018-10-03 11:33:44 +02:00
azett
88e8b02b8f
added some more information about the fork to readme
2018-10-03 11:25:39 +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
Edoardo Vacchi
11818bd4e7
Merge pull request #26 from bedreamer/master
...
fix warning when list categories
2016-05-23 13:07:17 +02:00
tom
2041c80c9a
add a ;
2016-05-23 13:02:54 +08:00
tom
030c433796
fix warning "Strict Standards: Only variables should be passed by reference in /***/flat/fp-includes/smarty/plugins/function.list_categories.php on line 35"
2016-05-23 13:02:11 +08:00
Edoardo Vacchi
2f179233ec
Merge pull request #21 from MarcThibeault/Download-update-path
...
Download update path
2016-01-20 14:01:48 +01:00
Edoardo Vacchi
01896bbb42
Merge pull request #22 from MarcThibeault/Default-entry-content
...
Default entry content
2016-01-20 14:01:13 +01:00
Marc Thibeault
e44b503c0e
Fixed links in default entry
2016-01-19 19:42:26 -05:00
Marc Thibeault
006c06c49e
Updated download paths in maintain / check for updates page
2016-01-19 19:23:34 -05:00
Marc Thibeault
636f7a40f3
Merge remote-tracking branch 'refs/remotes/evacchi/master'
2016-01-15 21:13:44 -05:00
Edoardo Vacchi
d4ad93a661
Version bump
2015-06-12 09:31:03 +02:00
Edoardo Vacchi
d5aa7a8b2e
Merge pull request #19 from MarcThibeault/leggero-v2
...
Leggero v2
2015-02-07 13:19:59 +01:00
MarcThibeault
30f0db0742
IE CSS
2014-11-17 20:15:14 -05:00
MarcThibeault
4e4d53ab38
Opacity fine tuning
2014-11-17 20:04:47 -05:00
MarcThibeault
5cce425920
CSS for IE
2014-11-13 22:13:36 -05:00
MarcThibeault
d5101c274a
Reduced background img size
2014-11-12 21:37:42 -05:00
MarcThibeault
26b75a1ac1
Updated header color + style desc
2014-11-12 17:53:42 -05:00