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: Adam M. <am...@ap...> - 2001-06-29 14:55:11
|
Hello everyone, I can shed a little light on this subject though I'm sure Brian and Matt may have some things to add. You have to keep in mind when thinking about phpws that WE are working towards a university-based goal. As such phpws2's basic goal is to make a solid framework to which you can create custom sites(themes)/web based applications for every department in a university setting quickly and easily. This obviously can be ported over into a buisness setting or some other setting but we have the university in mind first thing. Adam > Hello all... > I've been using/testing/eval'g phpWS... it's come a long way :) But > since it's been a while with regards to phpWS2, I've been comtemplating > the purpose and direction of phpWS2 in light of other frameworks like > binarycloud r2 which is moving along quite nicely and gaining momentum. > Granted phpWS is not aspiring to be like b-cloud and has its place, but > if I remember... phpWS2 probably wanted to accomplish alot of what > b-cloud r2 is doing conceptually (with php)... > I'm not posting this to throw a wrench into the prospects of phpWS2, > quite the contrary, but rather to discuss what our goals were for > phpWS2 and how that differs in light of other developments in the php > framework world :) > Cheers. > > __________________________________________________ > FREE voicemail, email, and fax...all in one place. > Sign Up Now! http://www.onebox.com > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University am...@ap... |
From: Mike N. <mh...@us...> - 2001-06-28 21:49:32
|
Does phpWS support MySQL replication for mirroring sites? -- Mike Noyes <mh...@us...> http://leaf.sourceforge.net/ |
From: Adam M. <am...@ap...> - 2001-06-28 21:14:53
|
Just to add to what i said earlier...if you HAVE to use other characters please escape them with a '\'. (ie: [[This is \"cool\"]]) but if this statement is used in an echo you have to double escape it (ie: [[This is \\"cool\\"]]) That's why it's just easier to stay away from wierd characters like this. Thanks, Adam --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University am...@ap... |
From: Adam M. <am...@ap...> - 2001-06-28 21:08:55
|
Everyone who is helping us do translation: Please only use alpha numeric characters in your *.pp files. The only other characters allowed are ( . , @ - ) and no others. Other characters are not interpreted by the shell script we're using as special characters and basically throw the whole thing out of whack. The most problems we've had with it are in the header comments where people put their names etc. Thanks Adam --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University am...@ap... |
From: Todd O. <to...@da...> - 2001-06-28 21:01:35
|
I am helping an ISP offer phpWS as a product and act as an Application Service Provider. More on that later. Unfortunately, my work schedule picked up about 400% right when my best thoughts on phpWS/2 were emerging. I still think phpWS/2 should proceed. Binarycloud is progressing well, but it's not trying to reach the same goals as phpWS/2. If you aren't using DIA, then you should get it http://www.lysator.liu.se/~alla/dia/ It's a GTK diagramming package like Visio and offers a great UML extension (uniform modeling language). It also runs on Windows. The best content management system around is the Ars Digita Community System (ACS) www.arsdigita.com. Conservative estimates have the open source project development at $2 million, maybe $5 million. The project's biggest problem is that it's written in TCL, uses AOLserver and Oracle only, with much of the code written in Oracle's database language, PL. ACS 4.2 has _solved_ all the permission, group and granularity problems that we discussed in April. Their object models (in SQL at least) are far beyond anything I've seen in other projects. Of course many MIT CS grad students working on a project funded by _big_ corporations helps a lot. Ars Digita's minimum web design project used to be $1 million, with a portion continually going to improve the core. Anyway, I am using the DIA UML package (which is open source and uses XML files) to diagram the phpWS/2 core, which I hope everyone will like (the visual presentation really helps you understand what's going on). This core will be heavily modeled after ACS 4.x. Once the data model is "approved" by the other core developers, then we will start coding. If there is interest, I could post it as I'm working. If you are really interested in this, please download a copy of ACS 4.2 and read the code and HTML documentation thoroughly before you look at the UML diagrams. ACS's staff did a great job on the docs. My wife and I are leaving the kids with my sister-in-law and taking a tenth anniversary cruise beginning Saturday, so I will be net-free for at least a week; my longest time ever. I can't wait to read several hundred emails when I return ;) Enjoy your July 4th holiday and I look forward to more activity in the weeks ahead. --Todd |
From: Adam M. <am...@ap...> - 2001-06-28 20:55:19
|
Hello everyone! If anyone makes any changes to CVS between now and Friday please send me an email letting me know what you did and what files were edited. As far as I can tell most bugs have been fixed at this point. Please do not start any "Wish List" coding! Only make changes to CVS if you are going to fix a current bug, DO NOT add any new features! I cannot stress that enough. I am asking this because we are very close to getting a stable version out the door on Friday and I want to keep track of what happens between now and then. Thanks for your help everyone! Take care, Adam --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University am...@ap... |
From: W.D.Sumilang <wa...@on...> - 2001-06-28 19:43:06
|
Hello all... I've been using/testing/eval'g phpWS... it's come a long way :) But since it's been a while with regards to phpWS2, I've been comtemplating the purpose and direction of phpWS2 in light of other frameworks like binarycloud r2 which is moving along quite nicely and gaining momentum. Granted phpWS is not aspiring to be like b-cloud and has its place, but if I remember... phpWS2 probably wanted to accomplish alot of what b-cloud r2 is doing conceptually (with php)... I'm not posting this to throw a wrench into the prospects of phpWS2, quite the contrary, but rather to discuss what our goals were for phpWS2 and how that differs in light of other developments in the php framework world :) Cheers. __________________________________________________ FREE voicemail, email, and fax...all in one place. Sign Up Now! http://www.onebox.com |
From: Jeremy A. <ja...@tu...> - 2001-06-28 19:32:17
|
OK for those of you that know I was on vacation, I'm back! For those of you that didn't well it was fun! Well anyway cvs is open to everyone. The lock was just for the 0.7.7 release. > Has Brian reopened the CVS to non-AppState users? > > --Todd > > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: Jason C. <cam...@xp...> - 2001-06-27 23:42:37
|
I've been paying attention to the CVS and been working on a few things. No one is talking at all though.... > Has Brian reopened the CVS to non-AppState users? > > --Todd > > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Jason Campbell Xplozive Media Technologies www.xplozivemedia.com |
From: Todd O. <to...@da...> - 2001-06-27 21:41:56
|
Has Brian reopened the CVS to non-AppState users? --Todd |
From: Matthew M. <mcn...@tu...> - 2001-06-27 21:04:17
|
Hello, It seems that this channel has become fairly dead lately. I believe we made a mistake by talking about the rewrite and getting everyone hopeful about its release. Well, it is going to be a while. We have to get the initial phpWebSite stable and bug free. Only then can we turn our attentions fully to the rewrite. I am sorry everyone mistook a lack of response for inactivity or disinterest. We are working hard on the code and recently only a few volunteers have assisted us (thank you very much CVS contributers). We will discuss the rewrite more later but even we do expect a long time line of development. Please feel free to write Brian or I if you have concerns with the project. Sincerely, Matthew McNaney Systems Administrator Career Development Center Ph: 828-262-2180 Fax:828-262-2834 |
From: Adam M. <am...@ap...> - 2001-06-13 20:09:52
|
Well everyone v0.7.7 has recovered from our earlier fallout and is being posted right now! Head over to phpwebsite.appstate.edu to download a copy, and as usual, please report any bugs to sourceforge. Thanks and have a great day! Adam --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University am...@ap... |
From: Brian W. B. <br...@ap...> - 2001-06-13 16:28:38
|
> I tracked this person down and have removed > their CVS access until further notice. Just so everyone does not panic, please know that we have *temporarily* disabled CVS for *all* non-Appalachian Developers. This is only being done so that we can get 0.7.7 out the door. Once 0.7.7 is out, we will turn CVS back on for everyone. We do ask, however, that everyone please be careful. Kind Regards, Brian Brown phpWebSite Project Manager -- Brian W. Brown Internet Systems Architect, ESS Student Development Room 269, John Thomas Hall Appalachian State University Boone, NC 28608 vox: 828-262-7124 fax: 828-262-2585 |
From: Adam M. <am...@ap...> - 2001-06-13 16:14:08
|
Everyone I am so sorry for the delay on getting v0.7.7 out the door. Someone with CVS access had gone in and removed some new code that was for v0.7.7 and added back some old code that was removed. We didnt become aware of this until we had actually made the distribution and were testing it on our system. I tracked this person down and have removed their CVS access until further notice. I cannot stress how important it is that you be careful what code you remove. If you don't know why some code is there, leave it alone or send me an email and I will be more than happy to take a look. Also, always make sure you update your code before you start working on it! I'm not trying to be a hard head but I will remove you from CVS if you cause us problems. On another note: Look for v0.7.7 to be released today or tomorrow and once again I apologize for the delay. Sincerely, Adam ---------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University am...@ap... |
From: Adam M. <am...@ap...> - 2001-06-05 19:00:53
|
Hello everyone! This is a list of things that are new in v0.7.7 ... What I can remember anyway haha : - Nested comments - Fixed some bugs in new page creation - Left and right blocks can now be ordered - Cosmetic clean-up on admin side and some on client side - Expiring announcements - Main menu can be fully extended by default now (see config.php) - Help system is intact (Database will still need to be populated) - Topics will now be able to contain sub-topics and have text descriptions associated with them. - Repaired a few functions that had minor bugs (ie: formatAidHeader, viewbanner) If there are other things that i missed I will post again with those updates. Look for v0.7.7 to be released tomorrow or Thursday. Take care, Adam Morton am...@ap... |
From: Matthew M. <mcn...@tu...> - 2001-05-28 20:58:34
|
Its the quiet before the storm folks... Hang tight good things are coming, hopefully this week. Matt -- Matthew McNaney Systems Administrator Career Development Center Ph: 828-262-2180 Fax:828-262-2834 |
From: D. D. <dd...@hi...> - 2001-05-26 14:44:09
|
Hi! I took the liberty to create an IRC channel called #phpws on irc.openprojects.net, port 6667. I noticed there wasn't one and I thought it would be a good idea to have a real-time forum for developers and users. Maybe we could use it for support, too. irc.openprojects.net states: "Open Projects Net is a special-purpose network, not a general chat facility or forum. It exists to provide facilities to free software and open source projects and support groups and to encourage an environment in which community members can improve their communication and coordination skills for the betterment of all and in the public good. Illegal activities, warez, porn, noticeably heavy mp3 trading, hax0r activity and various types of antisocial behavior are all off-topic on Open Projects Net and may result in your being barred from access. Please respect our rules. Thanks." If you like the idea, please join the channel. Thanks. -- D.Damian ("hivez") mailto:dd...@hi... http://www.hivenode.com phoneto:810-764-1271 (mobile) |
From: D. D. <dd...@hi...> - 2001-05-25 19:24:39
|
PONG! damn noise! * Christoph Sch?fer (520...@t-...) wrote: > Why all this trouble.... you woke me up damn :-D >=20 > -----Urspr=FCngliche Nachricht----- > Von: php...@li... > [mailto:php...@li...]Im Auftrag von > Jason Campbell > Gesendet: Freitag, 25. Mai 2001 18:40 > An: php...@li... > Betreff: RE: [Phpwebsite-developers] Ping >=20 >=20 > Ding! Jason is currently developing new plug-in routines. Please check > back at a later time. :) >=20 > > Destination network unreachable ?! :) > > > >> -----Message d'origine----- > >> De : php...@li... > >> [mailto:php...@li...]De la part > >> de clayton collie > >> Envoy=E9 : vendredi 25 mai 2001 00:44 > >> =C0 : php...@li... > >> Objet : [Phpwebsite-developers] Ping > >> > >> > >> PING ! <g> > >> > >> > >> _______________________________________________ > >> Phpwebsite-developers mailing list > >> Php...@li... > >> http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > >> > > > > > > > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >=20 >=20 > --=20 > Jason Campbell > Xplozive Media Technologies > www.xplozivemedia.com > phpWebSite Developer >=20 >=20 > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- D.Damian ("hivez") mailto:dd...@hi... =09 http://www.hivenode.com phoneto:810-764-1271 (mobile) |
From: <520...@t-...> - 2001-05-25 16:39:19
|
Why all this trouble.... you woke me up damn :-D -----Ursprüngliche Nachricht----- Von: php...@li... [mailto:php...@li...]Im Auftrag von Jason Campbell Gesendet: Freitag, 25. Mai 2001 18:40 An: php...@li... Betreff: RE: [Phpwebsite-developers] Ping Ding! Jason is currently developing new plug-in routines. Please check back at a later time. :) > Destination network unreachable ?! :) > >> -----Message d'origine----- >> De : php...@li... >> [mailto:php...@li...]De la part >> de clayton collie >> Envoyé : vendredi 25 mai 2001 00:44 >> À : php...@li... >> Objet : [Phpwebsite-developers] Ping >> >> >> PING ! <g> >> >> >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> > > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Jason Campbell Xplozive Media Technologies www.xplozivemedia.com phpWebSite Developer _______________________________________________ Phpwebsite-developers mailing list Php...@li... http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: Jason C. <cam...@xp...> - 2001-05-25 16:31:23
|
Ding! Jason is currently developing new plug-in routines. Please check back at a later time. :) > Destination network unreachable ?! :) > >> -----Message d'origine----- >> De : php...@li... >> [mailto:php...@li...]De la part >> de clayton collie >> Envoyé : vendredi 25 mai 2001 00:44 >> À : php...@li... >> Objet : [Phpwebsite-developers] Ping >> >> >> PING ! <g> >> >> >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> > > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Jason Campbell Xplozive Media Technologies www.xplozivemedia.com phpWebSite Developer |
From: Alain F. <al...@va...> - 2001-05-25 15:24:12
|
Destination network unreachable ?! :) > -----Message d'origine----- > De : php...@li... > [mailto:php...@li...]De la part de > clayton collie > Envoyé : vendredi 25 mai 2001 00:44 > À : php...@li... > Objet : [Phpwebsite-developers] Ping > > > PING ! <g> > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: clayton c. <cc...@ca...> - 2001-05-25 15:00:40
|
PING ! <g> |
From: Alain F. <al...@va...> - 2001-05-16 18:13:07
|
Definitely very cool. > -----Message d'origine----- > De : php...@li... > [mailto:php...@li...]De la part de > clayton collie > Envoyé : mardi 15 mai 2001 19:48 > À : php...@li... > Objet : [Phpwebsite-developers] Website Ships with NuSphere > > > This just in ... > i just got an email from NuSphere that mentions PHPWebsite as one of their > bundled packages... > > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: Jason C. <cam...@xp...> - 2001-05-15 18:05:24
|
This is really cool! Sorry I haven't been saying nada lately. I've been off and on sick for the past few weeks. But anyways, I went to NuSphere's website and found this: http://www.nusphere.com/products/whats_new.htm Has a nice paragraph about phpWebSite on that page.... >> This just in ... >> i just got an email from NuSphere that mentions PHPWebsite as one of >> their bundled packages... > > Very cool. > > -- > Brian W. Brown > Internet Systems Architect, ESS > Student Development > Room 269, John Thomas Hall > Appalachian State University > Boone, NC 28608 > > vox: 828-262-7124 > fax: 828-262-2585 > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Jason Campbell Xplozive Media Technologies www.xplozivemedia.com phpWebSite Developer |
From: Brian W. B. <br...@ap...> - 2001-05-15 17:40:29
|
> This just in ... > i just got an email from NuSphere that mentions PHPWebsite as one > of their bundled packages... Very cool. -- Brian W. Brown Internet Systems Architect, ESS Student Development Room 269, John Thomas Hall Appalachian State University Boone, NC 28608 vox: 828-262-7124 fax: 828-262-2585 |