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-07 19:41:54
|
> Hi Salva, > >> Nice :-). And no more errors. Seems to me that the first problem > was > having 'lang' defined as true in index page but not yet any > language > selected by default, but once selected, all is ok. > > Thats a problem in the Langs.xml.php. The XML Tag <is_default> is not right, > <flag_default> is interpreted by the Lang class. It's just a mismatch > between the xml def and the Lang class. oh. I'll commit that. I have no problem with is_default. > are not displayed. This is a problem to be solved. I think we might need to hook that stuff up to PEAR_Error. _a > Try to echo error messages in QueryManager manually (PrepareConnection() > method) to see whats going wrong. > >> Right now its: >> <IncludePath>>BC_PATH."ext/metabase"</IncludePath>. > > Right would be <IncludePath>BC_PATH."/ext/metabase"</IncludePath>. > >> It seems that '.' after BC_PATH is not translated to "/" in >> win32, so > so it isnt on Unix. Its a string append operator. It like > > $string .= "String2" > > The error is the missing / in the defintion file > >> Warning: Cannot use a scalar value as an array in >> G:/CYGWIN/BC/R2/BINARYCLOUD/build/en/binarycloud/core/Page.php >> on line 161 > > That's because XML2PHP does not behave right. The translation of Page > Definitions is faulty. Again, manually copy the files from the source tree. > >> I give up by the moment ;-). Well, after all, I'm working >> with CVS code, so things like this are normal. > > I've much stress at the moment so I don't have much time for bc. I'll fix > all this in the middel of next week. > > >> PS: I will try to test it with IIS 5.0. If I do, I will send to > this > list what I found. > > Cool. Looking forward to hear the results.. > > > Andi > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |
From: Alex B. <en...@tu...> - 2001-09-07 19:37:49
|
> Hi > > I'm testing binarycloud with: > > Win2k > Apache 1.3.14 (a bit outdated, I know) > MySQL 3.23.32 > PHP 4.0.4pl1 > > I have just downloaded BC from CVS and changed processprepend.php and > xml2php.php to point to my php.exe. > > First run: > > I get a nice: > > Fatal error: Call to a member function on a non-object in > G:/CYGWIN/BC/R2/BINARYCLOUD/build/en/binarycloud/core/Lang.php on line > 365 > > For other mails I've read, I know where the problem is, so I add the > missing 'global $Debug' to Lang.php. > > Now the index page loads ok. But I noticed a not very correct: > Your current language is: BC_LANG_NAME That's ok is cvs, now (the missing $Debug) > But that should be for not being defined. I select "English" and after > hitting "Set" button I get a more convincing: > Your current language is: English. Lang needs more testing.. :) > Nice :-). And no more errors. Seems to me that the first problem was > having 'lang' defined as true in index page but not yet any language > selected by default, but once selected, all is ok. > > Now, because I'm very interested in database access, it's time to try > the query_example. > > I modify the datasources.xml.php to fit my configuration (odd to be > named xml.php and not php.xml. It's a bit confusing.). BTW, shouldn't That's a bug. Andi's fixing it this week, I think. The correct (and spec'd) naming scheme is the one you like (and I like, and everyone likes): .php.xml > be datasources.php removed from CVS? Yes, not quite yet :) > Perhaps I'm wrong, but seems to me > that it's never used. A orphan file of prexml2php times?. Yes. > Fatal error: Call to undefined function: preparequery() in > G:/CYGWIN/BC/R2/BINARYCLOUD/build/en/ext/metabase/metabase_interface.php > on line 177 > > Strange, because seems to be a problem in metabase. But I doubt it, > because I've used metabase before and works very well and without any > problem. So I do some checking, and find out that the culprit is the > includepath in datasource.xml.php. > Right now its: <IncludePath>BC_PATH."ext/metabase"</IncludePath>. > It seems that '.' after BC_PATH is not translated to "/" in win32, so > what metabase gets as include path in my machine is > G:/CYGWIN/BC/R2/BINARYCLOUD/build/enext/metabase. Of course, that makes > SetupInterface() fails and metabase_mysql.php is not included, so > PrepareQuery() is undefined. > > I fix it, but now I get another two errors: > > Warning: Cannot use a scalar value as an array in > G:/CYGWIN/BC/R2/BINARYCLOUD/build/en/binarycloud/core/Page.php on line > 161 > > Fatal error: Call to a member function on a non-object in > G:/CYGWIN/BC/R2/BINARYCLOUD/build/en/binarycloud/core/Page.php on line > 161 > > The line 161 of Page.php seems to be where the module output is > processed. Perhaps the new problem is because of the changes I did? :-/. > > I give up by the moment ;-). Well, after all, I'm working with CVS > code, so things like this are normal. > > Nevertheless, I should say that I'm very impressed by the high quality > of binarycloud code. This stuff is cool!. And very well documented > (although the documentation is a bit outdated compared with the actual > CVS code). It's great to find people that actually THINKS before start > coding. Not very usual nowadays. I look forward to use the final > release. Great job!!. :) Doin' our best. As for scalar value: I fixed that. methinks it is time to do a 100% cvs sync. (You're seeing bugs I saw, and fixed, and commited, and synced). So... be right back. sync is done. I'll send a message. do an update :) _a > Happy binaryclouding :-) > > Salva > > PS: I will try to test it with IIS 5.0. If I do, I will send to this > list what I found. > > > > > > > > ___________________________________________________________________ > Consigue tu e-mail gratuito TERRA.ES > Haz clic en http://www.terra.es/correo/ > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |
From: Andreas A. (Thyrell) <a.a...@th...> - 2001-09-07 18:37:26
|
Hi Alex, >> Actually, I think it's not quite a good idea to keep bc in >> /usr/local/binarycloud but in >> /home/you/projects/yourproject/binarycloud or >> something like that. So you don't have troubel with root rights > That is exactly what I do. > I would expect that usr/local/binarycloud/ would be a production > build install dir only. Yupp, only the build tree > home/user/r2/ is the good place to do it :) Hehe :-) Andi |
From: Andreas A. (Thyrell) <a.a...@th...> - 2001-09-07 18:29:44
|
Hi Salva, > Nice :-). And no more errors. Seems to me that the first problem > was having 'lang' defined as true in index page but not yet any > language selected by default, but once selected, all is ok. Thats a problem in the Langs.xml.php. The XML Tag <is_default> is not right, <flag_default> is interpreted by the Lang class. It's just a mismatch between the xml def and the Lang class. > I modify the datasources.xml.php to fit my configuration > (odd to be named xml.php and not php.xml. It's a bit > onfusing.). BTW, shouldn't be datasources.php removed from CVS? > Perhaps I'm wrong, but seems to me that it's never used. A > orphan file of prexml2php times?. You're absolutely right. This will be changed soon. >Let's see QueryExample.php. At first glance, seems to be a path >problem. The "/user/mod/user/mod" it's very suspicious, so I >change "query_example.xml.php" to remove the user.mod. in ><package>. Note: The query_example.xml.php works not quite correct. Please copy the query_example.php from the source tree, for now. Better now. Now I only get this error: > Fatal error: Call to undefined function: preparequery() in > G:/CYGWIN/BC/R2/BINARYCLOUD/build/en/ext/metabase/metabase_inter> face.php > on line 177 That's a DB setup problem. Something is wrong in datasources. We cant get metabase error messages from QueryManager without letting the script die. The errors are captured but metabase dies somewhere and the debug messages are not displayed. This is a problem to be solved. Try to echo error messages in QueryManager manually (PrepareConnection() method) to see whats going wrong. > Right now its: > <IncludePath>>BC_PATH."ext/metabase"</IncludePath>. Right would be <IncludePath>BC_PATH."/ext/metabase"</IncludePath>. > It seems that '.' after BC_PATH is not translated to "/" in > win32, so so it isnt on Unix. Its a string append operator. It like $string .= "String2" The error is the missing / in the defintion file > Warning: Cannot use a scalar value as an array in > G:/CYGWIN/BC/R2/BINARYCLOUD/build/en/binarycloud/core/Page.php > on line 161 That's because XML2PHP does not behave right. The translation of Page Definitions is faulty. Again, manually copy the files from the source tree. > I give up by the moment ;-). Well, after all, I'm working > with CVS code, so things like this are normal. I've much stress at the moment so I don't have much time for bc. I'll fix all this in the middel of next week. > PS: I will try to test it with IIS 5.0. If I do, I will send to > this list what I found. Cool. Looking forward to hear the results.. Andi |
From: Andreas A. (Thyrell) <a.a...@th...> - 2001-09-07 18:12:46
|
Hi Markus, > however, if a company makes an installation, it should not > go into a /home directory, and /usr/local/binarycloud makes > more sense. > i hope the installation procedure won't close off either option. I don't think so. A installation procedure will not force a installation root. Andi |
From: Alex B. <en...@tu...> - 2001-09-07 18:06:29
|
> i suppose it depends on what type of an installation it is. if you > are a hobbyist end user, then it is better to not deal with root > access. To do any serious installation with a vhost (assuming your apache install is correct) you will need root access to at least an accessible httpd.conf. You will be able set up binarycloud in 'shared' environments - but we'll have to explicitly support that in the make system. > however, if a company makes an installation, it should not go into a > /home directory, and /usr/local/binarycloud makes more sense. Correct, for production installs. > i hope the installation procedure won't close off either option. No, I'm not in the business of mandating things like that. _a |
From: Alex B. <en...@tu...> - 2001-09-07 18:04:40
|
> Hi Jason, > >> this is my understanding of how it will work.. correct me if i'm >wrong. > >> $ cd /usr/local/binarycloud >> $ make site_name >> (it does it's thing) >> $ cd build/site_name/en >> $ ls >> binarycloud ext htdocs user > > correct. > > >> so, if this right, in theory, it would then be possible to >> remove the binarycloud root dir (/usr/local/binarycloud) >> if so desired because all of the newly make'd site is >> completely self sufficient/stand-alone. > > yeah, groovy - isn't it. > > Actually, I think it's not quite a good idea to keep bc in > /usr/local/binarycloud but in /home/you/projects/yourproject/binarycloud or > something like that. So you don't have troubel with root rights etc. That is exactly what I do. I would expect that usr/local/binarycloud/ would be a production build install dir only. home/user/r2/ is the good place to do it :) _a |
From: Alex B. <en...@tu...> - 2001-09-07 18:03:34
|
> this is my understanding of how it will work.. correct me if i'm wrong. > > (example) > > $ cd /usr/local/binarycloud close: $ cd /usr/local/binarycloud/user/ > $ make site_name > (it does it's thing) > $ cd build/site_name/en > $ ls > binarycloud ext htdocs user yes. > so, if this right, in theory, it would then be possible to remove the > binarycloud root dir (/usr/local/binarycloud) if so desired because all > of the newly make'd site is completely self sufficient/stand-alone. Yes. Think of it as: "source tree" (the place where you write your code) make -> "binary" which is in our case a collection of files which are specifically configured to work with that language context, etc. > jason :) _a |
From: IFEROE <IF...@te...> - 2001-09-07 17:59:40
|
Hi I'm testing binarycloud with: Win2k Apache 1.3.14 (a bit outdated, I know) MySQL 3.23.32 PHP 4.0.4pl1 I have just downloaded BC from CVS and changed processprepend.php and xml2php.php to point to my php.exe. First run: I get a nice: Fatal error: Call to a member function on a non-object in G:/CYGWIN/BC/R2/BINARYCLOUD/build/en/binarycloud/core/Lang.php on line 365 For other mails I've read, I know where the problem is, so I add the missing 'global $Debug' to Lang.php. Now the index page loads ok. But I noticed a not very correct: Your current language is: BC_LANG_NAME But that should be for not being defined. I select "English" and after hitting "Set" button I get a more convincing: Your current language is: English. Nice :-). And no more errors. Seems to me that the first problem was having 'lang' defined as true in index page but not yet any language selected by default, but once selected, all is ok. Now, because I'm very interested in database access, it's time to try the query_example. I modify the datasources.xml.php to fit my configuration (odd to be named xml.php and not php.xml. It's a bit confusing.). BTW, shouldn't be datasources.php removed from CVS? Perhaps I'm wrong, but seems to me that it's never used. A orphan file of prexml2php times?. I Load the data in MySQL and aunch browser (IE 5.5) to load query_example.php. Oops, I get: Warning: Failed opening 'G:/CYGWIN/BC/R2/BINARYCLOUD/build/en/user/mod/user/mod/query_ex ample/QueryExample.php' for inclusion (include_path='G:/CYGWIN/BC/R2/BINARYCLOUD/build/en/ext/pear') in ./prepend.php on line 44 Fatal error: Cannot instantiate non-existent class: queryexample in G:/CYGWIN/BC/R2/BINARYCLOUD/build/en/binarycloud/core/Page.php on line 139 Let's see QueryExample.php. At first glance, seems to be a path problem. The "/user/mod/user/mod" it's very suspicious, so I change "query_example.xml.php" to remove the user.mod. in <package>. Better now. Now I only get this error: Fatal error: Call to undefined function: preparequery() in G:/CYGWIN/BC/R2/BINARYCLOUD/build/en/ext/metabase/metabase_interface.php on line 177 Strange, because seems to be a problem in metabase. But I doubt it, because I've used metabase before and works very well and without any problem. So I do some checking, and find out that the culprit is the includepath in datasource.xml.php. Right now its: <IncludePath>BC_PATH."ext/metabase"</IncludePath>. It seems that '.' after BC_PATH is not translated to "/" in win32, so what metabase gets as include path in my machine is G:/CYGWIN/BC/R2/BINARYCLOUD/build/enext/metabase. Of course, that makes SetupInterface() fails and metabase_mysql.php is not included, so PrepareQuery() is undefined. I fix it, but now I get another two errors: Warning: Cannot use a scalar value as an array in G:/CYGWIN/BC/R2/BINARYCLOUD/build/en/binarycloud/core/Page.php on line 161 Fatal error: Call to a member function on a non-object in G:/CYGWIN/BC/R2/BINARYCLOUD/build/en/binarycloud/core/Page.php on line 161 The line 161 of Page.php seems to be where the module output is processed. Perhaps the new problem is because of the changes I did? :-/. I give up by the moment ;-). Well, after all, I'm working with CVS code, so things like this are normal. Nevertheless, I should say that I'm very impressed by the high quality of binarycloud code. This stuff is cool!. And very well documented (although the documentation is a bit outdated compared with the actual CVS code). It's great to find people that actually THINKS before start coding. Not very usual nowadays. I look forward to use the final release. Great job!!. Happy binaryclouding :-) Salva PS: I will try to test it with IIS 5.0. If I do, I will send to this list what I found. ___________________________________________________________________ Consigue tu e-mail gratuito TERRA.ES Haz clic en http://www.terra.es/correo/ |
From: kr <kr...@pa...> - 2001-09-07 17:52:31
|
Andreas Aderhold (Thyrell) writes: > Actually, I think it's not quite a good idea to keep bc in > /usr/local/binarycloud but in /home/you/projects/yourproject/binarycloud or > something like that. So you don't have troubel with root rights etc. i suppose it depends on what type of an installation it is. if you are a hobbyist end user, then it is better to not deal with root access. however, if a company makes an installation, it should not go into a /home directory, and /usr/local/binarycloud makes more sense. i hope the installation procedure won't close off either option. -- Regards, Markus Krummenacker |
From: Andreas A. (Thyrell) <a.a...@th...> - 2001-09-07 15:38:11
|
Hi Jason, >this is my understanding of how it will work.. correct me if i'm >wrong. > $ cd /usr/local/binarycloud > $ make site_name > (it does it's thing) > $ cd build/site_name/en > $ ls > binarycloud ext htdocs user correct. > so, if this right, in theory, it would then be possible to > remove the binarycloud root dir (/usr/local/binarycloud) > if so desired because all of the newly make'd site is > completely self sufficient/stand-alone. yeah, groovy - isn't it. Actually, I think it's not quite a good idea to keep bc in /usr/local/binarycloud but in /home/you/projects/yourproject/binarycloud or something like that. So you don't have troubel with root rights etc. Andi |
From: Jason H. <jc...@ey...> - 2001-09-07 14:36:47
|
this is my understanding of how it will work.. correct me if i'm wrong. (example) $ cd /usr/local/binarycloud $ make site_name (it does it's thing) $ cd build/site_name/en $ ls binarycloud ext htdocs user so, if this right, in theory, it would then be possible to remove the binarycloud root dir (/usr/local/binarycloud) if so desired because all of the newly make'd site is completely self sufficient/stand-alone. jason |
From: Andreas A. (Thyrell) <a.a...@th...> - 2001-09-07 09:53:17
|
Hi folks, did someone successfully run binarycloud on the windows platform? Especially: WinNT/2k IIS 5 PHP4 MySQL 3.xx I mean not running make, but the the maked binarycloud on the webserver? Any drawbacks, problems or specialities (except using driveletters in paths) ? Andi |
From: Alex B. <en...@tu...> - 2001-09-06 21:15:21
|
> obvious question -- what happens to the specific language directories > under build/ ?? build/site_name/en/stuff :) _a > > jason > > > > Alex Black wrote: >>> to recap on the upcoming multiple site layout structure, i'm wondering >>> about the document root side of things. >>> branching the user/ directory into site specific trees is fine, but why >>> not do the same for the htdocs as well? >> >> because the builds will go into separate directories. >> >> i.e. >> >> build/site_name/stuff > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |
From: Jason H. <jc...@ey...> - 2001-09-06 20:51:14
|
obvious question -- what happens to the specific language directories under build/ ?? jason Alex Black wrote: > > to recap on the upcoming multiple site layout structure, i'm wondering > > about the document root side of things. > > branching the user/ directory into site specific trees is fine, but why > > not do the same for the htdocs as well? > > because the builds will go into separate directories. > > i.e. > > build/site_name/stuff |
From: Alex B. <en...@tu...> - 2001-09-06 20:22:20
|
> > to recap on the upcoming multiple site layout structure, i'm wondering > about the document root side of things. > branching the user/ directory into site specific trees is fine, but why > not do the same for the htdocs as well? because the builds will go into separate directories. i.e. build/site_name/stuff > so essentually, when you issue a 'make site_name', a user/site_name will > be created, as well as a new htdocs/site_name. maybe there's something > i missed, but this seems like the way to go unless we plan to have all > the sites pull all it's resources (css/images) from one document root > instead of individual site docroots. we're going the individual docroot route. though there is nothing preventing us from doing what you suggest, if someone wants to build that into the make system and set up configuration options for it.. I'm fine with that. > for this to work after this point, one would point their Apache virtual > host document root to build/en/htdocs/site_name. > > i'm prolly in the dark, but that's ok. =] > jason :) _a |
From: Jason H. <jc...@ey...> - 2001-09-06 18:58:01
|
to recap on the upcoming multiple site layout structure, i'm wondering about the document root side of things. branching the user/ directory into site specific trees is fine, but why not do the same for the htdocs as well? so essentually, when you issue a 'make site_name', a user/site_name will be created, as well as a new htdocs/site_name. maybe there's something i missed, but this seems like the way to go unless we plan to have all the sites pull all it's resources (css/images) from one document root instead of individual site docroots. for this to work after this point, one would point their Apache virtual host document root to build/en/htdocs/site_name. i'm prolly in the dark, but that's ok. =] jason |
From: Alex B. <en...@tu...> - 2001-09-05 19:20:34
|
but, I don't have any beef with adding a method for session stuff. I expect we'll probably have a dummy Debug that gets built in with production configs so it doesn't bloat memory.. _a > Erg. > > > > "Andreas Aderhold (Thyrell)" wrote: >> >> Hi Jason, >> >> what about: >> >> $Debug->CapureVar("Session", $HTTP_SESSION_VARS); >> >> Andi >> >> -----Original Message----- >> From: bin...@li... >> [mailto:bin...@li...]On Behalf Of Jason >> Hines >> Sent: Mittwoch, 5. September 2001 18:39 >> To: binarycloud-dev >> Subject: [binarycloud-dev] $Debug->Output('session'); ??? >> >> hi, >> i'm curious as to why there is no implicit method in Debug to output all >> SESSION VARS. i've modded my copy of Debug to support this, and can >> commit the changes if wanted. >> >> jason >> >> _______________________________________________ >> binarycloud-dev mailing list >> bin...@li... >> https://lists.sourceforge.net/lists/listinfo/binarycloud-dev >> >> _______________________________________________ >> binarycloud-dev mailing list >> bin...@li... >> https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |
From: Alex B. <en...@tu...> - 2001-09-05 19:19:03
|
cool. :) > --- /usr/local/r2/binarycloud/base/core/Debug.php Tue Sep 4 15:24:12 > 2001 > +++ Debug.php Wed Sep 5 12:22:40 2001 > @@ -226,6 +226,7 @@ > $this->_output_all_classes(); > $this->_output_vars(); > $this->_output_server_env(); > + $this->_output_session_vars(); > $this->_output_globals(); > $this->_output_included_files(); > break; > @@ -262,6 +263,9 @@ > case "server_env": > $this->_output_server_env(); > break; > + case "session": > + $this->_output_session_vars(); > + break; > case "globals": > $this->_output_globals(); > break; > @@ -280,6 +284,7 @@ > $this->_output_all_classes(); > $this->_output_vars(); > $this->_output_server_env(); > + $this->_output_session_vars(); > $this->_output_globals(); > $this->_output_included_files(); > break; > @@ -592,6 +597,36 @@ > echo "No variables have been captured"; > } > } > + > + // }}} > + // {{{ _output_session_vars > + > + /** > + * This method prints all of the session vars. > + * > + * @author jason hines, ja...@gr... > + * @access private > + */ > + > + function _output_session_vars() { > + global $HTTP_SESSION_VARS; > + > + $this->_output_header('Session Variables'); > + $session_vars = $HTTP_SESSION_VARS; > + > + if (is_array($session_vars)) { > + > + foreach($session_vars as $var=>$key) { > + print $var; > + print ": "; > + print_r($key); > + print "\n"; > + } > + > + } else { > + echo "No session variables have been registered"; > + } > + } > > // }}} > // {{{ _output_server_env > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |
From: Alex B. <en...@tu...> - 2001-09-05 19:18:44
|
oops! thanks! _a > I don't have CVS write access, so I'm sending the diff here: > > > > --- /usr/local/r2/binarycloud/base/core/Sess.php Tue Sep 4 15:24:12 > 2001 > +++ Sess.php Wed Sep 5 12:46:04 2001 > @@ -164,7 +164,7 @@ > > function SetVar($_name, $_value, $_register = true) { > global $HTTP_SESSION_VARS; > - if (!$this->CheckRegistered($_name) && $register != false){ > + if (!$this->CheckRegistered($_name) && $_register != false){ > $this->Register($_name); > } > $oldValue = $HTTP_SESSION_VARS[$_name]; > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |
From: Alex B. <en...@tu...> - 2001-09-05 19:18:34
|
please do :) > hi, > i'm curious as to why there is no implicit method in Debug to output all > SESSION VARS. i've modded my copy of Debug to support this, and can > commit the changes if wanted. > > jason > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |
From: Alex B. <en...@tu...> - 2001-09-05 19:18:19
|
> > > this is a general question, but one that has lingered with me from the > beginning. > > what exactly is the desired procedure for creating sites under > binarycloud with regard to the make system? > > (this of course applies to the future state of BC rather than now) > > for example, say i have installed binarycloud in /usr/local/binarycloud, > and i have a few modules installed in /usr/local/binarycloud/user/mod, > etc etc. > > now, to create a NEW site, what is the process? > > i imagine it's something like this... > - i define several XML files to specify pageDefs, dataSources, > entityDefs, etc etc. > - i run 'make site' or equivalent, > - i copy the build dir to a place to be served by apache > - customize/expand my pages, do extra stuff, post-install stuff here since you asked for the "future state" no: the way we're going to di it is allow for "multi-site" makes under the user tree. so you'll have: user/default/stuff (the binarycloud distro files) user/my_site/stuff user/my_other_site/stuff that's in the TODO: multi-dite makes. > the need for multiple make targets seems apparent here, though > non-existant at the moment. alex, could you help enlighten us? And you hit the nail on the head: we had a big discussion about this a while ago, and we all agreed: multiple make targets. -a |
From: Jason H. <jc...@ey...> - 2001-09-05 18:48:40
|
Erg. "Andreas Aderhold (Thyrell)" wrote: > > Hi Jason, > > what about: > > $Debug->CapureVar("Session", $HTTP_SESSION_VARS); > > Andi > > -----Original Message----- > From: bin...@li... > [mailto:bin...@li...]On Behalf Of Jason > Hines > Sent: Mittwoch, 5. September 2001 18:39 > To: binarycloud-dev > Subject: [binarycloud-dev] $Debug->Output('session'); ??? > > hi, > i'm curious as to why there is no implicit method in Debug to output all > SESSION VARS. i've modded my copy of Debug to support this, and can > commit the changes if wanted. > > jason > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev |
From: Andreas A. (Thyrell) <a.a...@th...> - 2001-09-05 18:37:59
|
Hi Jason, what about: $Debug->CapureVar("Session", $HTTP_SESSION_VARS); Andi -----Original Message----- From: bin...@li... [mailto:bin...@li...]On Behalf Of Jason Hines Sent: Mittwoch, 5. September 2001 18:39 To: binarycloud-dev Subject: [binarycloud-dev] $Debug->Output('session'); ??? hi, i'm curious as to why there is no implicit method in Debug to output all SESSION VARS. i've modded my copy of Debug to support this, and can commit the changes if wanted. jason _______________________________________________ binarycloud-dev mailing list bin...@li... https://lists.sourceforge.net/lists/listinfo/binarycloud-dev |
From: Jason H. <jc...@ey...> - 2001-09-05 17:45:49
|
This just adds the module class name for debugging. --- /usr/local/r2/binarycloud/base/core/Page.php Tue Sep 4 15:24:12 2001 +++ core/Page.php Wed Sep 5 13:47:47 2001 @@ -157,7 +157,7 @@ echo $CacheManager->GetModuleCache(); $Debug->CaptureMessage('Page', "Used module cache with id ".$CacheManager->module['id']); } else { - $Debug->CaptureMessage('Page', "Built module"); + $Debug->CaptureMessage('Page', "Built module ".get_class($mod['obj'])); $mod['obj']->Output(); } if ($mod['cache'] == true) { |