8 Commits

Author SHA1 Message Date
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
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
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
real_nowhereman
fdd46ea7fb search did not display the title 2009-11-25 10:06:14 +00:00
real_nowhereman
559b7f1475 fixed printing of results 2008-02-10 19:07:32 +00:00
real_nowhereman
10929c56e6 search phrase was not lowercased, but content strings were 2008-02-10 15:15:21 +00:00
real_nowhereman
a68630bf35 First revision of FlatPress Crescendo+1 ( 0.703+n :) ) 2007-10-30 10:30:07 +00:00