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...> - 2002-01-17 18:24:01
|
The CVS server, res1, will be down from 1:30pm to 2:00pm. Matthew McNaney Internet Systems Architect Electronic Student Services Email: ma...@tu... URL: http://phpwebsite.appstate.edu Phone: 828-262-6493 ICQ: 141057403 |
From: Dynomite <dig...@ya...> - 2002-01-17 17:04:00
|
Hi Guys, Alessandro, what kind of batteries are you running on. It seems like you are modifying changes on a daily bases. Kudos to you man. I know that I have had troubles with the upgrade script from the early days. I think I might dread the upgrade from 0.8.1 to the next version with Alessandro's crypt to md5 and other database modifications. If it works, I'll be smiling...just wonder how things will fall when I try. I can help work on the upgrade script when everyone thinks it is time to release so that no one has to face the problems early birds usually have to endure. But let me know when you think it's time. Also... I would like to vote or suggest that in the future, uprades have to made sequentially. For example...no jumping. 0.8.1 must go to 0.8.2 and not straight to 0.8.3 when the time comes. This ways we can clean the upgrade script and have no problems with technical support for different versions. I mean, how can I possibly help IHAD on bug tracker with version 0.7.9 when I don't use that anymore. Or someone who asks what version am I using when they think they have 0.7.6. I wouldn't be able to remember since I haven't touched that in a long time. The changes would require maintaining older versions so that people can upgrade. This might be an issue with Jeremy. More work for him. Or maybe an announcement to maintain older versions for up to 1-2 years? Even less. I don't know, just a suggestion. Tat |
From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-17 13:50:48
|
Hi all, I've jsut fixed some bugs in the html-setup panel and the mainfile check_html() function. Fixes are: - added <hr> and <font> to the default tags list - check_html() now works with XHTML tags - htmlsetup delete tag now works as expected A new daily CVS snapshot which include these fixes is being built. Bye, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |
From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-17 08:33:27
|
On Wed, 2002-01-16 at 13:49, Mike Noyes wrote: > Alessandro, > You may want to add information on the session.save_path, and creating a > phpinfo file. The phpinfo file information will let people know how to > query their current php.ini settings. The session.save_path seems to be > another common problem people run into with phpWS setup. I know it has to > be changed for projects hosting their web site on SourceForge. > > phpinfo.php > <?php > phpinfo(); > ?> > > .htaccess > # php.ini configuration > # Warning: make sure you create the sessions > # directory with the proper permissions. > <IFModule mod_php4.c> > php_value session.save_path "./sessions" > </IFModule> > > Note: the syntax above may be incorrect. > Yes, this is a very common problem. I'll add it to docs/INSTALL asap. Bye, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |
From: Adam M. <ad...@tu...> - 2002-01-17 01:24:21
|
You can check your version.php file in the document root to see what version you are currently running. Adam > On Wed, 2002-01-16 at 18:49, Geoff Staples wrote: >> I looked at the version table and it is empty. >> >> How do we tell which version of phpwebsite is running? >> >> Geoff > Fixed in CVS: install.php and upgrade.php both had a malformed SQL > "INSERT INTO" query. > Thanks for pointing this out. > > Bye, > Alessandro > > -- > Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 > phpWebSite Development Team http://phpwebsite.appstate.edu > INWO Project coordinator http://inwoproject.sourceforge.net > > "I will carry you through, hicking and screaming, > and in the end you will thank me" > - Tyler Durden [from "Fight Club"] > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University ad...@tu... |
From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-16 18:20:43
|
On Wed, 2002-01-16 at 18:49, Geoff Staples wrote: > I looked at the version table and it is empty. > > How do we tell which version of phpwebsite is running? > > Geoff Fixed in CVS: install.php and upgrade.php both had a malformed SQL "INSERT INTO" query. Thanks for pointing this out. Bye, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |
From: Geoff S. <ge...@ho...> - 2002-01-16 17:49:48
|
I looked at the version table and it is empty. How do we tell which version of phpwebsite is running? Geoff |
From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-16 16:25:22
|
Hi all, I've just committed another small amount of improvements. The major one is about images handling in mainpage and userpages editors: now you can easily and without pain manage previously uploaded images. I also applied some look enhancements to some messages of the admin panel. I also moved the $check_version variable from config.php to the Look-and-Feel panel. What will come soon: - new poll admin panel - feature-req: assign news to multiple topics - (maybe, if I have time) feature-req: menu behaviour Bye, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |
From: Mike N. <mh...@us...> - 2002-01-16 12:55:47
|
At 2002-01-16 12:03 +0100, Alessandro "Pisani (TXM / J578)" wrote: >I fixed some bugs reported on the bugtrack and also fixed docs/INSTALL: >correct syntax to enable register_globals in a .htaccess file is: > > #php.ini configuration > <IfModule mod_php4.c> > php_flag register_globals on > </IfModule> > >and not : > php_value register_globals "On" Alessandro, You may want to add information on the session.save_path, and creating a phpinfo file. The phpinfo file information will let people know how to query their current php.ini settings. The session.save_path seems to be another common problem people run into with phpWS setup. I know it has to be changed for projects hosting their web site on SourceForge. phpinfo.php <?php phpinfo(); ?> .htaccess # php.ini configuration # Warning: make sure you create the sessions # directory with the proper permissions. <IFModule mod_php4.c> php_value session.save_path "./sessions" </IFModule> Note: the syntax above may be incorrect. -- Mike Noyes <mh...@us...> http://leaf.sourceforge.net/ |
From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-16 11:07:51
|
I fixed some bugs reported on the bugtrack and also fixed docs/INSTALL: correct syntax to enable register_globals in a .htaccess file is: #php.ini configuration <IfModule mod_php4.c> php_flag register_globals on </IfModule> and not : php_value register_globals "On" Bye, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |
From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-15 12:01:17
|
I've just added an "are you sure?" prompt to my previously introduced "delete account" feature, and also made it secure. My next working area will be the new poll admin panel which I previed on this list in december and which I suspeded in the same moth due to a misunderstanding with Ryan. I'm also on alert for any bugfix users of (my) CVS snapshots report me; btw, after a (not easy) clarification with Ryan about his new comments module I decided I'll exclude it from my next daily CVS snapshosts packages due to the fact it is work-in-progress code. I am available for any furhter info/help/comment. Kind Regards, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |
From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-14 21:47:18
|
Hi all, thanks to the patient and kind help of Mike Windsor I've fixed some bugs which affected user.php and also top.php. Moreover, now phpWebSite can rely on a new option for the users: the "Delete Your Account" option. Using it, user (both logged in and not) can remove their account without having to hassle the site webmaster. Bye, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |
From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-14 09:31:29
|
This morning I've fixed some others php 4.1.x related issues (I do not know why, but It seems that php 4.1.x doesn't unset $user even if cookie had been deleted with setcookie() : infact you have isset($user)=1 and $user=empty) in user.php. Also moved $login_switch and $show_comments to my Look-and-Feel panel Last but not least, fixed some typos caused by SQL lock/unlock changes yesterday (thanks to Mike Windsor). Bye Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |
From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-14 07:59:58
|
On Mon, 2002-01-14 at 02:53, Geoff Staples wrote: > > >We started having problems with the the Administrator Id not staying > >logged in within the last week. I assumed that it was because we had moved > >to php 4.1. But, in checking on register_globals, I discovered that we are > >on php 4.0.6 and that register_globals is on. > > So, I'm curious if anyone has any ideas about what might be going on? Can you please give me (/us) more details on : phpWS version used, php configuration, os, ... ? Thhanks for your help Regards, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |
From: Geoff S. <ge...@ho...> - 2002-01-14 01:53:47
|
>We started having problems with the the Administrator Id not staying >logged in within the last week. I assumed that it was because we had moved >to php 4.1. But, in checking on register_globals, I discovered that we are >on php 4.0.6 and that register_globals is on. So, I'm curious if anyone has any ideas about what might be going on? Geoff |
From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-13 22:43:49
|
On Sun, 2002-01-13 at 23:32, Mike Noyes wrote: > At 2002-01-13 15:02 -0600, Geoff Staples wrote: > >What does that do for webmasters that don't have root access to their > >server so that they can turn register_globals on? > > > >This could seriously affect many of the websites currently using phpWebsite. > > > >Geoff > > > >P. S. Wasn't there something about .htaccess. GS > > Geoff, > Yes. Try this adding this to .htaccess > > # php.ini configuration > <IFModule mod_php4.c> > php_value register_globals "on" > </IFModule> Geoff: this is exactly what you find in the new docs/INSTALL under the "About PHP regiter globals setting" section. Bye, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |
From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-13 22:38:02
|
On Sun, 2002-01-13 at 22:02, Geoff Staples wrote: > What does that do for webmasters that don't have root access to their > server so that they can turn register_globals on? > > This could seriously affect many of the websites currently using phpWebsite. > > Geoff > > P. S. Wasn't there something about .htaccess. GS For example they could at first read docs/INSTALL in their phpwebsite installation directory. Incredibly, in that file it is explained what to do for enabling register_globals even if they do not have access to php.ini Most incredibly, a guy named "Alessandro Pisani" wrote that section of the doc ^_^ (please note that the section on register_globals had been added today, in current CVS version of phpWebSite) Bye, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |
From: Mike N. <mh...@us...> - 2002-01-13 22:35:30
|
At 2002-01-13 15:02 -0600, Geoff Staples wrote: >What does that do for webmasters that don't have root access to their >server so that they can turn register_globals on? > >This could seriously affect many of the websites currently using phpWebsite. > >Geoff > >P. S. Wasn't there something about .htaccess. GS Geoff, Yes. Try this adding this to .htaccess # php.ini configuration <IFModule mod_php4.c> php_value register_globals "on" </IFModule> I think I got the syntax right. I hope this helps. -- Mike Noyes <mh...@us...> http://leaf.sourceforge.net/ |
From: Geoff S. <ge...@ge...> - 2002-01-13 22:23:31
|
What does that do for webmasters that don't have root access to their server so that they can turn register_globals on? This could seriously affect many of the websites currently using phpWebsite. Geoff P. S. Wasn't there something about .htaccess. GS At 01:09 PM 1/13/2002, Alessandro "Pisani (TXM / J578)" wrote: >Hi all, >I've just committed the php 4.1.x fix reported by users days ago on the >Help forums. This fixes the admin login problem with php 4.1.x. >User logins are not affected by php 4.1.x (as previously hypotized by >some users) if register_globals=On. > >The bad news is that during my tests in Roswell I discovered that >there's no chance for a work-around to the register_globals=On need. >We should rewrite a lot of code to get rid of it, and this would require >a lot of time. I think it would be better to implement such a change in >the new core, and maintaning the r_g=On requiresment in our imminent new >release. > >Bye, >Alessandro > >-- >Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 >phpWebSite Development Team http://phpwebsite.appstate.edu >INWO Project coordinator http://inwoproject.sourceforge.net > >"I will carry you through, hicking and screaming, > and in the end you will thank me" > - Tyler Durden [from "Fight Club"] > > >_______________________________________________ >Phpwebsite-developers mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-13 19:13:19
|
Hi all, I've just committed the php 4.1.x fix reported by users days ago on the Help forums. This fixes the admin login problem with php 4.1.x. User logins are not affected by php 4.1.x (as previously hypotized by some users) if register_globals=On. The bad news is that during my tests in Roswell I discovered that there's no chance for a work-around to the register_globals=On need. We should rewrite a lot of code to get rid of it, and this would require a lot of time. I think it would be better to implement such a change in the new core, and maintaning the r_g=On requiresment in our imminent new release. Bye, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |
From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-11 11:07:21
|
Thanks to paivi I've discovered a nasty bug in my previous implementation of the conversion of users account from crypt() to md5() ; this bug also caused user login to behave in strange manners, sometimes allwing logins with wrong passwords (!!!). I fixed this in latest CVS. Updates builds are now also on my homepage. If you're experimenting CVS version of phpWebSite and you allows user login on your site, update in needed. Sorry for this :| Bye, Alessandro PS: Work on Roswell is going on with good results: php 4.1 compatibility is quite fully functional and I also found a painless way to get rid of the register_globals=On requiresment (which is a problem due to the fact r_g comes to Off by default in php 4.1 configuration). -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |
From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-10 21:33:29
|
On Thu, 2002-01-10 at 22:40, spiggy wrote: > id addition to the previous, i just noticed that user login seems to > clear the password field in the database :) and then you can login with > any password. but you still cannot get any further than that... so you > cannot change any options. > > if i login with my other test user, it will log me in (with a wrong > password), change the theme to the one i have chosen but will not let me > any further. > > paivi Paivi, listen to me: I'm unable to reproduce this bug with latest CVS snapshot and Roswell. When you update from CVS to CVS, as stated clearly on my webpage, you're supposed to do a re-install (suggested) or an update; manual upgrades/incomplete upgrades only causes false alarms, as showed in latest weeks. Please test it with a fresh install of latest snapshot and then please notify me any eventual bug you find. Please note that, of course, you do not have to destroy your current site: you can test the CVS snapshot in a subdir referring to a new db or the samedb using a different table_prefix. Thank you I'm available for any further info/comment/help Regards, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |
From: spiggy <th...@me...> - 2002-01-10 21:26:05
|
id addition to the previous, i just noticed that user login seems to clear the password field in the database :) and then you can login with any password. but you still cannot get any further than that... so you cannot change any options. if i login with my other test user, it will log me in (with a wrong password), change the theme to the one i have chosen but will not let me any further. paivi |
From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-10 21:20:57
|
On Thu, 2002-01-10 at 22:21, spiggy wrote: > i made a brave move and upgraded to almost the latest cvs version. i did > the upgrade manually because i wanted to see all the changes in database > etc. > > there is only one problem: the users cannot 'completely' login. they > seem to be logging in ok, the user options show up in the login box but > when i click any of them i get: a problem occurred: your account is not > registered. please logout and delete the cookie. but deleting cookies > will not help. > > so the users can log in and see users only options but they cannot > change their comment options/password/etc. if someone has an user > account to my site (phpgirl.com) i invite you to try to login :) > > the server is still running php 4.0.6. That's weird 'cos user login didn't change since a lot of time... can you please mail me more info about this? Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |
From: spiggy <th...@me...> - 2002-01-10 21:07:29
|
i made a brave move and upgraded to almost the latest cvs version. i did the upgrade manually because i wanted to see all the changes in database etc. there is only one problem: the users cannot 'completely' login. they seem to be logging in ok, the user options show up in the login box but when i click any of them i get: a problem occurred: your account is not registered. please logout and delete the cookie. but deleting cookies will not help. so the users can log in and see users only options but they cannot change their comment options/password/etc. if someone has an user account to my site (phpgirl.com) i invite you to try to login :) the server is still running php 4.0.6. paivi |