php-utility-classes.git
18 years agotry it this way
robert [Fri, 13 May 2005 19:25:49 +0000 (19:25 +0000)]
try it this way

18 years agoreplace all non-numeric values in update array with U for unknown
robert [Fri, 13 May 2005 19:24:21 +0000 (19:24 +0000)]
replace all non-numeric values in update array with U for unknown

18 years agoimprove error reporting and do it the same way for all calls od rrdtool
robert [Fri, 13 May 2005 19:15:59 +0000 (19:15 +0000)]
improve error reporting and do it the same way for all calls od rrdtool

18 years agodon't spit out an error from touch, we generate one ourselves anyways; don't output...
robert [Fri, 13 May 2005 17:17:16 +0000 (17:17 +0000)]
don't spit out an error from touch, we generate one ourselves anyways; don't output 1070-01-01 when last update is null

18 years agosave basename along with filename and only replace .rrd for it if it's at the end...
robert [Thu, 12 May 2005 21:01:42 +0000 (21:01 +0000)]
save basename along with filename and only replace .rrd for it if it's at the end of the filename

18 years agointroduce a global update setting for automatic updating all rows at once
robert [Thu, 12 May 2005 11:53:05 +0000 (11:53 +0000)]
introduce a global update setting for automatic updating all rows at once

18 years agosupport graph url on page settings
robert [Tue, 10 May 2005 15:07:21 +0000 (15:07 +0000)]
support graph url on page settings

18 years agobetter assembling of used config based on defaults
robert [Mon, 9 May 2005 19:24:28 +0000 (19:24 +0000)]
better assembling of used config based on defaults

18 years agosupport config IDs and global defaults, support graph paths, report back file name...
robert [Mon, 9 May 2005 15:54:22 +0000 (15:54 +0000)]
support config IDs and global defaults, support graph paths, report back file name from graph and use that in page

18 years agomake all 2-dataset graphs with no grph rows defined MRTG-style
robert [Sun, 8 May 2005 16:29:29 +0000 (16:29 +0000)]
make all 2-dataset graphs with no grph rows defined MRTG-style

18 years agosupport update config better, add a page footer
robert [Sat, 7 May 2005 17:24:02 +0000 (17:24 +0000)]
support update config better, add a page footer

18 years agoimprove handling of sub graphs, allow page subs
robert [Fri, 6 May 2005 20:58:06 +0000 (20:58 +0000)]
improve handling of sub graphs, allow page subs

18 years agoretrieve further info from graph and use it for display in web page
robert [Fri, 6 May 2005 15:14:28 +0000 (15:14 +0000)]
retrieve further info from graph and use it for display in web page

18 years agocomment out debug lines for production use again
robert [Fri, 6 May 2005 13:02:48 +0000 (13:02 +0000)]
comment out debug lines for production use again

18 years agobail out on a non-set rrd file
robert [Fri, 6 May 2005 12:58:39 +0000 (12:58 +0000)]
bail out on a non-set rrd file

18 years agomake it possible to centralize configuration on init, make graph options simpler
robert [Fri, 6 May 2005 12:53:18 +0000 (12:53 +0000)]
make it possible to centralize configuration on init, make graph options simpler

18 years agosupport scaled graphs and calculated graphs correctly
robert [Thu, 5 May 2005 22:05:59 +0000 (22:05 +0000)]
support scaled graphs and calculated graphs correctly

18 years agomake graph quite a bit better: nicer defaults, more extra options
robert [Thu, 5 May 2005 21:01:20 +0000 (21:01 +0000)]
make graph quite a bit better: nicer defaults, more extra options

18 years agoadd RRD statistics class
robert [Thu, 5 May 2005 19:12:39 +0000 (19:12 +0000)]
add RRD statistics class

19 years agoadd SeaMonkey detection :)
robert [Thu, 24 Mar 2005 20:34:09 +0000 (20:34 +0000)]
add SeaMonkey detection :)

19 years agoadd another three bots to be detected correctly :)
robert [Fri, 18 Mar 2005 16:55:00 +0000 (16:55 +0000)]
add another three bots to be detected correctly :)

19 years agocorrectly detect an insanely big list of user agents
robert [Thu, 17 Mar 2005 22:20:17 +0000 (22:20 +0000)]
correctly detect an insanely big list of user agents

19 years agomodernize userAgent class, make it return additional info such as OS, platform, langu...
robert [Thu, 17 Mar 2005 20:09:36 +0000 (20:09 +0000)]
modernize userAgent class, make it return additional info such as OS, platform, language, understang more rendering engines, better functions to check for them and their version

19 years agoupdate to current COM development
robert [Fri, 21 Jan 2005 00:28:46 +0000 (00:28 +0000)]
update to current COM development

19 years agosome quotation fixes, add getting of accept languages from HTTP header
robert [Mon, 8 Nov 2004 00:18:44 +0000 (00:18 +0000)]
some quotation fixes, add getting of accept languages from HTTP header

19 years agofirst steps of L10n for user module, reorder L10n functions in gallery so that it...
robert [Mon, 4 Oct 2004 17:00:55 +0000 (17:00 +0000)]
first steps of L10n for user module, reorder L10n functions in gallery so that it works with user (and others) as expected

19 years agoa bit more localization work for gallery
robert [Sun, 3 Oct 2004 16:13:06 +0000 (16:13 +0000)]
a bit more localization work for gallery

19 years agoadd L10n files for gallery module
robert [Sun, 26 Sep 2004 23:52:45 +0000 (23:52 +0000)]
add L10n files for gallery module

20 years agoadd optional limit for updateA, add addAttachment() documentation
robert [Sun, 11 Apr 2004 20:31:06 +0000 (20:31 +0000)]
add optional limit for updateA, add addAttachment() documentation

20 years agoadd new insertA/updateA interfaces from com project, add escaping. I just hope that...
robert [Thu, 18 Mar 2004 20:56:23 +0000 (20:56 +0000)]
add new insertA/updateA interfaces from com project, add escaping. I just hope that works well across projects. Add license headers to files that are shared with com project

20 years agoadd an MPL/LGPL/GPL tri-license boilerplate, also handle Camino and Firefox browsers...
robert [Thu, 18 Mar 2004 20:40:28 +0000 (20:40 +0000)]
add an MPL/LGPL/GPL tri-license boilerplate, also handle Camino and Firefox browsers as such (were detected as Mozilla previously)

20 years agoadd changes from com project
robert [Tue, 3 Feb 2004 12:58:09 +0000 (12:58 +0000)]
add changes from com project

20 years agodon't detect IE as a bot
robert [Mon, 15 Dec 2003 13:04:35 +0000 (13:04 +0000)]
don't detect IE as a bot

20 years agoadd bot detection
robert [Mon, 15 Dec 2003 00:04:29 +0000 (00:04 +0000)]
add bot detection

20 years agoboundary should 1) be more random, 2) be preceded by a linebreak
robert [Fri, 5 Dec 2003 16:43:59 +0000 (16:43 +0000)]
boundary should 1) be more random, 2) be preceded by a linebreak

20 years agoadd email class for sending mail easily
robert [Sat, 16 Aug 2003 10:41:14 +0000 (10:41 +0000)]
add email class for sending mail easily

20 years agoadd getBrand() and getVersion() function so we don't have to use variables dirctly...
robert [Thu, 31 Jul 2003 23:53:02 +0000 (23:53 +0000)]
add getBrand() and getVersion() function so we don't have to use variables dirctly, add detection for Mozilla Firebird

20 years agodon't use variables directly, use new getBrand and getVersion functions
robert [Thu, 31 Jul 2003 23:52:07 +0000 (23:52 +0000)]
don't use variables directly, use new getBrand and getVersion functions

20 years agomore abstraction, sync gallery with JVP
robert [Tue, 29 Jul 2003 19:51:09 +0000 (19:51 +0000)]
more abstraction, sync gallery with JVP

20 years agouse wrapper as an object
robert [Fri, 18 Jul 2003 01:11:46 +0000 (01:11 +0000)]
use wrapper as an object

21 years agoadding wahl-mandatsberechnung, ua test
robert [Thu, 13 Feb 2003 21:26:51 +0000 (21:26 +0000)]
adding wahl-mandatsberechnung, ua test

21 years agomake user agent detection work better and for more browsers
robert [Fri, 31 Jan 2003 18:13:52 +0000 (18:13 +0000)]
make user agent detection work better and for more browsers

21 years agoadding new PHP classes to get a bit more OO into my code
robert [Wed, 4 Dec 2002 22:10:04 +0000 (22:10 +0000)]
adding new PHP classes to get a bit more OO into my code

23 years agoInitial revision
robert [Tue, 30 Jan 2001 14:55:10 +0000 (14:55 +0000)]
Initial revision