You can subscribe to this list here.
2001 |
Jan
|
Feb
(1) |
Mar
(265) |
Apr
(166) |
May
(25) |
Jun
(17) |
Jul
(20) |
Aug
(47) |
Sep
(6) |
Oct
(14) |
Nov
(66) |
Dec
(64) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(109) |
Feb
(64) |
Mar
(34) |
Apr
(23) |
May
(64) |
Jun
(9) |
Jul
(13) |
Aug
(6) |
Sep
(33) |
Oct
(272) |
Nov
(67) |
Dec
(75) |
2003 |
Jan
(264) |
Feb
(244) |
Mar
(171) |
Apr
(119) |
May
(54) |
Jun
(93) |
Jul
(51) |
Aug
(48) |
Sep
(14) |
Oct
(49) |
Nov
(47) |
Dec
(15) |
2004 |
Jan
(13) |
Feb
(27) |
Mar
(18) |
Apr
(44) |
May
(35) |
Jun
(24) |
Jul
(39) |
Aug
(142) |
Sep
(35) |
Oct
(34) |
Nov
(49) |
Dec
(24) |
2005 |
Jan
(60) |
Feb
(71) |
Mar
(19) |
Apr
(27) |
May
(68) |
Jun
(4) |
Jul
(30) |
Aug
(10) |
Sep
(23) |
Oct
(24) |
Nov
(13) |
Dec
(6) |
2006 |
Jan
(4) |
Feb
(46) |
Mar
(64) |
Apr
(18) |
May
(16) |
Jun
(37) |
Jul
(7) |
Aug
(19) |
Sep
(9) |
Oct
(8) |
Nov
(3) |
Dec
(23) |
2007 |
Jan
(25) |
Feb
(21) |
Mar
(32) |
Apr
(36) |
May
(12) |
Jun
(1) |
Jul
(7) |
Aug
(15) |
Sep
(13) |
Oct
(1) |
Nov
|
Dec
|
2008 |
Jan
(3) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
|
Jun
(1) |
Jul
(2) |
Aug
(7) |
Sep
|
Oct
(5) |
Nov
(1) |
Dec
|
2009 |
Jan
(7) |
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Don S. <do...@se...> - 2002-10-29 18:23:30
|
I noticed you snuck in a re-release of RC1. Bravo! Don. On Tue, 29 Oct 2002, Adam Morton wrote: > > I don't know if anyone else noticed but we racked up an amazing 151 > commits in cvs yesterday! :) Awsome job team! I just wish we could get > those commits to mirror on sourceforge hahaha! > > Adam > > --------------------------------- > Adam Morton > Developer - Electronic Student Services > http://phpwebsite.appstate.edu > Founder - ASU Linux Users Group > http://lug.appstate.edu > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > |
From: Adam M. <ad...@tu...> - 2002-10-29 16:34:08
|
I don't know if anyone else noticed but we racked up an amazing 151 commits in cvs yesterday! :) Awsome job team! I just wish we could get those commits to mirror on sourceforge hahaha! Adam --------------------------------- Adam Morton Developer - Electronic Student Services http://phpwebsite.appstate.edu Founder - ASU Linux Users Group http://lug.appstate.edu |
From: Steven L. <st...@tu...> - 2002-10-29 15:52:32
|
Oh well, just curious +1 to your function using PEAR >> Is the describe command mysql specific, because it does the same thing >> as show columns? > > Good question. I'm not sure. I was unable to find the DESCRIBE command > in the PostGre documentation however. > > > Matthew McNaney > Internet Systems Architect > Electronic Student Services > Email: ma...@tu... > URL: http://phpwebsite.appstate.edu > Phone: 828-262-6493 > ICQ: 141057403 > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Steven Levin Electronic Student Services Appalachian State University Phone: 828.262.2431 PhpWebsite Development Team URL: http://phpwebsite.appstate.edu Email: st...@NO... |
From: Matthew M. <ma...@tu...> - 2002-10-29 15:46:41
|
> Is the describe command mysql specific, because it does the same thing > as show columns? Good question. I'm not sure. I was unable to find the DESCRIBE command in the PostGre documentation however. Matthew McNaney Internet Systems Architect Electronic Student Services Email: ma...@tu... URL: http://phpwebsite.appstate.edu Phone: 828-262-6493 ICQ: 141057403 |
From: Adam M. <ad...@tu...> - 2002-10-29 15:45:10
|
+1 to Matt's function using the pear method. Describe is not mysql specific but I don't think it is universal either (I dont think it works on ORACLE) Adam > Is the describe command mysql specific, because it does the same thing > as show columns? > > > >> While rewriting the sqlImport function, I needed a way to grab the >> column names of a table. >> >> I remember someone telling me that the 'show columns' command is MySQL >> specific. So I wrote a function named getColumnNames($tableName). >> >> You pass it the name of the table and it returns an array of all the >> names. >> >> Give me a +1 amen and I will commit it or gimme a damnation -1 and >> tell me if there is an easier way that I haven't located. >> >> Thanks, >> Matt >> >> Matthew McNaney >> Internet Systems Architect >> Electronic Student Services >> Email: ma...@tu... >> URL: http://phpwebsite.appstate.edu >> Phone: 828-262-6493 >> ICQ: 141057403 >> >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > -- > Steven Levin > Electronic Student Services > Appalachian State University > Phone: 828.262.2431 > PhpWebsite Development Team > URL: http://phpwebsite.appstate.edu > Email: st...@NO... > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------- Adam Morton Developer - Electronic Student Services http://phpwebsite.appstate.edu Founder - ASU Linux Users Group http://lug.appstate.edu |
From: Steven L. <st...@tu...> - 2002-10-29 15:15:44
|
Is the describe command mysql specific, because it does the same thing as show columns? > While rewriting the sqlImport function, I needed a way to grab the > column names of a table. > > I remember someone telling me that the 'show columns' command is MySQL > specific. So I wrote a function named getColumnNames($tableName). > > You pass it the name of the table and it returns an array of all the > names. > > Give me a +1 amen and I will commit it or gimme a damnation -1 and tell > me if there is an easier way that I haven't located. > > Thanks, > Matt > > Matthew McNaney > Internet Systems Architect > Electronic Student Services > Email: ma...@tu... > URL: http://phpwebsite.appstate.edu > Phone: 828-262-6493 > ICQ: 141057403 > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Steven Levin Electronic Student Services Appalachian State University Phone: 828.262.2431 PhpWebsite Development Team URL: http://phpwebsite.appstate.edu Email: st...@NO... |
From: Don S. <do...@se...> - 2002-10-29 15:03:42
|
Coolsville. Don. On Tue, 29 Oct 2002, Matthew McNaney wrote: > > I haven't seen the function code, but have you looked at this: > > http://pear.php.net/manual/en/core.db.tableinfo.php > > Yes, that is what I am using, but the dev would have to foreach it and > extract the name. This is just a shortcut. > > Originally I thought I would just pull a row and parse it, but then > remembered a table may be blank. > > The PEAR function does the trick :) > > Matthew McNaney > Internet Systems Architect > Electronic Student Services > Email: ma...@tu... > URL: http://phpwebsite.appstate.edu > Phone: 828-262-6493 > ICQ: 141057403 > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > |
From: Matthew M. <ma...@tu...> - 2002-10-29 15:01:53
|
> I haven't seen the function code, but have you looked at this: > http://pear.php.net/manual/en/core.db.tableinfo.php Yes, that is what I am using, but the dev would have to foreach it and extract the name. This is just a shortcut. Originally I thought I would just pull a row and parse it, but then remembered a table may be blank. The PEAR function does the trick :) Matthew McNaney Internet Systems Architect Electronic Student Services Email: ma...@tu... URL: http://phpwebsite.appstate.edu Phone: 828-262-6493 ICQ: 141057403 |
From: Don S. <do...@se...> - 2002-10-29 14:52:07
|
I haven't seen the function code, but have you looked at this: http://pear.php.net/manual/en/core.db.tableinfo.php I'm not sure that only works after you've executed a query and when you need to know the column names. Don. On Tue, 29 Oct 2002, Matthew McNaney wrote: > While rewriting the sqlImport function, I needed a way to grab the column > names of a table. > > I remember someone telling me that the 'show columns' command is MySQL > specific. So I wrote a function named getColumnNames($tableName). > > You pass it the name of the table and it returns an array of all the names. > > Give me a +1 amen and I will commit it or gimme a damnation -1 and tell me > if there is an easier way that I haven't located. > > Thanks, > Matt > > Matthew McNaney > Internet Systems Architect > Electronic Student Services > Email: ma...@tu... > URL: http://phpwebsite.appstate.edu > Phone: 828-262-6493 > ICQ: 141057403 > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > |
From: Matthew M. <ma...@tu...> - 2002-10-29 14:44:34
|
While rewriting the sqlImport function, I needed a way to grab the column names of a table. I remember someone telling me that the 'show columns' command is MySQL specific. So I wrote a function named getColumnNames($tableName). You pass it the name of the table and it returns an array of all the names. Give me a +1 amen and I will commit it or gimme a damnation -1 and tell me if there is an easier way that I haven't located. Thanks, Matt Matthew McNaney Internet Systems Architect Electronic Student Services Email: ma...@tu... URL: http://phpwebsite.appstate.edu Phone: 828-262-6493 ICQ: 141057403 |
From: Philip M. <lis...@li...> - 2002-10-29 06:57:13
|
On Mon, 2002-10-28 at 21:38, spiggy wrote: > i mean the tutorial that was available at hauksson.net. i dont mean > anyone should create one now.. its a bit late for that. i just wanted to > know if someone saved the one from hauksson.net in his/her hd (i know.. > its a stretch :) Looks like friendly Mr. Google has: http://216.239.53.100/search?q=cache:tfupQ2ZZcqwC:www.hauksson.net/mod.php%3Fmod%3Duserpage%26page_id%3D1+site:hauksson.net+theme&hl=en&ie=UTF-8 http://216.239.53.100/search?q=cache:en8Wuj738bsC:www.hauksson.net/mod.php%3Fmod%3Duserpage%26page_id%3D5+site:hauksson.net+theme&hl=en&ie=UTF-8 Phil -- Philip McAllister < uk . co . liquidsand @ phil > "All I ask is the chance to prove that money can't make me happy" - Spike Milligan |
From: spiggy <th...@me...> - 2002-10-28 21:47:05
|
i mean the tutorial that was available at hauksson.net. i dont mean anyone should create one now.. its a bit late for that. i just wanted to know if someone saved the one from hauksson.net in his/her hd (i know.. its a stretch :) On Mon, 2002-10-28 at 13:15, Adam Morton wrote: > I was assuming from the wording that Spiggy meant a creation tutorial...do > you mean a conversion or creation tutorial for 0.8.x themes, Spiggy? > > Adam > > > Are we talking about a tutorial on creating themes for 0.8, or a > > tutorial on porting themes written for 0.8 to 0.9? > > > > I personally wouldn't put a high priority on creating tutorials for the > > first. > > > > Don. > > > > On Mon, 28 Oct 2002, Adam Morton wrote: > > > >> > >> This may sound bad but to get a tutorial on creating "old" themes > >> would be like pulling teeth around here. I'll ask around though and > >> see if I come back with all my fingers. If someone out there, > >> experienced with theme creation in the 0.8.x series, would like to > >> pick up this ball and run with it, by all means do so. > >> > >> Adam > >> > >> > how about a tutorial for the 'old style themes'.. for current sites > >> running 0.8.*? > >> > > >> > > >> > On Mon, 2002-10-28 at 09:48, Adam Morton wrote: > >> >> Attached is the "theme_creation.txt" file included in rc1 under the > >> layout documentation. It should help clear up any questions people > >> may have. > >> >> > >> >> Adam > >> >> > >> >> PS - I love the quote...even though I'm a stupid American ;) > >> > > >> > go figure.. and i married one :) > >> > > >> > spiggy > >> > > >> > -- > >> > The problem with America is stupidity. I'm not saying there should > >> be a capital punishment for stupidity, but why don't we just take > >> the safety labels off of everything and let the problem solve > >> itself? > >> > -------------------------- > >> > Quote from http://bash.org > >> > > >> > > >> > > >> > ------------------------------------------------------- > >> > This sf.net email is sponsored by:ThinkGeek > >> > Welcome to geek heaven. > >> > http://thinkgeek.com/sf > >> > _______________________________________________ > >> > Phpwebsite-developers mailing list > >> > Php...@li... > >> > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > >> > >> > >> --------------------------------- > >> Adam Morton > >> Developer - Electronic Student Services > >> http://phpwebsite.appstate.edu > >> Founder - ASU Linux Users Group > >> http://lug.appstate.edu > >> > >> > >> > >> > >> > >> ------------------------------------------------------- > >> This sf.net email is sponsored by:ThinkGeek > >> Welcome to geek heaven. > >> http://thinkgeek.com/sf > >> _______________________________________________ > >> Phpwebsite-developers mailing list > >> Php...@li... > >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > >> > >> > >> > >> > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > --------------------------------- > Adam Morton > Developer - Electronic Student Services > http://phpwebsite.appstate.edu > Founder - ASU Linux Users Group > http://lug.appstate.edu > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > -- The problem with America is stupidity. I'm not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself? -------------------------- Quote from http://bash.org |
From: Adam M. <ad...@tu...> - 2002-10-28 20:14:47
|
Matt will be revisiting some features in layout in the next week or so and I believe he plans to make that dynamic text. That way it can be translated and all that jazz. Just keep an eye out! Adam > Hm ok I see it is hard-coded into the theme.tpl doc. > > Does this seem like it should be database text? > > Don. > > On Mon, 28 Oct 2002, Don Seiler wrote: > >> This might seem thick-headed, but how does one change the footer text >> in RC1? >> >> Don. >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> >> >> >> > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------- Adam Morton Developer - Electronic Student Services http://phpwebsite.appstate.edu Founder - ASU Linux Users Group http://lug.appstate.edu |
From: Don S. <do...@se...> - 2002-10-28 19:34:27
|
Hm ok I see it is hard-coded into the theme.tpl doc. Does this seem like it should be database text? Don. On Mon, 28 Oct 2002, Don Seiler wrote: > This might seem thick-headed, but how does one change the footer text in > RC1? > > Don. > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > |
From: Adam M. <ad...@tu...> - 2002-10-28 19:20:19
|
I was assuming from the wording that Spiggy meant a creation tutorial...do you mean a conversion or creation tutorial for 0.8.x themes, Spiggy? Adam > Are we talking about a tutorial on creating themes for 0.8, or a > tutorial on porting themes written for 0.8 to 0.9? > > I personally wouldn't put a high priority on creating tutorials for the > first. > > Don. > > On Mon, 28 Oct 2002, Adam Morton wrote: > >> >> This may sound bad but to get a tutorial on creating "old" themes >> would be like pulling teeth around here. I'll ask around though and >> see if I come back with all my fingers. If someone out there, >> experienced with theme creation in the 0.8.x series, would like to >> pick up this ball and run with it, by all means do so. >> >> Adam >> >> > how about a tutorial for the 'old style themes'.. for current sites >> running 0.8.*? >> > >> > >> > On Mon, 2002-10-28 at 09:48, Adam Morton wrote: >> >> Attached is the "theme_creation.txt" file included in rc1 under the >> layout documentation. It should help clear up any questions people >> may have. >> >> >> >> Adam >> >> >> >> PS - I love the quote...even though I'm a stupid American ;) >> > >> > go figure.. and i married one :) >> > >> > spiggy >> > >> > -- >> > The problem with America is stupidity. I'm not saying there should >> be a capital punishment for stupidity, but why don't we just take >> the safety labels off of everything and let the problem solve >> itself? >> > -------------------------- >> > Quote from http://bash.org >> > >> > >> > >> > ------------------------------------------------------- >> > This sf.net email is sponsored by:ThinkGeek >> > Welcome to geek heaven. >> > http://thinkgeek.com/sf >> > _______________________________________________ >> > Phpwebsite-developers mailing list >> > Php...@li... >> > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> >> >> --------------------------------- >> Adam Morton >> Developer - Electronic Student Services >> http://phpwebsite.appstate.edu >> Founder - ASU Linux Users Group >> http://lug.appstate.edu >> >> >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> >> >> >> > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------- Adam Morton Developer - Electronic Student Services http://phpwebsite.appstate.edu Founder - ASU Linux Users Group http://lug.appstate.edu |
From: Don S. <do...@se...> - 2002-10-28 19:19:41
|
This might seem thick-headed, but how does one change the footer text in RC1? Don. |
From: Don S. <do...@se...> - 2002-10-28 19:17:41
|
Are we talking about a tutorial on creating themes for 0.8, or a tutorial on porting themes written for 0.8 to 0.9? I personally wouldn't put a high priority on creating tutorials for the first. Don. On Mon, 28 Oct 2002, Adam Morton wrote: > > This may sound bad but to get a tutorial on creating "old" themes would be > like pulling teeth around here. I'll ask around though and see if I come > back with all my fingers. If someone out there, experienced with theme > creation in the 0.8.x series, would like to pick up this ball and run with > it, by all means do so. > > Adam > > > how about a tutorial for the 'old style themes'.. for current sites > > running 0.8.*? > > > > > > On Mon, 2002-10-28 at 09:48, Adam Morton wrote: > >> Attached is the "theme_creation.txt" file included in rc1 under the > >> layout documentation. It should help clear up any questions people > >> may have. > >> > >> Adam > >> > >> PS - I love the quote...even though I'm a stupid American ;) > > > > go figure.. and i married one :) > > > > spiggy > > > > -- > > The problem with America is stupidity. I'm not saying there should be a > > capital punishment for stupidity, but why don't we just take the safety > > labels off of everything and let the problem solve itself? > > -------------------------- > > Quote from http://bash.org > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > --------------------------------- > Adam Morton > Developer - Electronic Student Services > http://phpwebsite.appstate.edu > Founder - ASU Linux Users Group > http://lug.appstate.edu > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > |
From: Matthew M. <ma...@tu...> - 2002-10-28 19:14:23
|
This is a notice to change your mod_info files to install your class files in the class/ directory. Core and approval will now ONLY look in that directory for your class files. If you haven't moved your class files to the class directory, do so as well. Matthew McNaney Internet Systems Architect Electronic Student Services Email: ma...@tu... URL: http://phpwebsite.appstate.edu Phone: 828-262-6493 ICQ: 141057403 |
From: Adam M. <ad...@tu...> - 2002-10-28 19:02:16
|
This may sound bad but to get a tutorial on creating "old" themes would be like pulling teeth around here. I'll ask around though and see if I come back with all my fingers. If someone out there, experienced with theme creation in the 0.8.x series, would like to pick up this ball and run with it, by all means do so. Adam > how about a tutorial for the 'old style themes'.. for current sites > running 0.8.*? > > > On Mon, 2002-10-28 at 09:48, Adam Morton wrote: >> Attached is the "theme_creation.txt" file included in rc1 under the >> layout documentation. It should help clear up any questions people >> may have. >> >> Adam >> >> PS - I love the quote...even though I'm a stupid American ;) > > go figure.. and i married one :) > > spiggy > > -- > The problem with America is stupidity. I'm not saying there should be a > capital punishment for stupidity, but why don't we just take the safety > labels off of everything and let the problem solve itself? > -------------------------- > Quote from http://bash.org > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------- Adam Morton Developer - Electronic Student Services http://phpwebsite.appstate.edu Founder - ASU Linux Users Group http://lug.appstate.edu |
From: Don S. <do...@se...> - 2002-10-28 18:37:10
|
+1 to this. I just installed RC1 and the note that my system's PEAR libs were out of date served as a reminder that I should update them and so I did that. An added bonus if you have root access on the system. Don. On Mon, 28 Oct 2002, Jeremy Agee wrote: > > All, > > > > I'd suggest keeping PEAR libraries as an included download. I've > > actually run across web hosts that don't allow their users to touch the > > PEAR libraries installed with PHP for "security reasons". For these > > folks having a default PEAR library already with Fallout will simplify > > installation and reduce support questions. However, an option to point > > Fallout to the system PEAR library would be nice. > > The pear libs are in rc1 and we plain to keep them in any distro. > > For non root. If you create a file /conf/pear_path.php and put this in it > > <?php > ini_set("include_path",ini_get("include_path").":/mypath/phpws_core/pear/") > ?> > > This is read by index and the local pear stuff is included with the system > default path. This file is also created automatically by set_config if > needed. > > > > > Lastly, there might be three Fallout downloads, one with PEAR libraries, > > one without, and a file that tests for PEAR libraries. Slightly more > > work you folks, but does give us users and developers an opportunity to > > pick what would work best for us. > > > > Michael > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: spiggy <th...@me...> - 2002-10-28 18:07:37
|
how about a tutorial for the 'old style themes'.. for current sites running 0.8.*? On Mon, 2002-10-28 at 09:48, Adam Morton wrote: > Attached is the "theme_creation.txt" file included in rc1 under the layout > documentation. It should help clear up any questions people may have. > > Adam > > PS - I love the quote...even though I'm a stupid American ;) go figure.. and i married one :) spiggy -- The problem with America is stupidity. I'm not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself? -------------------------- Quote from http://bash.org |
From: Jeremy A. <ja...@tu...> - 2002-10-28 17:42:15
|
> All, > > I'd suggest keeping PEAR libraries as an included download. I've > actually run across web hosts that don't allow their users to touch the > PEAR libraries installed with PHP for "security reasons". For these > folks having a default PEAR library already with Fallout will simplify > installation and reduce support questions. However, an option to point > Fallout to the system PEAR library would be nice. The pear libs are in rc1 and we plain to keep them in any distro. For non root. If you create a file /conf/pear_path.php and put this in it <?php ini_set("include_path",ini_get("include_path").":/mypath/phpws_core/pear/") ?> This is read by index and the local pear stuff is included with the system default path. This file is also created automatically by set_config if needed. > > Lastly, there might be three Fallout downloads, one with PEAR libraries, > one without, and a file that tests for PEAR libraries. Slightly more > work you folks, but does give us users and developers an opportunity to > pick what would work best for us. > > Michael > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Jeremy Agee phpWebSite Development Team (http://phpwebsite.appstate.edu) Appalachian State University |
From: Adam M. <ad...@tu...> - 2002-10-28 17:30:39
|
In rc1 our goal was just that, there were just a couple of quirks in the install (hence the release candidate :) ). The PEAR libs were included in rc1 and the setup actually checks to see if your local PEAR libs are installed correctly. If they are not, it notifies you and automagically uses the PEAR libs we provided. We will be sure to test this more strictly before another rc. Adam > All, > > I'd suggest keeping PEAR libraries as an included download. I've > actually run across web hosts that don't allow their users to touch the > PEAR libraries installed with PHP for "security reasons". For these > folks having a default PEAR library already with Fallout will simplify > installation and reduce support questions. However, an option to point > Fallout to the system PEAR library would be nice. > > Lastly, there might be three Fallout downloads, one with PEAR libraries, > one without, and a file that tests for PEAR libraries. Slightly more > work you folks, but does give us users and developers an opportunity to > pick what would work best for us. > > Michael > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------- Adam Morton Developer - Electronic Student Services http://phpwebsite.appstate.edu Founder - ASU Linux Users Group http://lug.appstate.edu |
From: Adam M. <ad...@tu...> - 2002-10-28 17:27:41
|
I'm working on the tutorial in parallel with coding on a couple of modules. I'll try to have it put together by the next release candidate so people can get started coding up their own modules. Adam > This also reminds my impatient side to ask when the module tutorial > might be out. > > ;) > > Don. > > On Mon, 28 Oct 2002, Eloi George wrote: > >> Quick question. >> >> Which would be the best way to check for a module in terms of lower >> cpu requirements/cycles: >> >> if(!$_SESSION["OBJ_fatcat"]) >> >> if($GLOBALS["core"]->moduleExists("fatcat")) >> >> if($_SESSION["OBJ_fatcat"]!==NULL) >> >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> >> >> >> > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------- Adam Morton Developer - Electronic Student Services http://phpwebsite.appstate.edu Founder - ASU Linux Users Group http://lug.appstate.edu |
From: Steven L. <st...@tu...> - 2002-10-28 17:06:27
|
I would say the best way is to use if($GLOBALS["core"]->moduleExists("fatcat")) because this checks the core to see if the module is actually installed. Using the other methods you might run into a problem where the module exists but the SESSION has not been created yet. Depending on how the module is coded up. > Quick question. > > Which would be the best way to check for a module in terms of lower cpu > requirements/cycles: > > if(!$_SESSION["OBJ_fatcat"]) > > if($GLOBALS["core"]->moduleExists("fatcat")) > > if($_SESSION["OBJ_fatcat"]!==NULL) > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Steven Levin Electronic Student Services Appalachian State University Phone: 828.262.2431 PhpWebsite Development Team URL: http://phpwebsite.appstate.edu Email: st...@NO... |