[phplib-dev] cvs commit From: kk (phplib-dev <email protected>)
Date: 04/26/00

From: kk
Date: Wed Apr 26 18:58:22 2000
Modified files:
      php-lib/CHANGES
      php-lib/TODO

Log message:
Useless change to test cvs message.

Index: php-lib/CHANGES
diff -u php-lib/CHANGES:1.175 php-lib/CHANGES:1.176
--- php-lib/CHANGES:1.175 Tue Apr 25 08:03:44 2000
+++ php-lib/CHANGES Wed Apr 26 18:58:20 2000
@@ -1,4 +1,7 @@
-$Id: CHANGES,v 1.175 2000/04/25 06:03:44 kk Exp $
+$Id: CHANGES,v 1.176 2000/04/26 16:58:20 kk Exp $
+
+26-Apr-2000 kk
+ - Changed PHPLIB lists to qmail and testing CVS commit messages.
 
 25-Apr-2000 kk
   - Applied pgsql nextid() patch.
Index: php-lib/TODO
diff -u php-lib/TODO:1.7 php-lib/TODO:1.8
--- php-lib/TODO:1.7 Tue Jun 22 19:08:35 1999
+++ php-lib/TODO Wed Apr 26 18:58:21 2000
@@ -1,24 +1,6 @@
 
-$Id: TODO,v 1.7 1999/06/22 17:08:35 kk Exp $
+$Id: TODO,v 1.8 2000/04/26 16:58:21 kk Exp $
 
-Open issues:
-
-- Sascha proposed a generic BLOB storage mechanism. Review his diff
- and implement something for MySQL.
-
-- Documentation for
-
- graph.inc (and clean it up!)
- of_*.inc, oohforms.inc (and clean it up!)
- tree.inc (and clean it up!)
-
- Cleanup also for
-
- sqlquery.inc
-
--------
-
-
 Some ideas for new classes, taken from the Cold Fusion Tag Gallery at
 http://www.allaire.com/developer/taggallery/
 
@@ -59,140 +41,6 @@
   MarqueeScrollDelay="ms delay between refreshes"
   MarqueeLoop="number of times to loop marquees"
   MarqueeDirection="direction of the marquee">
-
-Creates an HTML based events calendar from a database. Features
-a large documentation, flexibility, and a nice visual interface.
-Also includes all the tools (including an Access database) to
-add to and update the calendar. Registering is required for
-support, and removal of "Un-registered copy" text.
-
-<cf_menu
- menuname="cf_menuTestPage"
- menu="Search Engines, Companies"
- submenu="Excite, Yahoo, Webcrawler~
- Allaire, IGotYour.com, WWD"
-
- links="http://www.excite.com,
- http://www.yahoo.com,
- http://www.webcrawler.com~
- http://www.allaire.com,
- http://www.igotyour.com,
- http://www.wwd.net"
-
- Direction="down"
- Mouseover="YES">
-
-With cf_menu, you simply pass the menus, sub-menus, and links.
-Cf_menu then builds a nice menu system for your page based on
-the data you pass.
-
-(Not like this. Do it how Kai did it. And create a real
-structure with arbitary nesting levels...).
-
-<CF_AdBanner
- NAME = "string"
- CATEGORY = "string"
- DEFAULT = "string"
- TARGET = "string"
- BORDER = "number"
- HEIGHT = "number"
- WIDTH = "number"
- DATASOURCE = "string"
- TRACKER = "string"
- OUTVAR = "string">
-
- All parameters are optional.
-
-
- CF_AdBanner places random, individual, or group-targeted ads
- on a page, and provides load and clickthru tracking services
- through web-based administration tools. An update of the
- original tag, with several new features and Studio support.
- CF_AdBanner tracks the loads and placements of each banner
- ad and breaks it down by page location on the site, as well
- as by ad and by category.
-
-
-<CF_Alert
- VAL="Thank you for your support.">
-
-Alert is a simple tag that allows you to quickly create a
-JavaScript pop-up alert box. It will escape the string you wish
-to alert in case it contains quotes or newlines. This tag is
-great for error checking and debugging of Cold Fusion files.
-
-
-<CF_ArrayDump (done, see Table)
- ARRAY="MyArray"
- SHOWLABELS="Yes">
-
-Outputs the contents of any one-dimensional or two-dimensional
-array, in a simple table format. Similar to the CFX_QueryDump
-and CFX_ShowQuery tags, but for arrays. Useful for debugging.
-
-
-<CF_BUBBASAID
- DATASOURCE="budwiser"
- DATATABLE="Quotes"
- QUOTEIDFIELD="QuoteID"
- QUOTEFIELD="Quote">
-
-<CF_BUBBASAID
- EXTERNALSOURCE = "http://www.good-things.org/cookies.cgi/0?">
-
-Generate random quotes using source from either an internal
-database or an external server or website (i.e cgi's).
-
-
-<CF_Calculator>
-
-This tag allows you to display a working calculator in any page
-you wish. This was written in VBScript, so it doesn't work much
-in Netscape. However, it's a good example of Cold Fusion
-wrapping up asp. This tag has been tested to work in IE 3.02 and
-higher.
-
-<cf_date
- DN="Day_1"
- MN="Month_1"
- YN="year_1"
- FROM_Y="1997"
- TO_Y="2000"
- DEFAULT_NOW="n"
- ADD_SELECT ="Y"
- req_year="0"
- Mon_Na_or_Nu="y"
- req_month="1"
- req_day="1"
- req_year="1998">
-
-Creates 3 DropDown Boxes in a form for Date.
-
-
-<CFFORM NAME="myform" Action="/../myfile.cfm" METHOD="post">
-<CF_DirectoryExplorer
- Path="c:\..\..\"
- Root="My Directory"
- Height="400"
- Width="300"
- HScroll="yes"
- VScroll="yes"
- HSpace="0"
- VSpace="0"
- Align="middle"
- Border="yes"
- ShowFiles="no">
- <INPUT TYPE="submit" NAME="submit" Value="Submit">
-</CFFORM>
-
-CF_DirectoryExplorer is a custom CFML tag that allows a user to
-display directories from their server using a "Windows Explorer"
-metaphor via the CFTREE Java applet. The tag is capable of using
-any directory as the starting point. In addition, files
-contained in listed directories have the option of being shown.
-
-(Boris, didn't you write a File Requester in JavaScript already?)
-(Actually, a File Repository Manager would be in order.)
 
 <CF_DirectoryList_Enhanced
   DIRECTORY="c:\Dell,c:\Test"

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected>
For additional commands, e-mail: phplib-dev-help <email protected>