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: Mike N. <mh...@us...> - 2002-05-02 16:47:22
|
On Thu, 2002-05-02 at 08:08, Mike Noyes wrote: > Is there a cvs commits list? It would be nice to keep track of > modifications to the repository. I forgot to mention syncmail as a solution. ref. http://sourceforge.net/docman/display_doc.php?docid=772&group_id=1 -- Mike Noyes <mh...@us...> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ |
From: Mike N. <mh...@us...> - 2002-05-02 15:07:47
|
Is there a cvs commits list? It would be nice to keep track of modifications to the repository. -- Mike Noyes <mh...@us...> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ |
From: <php...@li...> - 2002-04-26 14:45:52
|
Your mail to 'Phpwebsite-language' with the subject Is being held until the list moderator can review it for approval. The reason it is being held: Message body is too big: 164403 bytes but there's a limit of 40 KB Either the message will get posted to the list, or you will receive notification of the moderator's decision. |
From: Matthew M. <ma...@tu...> - 2002-04-25 19:48:20
|
OK I have looked at the search friendly url information. The only difficulty I see is that the module creator MUST know the order that the variables are arriving in. Not a huge deal but places a little more ordered emphasis on the developer. That said, I think it wouldn't be that big a deal to place a translator script in the core to be aware of index/userpage/123/etc type calls and have a standard array of variables for the module to fetch. I'll look into it and experiment. Thanks, Matthew McNaney Internet Systems Architect Electronic Student Services Email: ma...@tu... URL: http://phpwebsite.appstate.edu |
From: Matthew M. <ma...@tu...> - 2002-04-25 16:48:16
|
> Happy developers who have had their phpWebSite/Fallout installations > hosed: > Has anyone been thinking about how they would go about doing this or of > any specific operations they would like to see possible? Yes, I was thinking about this. However once I created the full install script, I backed off to work on other things. There is a core function btw that installs a sql dump file. Look for it in the setup portion of fallout. I want functionality to install modules separately yet able to use the same backup code. I am also thinking of trying to allow a check for updates at a location given by the module/plugin developer. > Required operations: > backup - write the entire database/or only those tables with > prefixed > with core->tbl_prefix to a .sql script. > recover - read an uploaded .sql script and run it against the db fix > - roll back a db to a previous state. <- lower priority > > The phpws 8.1.1 -> 8.2 upgrade renamed every fallout_ table to > phpws_fallout_. I had been successfully running 8.1.1, 8.2-RC-n, and > Fallout in the same DB without conflicts using the table_prefix > mechanisms, but rolling in 8.2-stable broke that. Ah I see. Still strange that it even bothered those tables at all? Thanks Randall. Matthew McNaney Internet Systems Architect Electronic Student Services Email: ma...@tu... URL: http://phpwebsite.appstate.edu Phone: 828-262-6493 |
From: Michael C. <mi...@ca...> - 2002-04-25 16:43:07
|
Is anybody going to modify the function replace_for_mod_rewrite(&$s) for = phpWebSite? Thanks, Michael |
From: Randall W. <rh...@ma...> - 2002-04-25 15:39:23
|
Happy developers who have had their phpWebSite/Fallout installations hosed: After having the phpWebSite 8.1.1 => phpWebSite 8.2 upgrade hose my Fallout development installation, I am preparing to write a module and additional scripts to backup and recover and otherwise control the database. Has anyone been thinking about how they would go about doing this or of any specific operations they would like to see possible? Required operations: backup - write the entire database/or only those tables with prefixed with core->tbl_prefix to a .sql script. recover - read an uploaded .sql script and run it against the db fix - roll back a db to a previous state. <- lower priority Technical Note: The phpws 8.1.1 -> 8.2 upgrade renamed every fallout_ table to phpws_fallout_. I had been successfully running 8.1.1, 8.2-RC-n, and Fallout in the same DB without conflicts using the table_prefix mechanisms, but rolling in 8.2-stable broke that. -- Randall Wood rh...@ma... |
From: Mike W. <wi...@ce...> - 2002-04-24 11:27:38
|
Here is an article at PostNuke and how they made search engine friendly urls with mod_rewrite and requires changes to the theme only. http://www.postnuke.com/modules.php?op=modload&name=News&file=article&sid=18 04&mode=thread&order=0&thold=0 Mike |
From: Heather D. <hdo...@wo...> - 2002-04-19 17:55:18
|
I need a plugin for phpwebsite that enables me to add users in my organization and remove them as well. Once my users are added, I want them to be able to login (I will create a password for them), update their profile and search profiles of other members. Can this be done? Also, what would be the cost to do so? Please dont jack up the price on me. I have web experience but do not enjoy programming. Thank you, Heather |
From: W.D.Sumilang <wa...@on...> - 2002-04-14 22:49:59
|
Hi Randall, Assuming you've set-up your module correctly, it seems checking your database for certain conditions and then outputing your content on success should do it i.e.: [module index file] if(database conditions exist){ $CNT_yourMod["title"]= "Blah"; $CNT_yourMod["content"] = "more Blah"; } Also you can refer to http://phpwebsite.appstate.edu/mod.php?mod=userpage&menu=150402&page_id=31 in the "templating and theming" section Matt's Fallout primer :) HTH, Warren > Message: 2 > Date: Sun, 14 Apr 2002 09:54:28 -0400 > From: Randall Wood <rh...@ma...> > To: phpWebSite Developers <php...@li...> > Subject: [Phpwebsite-developers] Fallout: a layout question > > I am trying to write a module in Fallout that will display in the sidebar > only under certain conditions. The best I can do results in an empty > box > being displayed. Am I simply overlooking something or does fallout's > layout/theme mechanism just not support this at this point? > > My module wants only to display a sidebar if certain conditions in > the > database are met and to be able to discover this on its own. > > -- > Randall Wood > rh...@ma... |
From: Randall W. <rh...@ma...> - 2002-04-14 13:53:52
|
I am trying to write a module in Fallout that will display in the sidebar only under certain conditions. The best I can do results in an empty box being displayed. Am I simply overlooking something or does fallout's layout/theme mechanism just not support this at this point? My module wants only to display a sidebar if certain conditions in the database are met and to be able to discover this on its own. -- Randall Wood rh...@ma... |
From: Randall W. <rh...@ma...> - 2002-04-14 13:53:41
|
Is there a reason that the $core object is not a session variable? -- Randall Wood rh...@ma... |
From: Mike W. <wi...@ce...> - 2002-04-11 23:33:33
|
Bob, I just did a test upgrade from 0.8.0 to RC3. The upgrade went fine and you new implmentation of converting links works good. One thing it does affect are links in the form <a href="http://www.website.com">Website</a> It makes them like this http://www.website.com>Website Other than that...good work. Mike ----- Original Message ----- From: "Bob Treumann" <bo...@el...> To: <php...@li...> Sent: Wednesday, April 10, 2002 10:08 PM Subject: Re: [Phpwebsite-developers] Re function convert_to_links > I have done and submitted all of the important files. I haven't done > the "preview" functions or the userpage stuff. > > On 10 Apr 2002 at 16:01, Bob Treumann wrote: > > > I have added this function to mainfile.php. I am going to > > start loooking for the spots that need to apply the function, > > but if any developers want to add it to their own code > > ( you may know better where to look than I do ) > > you can do that now > > > > All you have to do is to change > > > > print $body_text; > > to > > print convert_to_links($i_text=$body_text); > > > > Thats it! > > > > Thanks to anybody who does this! > > -- > > Bob Treumann, 651-603-1245 > > Elmwood Solutions Inc. (St. Paul, Minnesota) > > bo...@el... > > http://www.elmwood.com > > ORACLE Business Alliance Program Member > > > > > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > -- > Bob Treumann, 651-603-1245 > Elmwood Solutions Inc. (St. Paul, Minnesota) > bo...@el... > http://www.elmwood.com > ORACLE Business Alliance Program Member > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > |
From: Bob T. <bo...@el...> - 2002-04-11 22:05:54
|
If someone can tell me where the code is that displays the "personal menu" I will change it so the links are made clickable. I couldn't find the code for that one. Bob T.-- Bob Treumann, 651-603-1245 Elmwood Solutions Inc. (St. Paul, Minnesota) bo...@el... http://www.elmwood.com ORACLE Business Alliance Program Member |
From: Bob T. <bo...@el...> - 2002-04-11 03:07:38
|
I have done and submitted all of the important files. I haven't done the "preview" functions or the userpage stuff. On 10 Apr 2002 at 16:01, Bob Treumann wrote: > I have added this function to mainfile.php. I am going to > start loooking for the spots that need to apply the function, > but if any developers want to add it to their own code > ( you may know better where to look than I do ) > you can do that now > > All you have to do is to change > > print $body_text; > to > print convert_to_links($i_text=$body_text); > > Thats it! > > Thanks to anybody who does this! > -- > Bob Treumann, 651-603-1245 > Elmwood Solutions Inc. (St. Paul, Minnesota) > bo...@el... > http://www.elmwood.com > ORACLE Business Alliance Program Member > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Bob Treumann, 651-603-1245 Elmwood Solutions Inc. (St. Paul, Minnesota) bo...@el... http://www.elmwood.com ORACLE Business Alliance Program Member |
From: Bob T. <bo...@el...> - 2002-04-10 21:00:35
|
I have added this function to mainfile.php. I am going to start loooking for the spots that need to apply the function, but if any developers want to add it to their own code ( you may know better where to look than I do ) you can do that now All you have to do is to change print $body_text; to print convert_to_links($i_text=$body_text); Thats it! Thanks to anybody who does this! -- Bob Treumann, 651-603-1245 Elmwood Solutions Inc. (St. Paul, Minnesota) bo...@el... http://www.elmwood.com ORACLE Business Alliance Program Member |
From: Matthew M. <ma...@tu...> - 2002-04-10 17:19:55
|
No objections here. Sounds good. > I have a function that converts http:// to web link and email > addresses to mailto links in text. > > I want to add it to the Announcements display code. It would be nice > if the links were automatically created, rather than expecting > people to know how to create a url with "<a href[". I'd like to do > it prior to release of 8.2. It does not affect the stored data > because the processing is done at display time, and if text already > contains http:// language it is left alone. Matthew McNaney Internet Systems Architect Electronic Student Services Email: ma...@tu... URL: http://phpwebsite.appstate.edu Phone: 828-262-6493 ICQ: 141057403 |
From: Bob T <bo...@el...> - 2002-04-10 14:26:32
|
It would affect onlyt ht text that is run through the function, so it would not affect the menu. I am thinking it would be appropriate for the announcements and the comments, and perhaps the userpage display. The first thing the function does is to check for the presence of an actual <a href= statement, and if text includes such a string, it is not modified at all. It is assumed that the author of the text knows enough html to provide their own links. On 10 Apr 2002 at 8:16, Mike Windsor wrote: > Bob, > Although I'm not an official developer, I think this feature would be great > and if it doesn't affect stored data all the better. > How would it affect the personal user menu in phpwebsite? > > Mike > > > ----- Original Message ----- > From: "Bob T" <bo...@el...> > To: <php...@li...> > Sent: Wednesday, April 10, 2002 12:32 AM > Subject: [Phpwebsite-developers] Converting text to links > > > > I have a function that converts http:// to web link and email > > addresses to mailto links in text. > > > > I want to add it to the Announcements display code. It would be nice > > if the links were automatically created, rather than expecting > > people to know how to create a url with "<a href[". I'd like to do > > it prior to release of 8.2. It does not affect the stored data > > because the processing is done at display time, and if text already > > contains http:// language it is left alone. > > > > Does anyone object to this? > > > > Bob T. > > > > > > > > > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: Mike W. <wi...@ce...> - 2002-04-10 13:16:14
|
Bob, Although I'm not an official developer, I think this feature would be great and if it doesn't affect stored data all the better. How would it affect the personal user menu in phpwebsite? Mike ----- Original Message ----- From: "Bob T" <bo...@el...> To: <php...@li...> Sent: Wednesday, April 10, 2002 12:32 AM Subject: [Phpwebsite-developers] Converting text to links > I have a function that converts http:// to web link and email > addresses to mailto links in text. > > I want to add it to the Announcements display code. It would be nice > if the links were automatically created, rather than expecting > people to know how to create a url with "<a href[". I'd like to do > it prior to release of 8.2. It does not affect the stored data > because the processing is done at display time, and if text already > contains http:// language it is left alone. > > Does anyone object to this? > > Bob T. > > > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > |
From: Bob T <bo...@el...> - 2002-04-10 05:24:58
|
I have a function that converts http:// to web link and email addresses to mailto links in text. I want to add it to the Announcements display code. It would be nice if the links were automatically created, rather than expecting people to know how to create a url with "<a href[". I'd like to do it prior to release of 8.2. It does not affect the stored data because the processing is done at display time, and if text already contains http:// language it is left alone. Does anyone object to this? Bob T. |
From: spiggy <th...@me...> - 2002-04-09 16:53:12
|
can you see this being hacked into phpwebsite as it is now? i know this is in the new core but how about now :) i convinced my previous boss (a webmaster of a college) to give phpws a try and he really likes it. now they are implementing phpws for the student clubs.. about 30 of them. 30 databases is not an issue but copying the files over 30 times is a bit redundant. any easy hacks that you can think of? i was thinking about using $table_prefix as a site variable but this would require all sites to use same theme.. or they would have to add another global variable for $site_theme. thees probably more issues than that but those are first ones i can think of. paivi |
From: Alessandro P. (T. / J578) <al...@ti...> - 2002-04-07 22:05:29
|
I think we should test our 0.8.2-RC2 also on the new PHP 4.2.0-RC1 (released on 21-mar-2002) before releasing phpWebSite 0.8.2-final. Just to be sure to avoid problems like those arised with release of php 4.1.0 Alessandro -- Alessandro "TXM" Pisani - alextxm at tin dot it - ICQ: #2209087 "I will carry you through, kicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |
From: <bo...@el...> - 2002-04-05 14:54:26
|
I hope this is the right place for this email, rather than the open discussion forum. See this post by Kevin M Reed in the cvs 0.8.x forum http://sourceforge.net/forum/message.php?msg_id=1528779 Can anybody tell me how we go about enhancing features during this pre-release phase, and immediately after the release? I want to add some features to the userpage, particularly a page description, keywords and do-publish option. Will there be patch releases to come out later? Can features like the userpage be released separately from the full next-release (8.3)? I also am thinking about a system that would draw search robots to a special directory in PWS. I would write some functions that would create static pages that have links back to the actual page, and create a robots.txt file to direct robots to search this 'index' directory. Different features/modules could call this function to create or replace entries in this directory. The entries in this directory would not be visited by a regular site visitor, unless he is coming in from a search engine. The function would look something like this: robot_announce( announcement_name => Like a primary key to replace an old announcment keyword_list => golf, poker, beer description => Description destined for the html header summary => Human readable summary of the page or link expiration => days to retain announcement in robot_index url_to_page => "http://......") { Create static page using input params; Write the url of this page to an index page ("announcement_name") that search engines would seek out. } There may be a better way to do this, and I'm open to ideas. I especially would need advice about how to make these entries attractive to a search engine. It doesn't do too much good if robots decide these are just a bunch of trivial little pages to be placed at the end of search results. |
From: Jeremy A. <ja...@tu...> - 2002-04-04 01:13:58
|
We are extensively testing the upgrade on some of our large sites date at ASU. > Is there any comprehensive test plan for the new release? I am > wondering if the "inside" team is testing in an organized way, or are > we all jus hoping that some one is testing? > > I have not loaded RC2 myself. If we had one spot at appstate where we > could all test, I think it would make the testing more thorough. I > would personally put more time into testing at such a site, but I just > don't have the time to keep downloading and setting up in order to do > testing. > > > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Jeremy Agee phpWebSite Development Team (http://phpwebsite.appstate.edu) Appalachian State University phpEasyAdmin (http://easyadmin.sourceforge.net) |
From: <bo...@el...> - 2002-04-03 22:12:39
|
Is there any comprehensive test plan for the new release? I am wondering if the "inside" team is testing in an organized way, or are we all jus hoping that some one is testing? I have not loaded RC2 myself. If we had one spot at appstate where we could all test, I think it would make the testing more thorough. I would personally put more time into testing at such a site, but I just don't have the time to keep downloading and setting up in order to do testing. |