You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
(57) |
May
(287) |
Jun
(166) |
Jul
(286) |
Aug
(273) |
Sep
(254) |
Oct
(144) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Alex B. <en...@tu...> - 2001-09-14 18:06:04
|
> Hi Jason, > >> I too have wondered this. I'd vote highly against the use of any >> absolute paths unless they are preceed by a definable constant. > The constant may be an option BC_HTDOCS_RESOURCES or someting like that. > Hmmm... I think that needs a bit thinking. > Yes, the way to solve this is during the make process in combination with a path constant: BC_PATH_RESOURCES so all of your paths _will_ be absolute, but based on a variable :) _a >>> The way I sove this currently is running a symlink to >>> build/en/htdocs/resources in every htdocs subdir and using >>> relative paths in the templates i.e >>> src=resources/whatever/file.gif. > > Just discovered this does _not_ work when using path vars like: > > script/var.value/ > > :( > > Andi |
From: Alex B. <en...@tu...> - 2001-09-14 18:04:57
|
> > I too have wondered this. I'd vote highly against the use of any > absolute paths unless they are preceed by a definable constant. Which is exactly what ImageRequestManager will do. _a > > "Andreas Aderhold (Thyrell)" wrote: >> I'm a bit concerned how about handling the resources/ tree in the built >> system. >> >> The following problem occurs: >> >> I have a master template that is used in bcp defs in different levels e.g.: >> >> www.foo.com/en/manage/news/ >> www.foo.com/en/manage/users/newsletters/ >> .. >> >> The scripts and the master template there uses resources from our >> build/en/htdocs/resources directory. One way to accomplish a correct loading >> of the resources is to use absolute paths in the tags i.e. >> src=/en/resources/whatever/file.gif. But what if we want run the scripts a >> level deeper i.e. in www.foo.com/r2/en/manage/news. Problem. >> >> The way I sove this currently is running a symlink to >> build/en/htdocs/resources in every htdocs subdir and using relative paths in >> the templates i.e src=resources/whatever/file.gif. > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |
From: Alex B. <en...@tu...> - 2001-09-14 18:04:34
|
> The following problem occurs: > > I have a master template that is used in bcp defs in different levels e.g.: > > www.foo.com/en/manage/news/ > www.foo.com/en/manage/users/newsletters/ > .. > > The scripts and the master template there uses resources from our > build/en/htdocs/resources directory. One way to accomplish a correct loading > of the resources is to use absolute paths in the tags i.e. > src=/en/resources/whatever/file.gif. But what if we want run the scripts a > level deeper i.e. in www.foo.com/r2/en/manage/news. Problem. > > The way I sove this currently is running a symlink to > build/en/htdocs/resources in every htdocs subdir and using relative paths in > the templates i.e src=resources/whatever/file.gif. > > It works and it's smooth on unix systems but I feel thats a very error prone > way. Especially while running on win systems where symlinks are not possible > (and creating virtual dirs all over the build tree is a mess). > > Any ideas, plans how to handle this? > > I guess that's a good application for ImageRequestBuilder. well, only sort of. The ImageRequestManager is intended to solve all of those problems along with the CSS and JS request managers, by removing any need to define absolute paths in src attributes. You'd set a 'resources location' path constant in Configuration, and ImageRequest would use that during make to properly reference (with an absolute path) all of that stuff. _a |
From: Andreas A. (Thyrell) <a.a...@th...> - 2001-09-14 17:57:03
|
Hi Jason, > I too have wondered this. I'd vote highly against the use of any > absolute paths unless they are preceed by a definable constant. The constant may be an option BC_HTDOCS_RESOURCES or someting like that. Hmmm... I think that needs a bit thinking. >> The way I sove this currently is running a symlink to >> build/en/htdocs/resources in every htdocs subdir and using >> relative paths in the templates i.e >> src=resources/whatever/file.gif. Just discovered this does _not_ work when using path vars like: script/var.value/ :( Andi |
From: Jason H. <jc...@ey...> - 2001-09-14 17:30:10
|
I too have wondered this. I'd vote highly against the use of any absolute paths unless they are preceed by a definable constant. "Andreas Aderhold (Thyrell)" wrote: > I'm a bit concerned how about handling the resources/ tree in the built > system. > > The following problem occurs: > > I have a master template that is used in bcp defs in different levels e.g.: > > www.foo.com/en/manage/news/ > www.foo.com/en/manage/users/newsletters/ > .. > > The scripts and the master template there uses resources from our > build/en/htdocs/resources directory. One way to accomplish a correct loading > of the resources is to use absolute paths in the tags i.e. > src=/en/resources/whatever/file.gif. But what if we want run the scripts a > level deeper i.e. in www.foo.com/r2/en/manage/news. Problem. > > The way I sove this currently is running a symlink to > build/en/htdocs/resources in every htdocs subdir and using relative paths in > the templates i.e src=resources/whatever/file.gif. |
From: Andreas A. (Thyrell) <a.a...@th...> - 2001-09-14 15:24:55
|
Hi All, I'm a bit concerned how about handling the resources/ tree in the built system. The following problem occurs: I have a master template that is used in bcp defs in different levels e.g.: www.foo.com/en/manage/news/ www.foo.com/en/manage/users/newsletters/ .. The scripts and the master template there uses resources from our build/en/htdocs/resources directory. One way to accomplish a correct loading of the resources is to use absolute paths in the tags i.e. src=/en/resources/whatever/file.gif. But what if we want run the scripts a level deeper i.e. in www.foo.com/r2/en/manage/news. Problem. The way I sove this currently is running a symlink to build/en/htdocs/resources in every htdocs subdir and using relative paths in the templates i.e src=resources/whatever/file.gif. It works and it's smooth on unix systems but I feel thats a very error prone way. Especially while running on win systems where symlinks are not possible (and creating virtual dirs all over the build tree is a mess). Any ideas, plans how to handle this? I guess that's a good application for ImageRequestBuilder. Andi |
From: Andreas A. (Thyrell) <a.a...@th...> - 2001-09-14 11:03:20
|
Enabled Metabase handling some result Metadata. I did not test the driver functionality except for MySQL. Further testing of the drivers is required. Nevertheless the functionality is _expected_ to work. Please report errors. Andi me ---- Added Metabase* functions in metabase_interface.php: - MetabaseNumberOfColumns($database, $result) Get number of columns in the delivered by result metadata functions - MetabaseGetColumnNames($database, $result) Return an array with column names delivered by result meta data Added required methods to driver files: - GetColumnNames (already present in most drivers) - NumberOfColumns (added in each driver) metabase_ibase.php metabase_ifx.php metabase_msql.php metabase_mssql.php metabase_mysql.php metabase_oci8.php metabase_odbc.php metabase_pgsql.php ---- |
From: Andreas A. (Thyrell) <a.a...@th...> - 2001-09-14 10:14:54
|
Hi Alex, >> this might be a bit off-topic, but I'm going mad building the >> command-line php binary. > Actually, andi, let me make a couple mods to my scripts > and check them into bc_install. Once I do that, you'll > be able to use the complete compile scripts (and tarballs) > to build and install apache, php, sab, etc etc etc. Really coool. I'll test the bundle and report. Andi |
From: Alex B. <en...@tu...> - 2001-09-14 02:36:26
|
hey all, Just did a sync. new logreport utility: base/utils/logreport/ some changes from andi. watchin' more TV than usual... may you live in interesting times, eh? best, _alex |
From: <cus...@re...> - 2001-09-14 00:30:05
|
Dear Educator, Columbine (Littleton, CO)....Jonesboro, AR....West Paducah, KY....Pearl, MS... Immediately, you know why these places are linked together. The names of these schools are forever burned into our memories and the national conscience... Are you concerned about the rising number of incidents of violence in our schools? Would you like to lower the probabilty of such an incident from occuring at your school? Would you like to help our children better cope with the pressures of modern life - helping to prevent issues such as substance abuse, teen pregnancy and suicide? If you answered yes to any of these questions - then read on..... The Resilient Kids CD ROM Program is used in schools, churches, and homes to teach optimism, coping skills, and personal mastery and helps to prevent depression in young people. This program, launched in April 2000, is now in over 1,000 primary and secondary schools across Australia. With its light-hearted, interactive approach, the Resilient Kids CD ROM Program strives to achieve the following objectives: - Reducing the incidence of suicide in the young by teaching primary prevention strategies. - Teaching children how to evaluate their automatic thoughts and to re-look at failures or set-backs as challenges to be reacted to with activity and hope. - Teaching parents how to help their children achieve self-esteem through personal mastery. - Creating a sense of belonging through parents and school working together for the childs well being. - Equipping older teenagers with ideas and skills for managing the transition from adolescence to adulthood and handling typical stressful situations. - Taking a serious problem and making it easy to communicate and fun to learn through interactivity. The program's success is due to: - A clear format for instant implementation - Colorful, fun-filled interactive material suitable for all reading ages and learning abilities - Practicality. It will not burden crowded curriculums or overload teachers - A built-in, prepared parent education component Resilience Training - the most effective way for both primary and secondary schools to address the serious social problems of depression, suicide and substance abuse. Take advantage of this unique program and teach your students how to "bounce back positively." Resilient Kids is a positive, effective and enjoyable prevention program for your school community. Please visit us at http://www.resilientkids.net or call for more information about ordering online, our parent/teacher resiliency seminars, or our newly released parent CD package. To order, simply go to http://www.resilientkids.net and order online. You can email in...@re... if you have any questions or to request an order form. To reach us by phone, call (501) 267-3710 or fax (501) 267-1283. We accept all major credit cards. Products may be sold within a school (e.g. Parents) at cost, but not outside the school. All Programs may be ordered on approval at no charge, to be paid for or returned (customer to pay return freight) within 2 school weeks in new condition. If not returned, full purchase price will be due and payable. ****************************** Under Bill s.1618 TITLE III passed by the 105th US Congress this letter cannot be considered spam as long as the sender includes contact information and a method of removal. You have received this email as you are believed to be in the educational field. If you feel you received this email in error, please visit http://www.resilientkids.net/remove to have your email address permanently removed from our database. |
From: Alex B. <en...@tu...> - 2001-09-13 21:12:15
|
hi all, I just released a bc_install package on sourceforge: it's a fairly complete (i.e. with tarballs) tested compile package for php 4.0.6 cgi and module with apache and many of the goodies. You can get it from: http://sourceforge.net/projects/binarycloud/ ------ If you want to add compile options (mysql, postgres, etc) to it, please send me gziped diffs on Config.in and any of the compile scripts and I'll put out new versions. I've tested and installed from this on RH 6.2, I'd love for a few BSD people to test this. -- I should mention: This isn't a wizard. It speeds up compiling the packages, but you need to have a pretty good idea of what you're doing to install it properly. :) best, _alex |
From: Alex B. <en...@tu...> - 2001-09-13 19:38:58
|
> Hi All, > > this might be a bit off-topic, but I'm going mad building the command-line > php binary. It just does not work; and can't find any hints in the docs. > Just feeling like a bloody rookie :( > > 4.0.6 on Mandrake8 > > #! /bin/sh > # > # Created by configure > > "./configure" \ > "--prefix=/usr/local/php4" \ > "--with-config-file-path=/usr/local/php4/etc" \ > "--with-apxs" \ > "--enable-bcmath" \ > "--enable-calendar" \ > "--enable-xml" \ > "--enable-wddx" \ > "--enable-debug=no" \ > "--with-jpeg" \ > "--with-tiff" \ > "--with-ttf=/usr/lib" \ > "--with-mysql" \ > "--with-imap=shared" \ > "--with-ldap=shared" \ > "--with-dom" \ > "--with-sablot" \ > "--with-xslt-sablot" \ > "--with-t1lib" \ > "--enable-memory-limit" \ > "--enable-trans-sid" \ > "--with-zlib" \ > "--without-gd" \ > "--enable-static" \ > "$@" > > Damned, got to comfortable using rpm the last years :( > > Andi heh. I modified my build to include some of the stuff from above, but this is for 4.0.6: ./configure \ --prefix=/usr/local/php4 \ --with-config-file-path=/usr/local/php4/etc \ --with-apxs \ --enable-bcmath \ --enable-calendar \ --enable-wddx \ --with-jpeg-dir=/usr/lib \ --with-tiff-dir=/usr/lib \ --enable-force-cgi-redirect \ --enable-discard-path \ --disable-shared \ --enable-ftp \ --with-zlib \ --with-imlib=/usr/local/lib/ \ --with-iconv=/usr/local/lib \ --with-oci8=/u01/oracle/product/8.1.6 \ --with-mhash=/usr/local/mhash \ --with-mcrypt=/usr/local/mcrypt \ --with-dom=/usr/local/libxml2 \ --with-sablot=/usr/local/Sablot \ --with-curl \ --with-expat-dir=/usr/local/expat \ --enable-memory-limit \ --enable-debug=no Actually, andi, let me make a couple mods to my scripts and check them into bc_install. Once I do that, you'll be able to use the complete compile scripts (and tarballs) to build and install apache, php, sab, etc etc etc. :) _alex |
From: Andreas A. (Thyrell) <a.a...@th...> - 2001-09-13 18:06:18
|
Hi, >lose the '--with-apxs'. That's it, thanks! Andi ----- Original Message ----- > Hi All, > > this might be a bit off-topic, but I'm going mad building > the command-line > php binary. It just does not work; and can't find any > hints in the docs. Just feeling like a bloody rookie :( |
From: Jason H. <jc...@ey...> - 2001-09-13 17:36:58
|
What is the compile error? "Andreas Aderhold (Thyrell)" wrote: > this might be a bit off-topic, but I'm going mad building the command-line > php binary. It just does not work; and can't find any hints in the docs. > Just feeling like a bloody rookie :( |
From: Alok K. D. <al...@dh...> - 2001-09-13 17:08:02
|
lose the '--with-apxs'. ----- Original Message ----- From: "Andreas Aderhold (Thyrell)" <a.a...@th...> To: "Bcdev" <bin...@li...> Sent: Thursday, September 13, 2001 12:21 PM Subject: [binarycloud-dev] PHP builds > Hi All, > > this might be a bit off-topic, but I'm going mad building the command-line > php binary. It just does not work; and can't find any hints in the docs. > Just feeling like a bloody rookie :( > > 4.0.6 on Mandrake8 > > #! /bin/sh > # > # Created by configure > > "./configure" \ > "--prefix=/usr/local/php4" \ > "--with-config-file-path=/usr/local/php4/etc" \ > "--with-apxs" \ > "--enable-bcmath" \ > "--enable-calendar" \ > "--enable-xml" \ > "--enable-wddx" \ > "--enable-debug=no" \ > "--with-jpeg" \ > "--with-tiff" \ > "--with-ttf=/usr/lib" \ > "--with-mysql" \ > "--with-imap=shared" \ > "--with-ldap=shared" \ > "--with-dom" \ > "--with-sablot" \ > "--with-xslt-sablot" \ > "--with-t1lib" \ > "--enable-memory-limit" \ > "--enable-trans-sid" \ > "--with-zlib" \ > "--without-gd" \ > "--enable-static" \ > "$@" > > Damned, got to comfortable using rpm the last years :( > > Andi > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |
From: Andreas A. (Thyrell) <a.a...@th...> - 2001-09-13 16:48:55
|
Hi All, this might be a bit off-topic, but I'm going mad building the command-line php binary. It just does not work; and can't find any hints in the docs. Just feeling like a bloody rookie :( 4.0.6 on Mandrake8 #! /bin/sh # # Created by configure "./configure" \ "--prefix=/usr/local/php4" \ "--with-config-file-path=/usr/local/php4/etc" \ "--with-apxs" \ "--enable-bcmath" \ "--enable-calendar" \ "--enable-xml" \ "--enable-wddx" \ "--enable-debug=no" \ "--with-jpeg" \ "--with-tiff" \ "--with-ttf=/usr/lib" \ "--with-mysql" \ "--with-imap=shared" \ "--with-ldap=shared" \ "--with-dom" \ "--with-sablot" \ "--with-xslt-sablot" \ "--with-t1lib" \ "--enable-memory-limit" \ "--enable-trans-sid" \ "--with-zlib" \ "--without-gd" \ "--enable-static" \ "$@" Damned, got to comfortable using rpm the last years :( Andi |
From: Alex B. <en...@tu...> - 2001-09-12 21:24:02
|
hi all, Just completed a CVS sync with andi's changes, you may all check out from sourceforge :) best, _alex |
From: Alex B. <en...@tu...> - 2001-09-12 21:23:05
|
> Hi Alex, > > just done the following changes and commited them. From my point of view we > can remove the old php/xml stuff in user/conf/. The make system _seems_ to > work well on this topic. At least it does here. If nobody having trouble > with it, we can remove the old rubbish in user/conf/ The make is clean (and lookin' good :) Thanks, andi. I'm going to remove all the junk, as you suggest: I think the system is functioning fine, and if we find bugs we'll fix 'em. System configuration is looking great, everyone. The files are easy to edit, and clean. > binarycloud/user/conf/* > - Changed names of files as proposed in the > "future tree" post Saw that, thanks. The core source tree now only contains those files. > binarycloud/Makefile.in > - Added PHP_COMMAND variable to get rid of relying on > #!/path/to/php sutff in the files. Great. Ronald, I've synced... can you test this on windows? > binarycloud/Makefile > - Changes to match new Langdef filename Gruuvy > binarycloud/user/conf/ > + Configuration.php.xml > + Datasources.php.xml > + Languages.php.xml > + Operations.php.xml These are now the only files in conf/ > binarycloud/user/htdocs/ > + query_example.php.xml > + xml2phptest.php.xml > > binarycloud/base/init/Init.php > - Changes to match new conf filenames > > binarycloud/base/core/Lang.php > - Changes to match new conf filenames > > binarycloud/base/mgr/QueryManager.php > - Changes to match new conf filenames > > binarycloud/lib/XMLUtils.php > - small addition: integers are no longer quoted in > generated arrays Fantastic stuff, andi. :) _a |
From: Charlie K. <Ch...@Al...> - 2001-09-12 19:33:37
|
Thanks Andi. Find is the class I was looking for. Charlie ----- Original Message ----- Subject: RE: [binarycloud-dev] A directory tree/crawlling class? > Hi Charlie, > > > Does binarycloud or anyone have a PHP class that crawls the > > directory tree outputing each file in the directory in order > > to be processed? > > Do you mean a BC specific class or general? A PEAR class does this I think. > It's ext.pear.File.Find if I remember right. > > Andi |
From: Andreas A. (Thyrell) <a.a...@th...> - 2001-09-12 19:09:46
|
Hi Charlie, > Does binarycloud or anyone have a PHP class that crawls the > directory tree outputing each file in the directory in order > to be processed? Do you mean a BC specific class or general? A PEAR class does this I think. It's ext.pear.File.Find if I remember right. Andi |
From: Charlie K. <Ch...@Al...> - 2001-09-12 19:00:02
|
Does binarycloud or anyone have a PHP class that crawls the directory tree outputing each file in the directory in order to be processed? Charlie |
From: Andreas A. (Thyrell) <a.a...@th...> - 2001-09-12 18:17:51
|
Hi Alex, just done the following changes and commited them. From my point of view we can remove the old php/xml stuff in user/conf/. The make system _seems_ to work well on this topic. At least it does here. If nobody having trouble with it, we can remove the old rubbish in user/conf/ binarycloud/user/conf/* - Changed names of files as proposed in the "future tree" post binarycloud/Makefile.in - Added PHP_COMMAND variable to get rid of relying on #!/path/to/php sutff in the files. binarycloud/Makefile - Changes to match new Langdef filename binarycloud/base/utils/xml2php.php - Changes to match php.xml format binarycloud/user/Makefile - Changes to match php.xml format binarycloud/user/conf/ + Configuration.php.xml + Datasources.php.xml + Languages.php.xml + Operations.php.xml binarycloud/user/htdocs/ + query_example.php.xml + xml2phptest.php.xml binarycloud/base/init/Init.php - Changes to match new conf filenames binarycloud/base/core/Lang.php - Changes to match new conf filenames binarycloud/base/mgr/QueryManager.php - Changes to match new conf filenames binarycloud/lib/XMLUtils.php - small addition: integers are no longer quoted in generated arrays |
From: alex b. <en...@tu...> - 2001-09-11 17:20:22
|
Messagehi matt, manuel has updated Metabase, I need to check it into CVS. As soon as that's done I'll mail the list. _a ----- Original Message -----=20 From: ma...@dr...=20 To: bin...@li...=20 Sent: Tuesday, September 11, 2001 2:55 AM Subject: [binarycloud-dev] mysql_db_query is deprecated Any help for this error=20 Warning: mysql_db_query is deprecated; use mysql_select_db() and = mysql_query() instead in = c:\phpdev\www\binarycloud\core\base\db\metabase_mysql.php on line 112 I assume that it is due to me using the latest version of PHP, can I = get away with changing that one line and then I wont get the error any = more or will it cause a more underlying problem somewhere? Thanks for the help=20 Matt |
From: <ma...@dr...> - 2001-09-11 09:59:57
|
Any help for this error Warning: mysql_db_query is deprecated; use mysql_select_db() and mysql_query() instead in c:\phpdev\www\binarycloud\core\base\db\metabase_mysql.php on line 112 I assume that it is due to me using the latest version of PHP, can I get away with changing that one line and then I wont get the error any more or will it cause a more underlying problem somewhere? Thanks for the help Matt |
From: Alex B. <en...@tu...> - 2001-09-10 23:05:05
|
great. Let's talk offline so I can pull those and clean 'em :) -a > Its simple, lightweight and I like it a lot. > Given PHP's lack of exceptions it can't do what the > rest of the *unit variants can but still it's helpful. > > I have added a little bit of extras to allow > browsing/batch execution of all/groups of the test > scripts, that > we can use too. > > odysseas > > > --- John Donagher <jo...@we...> wrote: >> >> You may want to check this out: >> http://PhpUnit.sourceforge.net >> >> That's what odysseas has started using to run tests >> here.. >> >> John >> >> On Mon, 10 Sep 2001, Alex Black wrote: >> >>> yeah, I thought about that... >>> >>> you used anything you like? >>> >>> _a >>> >>>> >>>> You may want to think about starting a mandatory >> unit testing framework before >>>> the project gets too far along.. >>>> >> >> >> _______________________________________________ >> binarycloud-dev mailing list >> bin...@li... >> > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > > > __________________________________________________ > Do You Yahoo!? > Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger > http://im.yahoo.com > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |