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: <ad...@tu...> - 2003-03-19 20:20:07
|
Since approval is a core module and will always be present, why not have Boost automagically remove any pending approval requests for the module being uninstalled instead of having module writers put the call to unregister_module() in their uninstall.php file? Adam >> $_SESSION["OBJ_approval"]->unregister_module() seems to be missing. > > Ah correct. I think I missed it because there isn't a register module > anymore, but you certainly might want to dump pending approvals if you are > uninstalling a module. > > i will add it. > > > ------------------------------------------------------- > This SF.net email is sponsored by: Does your code think in ink? > You could win a Tablet PC. Get a free Tablet PC hat just for playing. > What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > 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: <ad...@tu...> - 2003-03-19 20:17:55
|
> I see some stuff in the page master module that has useless stuff > like.... > > if(false){ > ...code... > } Hey Richard, I looked through the code in all the class files and only found 2 if statements that were questionable. The code they wrapped simply set a variable to NULL but it looked like that would never happen anyway. I could not find anything aiken to: if(false) -or- if(0) Can you give me some filenames and line numbers where you think this is occuring. Please check the cvs version of the files. Also look at the places where I commented out 2 if statements and see if those were the culprits (Page.php line 251 and Section.php line 209). If there is more out there, let me know. Adam -- Adam Morton Developer - Electronic Student Services http://phpwebsite.appstate.edu Founder - Appalachian Linux Users Group http://alug.appstate.edu |
From: Projet/Objet <li...@pr...> - 2003-03-19 19:31:33
|
Yep. Read your reply Adam ;-) https://sourceforge.net/tracker/?func=detail&atid=365539&aid=706368&group_id =15539 Thank You! Regards, Yves > > Yves, > > I think it was you who posted to SF about wanting and edit link when > viewing an announcement? I tried to kick it over to RFE and then > miraculously lost the entire entry. Anyway, I added a template variable > to the small and full view of an announcement and committed it to cvs. If > I can find that SF entry I'll close it with a comment too... > > Adam |
From: Brian W. B. <br...@tu...> - 2003-03-19 18:54:16
|
Geoff: We were discussing this yesterday in regards to the FAQ module (look for it soon) and with Link Manager. Unfortunately, Steven is *very* busy right now, but you are right. A category view is needed. The problem is that FatCat needs to play a large role in this, so it needs to be flexible enough that this categorical view is usable by not just link manager or faq, but any module. Matt is working on the FatCat side of this (along with a bunch of other things I just tossed on his plate). Stay tuned. We will be leveraging FatCat and the centralized categories a great deal. Some very neat ideas are being discussed... Brian Geoff Staples said: > I've been looking at the link manager and at the code. Their seems to be a > basic functionality missing: > > There doesn't seem to be a way to simply list the links or at least the > categories so that the site visitor can browse the links. We had this > functionality in version 0.8: > http://www.radioleft.com/mod.php?mod=weblink > > Geoff > > Geoff Staples > Hostricity Web Hosting > www.Hostricity.com > 214.599.0260 > ge...@ho... > > 3883 Turtle Creek Blvd., Suite 1812 > Dallas, Texas 75219 > > > ------------------------------------------------------- > This SF.net email is sponsored by: Does your code think in ink? > You could win a Tablet PC. Get a free Tablet PC hat just for playing. > What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > -- Brian W. Brown Director, Electronic Student Services Room 269, John Thomas Hall Appalachian State University Boone, NC 28608 vox: 828-262-7124 http://ess.appstate.edu/ http://phpwebsite.appatate.edu/ |
From: Don S. <do...@se...> - 2003-03-19 18:49:58
|
Is anyone working on a file/download manager mod? I don't think it would take relatively long to work one up. If no one is working it I'll give it a shot. I want to update a site to 0.9.1 when it comes out but I need a file downloads mod. Don. |
From: <ad...@tu...> - 2003-03-19 18:11:18
|
Yves, I think it was you who posted to SF about wanting and edit link when viewing an announcement? I tried to kick it over to RFE and then miraculously lost the entire entry. Anyway, I added a template variable to the small and full view of an announcement and committed it to cvs. If I can find that SF entry I'll close it with a comment too... Adam -- Adam Morton Developer - Electronic Student Services http://phpwebsite.appstate.edu Founder - Appalachian Linux Users Group http://alug.appstate.edu |
From: Geoff S. <ge...@ho...> - 2003-03-19 18:03:53
|
I've been looking at the link manager and at the code. Their seems to be a = basic functionality missing: There doesn't seem to be a way to simply list the links or at least the = categories so that the site visitor can browse the links. We had this = functionality in version 0.8:=20 http://www.radioleft.com/mod.php?mod=3Dweblink Geoff Geoff Staples Hostricity Web Hosting www.Hostricity.com 214.599.0260 ge...@ho... 3883 Turtle Creek Blvd., Suite 1812 Dallas, Texas 75219 |
From: <ad...@tu...> - 2003-03-19 17:22:50
|
<shivers> No thanks! Zed is dead....let's keep it that way :) Adam > Then I guess you're going to have to install it. > > Should we describe the scene with Adam and Mike W. with a ball-gag? > > Don. > > On Wed, 19 Mar 2003 ad...@tu... wrote: > >> The gimp is sleeping... >> >> > Bring out the Gimp. >> > >> > Don. >> > >> > On Wed, 19 Mar 2003, Mike Windsor wrote: >> > >> >> Mike Noyes, >> >> I can recreate it and send you the Adobe psd files. I don't see an >> >> option >> >> in Adobe to save as a (xcf). I not Adobe "smart" I have a great book >> >> called >> >> "Photoshop Down and Dirty". Basically create a front and a side >> image, >> >> skew >> >> each side, drop the levels on the front and add air brush a drop >> shadow. >> >> The php logo was just cut in half and half placed on each side at the >> >> right >> >> location. There probably is some texture map thing, but I don't know >> >> how >> >> :-) >> >> >> >> Just having fun, >> >> Mike Windsor (winzor) >> >> >> >> >> >> ----- Original Message ----- >> >> From: "Mike Noyes" <mh...@us...> >> >> To: "Phpws Developers" <php...@li...> >> >> Sent: Wednesday, March 19, 2003 10:19 AM >> >> Subject: Re: [Phpwebsite-developers] Software Box >> >> >> >> >> >> > On Wed, 2003-03-19 at 08:10, Mike Windsor wrote: >> >> > > Hey, >> >> > > I threw together a software box to put all this software in. >> >> > > http://www.myphpwebsite.com/junk/phpwebsitebox.jpg >> >> > > If you like it use it. >> >> > > >> >> > > If you have some other ideas I can use whatever you got. >> >> > > Just something a little different other than code. >> >> > >> >> > Mike, >> >> > Very nice. :-) >> >> > Do you have the layered source file (xcf) for that image. I'd be >> >> really >> >> > interested in looking at it. I really want to know how you texture >> >> > mapped the php logo around the box edge (nice effect). >> >> > >> >> > -- >> >> > Mike Noyes <mhnoyes @ users.sourceforge.net> >> >> > http://sourceforge.net/users/mhnoyes/ >> >> > http://leaf-project.org/ http://sitedocs.sf.net/ >> http://ffl.sf.net/ >> >> > >> >> > >> >> > >> >> > >> >> > ------------------------------------------------------- >> >> > This SF.net email is sponsored by: Does your code think in ink? >> >> > You could win a Tablet PC. Get a free Tablet PC hat just for >> playing. >> >> > What are you waiting for? >> >> > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en >> >> > _______________________________________________ >> >> > Phpwebsite-developers mailing list >> >> > Php...@li... >> >> > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> >> > >> >> > >> >> >> >> >> >> >> >> >> >> ------------------------------------------------------- >> >> This SF.net email is sponsored by: Does your code think in ink? >> >> You could win a Tablet PC. Get a free Tablet PC hat just for playing. >> >> What are you waiting for? >> >> http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en >> >> _______________________________________________ >> >> Phpwebsite-developers mailing list >> >> Php...@li... >> >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> >> >> >> >> >> >> > >> > >> > ------------------------------------------------------- >> > This SF.net email is sponsored by: Does your code think in ink? >> > You could win a Tablet PC. Get a free Tablet PC hat just for playing. >> > What are you waiting for? >> > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en >> > _______________________________________________ >> > Phpwebsite-developers mailing list >> > Php...@li... >> > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> > >> >> >> > > > ------------------------------------------------------- > This SF.net email is sponsored by: Does your code think in ink? > You could win a Tablet PC. Get a free Tablet PC hat just for playing. > What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > 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-03-19 17:16:02
|
Then I guess you're going to have to install it. Should we describe the scene with Adam and Mike W. with a ball-gag? Don. On Wed, 19 Mar 2003 ad...@tu... wrote: > The gimp is sleeping... > > > Bring out the Gimp. > > > > Don. > > > > On Wed, 19 Mar 2003, Mike Windsor wrote: > > > >> Mike Noyes, > >> I can recreate it and send you the Adobe psd files. I don't see an > >> option > >> in Adobe to save as a (xcf). I not Adobe "smart" I have a great book > >> called > >> "Photoshop Down and Dirty". Basically create a front and a side image, > >> skew > >> each side, drop the levels on the front and add air brush a drop shadow. > >> The php logo was just cut in half and half placed on each side at the > >> right > >> location. There probably is some texture map thing, but I don't know > >> how > >> :-) > >> > >> Just having fun, > >> Mike Windsor (winzor) > >> > >> > >> ----- Original Message ----- > >> From: "Mike Noyes" <mh...@us...> > >> To: "Phpws Developers" <php...@li...> > >> Sent: Wednesday, March 19, 2003 10:19 AM > >> Subject: Re: [Phpwebsite-developers] Software Box > >> > >> > >> > On Wed, 2003-03-19 at 08:10, Mike Windsor wrote: > >> > > Hey, > >> > > I threw together a software box to put all this software in. > >> > > http://www.myphpwebsite.com/junk/phpwebsitebox.jpg > >> > > If you like it use it. > >> > > > >> > > If you have some other ideas I can use whatever you got. > >> > > Just something a little different other than code. > >> > > >> > Mike, > >> > Very nice. :-) > >> > Do you have the layered source file (xcf) for that image. I'd be > >> really > >> > interested in looking at it. I really want to know how you texture > >> > mapped the php logo around the box edge (nice effect). > >> > > >> > -- > >> > Mike Noyes <mhnoyes @ users.sourceforge.net> > >> > http://sourceforge.net/users/mhnoyes/ > >> > http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ > >> > > >> > > >> > > >> > > >> > ------------------------------------------------------- > >> > This SF.net email is sponsored by: Does your code think in ink? > >> > You could win a Tablet PC. Get a free Tablet PC hat just for playing. > >> > What are you waiting for? > >> > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > >> > _______________________________________________ > >> > Phpwebsite-developers mailing list > >> > Php...@li... > >> > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > >> > > >> > > >> > >> > >> > >> > >> ------------------------------------------------------- > >> This SF.net email is sponsored by: Does your code think in ink? > >> You could win a Tablet PC. Get a free Tablet PC hat just for playing. > >> What are you waiting for? > >> http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > >> _______________________________________________ > >> Phpwebsite-developers mailing list > >> Php...@li... > >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > >> > >> > >> > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Does your code think in ink? > > You could win a Tablet PC. Get a free Tablet PC hat just for playing. > > What are you waiting for? > > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > |
From: <ad...@tu...> - 2003-03-19 17:11:45
|
The gimp is sleeping... > Bring out the Gimp. > > Don. > > On Wed, 19 Mar 2003, Mike Windsor wrote: > >> Mike Noyes, >> I can recreate it and send you the Adobe psd files. I don't see an >> option >> in Adobe to save as a (xcf). I not Adobe "smart" I have a great book >> called >> "Photoshop Down and Dirty". Basically create a front and a side image, >> skew >> each side, drop the levels on the front and add air brush a drop shadow. >> The php logo was just cut in half and half placed on each side at the >> right >> location. There probably is some texture map thing, but I don't know >> how >> :-) >> >> Just having fun, >> Mike Windsor (winzor) >> >> >> ----- Original Message ----- >> From: "Mike Noyes" <mh...@us...> >> To: "Phpws Developers" <php...@li...> >> Sent: Wednesday, March 19, 2003 10:19 AM >> Subject: Re: [Phpwebsite-developers] Software Box >> >> >> > On Wed, 2003-03-19 at 08:10, Mike Windsor wrote: >> > > Hey, >> > > I threw together a software box to put all this software in. >> > > http://www.myphpwebsite.com/junk/phpwebsitebox.jpg >> > > If you like it use it. >> > > >> > > If you have some other ideas I can use whatever you got. >> > > Just something a little different other than code. >> > >> > Mike, >> > Very nice. :-) >> > Do you have the layered source file (xcf) for that image. I'd be >> really >> > interested in looking at it. I really want to know how you texture >> > mapped the php logo around the box edge (nice effect). >> > >> > -- >> > Mike Noyes <mhnoyes @ users.sourceforge.net> >> > http://sourceforge.net/users/mhnoyes/ >> > http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ >> > >> > >> > >> > >> > ------------------------------------------------------- >> > This SF.net email is sponsored by: Does your code think in ink? >> > You could win a Tablet PC. Get a free Tablet PC hat just for playing. >> > What are you waiting for? >> > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en >> > _______________________________________________ >> > Phpwebsite-developers mailing list >> > Php...@li... >> > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> > >> > >> >> >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: Does your code think in ink? >> You could win a Tablet PC. Get a free Tablet PC hat just for playing. >> What are you waiting for? >> http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> >> >> > > > ------------------------------------------------------- > This SF.net email is sponsored by: Does your code think in ink? > You could win a Tablet PC. Get a free Tablet PC hat just for playing. > What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > 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: <ad...@tu...> - 2003-03-19 17:03:07
|
> I see some stuff in the page master module that has useless stuff > like.... > > if(false){ > ...code... > } I will look into this today. Adam -- 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-03-19 17:01:30
|
Bring out the Gimp. Don. On Wed, 19 Mar 2003, Mike Windsor wrote: > Mike Noyes, > I can recreate it and send you the Adobe psd files. I don't see an option > in Adobe to save as a (xcf). I not Adobe "smart" I have a great book called > "Photoshop Down and Dirty". Basically create a front and a side image, skew > each side, drop the levels on the front and add air brush a drop shadow. > The php logo was just cut in half and half placed on each side at the right > location. There probably is some texture map thing, but I don't know how > :-) > > Just having fun, > Mike Windsor (winzor) > > > ----- Original Message ----- > From: "Mike Noyes" <mh...@us...> > To: "Phpws Developers" <php...@li...> > Sent: Wednesday, March 19, 2003 10:19 AM > Subject: Re: [Phpwebsite-developers] Software Box > > > > On Wed, 2003-03-19 at 08:10, Mike Windsor wrote: > > > Hey, > > > I threw together a software box to put all this software in. > > > http://www.myphpwebsite.com/junk/phpwebsitebox.jpg > > > If you like it use it. > > > > > > If you have some other ideas I can use whatever you got. > > > Just something a little different other than code. > > > > Mike, > > Very nice. :-) > > Do you have the layered source file (xcf) for that image. I'd be really > > interested in looking at it. I really want to know how you texture > > mapped the php logo around the box edge (nice effect). > > > > -- > > Mike Noyes <mhnoyes @ users.sourceforge.net> > > http://sourceforge.net/users/mhnoyes/ > > http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Does your code think in ink? > > You could win a Tablet PC. Get a free Tablet PC hat just for playing. > > What are you waiting for? > > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Does your code think in ink? > You could win a Tablet PC. Get a free Tablet PC hat just for playing. > What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: <ad...@tu...> - 2003-03-19 16:55:15
|
Sweet! I really like it! Adam > lol awesome. > > Don. > > On Wed, 19 Mar 2003, Mike Windsor wrote: > >> Hey, >> I threw together a software box to put all this software in. >> http://www.myphpwebsite.com/junk/phpwebsitebox.jpg >> If you like it use it. >> >> If you have some other ideas I can use whatever you got. >> Just something a little different other than code. >> >> Mike (winzor) >> >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: Does your code think in ink? >> You could win a Tablet PC. Get a free Tablet PC hat just for playing. >> What are you waiting for? >> http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> >> >> > > > ------------------------------------------------------- > This SF.net email is sponsored by: Does your code think in ink? > You could win a Tablet PC. Get a free Tablet PC hat just for playing. > What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > 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: Mike N. <mh...@us...> - 2003-03-19 16:51:21
|
On Wed, 2003-03-19 at 08:38, Mike Windsor wrote: > I can recreate it and send you the Adobe psd files. I don't see an option > in Adobe to save as a (xcf). Mike, Understandable, xcf is Gimp's native format. Fortunately Gimp can read psd, so that is an acceptable option. If it's not to much work, I'd really like to take a look at what you did. :-) > I not Adobe "smart" I have a great book called > "Photoshop Down and Dirty". Basically create a front and a side image, skew > each side, drop the levels on the front and add air brush a drop shadow. Isn't there a function for drop shadow in Photoshop? > The php logo was just cut in half and half placed on each side at the right > location. There probably is some texture map thing, but I don't know how > :-) Neither do I. That is my main reason for asking for the source file. I guess I'll have to break down and finally read the Gimp docs. Gimp Documentation http://gimp.org/docs.html -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Mike W. <wi...@ce...> - 2003-03-19 16:37:30
|
Mike Noyes, I can recreate it and send you the Adobe psd files. I don't see an option in Adobe to save as a (xcf). I not Adobe "smart" I have a great book called "Photoshop Down and Dirty". Basically create a front and a side image, skew each side, drop the levels on the front and add air brush a drop shadow. The php logo was just cut in half and half placed on each side at the right location. There probably is some texture map thing, but I don't know how :-) Just having fun, Mike Windsor (winzor) ----- Original Message ----- From: "Mike Noyes" <mh...@us...> To: "Phpws Developers" <php...@li...> Sent: Wednesday, March 19, 2003 10:19 AM Subject: Re: [Phpwebsite-developers] Software Box > On Wed, 2003-03-19 at 08:10, Mike Windsor wrote: > > Hey, > > I threw together a software box to put all this software in. > > http://www.myphpwebsite.com/junk/phpwebsitebox.jpg > > If you like it use it. > > > > If you have some other ideas I can use whatever you got. > > Just something a little different other than code. > > Mike, > Very nice. :-) > Do you have the layered source file (xcf) for that image. I'd be really > interested in looking at it. I really want to know how you texture > mapped the php logo around the box edge (nice effect). > > -- > Mike Noyes <mhnoyes @ users.sourceforge.net> > http://sourceforge.net/users/mhnoyes/ > http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Does your code think in ink? > You could win a Tablet PC. Get a free Tablet PC hat just for playing. > What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > |
From: Mike N. <mh...@us...> - 2003-03-19 16:19:29
|
On Wed, 2003-03-19 at 08:10, Mike Windsor wrote: > Hey, > I threw together a software box to put all this software in. > http://www.myphpwebsite.com/junk/phpwebsitebox.jpg > If you like it use it. > > If you have some other ideas I can use whatever you got. > Just something a little different other than code. Mike, Very nice. :-) Do you have the layered source file (xcf) for that image. I'd be really interested in looking at it. I really want to know how you texture mapped the php logo around the box edge (nice effect). -- 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-03-19 16:13:58
|
lol awesome. Don. On Wed, 19 Mar 2003, Mike Windsor wrote: > Hey, > I threw together a software box to put all this software in. > http://www.myphpwebsite.com/junk/phpwebsitebox.jpg > If you like it use it. > > If you have some other ideas I can use whatever you got. > Just something a little different other than code. > > Mike (winzor) > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Does your code think in ink? > You could win a Tablet PC. Get a free Tablet PC hat just for playing. > What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: Mike W. <wi...@ce...> - 2003-03-19 16:10:38
|
Hey, I threw together a software box to put all this software in. http://www.myphpwebsite.com/junk/phpwebsitebox.jpg If you like it use it. If you have some other ideas I can use whatever you got. Just something a little different other than code. Mike (winzor) |
From: <ad...@tu...> - 2003-03-19 15:29:08
|
For more info on getting up and running check out the install docs too: https://sourceforge.net/docman/?group_id=15539 Adam > When you do a CVS co it does not grab the PEAR libs. You will need the > get the current ones in use from here: > > http://phpwebsite.appstate.edu/downloads/pear/pear.current.tar.gz > > and then untar it in your phpwebsite base directory. > >> Greetings, >> >> This command line is workings. Thanks. >> >> Although when trying to browse the test site I get the following errors: >> >> Warning: main(PEAR.php) [function.main]: failed to create stream: No >> such >> file or directory in /home/projetob/public_html/fr_rc5/core/Core.php on >> line >> 30 >> >> Fatal error: main() [function.main]: Failed opening required 'PEAR.php' >> (include_path='.:/home/projetob/public_html/fr_rc5/lib/pear/') in >> /home/projetob/public_html/fr_rc5/core/Core.php on line 30 >> >> -------------------- >> My .htaccess file: >> php_flag display_errors On >> php_flag register_globals On >> php_flag track_vars On >> >> -------------------- >> I uncommented the line for: >> /* This line is for *nix/linux environments */ >> ini_set("include_path", ".:" . PHPWS_SOURCE_DIR . "lib/pear/"); >> >> I am stuck at this error page. >> Any clue on what I might have been overlooking? >> >> >>> Yves, >>> >>> cvs -z3 -d:pserver:ano...@re...:/home/cvsroot >>> login >>> Just hit enter (no password) >>> cvs -z3 -d:pserver:ano...@re...:/home/cvsroot co >>> phpwebsite-full >>> >>> Don. >> >> >> >> Regards, >> >> Yves Malouin >> http://www.malouin.qc.ca >> >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: Does your code think in ink? >> You could win a Tablet PC. Get a free Tablet PC hat just for playing. >> What are you waiting for? >> http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en >> _______________________________________________ >> 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: Does your code think in ink? > You could win a Tablet PC. Get a free Tablet PC hat just for playing. > What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > 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: Steven L. <st...@tu...> - 2003-03-19 14:31:41
|
When you do a CVS co it does not grab the PEAR libs. You will need the get the current ones in use from here: http://phpwebsite.appstate.edu/downloads/pear/pear.current.tar.gz and then untar it in your phpwebsite base directory. > Greetings, > > This command line is workings. Thanks. > > Although when trying to browse the test site I get the following errors: > > Warning: main(PEAR.php) [function.main]: failed to create stream: No such > file or directory in /home/projetob/public_html/fr_rc5/core/Core.php on > line > 30 > > Fatal error: main() [function.main]: Failed opening required 'PEAR.php' > (include_path='.:/home/projetob/public_html/fr_rc5/lib/pear/') in > /home/projetob/public_html/fr_rc5/core/Core.php on line 30 > > -------------------- > My .htaccess file: > php_flag display_errors On > php_flag register_globals On > php_flag track_vars On > > -------------------- > I uncommented the line for: > /* This line is for *nix/linux environments */ > ini_set("include_path", ".:" . PHPWS_SOURCE_DIR . "lib/pear/"); > > I am stuck at this error page. > Any clue on what I might have been overlooking? > > >> Yves, >> >> cvs -z3 -d:pserver:ano...@re...:/home/cvsroot >> login >> Just hit enter (no password) >> cvs -z3 -d:pserver:ano...@re...:/home/cvsroot co >> phpwebsite-full >> >> Don. > > > > Regards, > > Yves Malouin > http://www.malouin.qc.ca > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Does your code think in ink? > You could win a Tablet PC. Get a free Tablet PC hat just for playing. > What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > 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: Projet/Objet <li...@pr...> - 2003-03-19 14:30:13
|
Oups ;-) I got it now. Just copied the "pear" folder in the "lib" folder and now I can reach the test site. Should I run the "NONROOT_secure_phpws.sh" now? Regards, Yves Malouin http://www.malouin.qc.ca |
From: Projet/Objet <li...@pr...> - 2003-03-19 14:20:33
|
Greetings, This command line is workings. Thanks. Although when trying to browse the test site I get the following errors: Warning: main(PEAR.php) [function.main]: failed to create stream: No such file or directory in /home/projetob/public_html/fr_rc5/core/Core.php on line 30 Fatal error: main() [function.main]: Failed opening required 'PEAR.php' (include_path='.:/home/projetob/public_html/fr_rc5/lib/pear/') in /home/projetob/public_html/fr_rc5/core/Core.php on line 30 -------------------- My .htaccess file: php_flag display_errors On php_flag register_globals On php_flag track_vars On -------------------- I uncommented the line for: /* This line is for *nix/linux environments */ ini_set("include_path", ".:" . PHPWS_SOURCE_DIR . "lib/pear/"); I am stuck at this error page. Any clue on what I might have been overlooking? > Yves, > > cvs -z3 -d:pserver:ano...@re...:/home/cvsroot login > Just hit enter (no password) > cvs -z3 -d:pserver:ano...@re...:/home/cvsroot co > phpwebsite-full > > Don. Regards, Yves Malouin http://www.malouin.qc.ca |
From: Matthew M. <ma...@tu...> - 2003-03-19 12:56:50
|
> $_SESSION["OBJ_approval"]->unregister_module() seems to be missing. Ah correct. I think I missed it because there isn't a register module anymore, but you certainly might want to dump pending approvals if you are uninstalling a module. i will add it. |
From: Matthew M. <ma...@tu...> - 2003-03-19 12:53:31
|
Exactly! Actually now that 0.9.0 is out, everyone on campus wants it so we have to convert themes, sites, etc. Meanwhile be on the look out for 0.9.1 rc1 coming soon to web site near you. Matt > Knee-deep in women and gin. > > Don. > > On Tue, 18 Mar 2003, Richard Sumilang wrote: > >> Cool... Just to update everyone on the mailing list, what is the >> PHPWebSite team up to right now? >> >> On Tuesday, March 18, 2003, at 06:09 AM, Matthew McNaney wrote: >> >> >> PS: Hey Matt, what's up with the Demographics module? >> > >> > It's on the back burner. We are working on getting 0.9.1 rc1 out and I >> > have several university duties that demand my attention. Since >> > demographics is a pretty big change, I will probably work on it after >> > 0.9.1 stable. >> > >> > 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: Does your code think in ink? >> > You could win a Tablet PC. Get a free Tablet PC hat just for playing. >> > What are you waiting for? >> > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en >> > _______________________________________________ >> > Phpwebsite-developers mailing list >> > Php...@li... >> > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> > >> > >> > >> >> >> Richard Sumilang >> IT Manager >> ExexDirect, LLC >> 21650 Oxnard St., Suite 2350 >> Woodland Hills, CA 91367 >> (877) 591-3252 >> rsu...@ex... >> www.exexdirect.com >> >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: Does your code think in ink? >> You could win a Tablet PC. Get a free Tablet PC hat just for playing. >> What are you waiting for? >> http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> >> >> > > > ------------------------------------------------------- > This SF.net email is sponsored by: Does your code think in ink? > You could win a Tablet PC. Get a free Tablet PC hat just for playing. > What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: Eloi G. <el...@re...> - 2003-03-19 03:34:52
|
$_SESSION["OBJ_approval"]->unregister_module() seems to be missing. Eloi George |