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: Matthew M. <ma...@tu...> - 2003-02-27 21:07:38
|
Fixed in CVS Thanks for the notice Matt -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu > OK look at the bottom of the website. It looks like there is indeed a > "username" REQUEST key. Is there any chance phpws could use a key like > 'phpwsusername' or something? That would certainly avoid any conflicts > like this? > > Don. > > On Thu, 27 Feb 2003, Matthew McNaney wrote: > >> > http://ffl.sourceforge.net/ >> > >> > The Username field is pre-filled with garbage. >> >> I am not sure what is causing this. The default value of this field is >> $_REQUEST['username'] or NULL if not set. Somehow, that value is getting >> placed in the REQUEST array. I am guessing that MAYBE sourceforge has >> some >> sort of resident 'username' value following you to the site. I don't >> know. >> >> If you get a chance, run >> echo $core->testArray($_REQUEST); >> >> and see what sort of table comes up. >> >> Thanks, >> Matt >> >> > > > ------------------------------------------------------- > 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: R. S. B. <Ba...@ho...> - 2003-02-27 20:56:36
|
The theme does not seem to be tied to a user, but a browser session ID. Sometimes bypassing the system default them, when no on is logged on to the site. I'm useing a CVS build from Wed around 4:30 pm EST. Their are several senarios, I tried to list them so they can be duplicated... Note: The default theme for the site for this discussion is set to: cowboy - If a user selects the AHP theme, every time the user comes back to the same computer, same browser.. the AHP theme will be remembered. (correct) - If you select the AHP theme... close the browser, reopen it.. you would have the AHP theme you selected. If you log out, close the browser. Someone else come to the site from the same computer.. They would see the AHP theme, not the cowboy them. - If you select the AHP theme, log out.. the site will still use the AHP them.. not the system default, cowboy theme like I would expect. - If user A selects the "Use Site Theme" -- it does change to the current site theme. -- cowboy If the admin changes the site theme to something else.. say. . to the mainsite theme the next time user A logs in, he will still be presented witht he cowboy theme, the old Site Theme. Assumed Functonality: - when no one is loged in to the site, the site should display the system default theme, in this case its the cowboy theme. - where ever you log on from, the system should give you your selected default theme Scott |
From: Don S. <do...@se...> - 2003-02-27 16:00:31
|
OK look at the bottom of the website. It looks like there is indeed a "username" REQUEST key. Is there any chance phpws could use a key like 'phpwsusername' or something? That would certainly avoid any conflicts like this? Don. On Thu, 27 Feb 2003, Matthew McNaney wrote: > > http://ffl.sourceforge.net/ > > > > The Username field is pre-filled with garbage. > > I am not sure what is causing this. The default value of this field is > $_REQUEST['username'] or NULL if not set. Somehow, that value is getting > placed in the REQUEST array. I am guessing that MAYBE sourceforge has some > sort of resident 'username' value following you to the site. I don't know. > > If you get a chance, run > echo $core->testArray($_REQUEST); > > and see what sort of table comes up. > > Thanks, > Matt > > |
From: Matthew M. <ma...@tu...> - 2003-02-27 15:19:31
|
> http://ffl.sourceforge.net/ > > The Username field is pre-filled with garbage. I am not sure what is causing this. The default value of this field is $_REQUEST['username'] or NULL if not set. Somehow, that value is getting placed in the REQUEST array. I am guessing that MAYBE sourceforge has some sort of resident 'username' value following you to the site. I don't know. If you get a chance, run echo $core->testArray($_REQUEST); and see what sort of table comes up. Thanks, Matt -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu |
From: Don S. <do...@se...> - 2003-02-27 14:16:00
|
http://ffl.sourceforge.net/ The Username field is pre-filled with garbage. This is on the sourceforge server and we had to set a .htaccess file to specify a session dir and all that. It is also php 4.1.2, so I know you may not want to support this request. Everything works fine except for that username quirk. Obviously I would delete that info when logging in but joe-blow user might be confused. Don. On Thu, 27 Feb 2003, Matthew McNaney wrote: > > I say we set it in stone for Friday, if thats ok with everyone else, and > > nothing goes kaboom in the next 48 hours. > > +1 here. Should give enough time for everyone to find the remaining bugs > (if there are any left <crosses fingers>) > > Matt > > |
From: Matthew M. <ma...@tu...> - 2003-02-27 13:10:56
|
> I say we set it in stone for Friday, if thats ok with everyone else, and > nothing goes kaboom in the next 48 hours. +1 here. Should give enough time for everyone to find the remaining bugs (if there are any left <crosses fingers>) Matt -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu > > So +1 from me for Friday. > > Steven > >> We are getting real close here. Lots of little bugs have been squashed >> and >> the conversion script is improved. Documentation has been updated. Shell >> scripts are working. >> >> Please, if you get a chance, check out a CVS copy and bang on it. If you >> find anything, let us know. With any luck would should get a final >> release >> at the end of the week. >> >> >> Thanks, >> Matt >> >> -- >> Matthew McNaney >> Internet Systems Architect >> Electronic Student Services >> Appalachian State University >> Phone: 828-262-6493 >> phpwebsite.appstate.edu >> ess.appstate.edu >> >> >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: Scholarships for Techies! >> Can't afford IT training? All 2003 ictp students receive scholarships. >> Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. >> www.ictp.com/training/sourceforge.asp >> _______________________________________________ >> 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: Scholarships for Techies! > Can't afford IT training? All 2003 ictp students receive scholarships. > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. > www.ictp.com/training/sourceforge.asp > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: Matthew M. <ma...@tu...> - 2003-02-27 13:07:39
|
> /* This line is for *nix/linux environments */ > ini_set("include_path", ".:".PHPWS_SOURCE_DIR."lib/pear/"); > > It seems to work fine... > I can install fine. True. We develop off our home library. So our releases (not our CVS releases) will have that uncommented. > Also to note from a my privious e-mail/forum entry: > > If when you first go to the ~/setup/ > ... > your links will be http://http://bla.blaindex.php I have updated set_config.php to do the following. Add slashes to the web address and file directory where needed. Remove http:// from the submitted web address. Added a directory existance check on the submitted file directory. Hopefully these changes should make the set_config easier to work with. Thanks for your help! Matt -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu > > > and you enter the info for your config.php file, the entry for: "Web > Address" > > if you enter: http://bla.bla > > > if you enter: bla.bla > your links will be http://bla.blaindex.php > > The only correct entery would be: bla.bla/ > > Is their a way to check for the trailing "/" > > Scott > > > ------------------------------------------------------- > This SF.net email is sponsored by: Scholarships for Techies! > Can't afford IT training? All 2003 ictp students receive scholarships. > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. > www.ictp.com/training/sourceforge.asp > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: R. S. B. <Ba...@Ba...> - 2003-02-26 22:53:16
|
I did notice the trailing slash.. but I think some users would not edit the filed correctly, +1 on Checking for a trailing slash I would also like to see it check for http:// at the beginning.. and chop it if present. Scott > If you notice the default entry does have a trailing slash. But yes phpws > should probably check for this and maybe just add the slash on if it's > needed before writing the config file. > > Don. > > On Wed, 26 Feb 2003, R. Scott Baer wrote: > > > After click on "Create Config File" button, I get the following error: > > > > Fatal error: Failed opening required 'HTML/Template/IT.php' > > (include_path='.:/usr/share/pear') in /var/www/html/core/Core.php on line > > 31 > > > > If I modify the Core.php file > > /* This line is for *nix/linux environments */ > > //ini_set("include_path", ".:".PHPWS_SOURCE_DIR."lib/pear/"); > > > > to: > > > > /* This line is for *nix/linux environments */ > > ini_set("include_path", ".:".PHPWS_SOURCE_DIR."lib/pear/"); > > > > It seems to work fine... > > I can install fine. > > > > Also to note from a my privious e-mail/forum entry: > > > > If when you first go to the ~/setup/ > > > > and you enter the info for your config.php file, the entry for: "Web > > Address" > > > > if you enter: http://bla.bla > > your links will be http://http://bla.blaindex.php > > > > if you enter: bla.bla > > your links will be http://bla.blaindex.php > > > > The only correct entery would be: bla.bla/ > > > > Is their a way to check for the trailing "/" > > > > Scott > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Scholarships for Techies! > > Can't afford IT training? All 2003 ictp students receive scholarships. > > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. > > www.ictp.com/training/sourceforge.asp > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Scholarships for Techies! > Can't afford IT training? All 2003 ictp students receive scholarships. > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. > www.ictp.com/training/sourceforge.asp > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: Don S. <do...@se...> - 2003-02-26 22:04:50
|
If you notice the default entry does have a trailing slash. But yes phpws should probably check for this and maybe just add the slash on if it's needed before writing the config file. Don. On Wed, 26 Feb 2003, R. Scott Baer wrote: > After click on "Create Config File" button, I get the following error: > > Fatal error: Failed opening required 'HTML/Template/IT.php' > (include_path='.:/usr/share/pear') in /var/www/html/core/Core.php on line > 31 > > If I modify the Core.php file > /* This line is for *nix/linux environments */ > //ini_set("include_path", ".:".PHPWS_SOURCE_DIR."lib/pear/"); > > to: > > /* This line is for *nix/linux environments */ > ini_set("include_path", ".:".PHPWS_SOURCE_DIR."lib/pear/"); > > It seems to work fine... > I can install fine. > > Also to note from a my privious e-mail/forum entry: > > If when you first go to the ~/setup/ > > and you enter the info for your config.php file, the entry for: "Web > Address" > > if you enter: http://bla.bla > your links will be http://http://bla.blaindex.php > > if you enter: bla.bla > your links will be http://bla.blaindex.php > > The only correct entery would be: bla.bla/ > > Is their a way to check for the trailing "/" > > Scott > > > ------------------------------------------------------- > This SF.net email is sponsored by: Scholarships for Techies! > Can't afford IT training? All 2003 ictp students receive scholarships. > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. > www.ictp.com/training/sourceforge.asp > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: R. S. B. <Ba...@ho...> - 2003-02-26 21:59:39
|
After click on "Create Config File" button, I get the following error: Fatal error: Failed opening required 'HTML/Template/IT.php' (include_path='.:/usr/share/pear') in /var/www/html/core/Core.php on line 31 If I modify the Core.php file /* This line is for *nix/linux environments */ //ini_set("include_path", ".:".PHPWS_SOURCE_DIR."lib/pear/"); to: /* This line is for *nix/linux environments */ ini_set("include_path", ".:".PHPWS_SOURCE_DIR."lib/pear/"); It seems to work fine... I can install fine. Also to note from a my privious e-mail/forum entry: If when you first go to the ~/setup/ and you enter the info for your config.php file, the entry for: "Web Address" if you enter: http://bla.bla your links will be http://http://bla.blaindex.php if you enter: bla.bla your links will be http://bla.blaindex.php The only correct entery would be: bla.bla/ Is their a way to check for the trailing "/" Scott |
From: Steven L. <st...@tu...> - 2003-02-26 20:56:07
|
I say we set it in stone for Friday, if thats ok with everyone else, and nothing goes kaboom in the next 48 hours. So +1 from me for Friday. Steven > We are getting real close here. Lots of little bugs have been squashed and > the conversion script is improved. Documentation has been updated. Shell > scripts are working. > > Please, if you get a chance, check out a CVS copy and bang on it. If you > find anything, let us know. With any luck would should get a final release > at the end of the week. > > > Thanks, > Matt > > -- > Matthew McNaney > Internet Systems Architect > Electronic Student Services > Appalachian State University > Phone: 828-262-6493 > phpwebsite.appstate.edu > ess.appstate.edu > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Scholarships for Techies! > Can't afford IT training? All 2003 ictp students receive scholarships. > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. > www.ictp.com/training/sourceforge.asp > _______________________________________________ > 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...> - 2003-02-26 20:54:21
|
ROCK. Don. On Wed, 26 Feb 2003, Matthew McNaney wrote: > We are getting real close here. Lots of little bugs have been squashed and > the conversion script is improved. Documentation has been updated. Shell > scripts are working. > > Please, if you get a chance, check out a CVS copy and bang on it. If you > find anything, let us know. With any luck would should get a final release > at the end of the week. > > > Thanks, > Matt > > |
From: Matthew M. <ma...@tu...> - 2003-02-26 20:50:38
|
We are getting real close here. Lots of little bugs have been squashed and the conversion script is improved. Documentation has been updated. Shell scripts are working. Please, if you get a chance, check out a CVS copy and bang on it. If you find anything, let us know. With any luck would should get a final release at the end of the week. Thanks, Matt -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu |
From: Don S. <do...@se...> - 2003-02-26 19:55:57
|
Any help and ideas would be fantastic. Thanks, Don. On Wed, 26 Feb 2003, Adam Morton wrote: > Don, > > I finally got a chance to install and fiddle with your module. It looks > sweet! It is very powerful and I look forward to seeing where it goes in > the future. Don't let that power go to your head though :). I didn't > come across any bugs during my initial look at the module, but I'll post > them to sourceforge if I dig anything up. When I get some time on my > hands, and if you'll let me, I would like to help out with development > efforts. I know a little bit about coding <grin> > > Adam > > > http://phpwslistings.sourceforge.net > > > > phpwsListings v0.1.0-RC1 has been cut. If no bugs are reported before > > then, I'll be cutting the final 0.1.0 this weekend. > > > > If anyone has any time and a recent phpws CVS checkout, feel free > > download and install. Please file bugs and support requests through > > the proper channels on my sourceforge.net pages. > > > > http://prdownloads.sourceforge.net/phpwslistings/phpwslistings-0.1.0-rc1.tar.gz?download > > > > By the way, I've confirmed that v0.2.0 will allow listings of multiple > > item types. I believe we had a discussion about this last month or so. > > I think it will be pretty easy to just add another layer of abstraction > > to allow multiple types. Not sure why I didn't think of it earlier and > > throw it in 0.1.0. Anyway I imagine that 0.2.0, which will solely be > > this modification, will hopefully be at RC stage about a week after > > 0.1.0. > > > > Thanks, > > Don. > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Scholarships for Techies! > > Can't afford IT training? All 2003 ictp students receive scholarships. > > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. > > www.ictp.com/training/sourceforge.asp > > _______________________________________________ > > 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 - Appalachian Linux Users Group > http://alug.appstate.edu > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Scholarships for Techies! > Can't afford IT training? All 2003 ictp students receive scholarships. > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. > www.ictp.com/training/sourceforge.asp > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: Adam M. <ad...@tu...> - 2003-02-26 19:43:10
|
Don, I finally got a chance to install and fiddle with your module. It looks sweet! It is very powerful and I look forward to seeing where it goes in the future. Don't let that power go to your head though :). I didn't come across any bugs during my initial look at the module, but I'll post them to sourceforge if I dig anything up. When I get some time on my hands, and if you'll let me, I would like to help out with development efforts. I know a little bit about coding <grin> Adam > http://phpwslistings.sourceforge.net > > phpwsListings v0.1.0-RC1 has been cut. If no bugs are reported before > then, I'll be cutting the final 0.1.0 this weekend. > > If anyone has any time and a recent phpws CVS checkout, feel free > download and install. Please file bugs and support requests through > the proper channels on my sourceforge.net pages. > > http://prdownloads.sourceforge.net/phpwslistings/phpwslistings-0.1.0-rc1.tar.gz?download > > By the way, I've confirmed that v0.2.0 will allow listings of multiple > item types. I believe we had a discussion about this last month or so. > I think it will be pretty easy to just add another layer of abstraction > to allow multiple types. Not sure why I didn't think of it earlier and > throw it in 0.1.0. Anyway I imagine that 0.2.0, which will solely be > this modification, will hopefully be at RC stage about a week after > 0.1.0. > > Thanks, > Don. > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Scholarships for Techies! > Can't afford IT training? All 2003 ictp students receive scholarships. > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. > www.ictp.com/training/sourceforge.asp > _______________________________________________ > 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 - Appalachian Linux Users Group http://alug.appstate.edu |
From: Don S. <do...@se...> - 2003-02-26 05:12:59
|
Did we discuss yet how other modules can hook into calendar? I'm working up a mod for a sports team info site (http://teamsite.sourceforge.net) and want to display the team schedule in a calendar-style format. Don. |
From: Don S. <do...@se...> - 2003-02-26 04:53:45
|
http://phpwslistings.sourceforge.net phpwsListings v0.1.0-RC1 has been cut. If no bugs are reported before then, I'll be cutting the final 0.1.0 this weekend. If anyone has any time and a recent phpws CVS checkout, feel free download and install. Please file bugs and support requests through the proper channels on my sourceforge.net pages. http://prdownloads.sourceforge.net/phpwslistings/phpwslistings-0.1.0-rc1.tar.gz?download By the way, I've confirmed that v0.2.0 will allow listings of multiple item types. I believe we had a discussion about this last month or so. I think it will be pretty easy to just add another layer of abstraction to allow multiple types. Not sure why I didn't think of it earlier and throw it in 0.1.0. Anyway I imagine that 0.2.0, which will solely be this modification, will hopefully be at RC stage about a week after 0.1.0. Thanks, Don. |
From: Mike N. <mh...@us...> - 2003-02-24 22:35:18
|
On Mon, 2003-02-24 at 14:09, Matthew McNaney wrote: > > ok guys, I will post my other script called 'ballz' to the cvs > > repository this evening. It does everything through anonymous exports > > and can build a tarball of any module requested or the entire phpwebsite > > installation, including the pear libs. Let me know what you think :) > > This script is a gift from Olympus. Please test it out and grab today's > CVS. We would like to release a final cut tomorrow if no bugs are > experienced. Matt, I just tested the 'ballz' script with $1=full $2=0.9.0. It worked like a charm. :-) Adam, I see you caught my mistake. I forgot that export prunes empty directories. The correction to my earlier diff for build_phpws.sh is below. # Grab the phpwebsite core and core modules -cvs $REMOTE co phpwebsite +cvs $REMOTE -q ex -r $TAG phpwebsite +mkdir phpwebsite/mod +mkdir phpwebsite/themes for i in $CORE_MODULES; do -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Matthew M. <ma...@tu...> - 2003-02-24 21:57:35
|
> ok guys, I will post my other script called 'ballz' to the cvs > repository this evening. It does everything through anonymous exports > and can build a tarball of any module requested or the entire phpwebsite > installation, including the pear libs. Let me know what you think :) This script is a gift from Olympus. Please test it out and grab today's CVS. We would like to release a final cut tomorrow if no bugs are experienced. Thanks, Matt -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu > > Adam > >> +1 to tags. >> >> Also I would like to see the script download and untar the pear >> tarball at >> http://phpwebsite.appstate.edu/downloads/pear/pear.current.tar.gz . >> Then delete the tarball once unpacked. Maybe have it do this if the >> user passes "--with-pear" to the build_phpws.sh script. >> >> Don. >> >> On Mon, 24 Feb 2003, Mike Noyes wrote: >> >>> On Mon, 2003-02-10 at 11:52, Adam Morton wrote: >>> > I wrote a shell script that will remotely checkout and build a >>> phpwebsite installation for you. Make sure you edit the settings at >>> the top to reflect the directory you want the installation to go into >>> and the username on the remote string if you are not doing an >>> anonymous checkout. You can also tweak which modules you wish to >>> have installed. The secure_phpws script is run at the end as a non >>> root user for setup. So make sure to fix your permissions after you >>> run the web based installer. >>> >>> Adam, >>> I have a diff for your shell script. Instead of checking out modules >>> it exports them based on tags. This will allow developers to work >>> from known tag points, and avoids the unnecessary CVS directory >>> clutter checkout creates. >>> >>> >>> $ diff -u ~/leaf/phpwebsite/build_phpws.sh ~/bin/build_phpws.sh --- >>> /home/mhnoyes/leaf/phpwebsite/build_phpws.sh Mon Feb 24 09:22:19 >>> 2003+++ /home/mhnoyes/bin/build_phpws.sh Mon Feb 24 11:00:25 2003 @@ >>> -27,25 +27,28 @@ >>> # Themes to check out >>> THEMES="AHP clean Default gax mainsite shiny winxp" >>> >>> +# Tag to retrieve from repository >>> +TAG=HEAD >>> + >>> ################################################ >>> # END SETTINGS: Do not edit beyond this line!! # >>> ################################################ >>> >>> # Grab the phpwebsite core and core modules >>> -cvs $REMOTE co phpwebsite >>> +cvs $REMOTE -q ex -r"$TAG" phpwebsite >>> for i in $CORE_MODULES; do >>> - cvs $REMOTE co $i >>> + cvs $REMOTE -q ex -r"$TAG" $i >>> mv $i phpwebsite/mod/ >>> done >>> >>> # Grab any extra modules the user wants >>> for i in $OTHER_MODULES; do >>> - cvs $REMOTE co $i >>> + cvs $REMOTE -q ex -r"$TAG" $i >>> mv $i phpwebsite/mod/ >>> done >>> >>> # Check out all themes and pick each one out individually >>> -cvs $REMOTE co themes >>> +cvs $REMOTE -q ex -r"$TAG" themes >>> for i in $THEMES; do >>> mv themes/$i phpwebsite/themes/ >>> done >>> >>> >>> >> >> >> ------------------------------------------------------- >> 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 - Appalachian Linux Users Group > http://alug.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...> - 2003-02-24 21:46:55
|
ok guys, I will post my other script called 'ballz' to the cvs repository this evening. It does everything through anonymous exports and can build a tarball of any module requested or the entire phpwebsite installation, including the pear libs. Let me know what you think :) Adam > +1 to tags. > > Also I would like to see the script download and untar the pear tarball > at http://phpwebsite.appstate.edu/downloads/pear/pear.current.tar.gz . > Then delete the tarball once unpacked. Maybe have it do this if the > user passes "--with-pear" to the build_phpws.sh script. > > Don. > > On Mon, 24 Feb 2003, Mike Noyes wrote: > >> On Mon, 2003-02-10 at 11:52, Adam Morton wrote: >> > I wrote a shell script that will remotely checkout and build a >> phpwebsite installation for you. Make sure you edit the settings at >> the top to reflect the directory you want the installation to go >> into and the username on the remote string if you are not doing an >> anonymous checkout. You can also tweak which modules you wish to >> have installed. The secure_phpws script is run at the end as a non >> root user for setup. So make sure to fix your permissions after you >> run the web based installer. >> >> Adam, >> I have a diff for your shell script. Instead of checking out modules >> it exports them based on tags. This will allow developers to work from >> known tag points, and avoids the unnecessary CVS directory clutter >> checkout creates. >> >> >> $ diff -u ~/leaf/phpwebsite/build_phpws.sh ~/bin/build_phpws.sh >> --- /home/mhnoyes/leaf/phpwebsite/build_phpws.sh Mon Feb 24 09:22:19 >> 2003+++ /home/mhnoyes/bin/build_phpws.sh Mon Feb 24 11:00:25 2003 @@ >> -27,25 +27,28 @@ >> # Themes to check out >> THEMES="AHP clean Default gax mainsite shiny winxp" >> >> +# Tag to retrieve from repository >> +TAG=HEAD >> + >> ################################################ >> # END SETTINGS: Do not edit beyond this line!! # >> ################################################ >> >> # Grab the phpwebsite core and core modules >> -cvs $REMOTE co phpwebsite >> +cvs $REMOTE -q ex -r"$TAG" phpwebsite >> for i in $CORE_MODULES; do >> - cvs $REMOTE co $i >> + cvs $REMOTE -q ex -r"$TAG" $i >> mv $i phpwebsite/mod/ >> done >> >> # Grab any extra modules the user wants >> for i in $OTHER_MODULES; do >> - cvs $REMOTE co $i >> + cvs $REMOTE -q ex -r"$TAG" $i >> mv $i phpwebsite/mod/ >> done >> >> # Check out all themes and pick each one out individually >> -cvs $REMOTE co themes >> +cvs $REMOTE -q ex -r"$TAG" themes >> for i in $THEMES; do >> mv themes/$i phpwebsite/themes/ >> done >> >> >> > > > ------------------------------------------------------- > 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 - Appalachian Linux Users Group http://alug.appstate.edu |
From: Don S. <do...@se...> - 2003-02-24 19:42:25
|
+1 to tags. Also I would like to see the script download and untar the pear tarball at http://phpwebsite.appstate.edu/downloads/pear/pear.current.tar.gz . Then delete the tarball once unpacked. Maybe have it do this if the user passes "--with-pear" to the build_phpws.sh script. Don. On Mon, 24 Feb 2003, Mike Noyes wrote: > On Mon, 2003-02-10 at 11:52, Adam Morton wrote: > > I wrote a shell script that will remotely checkout and build a phpwebsite > > installation for you. Make sure you edit the settings at the top to > > reflect the directory you want the installation to go into and the > > username on the remote string if you are not doing an anonymous checkout. > > You can also tweak which modules you wish to have installed. The > > secure_phpws script is run at the end as a non root user for setup. So > > make sure to fix your permissions after you run the web based installer. > > Adam, > I have a diff for your shell script. Instead of checking out modules it > exports them based on tags. This will allow developers to work from > known tag points, and avoids the unnecessary CVS directory clutter > checkout creates. > > > $ diff -u ~/leaf/phpwebsite/build_phpws.sh ~/bin/build_phpws.sh > --- /home/mhnoyes/leaf/phpwebsite/build_phpws.sh Mon Feb 24 09:22:19 > 2003+++ /home/mhnoyes/bin/build_phpws.sh Mon Feb 24 11:00:25 2003 > @@ -27,25 +27,28 @@ > # Themes to check out > THEMES="AHP clean Default gax mainsite shiny winxp" > > +# Tag to retrieve from repository > +TAG=HEAD > + > ################################################ > # END SETTINGS: Do not edit beyond this line!! # > ################################################ > > # Grab the phpwebsite core and core modules > -cvs $REMOTE co phpwebsite > +cvs $REMOTE -q ex -r"$TAG" phpwebsite > for i in $CORE_MODULES; do > - cvs $REMOTE co $i > + cvs $REMOTE -q ex -r"$TAG" $i > mv $i phpwebsite/mod/ > done > > # Grab any extra modules the user wants > for i in $OTHER_MODULES; do > - cvs $REMOTE co $i > + cvs $REMOTE -q ex -r"$TAG" $i > mv $i phpwebsite/mod/ > done > > # Check out all themes and pick each one out individually > -cvs $REMOTE co themes > +cvs $REMOTE -q ex -r"$TAG" themes > for i in $THEMES; do > mv themes/$i phpwebsite/themes/ > done > > > |
From: Mike N. <mh...@us...> - 2003-02-24 19:21:21
|
On Mon, 2003-02-10 at 11:52, Adam Morton wrote: > I wrote a shell script that will remotely checkout and build a phpwebsite > installation for you. Make sure you edit the settings at the top to > reflect the directory you want the installation to go into and the > username on the remote string if you are not doing an anonymous checkout. > You can also tweak which modules you wish to have installed. The > secure_phpws script is run at the end as a non root user for setup. So > make sure to fix your permissions after you run the web based installer. Adam, I have a diff for your shell script. Instead of checking out modules it exports them based on tags. This will allow developers to work from known tag points, and avoids the unnecessary CVS directory clutter checkout creates. $ diff -u ~/leaf/phpwebsite/build_phpws.sh ~/bin/build_phpws.sh --- /home/mhnoyes/leaf/phpwebsite/build_phpws.sh Mon Feb 24 09:22:19 2003+++ /home/mhnoyes/bin/build_phpws.sh Mon Feb 24 11:00:25 2003 @@ -27,25 +27,28 @@ # Themes to check out THEMES="AHP clean Default gax mainsite shiny winxp" +# Tag to retrieve from repository +TAG=HEAD + ################################################ # END SETTINGS: Do not edit beyond this line!! # ################################################ # Grab the phpwebsite core and core modules -cvs $REMOTE co phpwebsite +cvs $REMOTE -q ex -r"$TAG" phpwebsite for i in $CORE_MODULES; do - cvs $REMOTE co $i + cvs $REMOTE -q ex -r"$TAG" $i mv $i phpwebsite/mod/ done # Grab any extra modules the user wants for i in $OTHER_MODULES; do - cvs $REMOTE co $i + cvs $REMOTE -q ex -r"$TAG" $i mv $i phpwebsite/mod/ done # Check out all themes and pick each one out individually -cvs $REMOTE co themes +cvs $REMOTE -q ex -r"$TAG" themes for i in $THEMES; do mv themes/$i phpwebsite/themes/ done -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Don S. <do...@se...> - 2003-02-24 18:24:57
|
In my db table I have a "price" field of type "numeric(16,2)". It works great unless someone tries to use a comma for a thousands separator, like "125,000". mysql saves it as "125". I believe that mysql is treating both the "." and "," characters as decimal places. I'm looking through php's number_format option but I can't get it to smartly remove the thousands separator. I don't just want to say "remove the comma" because in some locale's the comma is the decimal point. I saw this function: function number_format_locale ($num, $decimals = null) { $locale = localeconv(); if(!isset($decimals)) $decimals = $locale['frac_digits']; return number_format($num, $decimals, $locale['decimal_point'], $locale['thousands_sep']); } But on my machine all the $locale vars are empty. Does anyone know of a reliable means to get rid of the thousands separators? My last resort would be to look for the last comma or period, and assume that is the decimal point. Then strip out all others. Although there could be the case that the user doesn't need the decimals and doesn't specify the decimal point. But that should be easy enough. Don. |
From: Mike N. <mh...@us...> - 2003-02-24 17:33:11
|
phpWS team, I think a toplevel README with a short description of each directory and defined modules would be useful. Example: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/leaf/ -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Don S. <do...@se...> - 2003-02-24 15:40:52
|
Thanks. I hope so. A lot of credit goes to Mike Windsor who approached me (and some of you, I believe) and requested this module. Something like this was nowhere on my radar but Mike was persuasive and under his guidance it has turned out better than I had imagined. Also this was my tutorial for learning module creation under fallout, so there are no doubt a lot of places that I can go back in and optimize. Anyway I just cleaned up the last bug we found and am going to sneak in some more feature requests and hopefully I can announce a final 0.1.0 release by the end of this week. I'm also trying to force myself to add some documentation for things that might not be intuitive. If any of you are testing it and come across something that you can't figure out right away and you think the "average" user might not figure out any time soon, please shoot me an email and I'll put it on my doc list. I don't see these things sometimes since I wrote it and it's ALL intuitive to me. ;) I also should try and use the "help" docs part of phpws. I'll try and find a sample of that. Don. On Mon, 24 Feb 2003, Matthew McNaney wrote: > > http://phpwslistings.sourceforge.net/ > > > > I've set the feature freeze in place and am gearing up for bug-fixing > > mode. If anyway has some spare time and wants to test it out feel free > > to download the 0.1.0-beta release. > > Try it out. Fabulous. This will be VERY useful and I imagine popular! > > Matt > > Matthew McNaney > Internet Systems Architect > Electronic Student Services > Appalachian State University > Phone: 828-262-6493 > phpwebsite.appstate.edu > ess.appstate.edu > > > > > > For the browser-challenged: > > > > phpwsListings is a PHPWebSite module that allows a site admin to run a > > listings site for virtually any type of item, from houses to cars to > > books. Admins can set the fields and field types, and all fields are > > searchable. > > > > Don. > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The > > most comprehensive and flexible code editor you can use. > > Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. > > www.slickedit.com/sourceforge > > _______________________________________________ > > 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 > > > |