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: Don S. <do...@se...> - 2004-02-06 03:53:02
|
Citizens of PHPWS: I have committed changes to core/Text.php and added a conf/BBCodeParser.ini. With these changes and the addition of PEAR's HTML/BBCodeParser package, PHPWS_Text::parseOutput will automatically parse bbcode. These changes have been committed to the "phpwebsite" module, which is to say the 0.9.3 branch. Stardog you may want to apply those changes to phpwebsite094. Don. --=20 "The California crunch really is the result of not enough power to power the power of generating plants." George W. Bush January 14, 2001 =46rom an interview with the New York Times. (Referring to the California energy crisis.) |
From: Giz <gi...@gi...> - 2004-02-06 02:05:11
|
I recently had the opportunity to do a clean install of 0.9.3-2. I talked to Wendall in irc, and he seemed to verify that the path to the icons has changed in the source, however, the images were not moved into the new location. This means that anyone installing is going to get broken icons. I simply moved them from their respective module img directories to the "new" location of images/mod/controlpanel. I went and zipped up the files, and have the zip file here for anyone who needs them in the short term. http://www.gizmola.com/files/phpws9-3-2-cpimages.zip Unzip this into the phpWebsite directory, or copy the contents to the images/mod/controlpanel directory under the phpwebsite root. |
From: Don S. <do...@se...> - 2004-02-05 18:20:22
|
Alright then if you want I'll look into adding this into the hub/branch database/files. Actually it looks like the branch prefs are stored in files anyway, similar to hub's conf/config.php. This could/should be another setting in there. Don. On Thu, Feb 05, 2004 at 08:17:22AM -0500, Matthew McNaney wrote: > I think that is a good solution. >=20 > Matt >=20 > On Wed, 2004-02-04 at 22:39, Don Seiler wrote: > > OK it's pretty simple. > >=20 > > In the index.php for my branch I put this as the first line of php code: > >=20 > > putenv("TZ=3DUS/Central");=20 > >=20 > > I think what should be done is the hub/branch should have this > > preference stored in a database for that hub or branch. By default it > > can be null, in which case phpWS won't try to do the putenv and it will > > default to the system timezone. If, however, it is set, then Core can > > all the putenv line using the TZ specified for that hub/branch. > >=20 > > What do you guys think? > >=20 > > Don. > >=20 > > On Wed, Feb 04, 2004 at 09:45:00AM -0600, Don Seiler wrote: > > > Wendall mentioned to me offline that there may have been a fix but was > > > never checked in for my problem. > > >=20 > > > I live in Wisconsin and Wendall lives in Idaho. So we are already bo= th > > > very cool. However this fact has one side-effect. When I migrated s= ome > > > phpws sites to his server, suddenly all the times for calendar and > > > leaguesite games were off two hours. I'm assuming this is because his > > > myqsl database is set to Pacific time, where I am in Central time. > > >=20 > > > Is there currently a way, or should there be, to define the Time Zone > > > for a site, as well as for each branch of a site. I think there shou= ld > > > be. I know that MoveableType does this for each site. > > >=20 > > > Don. > > >=20 > > > --=20 > > > "Presidents, whether things are good or bad, get the blame. I unders= tand > > > that." > > >=20 > > > George W. Bush > > > May 11, 2001 > > > Washington, D.C. > --=20 > Matthew McNaney > Internet Systems Architect > Electronic Student Services > Appalachian State University > Phone: 828-262-6493 > http://phpwebsite.appstate.edu > http://ess.appstate.edu --=20 "I do not believe we've put a guilty --- I mean innocent --- person to death in the state of Texas." George W. Bush June 16, 2000 =46rom National Public Radio's "All Things Considered". |
From: Matthew M. <ma...@tu...> - 2004-02-05 13:21:18
|
I think that is a good solution. Matt On Wed, 2004-02-04 at 22:39, Don Seiler wrote: > OK it's pretty simple. > > In the index.php for my branch I put this as the first line of php code: > > putenv("TZ=US/Central"); > > I think what should be done is the hub/branch should have this > preference stored in a database for that hub or branch. By default it > can be null, in which case phpWS won't try to do the putenv and it will > default to the system timezone. If, however, it is set, then Core can > all the putenv line using the TZ specified for that hub/branch. > > What do you guys think? > > Don. > > On Wed, Feb 04, 2004 at 09:45:00AM -0600, Don Seiler wrote: > > Wendall mentioned to me offline that there may have been a fix but was > > never checked in for my problem. > > > > I live in Wisconsin and Wendall lives in Idaho. So we are already both > > very cool. However this fact has one side-effect. When I migrated some > > phpws sites to his server, suddenly all the times for calendar and > > leaguesite games were off two hours. I'm assuming this is because his > > myqsl database is set to Pacific time, where I am in Central time. > > > > Is there currently a way, or should there be, to define the Time Zone > > for a site, as well as for each branch of a site. I think there should > > be. I know that MoveableType does this for each site. > > > > Don. > > > > -- > > "Presidents, whether things are good or bad, get the blame. I understand > > that." > > > > George W. Bush > > May 11, 2001 > > Washington, D.C. -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 http://phpwebsite.appstate.edu http://ess.appstate.edu |
From: Don S. <do...@se...> - 2004-02-05 03:39:17
|
OK it's pretty simple. In the index.php for my branch I put this as the first line of php code: putenv("TZ=3DUS/Central");=20 I think what should be done is the hub/branch should have this preference stored in a database for that hub or branch. By default it can be null, in which case phpWS won't try to do the putenv and it will default to the system timezone. If, however, it is set, then Core can all the putenv line using the TZ specified for that hub/branch. What do you guys think? Don. On Wed, Feb 04, 2004 at 09:45:00AM -0600, Don Seiler wrote: > Wendall mentioned to me offline that there may have been a fix but was > never checked in for my problem. >=20 > I live in Wisconsin and Wendall lives in Idaho. So we are already both > very cool. However this fact has one side-effect. When I migrated some > phpws sites to his server, suddenly all the times for calendar and > leaguesite games were off two hours. I'm assuming this is because his > myqsl database is set to Pacific time, where I am in Central time. >=20 > Is there currently a way, or should there be, to define the Time Zone > for a site, as well as for each branch of a site. I think there should > be. I know that MoveableType does this for each site. >=20 > Don. >=20 > --=20 > "Presidents, whether things are good or bad, get the blame. I understand > that." >=20 > George W. Bush > May 11, 2001 > Washington, D.C. --=20 "I've changed my style somewhat, as you know. I'm less, I pontificate less, although it may be hard to tell it from this show. And I'm more interacting with people." George W. Bush February 13, 2000 =46rom NBC's Meet The Press. |
From: Mike N. <mh...@us...> - 2004-02-04 16:55:02
|
ASU team, Can you setup a nightly tarball of res1 that's available for download by the community? -- Mike Noyes <mhnoyes at users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ SF.net Projects: ffl, leaf, phpwebsite, phpwebsite-comm, sitedocs |
From: Don S. <do...@se...> - 2004-02-04 15:45:29
|
Wendall mentioned to me offline that there may have been a fix but was never checked in for my problem. I live in Wisconsin and Wendall lives in Idaho. So we are already both very cool. However this fact has one side-effect. When I migrated some phpws sites to his server, suddenly all the times for calendar and leaguesite games were off two hours. I'm assuming this is because his myqsl database is set to Pacific time, where I am in Central time. Is there currently a way, or should there be, to define the Time Zone for a site, as well as for each branch of a site. I think there should be. I know that MoveableType does this for each site. Don. --=20 "Presidents, whether things are good or bad, get the blame. I understand that." George W. Bush May 11, 2001 Washington, D.C. |
From: Wendall C. <wen...@83...> - 2004-02-03 03:15:33
|
Hi everyone, I just ran into something again that I wanted to bring up concerning PEAR::DB and creation of branch sites. I didn't realise that it was a problem until recently, but forgot to mention it. When creating a branch site, Branch.php checks for the existence of the database via database.php line 1251 (current cvs) $this->db->getlistOf("databases"). The getlistOf() function is only able to get information that is available to the current user that the hub site is logged in as. This creates a situation when creating a branch site that you must use the same user/password combination for all branch sites. I think checking to see if the database exists is essential, however, this method isn't truely able to give relevant data on the subject ;) I don't have any suggestions on how to better do this, but did want to discuss. Wendall -- "Only the ideas that we really live have any value." --Hermann Hesse (Demian) |
From: Don S. <do...@se...> - 2004-02-03 03:03:25
|
Please ignore. --=20 "... deteriate (deteriorate) ... hayenous (heinous) ... vented (vetted) ..." George W. Bush May 14, 2001 Mispronunciations committed during one informal press conference at the Whi= te House. |
From: Steven L. <st...@tu...> - 2004-02-02 22:08:43
|
On Wed, 2004-01-28 at 22:37, Don Seiler wrote: > Pretty weird stuff. Today I was getting class redeclaration errors in > control panel. Just out of the blue. I checked and sure enough > ControlPanel.php and Tab.php in controlpanel/class/ use require() > instead of require_once(). > > What I can't figure out is why I wouldn't have gotten this error before. > > /me shrugs. FYI you might want to check your installs. This is an > 0.9.3-2 site. Thanks for pointing this out Don. This was fixed a little while back in CVS. The latest version can be found here: http://res1.stddev.appstate.edu/horde/chora/co.php/controlpanel/class/Tab.php?login=2&r=1.22&p=1&Horde=3430edc1fe94de721ac3c0f4c838a799&Horde=3430edc1fe94de721ac3c0f4c838a799 This also contains a fix for the error in which the string Object shows up in the CP instead of the icon and text. Cheers! -- Steven Levin Computer Systems Admin I Electronic Student Services Appalachian State University Phone: 828.262.6740 http://phpwebsite.appstate.edu |
From: Don S. <do...@se...> - 2004-01-31 00:11:10
|
Pretty weird stuff. Today I was getting class redeclaration errors in control panel. Just out of the blue. I checked and sure enough ControlPanel.php and Tab.php in controlpanel/class/ use require() instead of require_once(). What I can't figure out is why I wouldn't have gotten this error before. /me shrugs. FYI you might want to check your installs. This is an 0.9.3-2 site. Don. --=20 "But the true threats to stability and peace are those nations that are not very transparent, that hide behind the --- that don't let people in to take= a look and see what they're up to. They're very kind of authoritarian regime= s. The true threat is whether or not one of these people decide, peak of anger, try to hold us hostage, ourselves; the Israelis, for example, to whom we'll defend, offer our defenses; the South Koreans." George W. Bush March 13, 2001 Speaking to the media in Washington, D.C. |
From: Jake C. <jak...@gm...> - 2004-01-22 23:21:01
|
THANKS THAT HELPED A LOT!!! Do I have to include all my classes manually now in the runtime file also now? I'm not sure but thats what it looks like because of the require_once() thing they mentioned :-\ Thanks - Jake On Jan 22, 2004, at 11:27 AM, Meiste, Gregory wrote: > Sounds like you are missing: > inc/runtime.php > > Check out the following URL if you haven't already: > http://phpwebsite.appstate.edu/index.php? > module=pagemaster&PAGE_user_op=view > _page&PAGE_id=51&MMN_position=58:13 > > Lots of changes for 0.9.3-2 and I don't know if the Dev Crew stressed > that > enough to people. > > Greg > > -----Original Message----- > From: Jake Connor [mailto:jak...@gm...] > Sent: Thursday, January 22, 2004 12:50 PM > To: Don Seiler > Cc: php...@li...; Meiste, Gregory > Subject: Re: [Phpwebsite-developers] Module versions in boost > > All!!! > > Speaking of this module problem can anyone ppplllleeeeaaaasssseeee take > a look at why my module is not comming up on all the pages on > phpwebsite 0.9.3-2 even though $allow_view="all" was set in boost? I > checked it in the DB and everything looked to be correct but it just > doesn't work and only works when I go to it specifically like > http://localhost/?module=test > > I simply want to have it show up in all pages like the menu maker > module and alike. I looked even copied menu maker and stripped it to > make it basic but still didn't work? > > Please please please please help me :-\ > > My test module can be downloaded at > http://sourceforge.net/tracker/download.php? > group_id=15539&atid=115539&file_id=74246&aid=881253 > > Thanks! > > - Jake > > > > On Jan 22, 2004, at 6:13 AM, Don Seiler wrote: > >> You could just take the plunge and have your next version be 1.0.0. >> Then go 1.1.0 etc from there on. >> >> The 3-digit approach is correct because it signifies major-minor-patch >> releases. >> >> Don. >> >> On Tue, Jan 20, 2004 at 08:48:59PM -0600, Meiste, Gregory wrote: >>> Hi all! >>> >>> >>> I've been working on an update to my mailing lists module. The >>> current version is 0.3.3 - however, it is currently being reported >>> to >>> boost to be 0.33 >>> >>> >>> I have been using numbers with only one decimal in the version >>> number >>> since 0.10 because I didn't realize that "0.1.0" (with quotes) >>> would >>> be accepted by boost. Now, everyone is using the two decimal >>> approach >>> but me. I believe the two decimal approach is a "more correct" >>> way to >>> report versions and would like to switch to it. >>> >>> >>> My question is this: When I update to 0.4.0, can I report "0.4.0" >>> to >>> boost and all will update well? I don't want to cause problems >>> with >>> people's sites can I'm being anal about a version number. If it >>> is >>> too risky I'll just stick to 0.40. However, I wouldn't think it >>> would >>> cause any problems, but I'm throwing it out to you guys for your >>> opinion. >>> >>> >>> What do you think? Thanks in advance! >>> >>> >>> Greg >>> >>> "blindman1314" >> >> -- >> "When I'm the president, we're not going to obfuscate when it comes to >> foreign >> policy." >> >> George W. Bush >> January 7, 2000 >> Republican Debate in New Hampshire. > |
From: Jake C. <jak...@gm...> - 2004-01-22 18:50:26
|
All!!! Speaking of this module problem can anyone ppplllleeeeaaaasssseeee take a look at why my module is not comming up on all the pages on phpwebsite 0.9.3-2 even though $allow_view="all" was set in boost? I checked it in the DB and everything looked to be correct but it just doesn't work and only works when I go to it specifically like http://localhost/?module=test I simply want to have it show up in all pages like the menu maker module and alike. I looked even copied menu maker and stripped it to make it basic but still didn't work? Please please please please help me :-\ My test module can be downloaded at http://sourceforge.net/tracker/download.php? group_id=15539&atid=115539&file_id=74246&aid=881253 Thanks! - Jake On Jan 22, 2004, at 6:13 AM, Don Seiler wrote: > You could just take the plunge and have your next version be 1.0.0. > Then go 1.1.0 etc from there on. > > The 3-digit approach is correct because it signifies major-minor-patch > releases. > > Don. > > On Tue, Jan 20, 2004 at 08:48:59PM -0600, Meiste, Gregory wrote: >> Hi all! >> >> >> I've been working on an update to my mailing lists module. The >> current version is 0.3.3 - however, it is currently being reported >> to >> boost to be 0.33 >> >> >> I have been using numbers with only one decimal in the version >> number >> since 0.10 because I didn't realize that "0.1.0" (with quotes) >> would >> be accepted by boost. Now, everyone is using the two decimal >> approach >> but me. I believe the two decimal approach is a "more correct" >> way to >> report versions and would like to switch to it. >> >> >> My question is this: When I update to 0.4.0, can I report "0.4.0" >> to >> boost and all will update well? I don't want to cause problems >> with >> people's sites can I'm being anal about a version number. If it is >> too risky I'll just stick to 0.40. However, I wouldn't think it >> would >> cause any problems, but I'm throwing it out to you guys for your >> opinion. >> >> >> What do you think? Thanks in advance! >> >> >> Greg >> >> "blindman1314" > > -- > "When I'm the president, we're not going to obfuscate when it comes to > foreign > policy." > > George W. Bush > January 7, 2000 > Republican Debate in New Hampshire. |
From: aDarkling <ju...@re...> - 2004-01-22 16:57:28
|
Greg! You can check to make sure, but I believe that the version # is stored as a textfield in the database. If that's true, then text comparison rules should apply. -Eloi- |
From: Don S. <do...@se...> - 2004-01-22 14:13:22
|
You could just take the plunge and have your next version be 1.0.0. Then go 1.1.0 etc from there on. The 3-digit approach is correct because it signifies major-minor-patch releases. Don. On Tue, Jan 20, 2004 at 08:48:59PM -0600, Meiste, Gregory wrote: > Hi all! >=20 >=20 > I've been working on an update to my mailing lists module. The > current version is 0.3.3 - however, it is currently being reported to > boost to be 0.33 >=20 >=20 > I have been using numbers with only one decimal in the version number > since 0.10 because I didn't realize that "0.1.0" (with quotes) would > be accepted by boost. Now, everyone is using the two decimal approach > but me. I believe the two decimal approach is a "more correct" way to > report versions and would like to switch to it. >=20 >=20 > My question is this: When I update to 0.4.0, can I report "0.4.0" to > boost and all will update well? I don't want to cause problems with > people's sites can I'm being anal about a version number. If it is > too risky I'll just stick to 0.40. However, I wouldn't think it would > cause any problems, but I'm throwing it out to you guys for your > opinion. >=20 >=20 > What do you think? Thanks in advance! >=20 >=20 > Greg >=20 > "blindman1314" --=20 "When I'm the president, we're not going to obfuscate when it comes to fore= ign policy." George W. Bush January 7, 2000 Republican Debate in New Hampshire. |
From: Jake C. <jak...@gm...> - 2004-01-21 09:03:54
|
Attached is a very simple module whose sole purpose it to echo "werkz" on each page by having $allow_view = "all";. Please let me know why this module will not work on all pages of the system? Thank you soo much. Jake |
From: Jake C. <jak...@gm...> - 2004-01-21 07:35:55
|
Ok I got it working but it only runs the index file and includes the object if I am in that module... In my conf/boost.php file I do have the following variables set... $allow_view = "all"; $active = "on"; I believe this should run my index file on all pages no matter what but it's only running it when i go to my specific module (eg: localhost/?module=mymodule) Is there something else I have to set to get this working for all modules? I tried also using module maker to make this happen but it didn't make a difference. Thanks - Jake On Jan 20, 2004, at 6:12 AM, Matthew McNaney wrote: > Perform as search on $GLOBALS['core'] and make sure that the ONLY > commands that are being passed to it are database related. Anything > else > will fail as the class inheritance for $core was unlinked. > > Matt > > > On Mon, 2004-01-19 at 05:03, Jake Connors wrote: >> I am trying to install my module on 0.9.3-2 but it does not seem to >> load up on any pages and I set it to load on all pages (even with >> module maker). >> >> I know that if you have a fatal error on any of your code in a module >> that it will simply not be loaded into the system but I ran an >> analyzer >> on my code and found nothing. I installed it on previous versions of >> 0.9.3-2 and it seems to work just fine. >> >> Is there a way to debug why the module is not being loaded into the >> system? >> >> Also, I installed the phpwebsite debugger but that did not work when >> trying to use it either. >> >> Thanks >> >> Jake >> >> >> >> ------------------------------------------------------- >> The SF.Net email is sponsored by EclipseCon 2004 >> Premiere Conference on Open Tools Development and Integration >> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. >> http://www.eclipsecon.org/osdn >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > -- > Matthew McNaney > Internet Systems Architect > Electronic Student Services > Appalachian State University > Phone: 828-262-6493 > http://phpwebsite.appstate.edu > http://ess.appstate.edu > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: Jake C. <jak...@gm...> - 2004-01-21 04:44:55
|
Alright I did that, I changed all the functions besides database ones to use methods as static methods but it still installs but doesn't run. Anything else I can loook at? - Jake On Jan 20, 2004, at 6:12 AM, Matthew McNaney wrote: > Perform as search on $GLOBALS['core'] and make sure that the ONLY > commands that are being passed to it are database related. Anything > else > will fail as the class inheritance for $core was unlinked. > > Matt > > > On Mon, 2004-01-19 at 05:03, Jake Connors wrote: >> I am trying to install my module on 0.9.3-2 but it does not seem to >> load up on any pages and I set it to load on all pages (even with >> module maker). >> >> I know that if you have a fatal error on any of your code in a module >> that it will simply not be loaded into the system but I ran an >> analyzer >> on my code and found nothing. I installed it on previous versions of >> 0.9.3-2 and it seems to work just fine. >> >> Is there a way to debug why the module is not being loaded into the >> system? >> >> Also, I installed the phpwebsite debugger but that did not work when >> trying to use it either. >> >> Thanks >> >> Jake >> >> >> >> ------------------------------------------------------- >> The SF.Net email is sponsored by EclipseCon 2004 >> Premiere Conference on Open Tools Development and Integration >> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. >> http://www.eclipsecon.org/osdn >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > -- > Matthew McNaney > Internet Systems Architect > Electronic Student Services > Appalachian State University > Phone: 828-262-6493 > http://phpwebsite.appstate.edu > http://ess.appstate.edu > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: Meiste, G. <me...@ms...> - 2004-01-21 02:50:05
|
Hi all! I've been working on an update to my mailing lists module. The current version is 0.3.3 - however, it is currently being reported to boost to be 0.33 I have been using numbers with only one decimal in the version number since 0.10 because I didn't realize that "0.1.0" (with quotes) would be accepted by boost. Now, everyone is using the two decimal approach but me. I believe the two decimal approach is a "more correct" way to report versions and would like to switch to it. My question is this: When I update to 0.4.0, can I report "0.4.0" to boost and all will update well? I don't want to cause problems with people's sites can I'm being anal about a version number. If it is too risky I'll just stick to 0.40. However, I wouldn't think it would cause any problems, but I'm throwing it out to you guys for your opinion. What do you think? Thanks in advance! Greg "blindman1314" |
From: Matthew M. <ma...@tu...> - 2004-01-20 14:18:00
|
Perform as search on $GLOBALS['core'] and make sure that the ONLY commands that are being passed to it are database related. Anything else will fail as the class inheritance for $core was unlinked. Matt On Mon, 2004-01-19 at 05:03, Jake Connors wrote: > I am trying to install my module on 0.9.3-2 but it does not seem to > load up on any pages and I set it to load on all pages (even with > module maker). > > I know that if you have a fatal error on any of your code in a module > that it will simply not be loaded into the system but I ran an analyzer > on my code and found nothing. I installed it on previous versions of > 0.9.3-2 and it seems to work just fine. > > Is there a way to debug why the module is not being loaded into the > system? > > Also, I installed the phpwebsite debugger but that did not work when > trying to use it either. > > Thanks > > Jake > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 http://phpwebsite.appstate.edu http://ess.appstate.edu |
From: Jake C. <jak...@gm...> - 2004-01-19 10:03:14
|
I am trying to install my module on 0.9.3-2 but it does not seem to load up on any pages and I set it to load on all pages (even with module maker). I know that if you have a fatal error on any of your code in a module that it will simply not be loaded into the system but I ran an analyzer on my code and found nothing. I installed it on previous versions of 0.9.3-2 and it seems to work just fine. Is there a way to debug why the module is not being loaded into the system? Also, I installed the phpwebsite debugger but that did not work when trying to use it either. Thanks Jake |
From: Mike N. <mh...@us...> - 2004-01-13 18:00:41
|
On Sun, 2004-01-11 at 01:21, Ralph Spitzer wrote: > I'm doing a research project on the motives of F/OSS developers. This survey > follows a somewhat different approach than some earlier studies and tries to > incorporate concepts of social psychology to better understand the internal > motivation of developers. Ralph, Please follow the requirements for research outlined by the SourceForge staff below. Thanks. Searching SourceForge.net: OSS Research https://sourceforge.net/docman/display_doc.php?docid=12973&group_id=1#ossresearch -- Mike Noyes <mhnoyes at users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ SF.net Projects: ffl, leaf, phpwebsite, phpwebsite-comm, sitedocs |
From: Ralph S. <a95...@un...> - 2004-01-11 09:21:49
|
Hi all! I'm doing a research project on the motives of F/OSS developers. This survey follows a somewhat different approach than some earlier studies and tries to incorporate concepts of social psychology to better understand the internal motivation of developers. The questionnaire consists of 44 questions which should be scored on a scale from 1 to 7. According to test runs, completion of the questionnaire should take about 6 minutes. No registration required. The questionnaire and more information about the survey can be found here: *** http://foss-survey.at.tf *** The survey will be online until the end of January. I hope to have the results online by mid February. If you want to be notified, please enter your email address in the appropriate box. If you have questions or comments about this survey, please CC me or email me directly, because I won't be able to follow all the lists/forums. Thank you. Your help is greatly appreciated. ralph |
From: Don S. <do...@se...> - 2003-12-29 01:54:49
|
Wendall and I have begun making use of extra indexes for foreign keys. I recently made a correction to the phpwebsite module's Database.php so that sqlCreateIndex() will use tbl_prefix now. It's kind of a big deal for me since almost all of my modules will be using sqlCreateIndex. Wondering if there are possibilities for 0.9.3-3. Anyway reason I really write is that in the phpwebsite094 module I didn't see a "create index" type of function in Database.php. Only CREATE INDEX statement I found was in the export function. I didn't want to take the liberty of adding one before you guys confirmed that I'm not just blind. Don. --=20 "He has certainly earned a reputation as a fantastic mayor, because the results speak for themselves. I mean, New York's a safer place for him to be." George W. Bush May 18, 2000 Speaking on The Edge with Paula Zahn about New York City Mayor, Rudolph Giuliani. |
From: Wendall C. <wen...@83...> - 2003-12-19 17:17:43
|
Hi everyone, Eloi posted some interesting numbers in the forums. Not news really, but something caught my attention. phpwsRSSFeeds is using alot of memory. Most likely, because of the size of the parser. https://sourceforge.net/forum/message.php?msg_id=2341604 With the changes I made in phpwsRSSFeeds, it will be interesting to see if implementing that type of functionality will undo the core changes that increase speed. Maybe dynamic placement of items shouldn't be exactly dynamic. Maybe they should be created ahead of time, so the module isn't processing the information on the fly. I'm just not sure here, but before we get too far along and that code gets copied over to other things, I'd like to address it from a speed/mem size standpoint and get it working correctly if it isn't in fact doing so. Eloi stated that these results won't change much with data, but I think that phpwsRSSFeeds could very easily. Especially, if let's say have several feeds on the main page and all the feeds are expired on a given hit. I don't know how much memory is being used in that process, I'd have to test. Problem is, if someone is pushing the memory limits to the edge like that, then suddenly, all their feeds expire and have to be refreshed, they may get out of memory errors. If it is an issue, I can come up with more creative ways for dynamic placement. I'll experiment some myself. Wendall -- "Only the ideas that we really live have any value." --Hermann Hesse (Demian) |