871 Commits

Author SHA1 Message Date
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
MarcThibeault
d8ad93a3d8 Updating images 2014-11-12 17:51:41 -05:00
MarcThibeault
b812e573b3 Removed useless line breaks 2014-11-12 17:23:56 -05:00
MarcThibeault
df49a3d346 Fixing CSS background 2014-11-11 22:19:52 -05:00
MarcThibeault
9bb7a702a6 text-shadow fine-tuning 2014-10-28 18:35:58 -04:00
MarcThibeault
5c7218acf4 Removed backbw.png 2014-10-13 21:51:50 -04:00
MarcThibeault
f51a8b9c5f Fixed fonts, sidebar and footers + misc 2014-10-13 21:49:54 -04:00
MarcThibeault
80c06d9faa Made Leggero-v2 responsive + tweaks 2014-10-09 19:18:19 -04:00
MarcThibeault
d600ec2e46 First commit for Leggero-v2 2014-10-08 22:17:43 -04:00
Edoardo Vacchi
c2d6f046d2 Merge pull request #18 from MarcThibeault/Patch-Microdata
Adding microdata to entry-default template
2014-07-25 08:06:44 +02:00
MarcThibeault
aa5fd2b0c1 Adding microdata to entry-default template 2014-07-24 20:48:24 -04:00
Edoardo Vacchi
4637637116 fix strict error in function.list_categories.php 2014-04-29 16:49:58 +02:00
Edoardo Vacchi
861ba32ba7 Merge pull request #15 from MarcThibeault/update-default-content
Add mention to GitHub in the default blog entry
2014-03-16 21:51:06 +01:00
MarcThibeault
14302c981c Add mention to GitHub in the default blog entry 2014-03-15 16:46:59 -04:00
Edoardo Vacchi
3efaf2012d Merge branch 'master' of github.com:evacchi/flatpress 2014-03-06 10:01:48 +01:00
Edoardo Vacchi
924668fe2c Issue #14 : XSS fix 2014-03-06 10:00:57 +01:00
Edoardo Vacchi
8554a92d14 Merge pull request #12 from MarcThibeault/master
Changed 'Archive' to 'Categories' in entry editor
2014-03-01 11:39:36 +01:00