Commit Graph

  • e6ad6d9114 Default config: Plugins 'protectedmaillinks', 'lastcommentsadmin' and 'mediamanager' are enabled by default azett 2019-01-06 13:56:36 +01:00
  • 85436639f2 added plugin ProtectedMailLinks; icons (and some new bbcode elements!) for editor toolbar azett 2019-01-06 13:43:28 +01:00
  • 7c1993542a
    changelog updated azett 2019-01-05 13:16:36 +01:00
  • 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. azett 2019-01-05 13:03:29 +01:00
  • 9c0dea07a3 Changed system version to "1.1 RC1" azett 2019-01-04 17:05:56 +01:00
  • cff71d4ad5
    changelog updated azett 2018-12-31 15:29:33 +01:00
  • 082c113d67 Security: PHP files can not be uploaded any more - see https://www.exploit-db.com/exploits/39870 azett 2018-12-31 15:13:49 +01:00
  • 1415afc6b1 little repo cleanup: ignoring local files azett 2018-12-31 13:21:49 +01:00
  • 810310bfcc added German language files by laborix - thank you very much :) azett 2018-12-31 13:12:43 +01:00
  • 7e9c1666c3 updated GitHub links in the Admin Maintain panel azett 2018-12-31 13:06:25 +01:00
  • e72a859d85 added Greek language files from ghost's pull request: https://github.com/flatpressblog/flatpress/pull/6 - thanks a lot! azett 2018-12-31 12:53:16 +01:00
  • 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 azett 2018-12-31 12:04:25 +01:00
  • 37674c542a deleted obsolete readme file azett 2018-12-30 23:29:44 +01:00
  • 31235ae06d
    Merge pull request #28 from azett/master azett 2018-12-30 23:24:23 +01:00
  • 7507d160c1 changelog formatting azett 2018-12-30 23:22:12 +01:00
  • fe2a328825
    added some more legacy releases to the changelog azett 2018-12-30 23:17:53 +01:00
  • 432d22f620
    updated changelog, still work to do azett 2018-12-30 22:58:36 +01:00
  • 1cccf186c9 update release version to "1.1"; renamed changelog and license file, removed unneccessary files azett 2018-12-30 22:48:19 +01:00
  • 005b8c2776
    readme updated azett 2018-12-30 22:38:21 +01:00
  • d6843fa2b8 set version number to 1.0.3.php7 azett 2018-10-23 19:07:36 +02:00
  • 2dc60cd41b minor change in wording azett 2018-10-23 14:10:40 +02:00
  • e2e0e8c0f5 smarty_search_result(): finally, the last each() call is replaced. yay! \o/ azett 2018-10-23 13:25:07 +02:00
  • eead674de1 Bugfix in utils_array_kshift(): Didn't return NULL properly when array parameter is given empty or not an array azett 2018-10-23 13:22:43 +02:00
  • 61ec0d9f4d fixed some more each() calls; core.utils.php: added new function utils_array_kshift(); code formatting changed slightly azett 2018-10-23 12:24:43 +02:00
  • 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! azett 2018-10-03 15:33:38 +02:00
  • 50c492c5a6 Replaced deprecated each() in footnotes plugin. azett 2018-10-03 14:07:38 +02:00
  • 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. azett 2018-10-03 13:53:40 +02:00
  • b3f613a5d2
    readme blingbling azett 2018-10-03 11:33:44 +02:00
  • 88e8b02b8f added some more information about the fork to readme azett 2018-10-03 11:25:39 +02:00
  • 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. azett 2018-10-03 11:00:55 +02:00
  • 11818bd4e7 Merge pull request #26 from bedreamer/master Edoardo Vacchi 2016-05-23 13:07:17 +02:00
  • 2041c80c9a add a ; tom 2016-05-23 13:02:54 +08:00
  • 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" tom 2016-05-23 13:02:11 +08:00
  • 2f179233ec Merge pull request #21 from MarcThibeault/Download-update-path Edoardo Vacchi 2016-01-20 14:01:48 +01:00
  • 01896bbb42 Merge pull request #22 from MarcThibeault/Default-entry-content Edoardo Vacchi 2016-01-20 14:01:13 +01:00
  • e44b503c0e Fixed links in default entry Marc Thibeault 2016-01-19 19:42:26 -05:00
  • 006c06c49e Updated download paths in maintain / check for updates page Marc Thibeault 2016-01-19 19:23:34 -05:00
  • 636f7a40f3 Merge remote-tracking branch 'refs/remotes/evacchi/master' Marc Thibeault 2016-01-15 21:13:44 -05:00
  • d4ad93a661 Version bump Edoardo Vacchi 2015-06-12 09:31:03 +02:00
  • d5aa7a8b2e Merge pull request #19 from MarcThibeault/leggero-v2 Edoardo Vacchi 2015-02-07 13:19:59 +01:00
  • 30f0db0742 IE CSS MarcThibeault 2014-11-17 20:15:14 -05:00
  • 4e4d53ab38 Opacity fine tuning MarcThibeault 2014-11-17 20:04:47 -05:00
  • 5cce425920 CSS for IE MarcThibeault 2014-11-13 22:13:36 -05:00
  • d5101c274a Reduced background img size MarcThibeault 2014-11-12 21:37:42 -05:00
  • 26b75a1ac1 Updated header color + style desc MarcThibeault 2014-11-12 17:53:42 -05:00
  • d8ad93a3d8 Updating images MarcThibeault 2014-11-12 17:51:41 -05:00
  • b812e573b3 Removed useless line breaks MarcThibeault 2014-11-12 17:23:56 -05:00
  • df49a3d346 Fixing CSS background MarcThibeault 2014-11-11 22:19:52 -05:00
  • 9bb7a702a6 text-shadow fine-tuning MarcThibeault 2014-10-28 18:35:58 -04:00
  • 5c7218acf4 Removed backbw.png MarcThibeault 2014-10-13 21:51:50 -04:00
  • f51a8b9c5f Fixed fonts, sidebar and footers + misc MarcThibeault 2014-10-13 21:49:54 -04:00
  • 80c06d9faa Made Leggero-v2 responsive + tweaks MarcThibeault 2014-10-09 19:18:19 -04:00
  • d600ec2e46 First commit for Leggero-v2 MarcThibeault 2014-10-08 22:17:43 -04:00
  • c2d6f046d2 Merge pull request #18 from MarcThibeault/Patch-Microdata Edoardo Vacchi 2014-07-25 08:06:44 +02:00
  • aa5fd2b0c1 Adding microdata to entry-default template MarcThibeault 2014-07-24 20:48:24 -04:00
  • 4637637116 fix strict error in function.list_categories.php Edoardo Vacchi 2014-04-29 16:49:58 +02:00
  • 861ba32ba7 Merge pull request #15 from MarcThibeault/update-default-content Edoardo Vacchi 2014-03-16 21:51:06 +01:00
  • 14302c981c Add mention to GitHub in the default blog entry MarcThibeault 2014-03-15 16:46:59 -04:00
  • 3efaf2012d Merge branch 'master' of github.com:evacchi/flatpress Edoardo Vacchi 2014-03-06 10:01:48 +01:00
  • 924668fe2c Issue #14 : XSS fix Edoardo Vacchi 2014-03-06 10:00:57 +01:00
  • 8554a92d14 Merge pull request #12 from MarcThibeault/master Edoardo Vacchi 2014-03-01 11:39:36 +01:00
  • 60442e00e3 Changed 'Archive' to 'Categories' in entry editor MarcThibeault 2014-02-28 21:13:14 -05:00
  • e6aaf4b96f Merge pull request #9 from liquibyte/master Edoardo Vacchi 2014-01-30 00:43:04 -08:00
  • 2eecd94307 I swear this thing is pulling files from nowhere. I keep seeing changes I didn't make. Signed-off-by: liquibyte <liquibyte@gmail.com> liquibyte 2014-01-29 23:58:10 -05:00
  • 0f6e40c7da Things just don't seem to work right with git. Signed-off-by: liquibyte <liquibyte@gmail.com> liquibyte 2014-01-29 23:50:55 -05:00
  • f97f35dd5e Doing a re-commit to make sure things are working right. Signed-off-by: liquibyte <liquibyte@gmail.com> liquibyte 2014-01-29 23:43:52 -05:00
  • 136076644d This file is also needed to make the hover effects work. The older jquery just doesn't cut it. liquibyte 2014-01-29 23:07:25 -05:00
  • c9bf4a8d26 I don't understand how people say git is easy. Thing seems to be messing up my commits. liquibyte 2014-01-29 23:00:41 -05:00
  • 4f78a0de90 Merge pull request #8 from liquibyte/master Edoardo Vacchi 2014-01-29 12:46:41 -08:00
  • 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. liquibyte 2014-01-29 01:45:49 -05:00
  • 109664842b remove debug statement Edoardo Vacchi 2013-12-09 23:43:49 +01:00
  • 5e917bf209 should finally fix static validation issues Edoardo Vacchi 2013-12-09 16:50:09 +01:00
  • 32a3cb1021 fix unfortunate use of '/' as a regex delimiter in preg_match Edoardo Vacchi 2013-12-04 20:28:15 +01:00
  • 03be9f288c 1.0.2 version bump Edoardo Vacchi 2013-11-28 20:45:54 +01:00
  • dd94f073bf Fix other method signatures Edoardo Vacchi 2013-11-28 20:44:52 +01:00
  • a3b54b0d3d Merge branch 'master' of github.com:evacchi/flatpress Edoardo Vacchi 2013-11-27 18:13:04 +01:00
  • 38e6db0e85 fix signature of methods in admin panel Edoardo Vacchi 2013-11-27 18:11:15 +01:00
  • b79b554440 set date timezone to UTC by default Edoardo Vacchi 2013-11-27 18:08:43 +01:00
  • b4368f0774 Update core.static.php Edoardo Vacchi 2013-11-27 11:55:31 +01:00
  • 5b99bfef25 preg_match missing argument Edoardo Vacchi 2013-11-26 23:20:26 +01:00
  • 9b5b77742d 1.0.1 version bump Edoardo Vacchi 2013-11-20 14:21:34 +01:00
  • d7e2033749 fix incorrect static id handling Edoardo Vacchi 2013-11-20 12:33:50 +01:00
  • 5c9dfc12a1 Merge branch 'master' of github.com:evacchi/flatpress Edoardo Vacchi 2013-09-16 10:01:04 +02:00
  • 5e63e60509 Initial commit Edoardo Vacchi 2013-09-16 00:49:11 -07:00
  • 81a47b5f8f disable RAW widgets editor (deprecated) real_nowhereman 2013-06-24 19:09:39 +00:00
  • 51ed39768d CURL: do not follow redirects real_nowhereman 2012-05-15 19:17:17 +00:00
  • c9564f7503 fixing 'strict' errors real_nowhereman 2012-03-25 21:43:59 +00:00
  • 5a72665c23 fix a strict error by horribly breaking old PHP4 installations. real_nowhereman 2012-03-24 15:20:41 +00:00
  • 4447d11a3b fix a stupid 'strict' warning real_nowhereman 2012-03-24 15:20:04 +00:00
  • 58dc891c5a removing deprecated plugins real_nowhereman 2012-02-26 19:20:31 +00:00
  • db4abfa5da added comment_delete hook real_nowhereman 2012-02-01 21:40:09 +00:00
  • 4e487d6393 updated jquery real_nowhereman 2012-01-12 19:54:45 +00:00
  • 376a91e512 SYSTEM_VER bump real_nowhereman 2012-01-11 13:09:00 +00:00
  • 213b408a4e old fixes real_nowhereman 2012-01-11 13:08:28 +00:00
  • 0f47721caf add init_theme action real_nowhereman 2011-11-06 10:11:53 +00:00
  • 25e948ba32 deprecation warning real_nowhereman 2011-09-03 19:05:29 +00:00
  • ebc41cdf8e patch submitted by hisham_hm http://flatpress.org/vanilla2/discussion/1504/patch-bug-in-wptexturize-applying-smart-quotes-when-tags-are-nested#Item_1 real_nowhereman 2011-09-01 11:49:07 +00:00
  • 7d12b43e16 fix warning real_nowhereman 2011-08-30 11:58:23 +00:00
  • 51e36e4da2 thumb patch (still not working) real_nowhereman 2011-08-25 19:39:13 +00:00
  • e5f7052516 updated to 0.3.3. also, removed all instances of '=&'; replaced with '=' real_nowhereman 2011-08-25 19:33:18 +00:00