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 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: 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-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 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 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: 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: Matthew M. <ma...@tu...> - 2003-02-27 21:14:52
|
I will try to fix this. It is cookie based. Matt -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu > > 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 > > > ------------------------------------------------------- > 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...> - 2003-02-27 21:54:38
|
Should now fixed in CVS. Please test and tell me if it works as you specified. Thanks again for all the bugs. Release should be tight. Matt -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu |
From: R. S. B. <Ba...@Ba...> - 2003-02-27 22:34:53
|
> Should now fixed in CVS. Please test and tell me if it works as you > specified. > > Thanks again for all the bugs. Release should be tight. > > Matt It is for the most part fixed... One part is still broken: Setup: - Admin has the System Theme set to cowboy - 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 site then starts to use the mainsite theme - BUT the next time User "A" logs in, he will still be presented with the cowboy theme, the old Site Theme, not the NEW site theme of "mainsite" |
From: Matthew M. <ma...@tu...> - 2003-02-28 12:37:22
|
OK I see what you are talking about. Check CVS again when you get a chance. Matt -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu > >> Should now fixed in CVS. Please test and tell me if it works as you >> specified. >> >> Thanks again for all the bugs. Release should be tight. >> >> Matt > > It is for the most part fixed... > > One part is still broken: > > Setup: > - Admin has the System Theme set to cowboy > - 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 site then starts to use the mainsite theme > - BUT the next time User "A" logs in, he will still be presented > with > the cowboy theme, the old Site Theme, not the NEW site theme of "mainsite" > > > > ------------------------------------------------------- > 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...@Ba...> - 2003-02-28 13:22:26
|
This seems to be fixed now ----- Original Message ----- From: "Matthew McNaney" <ma...@tu...> To: <php...@li...> Sent: Friday, February 28, 2003 7:37 AM Subject: Re: [Phpwebsite-developers] User Selected theme does not seem to be linked to the user.. > OK I see what you are talking about. Check CVS again when you get a chance. > > Matt > > -- > Matthew McNaney > Internet Systems Architect > Electronic Student Services > Appalachian State University > Phone: 828-262-6493 > phpwebsite.appstate.edu > ess.appstate.edu > > > > > >> Should now fixed in CVS. Please test and tell me if it works as you > >> specified. > >> > >> Thanks again for all the bugs. Release should be tight. > >> > >> Matt > > > > It is for the most part fixed... > > > > One part is still broken: > > > > Setup: > > - Admin has the System Theme set to cowboy > > - 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 site then starts to use the mainsite theme > > - BUT the next time User "A" logs in, he will still be presented > > with > > the cowboy theme, the old Site Theme, not the NEW site theme of "mainsite" > > > > > > > > ------------------------------------------------------- > > 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 > |
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 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: Don S. <do...@se...> - 2003-02-27 23:34:22
|
Re-installed and it looks good. Thanks, Don. On Thu, 27 Feb 2003, Matthew McNaney wrote: > Fixed in CVS > > Thanks for the notice > Matt > > |
From: Don S. <do...@se...> - 2003-02-27 21:57:24
|
I'm pretty sure Mike Noyes will be making an updated HOWTO for installing phpws 0.9.0 on sourceforge's servers. In the meantime here is the contents of our .htacces file: # php.ini configuration <IFModule mod_php4.c> php_value arg_separator.output "&" php_value session.save_path "/home/groups/f/ff/ffl/tmp" php_value memory_limit "12M" </IFModule> You then need to make the directory specified in the session.save_path (not web-accessible) and make it writeable by all. FYI. Don. On Thu, 27 Feb 2003, Matthew McNaney wrote: > Should now fixed in CVS. Please test and tell me if it works as you > specified. > > Thanks again for all the bugs. Release should be tight. > > Matt > > |
From: Don S. <do...@se...> - 2003-02-27 22:04:22
|
That went to the wrong thread. Should have been part of my other thread. :p Don. On Thu, 27 Feb 2003, Don Seiler wrote: > I'm pretty sure Mike Noyes will be making an updated HOWTO for installing > phpws 0.9.0 on sourceforge's servers. > > In the meantime here is the contents of our .htacces file: > > # php.ini configuration > <IFModule mod_php4.c> > php_value arg_separator.output "&" > php_value session.save_path "/home/groups/f/ff/ffl/tmp" > php_value memory_limit "12M" > </IFModule> > > You then need to make the directory specified in the session.save_path > (not web-accessible) and make it writeable by all. > > FYI. > > Don. > > On Thu, 27 Feb 2003, Matthew McNaney wrote: > > > Should now fixed in CVS. Please test and tell me if it works as you > > specified. > > > > Thanks again for all the bugs. Release should be tight. > > > > 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 > > > |