c4ce531850Comments' 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
9c0dea07a3Changed system version to "1.1 RC1"
azett
2019-01-04 17:05:56 +01:00
d6843fa2b8set version number to 1.0.3.php7
azett
2018-10-23 19:07:36 +02:00
2dc60cd41bminor change in wording
azett
2018-10-23 14:10:40 +02:00
e2e0e8c0f5smarty_search_result(): finally, the last each() call is replaced. yay! \o/
azett
2018-10-23 13:25:07 +02:00
eead674de1Bugfix 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
61ec0d9f4dfixed 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
3ca9093f7aCalendar 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
50c492c5a6Replaced deprecated each() in footnotes plugin.
azett
2018-10-03 14:07:38 +02:00
d8de4bfb02Replaced 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
88e8b02b8fadded some more information about the fork to readme
azett
2018-10-03 11:25:39 +02:00
6b8a4776dfIncluded 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
030c433796fix 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
2eecd94307I 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
0f6e40c7daThings 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
f97f35dd5eDoing 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
136076644dThis 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
c9bf4a8d26I 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
e121753594Rewrote 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