-
From now on you are free to use the RSSBuilder classes under the GPL licence. The header-comments in the classes won't be updated right now. I will do that with the next release (if there is a next release)
2007-05-10 17:22:39 UTC in FLP
-
i18n, Thumbnail, RSS Builder and ReloadPreventer have been updated (and partly completely rewritten) to work with PHP5 RC1.
2004-04-10 18:51:28 UTC in FLP
-
Better error handling if picture file wasn't found.
It is possible to add multible logos/watermarks now.
Added a new class "ContactSheet", to create an picture index of a folder or manually added pics.
2003-09-24 19:53:31 UTC in FLP
-
changed some default values to be generated with gmdate() instead of date(). version 2.001 contains the phpdoc comments again.
2003-07-17 06:55:26 UTC in FLP
-
Some speed improvements when using the filterSpecialWords() function. Also enhanced the wordFilter() function.
Some code cleanup.
2003-06-23 03:29:11 UTC in FLP
-
Added an option to the i18n_settings.ini file which allows to turn of alias language checking. if you don’t use it, it speeds thinks up a little.
Also shifted a bit of code to an abstract base class “i18n” and tweaked the getLastUpdate() Method a little bit.
Renamed the User class so it doesn’t interfere with other classes that are commonly named “User”.
2003-05-02 03:19:51 UTC in FLP
-
Changed a bit of the logic of the settings files. There is no currency.ini file any more, but therefore there is a l10n.ini file in each language folder which holds all the regional settings.
Also added a changeLocale method to the classes FormatDate, FormatNumber, FormatString and Measure.
Further added an option to the i18n_settings.ini file which allows to turn of locale checking every time...
2003-04-30 01:20:11 UTC in FLP