php-utility-classes.git
17 years agoallow setting a base path for RRDs and use it
robert [Thu, 26 May 2005 21:52:17 +0000 (21:52 +0000)]
allow setting a base path for RRDs and use it

17 years agosome minor corrections; make this first rrd test really work
robert [Thu, 26 May 2005 21:24:02 +0000 (21:24 +0000)]
some minor corrections; make this first rrd test really work

17 years agoallow key names and functions at update and use both for internal implemented stuff
robert [Sun, 22 May 2005 21:30:43 +0000 (21:30 +0000)]
allow key names and functions at update and use both for internal implemented stuff

17 years agooops, still add value to our array
robert [Fri, 20 May 2005 23:56:00 +0000 (23:56 +0000)]
oops, still add value to our array

17 years agoapply converting non-numeric values to 'U' after converting 'L' so that 'L' can retur...
robert [Fri, 20 May 2005 14:03:14 +0000 (14:03 +0000)]
apply converting non-numeric values to 'U' after converting 'L' so that 'L' can return null and we convert it correctly to 'U'

17 years agoallow update function to feed us 'L' and we replace it with the last recorded value...
robert [Fri, 20 May 2005 13:53:32 +0000 (13:53 +0000)]
allow update function to feed us 'L' and we replace it with the last recorded value; followup to make it really work

17 years agoallow update function to feed us 'L' and we replace it with the last recorded value
robert [Fri, 20 May 2005 12:47:30 +0000 (12:47 +0000)]
allow update function to feed us 'L' and we replace it with the last recorded value

17 years agoadd the usual doc block at the beginning of the file
robert [Thu, 19 May 2005 20:23:38 +0000 (20:23 +0000)]
add the usual doc block at the beginning of the file

17 years agoallow to magically find files if they're named <conf_id>.rrd
robert [Wed, 18 May 2005 21:55:18 +0000 (21:55 +0000)]
allow to magically find files if they're named <conf_id>.rrd

17 years agoallow legends for simple dataset-derived graphs
robert [Wed, 18 May 2005 21:07:11 +0000 (21:07 +0000)]
allow legends for simple dataset-derived graphs

17 years agosupport overview pages, outsource some common page elements into seperate shared...
robert [Wed, 18 May 2005 20:52:37 +0000 (20:52 +0000)]
support overview pages, outsource some common page elements into seperate shared functions, support a graph_plus command that returns an array of info instead of a flat string

17 years agosupport different page types
robert [Wed, 18 May 2005 18:37:36 +0000 (18:37 +0000)]
support different page types

17 years agoallow graph-only configs with external file references in graph rows
robert [Sun, 15 May 2005 22:57:40 +0000 (22:57 +0000)]
allow graph-only configs with external file references in graph rows

17 years agoadd desc option for graph rows to display a different description in text table than...
robert [Sun, 15 May 2005 13:00:49 +0000 (13:00 +0000)]
add desc option for graph rows to display a different description in text table than on the graph legend

17 years agomake year separator move correctly to Jan 1
robert [Fri, 13 May 2005 21:53:56 +0000 (21:53 +0000)]
make year separator move correctly to Jan 1

17 years agoif eval returns nothing, leave array empty; in that case, don't update
robert [Fri, 13 May 2005 19:40:26 +0000 (19:40 +0000)]
if eval returns nothing, leave array empty; in that case, don't update

17 years agothat function takes two arguments per spec
robert [Fri, 13 May 2005 19:29:11 +0000 (19:29 +0000)]
that function takes two arguments per spec

17 years agotry it this way
robert [Fri, 13 May 2005 19:25:49 +0000 (19:25 +0000)]
try it this way

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

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

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

18 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 :)

18 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

18 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

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

18 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

18 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

18 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

18 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

18 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

19 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

19 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)

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

19 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

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

19 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

19 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

19 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

19 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

19 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

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

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

20 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

20 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

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