You can subscribe to this list here.
2001 |
Jan
|
Feb
(1) |
Mar
(265) |
Apr
(166) |
May
(25) |
Jun
(17) |
Jul
(20) |
Aug
(47) |
Sep
(6) |
Oct
(14) |
Nov
(66) |
Dec
(64) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(109) |
Feb
(64) |
Mar
(34) |
Apr
(23) |
May
(64) |
Jun
(9) |
Jul
(13) |
Aug
(6) |
Sep
(33) |
Oct
(272) |
Nov
(67) |
Dec
(75) |
2003 |
Jan
(264) |
Feb
(244) |
Mar
(171) |
Apr
(119) |
May
(54) |
Jun
(93) |
Jul
(51) |
Aug
(48) |
Sep
(14) |
Oct
(49) |
Nov
(47) |
Dec
(15) |
2004 |
Jan
(13) |
Feb
(27) |
Mar
(18) |
Apr
(44) |
May
(35) |
Jun
(24) |
Jul
(39) |
Aug
(142) |
Sep
(35) |
Oct
(34) |
Nov
(49) |
Dec
(24) |
2005 |
Jan
(60) |
Feb
(71) |
Mar
(19) |
Apr
(27) |
May
(68) |
Jun
(4) |
Jul
(30) |
Aug
(10) |
Sep
(23) |
Oct
(24) |
Nov
(13) |
Dec
(6) |
2006 |
Jan
(4) |
Feb
(46) |
Mar
(64) |
Apr
(18) |
May
(16) |
Jun
(37) |
Jul
(7) |
Aug
(19) |
Sep
(9) |
Oct
(8) |
Nov
(3) |
Dec
(23) |
2007 |
Jan
(25) |
Feb
(21) |
Mar
(32) |
Apr
(36) |
May
(12) |
Jun
(1) |
Jul
(7) |
Aug
(15) |
Sep
(13) |
Oct
(1) |
Nov
|
Dec
|
2008 |
Jan
(3) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
|
Jun
(1) |
Jul
(2) |
Aug
(7) |
Sep
|
Oct
(5) |
Nov
(1) |
Dec
|
2009 |
Jan
(7) |
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Matthew M. <ma...@tu...> - 2007-04-16 12:59:24
|
You are correct. Both Form Generator and Photo Album will not run under Postgresql. They are conversions of modules, not rewrites. Unfortunately, they still retain the problems of their previous version. We plan on rewriting both modules under 1.x in the future. On Fri, 2007-04-13 at 12:57 -0400, Jim Wilson wrote: > Hello, > > > It looks like Phatform was never updated to run with Postgres. I'm assuming this will require the following adjustments: > > 1) Standardizing the SQL create statements in install.sql. > > 2) Changing the columnames to be all lower case so that (for example) fieldName becomes field_name. > > Am I missing something? > > Regarding changes to install.sql. Modifying all the "int(10) unsigned" or "int(1)" to default "int" looks like it'd really have no effect on the application other than maybe using a tiny bit more storage in the database. > > The more significant issue is probably the wide use of the "mediumtext" type. My understanding is the regular "text" type has a 64k limit in a mysql database. > > The size of the "text" type in Postgres is essentially unlimited. Would we be stuck here? > > > Thanks, > > Jim Wilson > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Matthew McNaney Electronic Student Services Appalachian State University http://phpwebsite.appstate.edu |
From: Shaun M. <sh...@ae...> - 2007-04-14 01:18:38
|
The daily-cvs builds for the 0.x trunk haven't been happening since the switch to subversion back in December. Can we reinstate them please? ta in advance Shaun aegis design - http://www.aegisdesign.co.uk aegis hosting - http://www.aegishosting.co.uk |
From: Jim W. <spi...@us...> - 2007-04-13 16:57:28
|
Hello, It looks like Phatform was never updated to run with Postgres. I'm assuming this will require the following adjustments: 1) Standardizing the SQL create statements in install.sql. 2) Changing the columnames to be all lower case so that (for example) fieldName becomes field_name. Am I missing something? Regarding changes to install.sql. Modifying all the "int(10) unsigned" or "int(1)" to default "int" looks like it'd really have no effect on the application other than maybe using a tiny bit more storage in the database. The more significant issue is probably the wide use of the "mediumtext" type. My understanding is the regular "text" type has a 64k limit in a mysql database. The size of the "text" type in Postgres is essentially unlimited. Would we be stuck here? Thanks, Jim Wilson |
From: Matthew M. <ma...@tu...> - 2007-04-12 15:59:28
|
I have committed some changes to the Template.php file. You will need to add define('CACHE_TPL_LOCALLY', true); to your config/core/config.php file. You will also need to create a writable directory in templates named "cache": templates/cache/ If the define is true, the template caching will be saved locally. If false, it pops back to the /tmp/ directory (or whatever is set in config.php). Note that if the define is not set in the config.php file, Template assumes it as false. This will prevent breakage if people don't update their config.php file. Please test. Thanks, Matt On Mon, 2007-04-09 at 14:48 -0400, Verdon Vaillancourt wrote: > Yes, that config option is already there, just not default. Of > course, whatever directory is configured needs to be writable by the > webserver user. I tested with a dir that was user:user 755 and > although no errors were produced, no caching occurred. > > verdon > > > On 9-Apr-07, at 2:22 PM, Shaun Murray wrote: > > > How about taking them out of /tmp and putting them in a cache folder > > local to the branch using http://pear.php.net/manual/en/ > > package.html.html-template-sigma.html-template- > > sigma.setcacheroot.php ? > > > > > > Shaun > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Matthew McNaney Electronic Student Services Appalachian State University http://phpwebsite.appstate.edu |
From: Verdon V. <ve...@gm...> - 2007-04-09 18:48:35
|
Yes, that config option is already there, just not default. Of course, whatever directory is configured needs to be writable by the webserver user. I tested with a dir that was user:user 755 and although no errors were produced, no caching occurred. verdon On 9-Apr-07, at 2:22 PM, Shaun Murray wrote: > How about taking them out of /tmp and putting them in a cache folder > local to the branch using http://pear.php.net/manual/en/ > package.html.html-template-sigma.html-template- > sigma.setcacheroot.php ? > > > Shaun |
From: Shaun M. <sh...@ae...> - 2007-04-09 18:22:47
|
How about taking them out of /tmp and putting them in a cache folder local to the branch using http://pear.php.net/manual/en/ package.html.html-template-sigma.html-template-sigma.setcacheroot.php ? Shaun aegis design - http://www.aegisdesign.co.uk aegis hosting - http://www.aegishosting.co.uk |
From: Verdon V. <ve...@ve...> - 2007-04-09 17:08:02
|
I would imagine so... in my case, there's also a whole bunch templates__filecabinet__manager__pick.tpl.it templates__layout__themes.tpl.it templates__users__forms__authorization.tpl.it which I imagine are the ones causing trouble as they don't differentiate between various user accounts. On a side note: I suspected this might have been some of the trouble I was having with the new filecabinet and clipping and permissions. Although the behaviour is different with caching off, I am still not able to make clipping or permissions work in the new FC. verdon On 9-Apr-07, at 12:33 PM, Shaun Murray wrote: > > On 9 Apr 2007, at 17:11, ma...@tu... wrote: > >> This rings a bell. I don't think the PEAR caching labels template >> cache >> files with the same name regardless of their location. Please bug >> it on sf >> and I'll try and find a work around. > > Are these the .it files in /tmp? > > eg... > > /tmp/home__userid__public_html__mod__block__templates__admin.tpl.it > > or > > /tmp/javascript__ajax__head.js.it > > > Shaun > aegis design - http://www.aegisdesign.co.uk > aegis hosting - http://www.aegishosting.co.uk > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: Shaun M. <sh...@ae...> - 2007-04-09 16:33:13
|
On 9 Apr 2007, at 17:11, ma...@tu... wrote: > This rings a bell. I don't think the PEAR caching labels template > cache > files with the same name regardless of their location. Please bug > it on sf > and I'll try and find a work around. Are these the .it files in /tmp? eg... /tmp/home__userid__public_html__mod__block__templates__admin.tpl.it or /tmp/javascript__ajax__head.js.it Shaun aegis design - http://www.aegisdesign.co.uk aegis hosting - http://www.aegishosting.co.uk |
From: <ma...@tu...> - 2007-04-09 16:14:36
|
This rings a bell. I don't think the PEAR caching labels template cache files with the same name regardless of their location. Please bug it on sf and I'll try and find a work around. Matt > Hi, > > Just a heads-up, this struck me as curious once I sorted it out... > > I am developing two phpws 1.x sites concurrently on different > subdomains of my server. One of them is at devsite1.mydomain.com and > the other is at devsite2.mydomain.com Both are using a custom theme > but of the same name. > > I was finding that when I made a change to the theme.tpl file in one > site, the other site also seemed to get the changes applied when > viewed in a browser, even though the .tpl files in each site were > quite different. > > This confused the heck out of me and after fiddling with any possible > local cache, my php accelorator caches, and anything else I could > think of, I found the following switch in /config/core/config.php and > disabled it. > > define('ALLOW_CACHE_LITE', TRUE); > define('ALLOW_SIGMA_CACHE', FALSE); // << this was the problem > define('CACHE_LIFETIME', 3600); > define('CACHE_DIRECTORY', '/tmp/'); > > Once I identified it, the fix was easy enough. I suppose I should > just change the cache directory, but I thought it curious that it > would confuse the two subdomain's cached files. I wonder what it's > doing to the data cache, CACHE_LITE? > > rgds, > verdon > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: Verdon V. <ve...@gm...> - 2007-04-09 15:29:22
|
Hi, Just a heads-up, this struck me as curious once I sorted it out... I am developing two phpws 1.x sites concurrently on different subdomains of my server. One of them is at devsite1.mydomain.com and the other is at devsite2.mydomain.com Both are using a custom theme but of the same name. I was finding that when I made a change to the theme.tpl file in one site, the other site also seemed to get the changes applied when viewed in a browser, even though the .tpl files in each site were quite different. This confused the heck out of me and after fiddling with any possible local cache, my php accelorator caches, and anything else I could think of, I found the following switch in /config/core/config.php and disabled it. define('ALLOW_CACHE_LITE', TRUE); define('ALLOW_SIGMA_CACHE', FALSE); // << this was the problem define('CACHE_LIFETIME', 3600); define('CACHE_DIRECTORY', '/tmp/'); Once I identified it, the fix was easy enough. I suppose I should just change the cache directory, but I thought it curious that it would confuse the two subdomain's cached files. I wonder what it's doing to the data cache, CACHE_LITE? rgds, verdon |
From: Verdon V. <ve...@gm...> - 2007-04-05 20:07:17
|
Hi, A couple of initial observations... Good 1) Creating image or file dirs via FC control panel seems to work OK 2) Uploading images or files via FC cp seems to work OK 3) Creating image dir and uploading image via big grey X in a webpage edit screen works OK Bad 4) Using the Permission action in the list of image or file folders via FC cp leads to a pop-window with little sorry bear. There is no entry in the error.log and nothing in my apache error log. The url is http://domain.com/index.php? module=users&action=popup_permission&key_id=0&authkey=xxx 5) Clipping a document puts the delete icon for the item in the Clipboard sidebox, but no paste item link 6) Clipping an image does nothing to the Clipboard sidebox and results in image list area empty, requiring you to click on the img folder tab again to see any content That's all the time I've had yet... verdon php 4.4.6 |
From: Matthew M. <ma...@tu...> - 2007-04-05 18:10:15
|
Ok I think the php 4 problem is fixed. Grab the new Cabinet.php commit. Until PHP 5 is standard, this may pop up from time to time. PHP 5 allows this $parent->child->parent = $parent; because all objects are passed by reference. PHP 4 requires $parent->child->parent = & $parent; So that is what was missing from Cabinet.php. I have had this problem before, I just tend to forget. Something that may come to haunt me later is that I am removing the ampersand from constructors. In PHP 4 I did this: $object = & new Class; In 5 I am calling: $object = new Class; The PHP 5 method seems to work in both but in 4 it may be leaving a constructor object left behind in memory. So to test this theory I ran memory checks on both versions. The result was that PHP 5 ran about one meg over the PHP 4 version. This seems backwards to me since 5 is supposed to be references for objects. I also thought that PHP reserved memory from classes until instantiated. So, again, there should be some memory saving. I don't get it. One final note: translation changes are all committed. I have also added the German translation files supplied by Peter Heppner. I'd like to thank Ortwin Pinke again for his help. The changes will require an update for each module. Many had translations in their config files and they need copying to the local level. Matt -- Matthew McNaney Electronic Student Services Appalachian State University http://phpwebsite.appstate.edu |
From: Verdon V. <ve...@ve...> - 2007-04-05 17:32:16
|
Well, at least I can be your php 4 PITA benchmark ;-) On 5-Apr-07, at 1:31 PM, Matthew McNaney wrote: > Verdon, > > It appears to be a problem with PHP 4. I'll work out a fix. > > Matt > > On Wed, 2007-04-04 at 16:47 -0400, Verdon Vaillancourt wrote: >> Hi, >> >> I just did a fresh checkout and install. >> >> Unfortunately, still nothing in the FC Img Folders tab or FC File >> Folders tab and if I click on the big X in a webpage edit to upload >> an image, I get a blank pop up window. (The document has html, etc, >> just nothing in the body tags except an empty <h1>) >> >> verdon >> >> >> On 4-Apr-07, at 3:46 PM, Matthew McNaney wrote: >> >>> It should be working. I am in the middle of the language conversion >>> but >>> I'll start retesting FC tomorrow. Let me know if it is working >>> from a >>> fresh install. >>> >>> Matt >>> >>> On Wed, 2007-04-04 at 15:07 -0400, Verdon Vaillancourt wrote: >>>> Hi Matt, >>>> >>>> I realize you up'd the js files to svn this morning. I'm just >>>> wondering what the status of the new FC is? I've my got my test >>>> install fully up-to-date and still seemingly have no FC functions. >>>> >>>> Should I? >>>> >>>> rgds, >>>> verdon >>>> >>>> On 3-Apr-07, at 9:47 AM, Verdon Vaillancourt wrote: >>>> >>>>> DOH! ;) >>>>> >>>>> On 3-Apr-07, at 8:23 AM, ma...@tu... wrote: >>>>> >>>>>> Awwwwwwwwwwwwwwww crap! >>>>>> - Homer Simpson >>>>>> >>>>>> I left an important file out of the commit. It is the javascript >>>>>> file that >>>>>> pulls up the images when you click a folder. >>>>>> >>>>>> The file is on my computer at work and I am at home today. I will >>>>>> commit >>>>>> it tomorrow morning. >>>>>> >>>>>> Sorry folks, >>>>>> Matt >>>>>> >>>>>> ----------------------------------------------------------------- >>>>>> -- >>>>>> -- >>>>>> ---- >>>>>> Take Surveys. Earn Cash. Influence the Future of IT >>>>>> Join SourceForge.net's Techsay panel and you'll get the chance to >>>>>> share your >>>>>> opinions on IT & business topics through brief surveys-and earn >>>>>> cash >>>>>> http://www.techsay.com/default.php? >>>>>> page=join.php&p=sourceforge&CID=DEVDEV >>>>>> _______________________________________________ >>>>>> Phpwebsite-developers mailing list >>>>>> Php...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/phpwebsite- >>>>>> developers >>>>> >>>> >>>> >>>> ------------------------------------------------------------------- >>>> -- >>>> ---- >>>> Take Surveys. Earn Cash. Influence the Future of IT >>>> Join SourceForge.net's Techsay panel and you'll get the chance to >>>> share your >>>> opinions on IT & business topics through brief surveys-and earn >>>> cash >>>> http://www.techsay.com/default.php? >>>> page=join.php&p=sourceforge&CID=DEVDEV >>>> _______________________________________________ >>>> Phpwebsite-developers mailing list >>>> Php...@li... >>>> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >>> -- >>> Matthew McNaney >>> Electronic Student Services >>> Appalachian State University >>> http://phpwebsite.appstate.edu >>> >>> >>> -------------------------------------------------------------------- >>> -- >>> --- >>> Take Surveys. Earn Cash. Influence the Future of IT >>> Join SourceForge.net's Techsay panel and you'll get the chance to >>> share your >>> opinions on IT & business topics through brief surveys-and earn cash >>> http://www.techsay.com/default.php? >>> page=join.php&p=sourceforge&CID=DEVDEV >>> _______________________________________________ >>> Phpwebsite-developers mailing list >>> Php...@li... >>> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> >> >> --------------------------------------------------------------------- >> ---- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php? >> page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > -- > Matthew McNaney > Electronic Student Services > Appalachian State University > http://phpwebsite.appstate.edu > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: Matthew M. <ma...@tu...> - 2007-04-05 17:28:50
|
Verdon, It appears to be a problem with PHP 4. I'll work out a fix. Matt On Wed, 2007-04-04 at 16:47 -0400, Verdon Vaillancourt wrote: > Hi, > > I just did a fresh checkout and install. > > Unfortunately, still nothing in the FC Img Folders tab or FC File > Folders tab and if I click on the big X in a webpage edit to upload > an image, I get a blank pop up window. (The document has html, etc, > just nothing in the body tags except an empty <h1>) > > verdon > > > On 4-Apr-07, at 3:46 PM, Matthew McNaney wrote: > > > It should be working. I am in the middle of the language conversion > > but > > I'll start retesting FC tomorrow. Let me know if it is working from a > > fresh install. > > > > Matt > > > > On Wed, 2007-04-04 at 15:07 -0400, Verdon Vaillancourt wrote: > >> Hi Matt, > >> > >> I realize you up'd the js files to svn this morning. I'm just > >> wondering what the status of the new FC is? I've my got my test > >> install fully up-to-date and still seemingly have no FC functions. > >> > >> Should I? > >> > >> rgds, > >> verdon > >> > >> On 3-Apr-07, at 9:47 AM, Verdon Vaillancourt wrote: > >> > >>> DOH! ;) > >>> > >>> On 3-Apr-07, at 8:23 AM, ma...@tu... wrote: > >>> > >>>> Awwwwwwwwwwwwwwww crap! > >>>> - Homer Simpson > >>>> > >>>> I left an important file out of the commit. It is the javascript > >>>> file that > >>>> pulls up the images when you click a folder. > >>>> > >>>> The file is on my computer at work and I am at home today. I will > >>>> commit > >>>> it tomorrow morning. > >>>> > >>>> Sorry folks, > >>>> Matt > >>>> > >>>> ------------------------------------------------------------------- > >>>> -- > >>>> ---- > >>>> Take Surveys. Earn Cash. Influence the Future of IT > >>>> Join SourceForge.net's Techsay panel and you'll get the chance to > >>>> share your > >>>> opinions on IT & business topics through brief surveys-and earn > >>>> cash > >>>> http://www.techsay.com/default.php? > >>>> page=join.php&p=sourceforge&CID=DEVDEV > >>>> _______________________________________________ > >>>> Phpwebsite-developers mailing list > >>>> Php...@li... > >>>> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > >>> > >> > >> > >> --------------------------------------------------------------------- > >> ---- > >> Take Surveys. Earn Cash. Influence the Future of IT > >> Join SourceForge.net's Techsay panel and you'll get the chance to > >> share your > >> opinions on IT & business topics through brief surveys-and earn cash > >> http://www.techsay.com/default.php? > >> page=join.php&p=sourceforge&CID=DEVDEV > >> _______________________________________________ > >> Phpwebsite-developers mailing list > >> Php...@li... > >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > -- > > Matthew McNaney > > Electronic Student Services > > Appalachian State University > > http://phpwebsite.appstate.edu > > > > > > ---------------------------------------------------------------------- > > --- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to > > share your > > opinions on IT & business topics through brief surveys-and earn cash > > http://www.techsay.com/default.php? > > page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Matthew McNaney Electronic Student Services Appalachian State University http://phpwebsite.appstate.edu |
From: Verdon V. <ve...@ve...> - 2007-04-04 20:48:14
|
Hi, I just did a fresh checkout and install. Unfortunately, still nothing in the FC Img Folders tab or FC File Folders tab and if I click on the big X in a webpage edit to upload an image, I get a blank pop up window. (The document has html, etc, just nothing in the body tags except an empty <h1>) verdon On 4-Apr-07, at 3:46 PM, Matthew McNaney wrote: > It should be working. I am in the middle of the language conversion > but > I'll start retesting FC tomorrow. Let me know if it is working from a > fresh install. > > Matt > > On Wed, 2007-04-04 at 15:07 -0400, Verdon Vaillancourt wrote: >> Hi Matt, >> >> I realize you up'd the js files to svn this morning. I'm just >> wondering what the status of the new FC is? I've my got my test >> install fully up-to-date and still seemingly have no FC functions. >> >> Should I? >> >> rgds, >> verdon >> >> On 3-Apr-07, at 9:47 AM, Verdon Vaillancourt wrote: >> >>> DOH! ;) >>> >>> On 3-Apr-07, at 8:23 AM, ma...@tu... wrote: >>> >>>> Awwwwwwwwwwwwwwww crap! >>>> - Homer Simpson >>>> >>>> I left an important file out of the commit. It is the javascript >>>> file that >>>> pulls up the images when you click a folder. >>>> >>>> The file is on my computer at work and I am at home today. I will >>>> commit >>>> it tomorrow morning. >>>> >>>> Sorry folks, >>>> Matt >>>> >>>> ------------------------------------------------------------------- >>>> -- >>>> ---- >>>> Take Surveys. Earn Cash. Influence the Future of IT >>>> Join SourceForge.net's Techsay panel and you'll get the chance to >>>> share your >>>> opinions on IT & business topics through brief surveys-and earn >>>> cash >>>> http://www.techsay.com/default.php? >>>> page=join.php&p=sourceforge&CID=DEVDEV >>>> _______________________________________________ >>>> Phpwebsite-developers mailing list >>>> Php...@li... >>>> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >>> >> >> >> --------------------------------------------------------------------- >> ---- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php? >> page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > -- > Matthew McNaney > Electronic Student Services > Appalachian State University > http://phpwebsite.appstate.edu > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: Matthew M. <ma...@tu...> - 2007-04-04 19:44:25
|
It should be working. I am in the middle of the language conversion but I'll start retesting FC tomorrow. Let me know if it is working from a fresh install. Matt On Wed, 2007-04-04 at 15:07 -0400, Verdon Vaillancourt wrote: > Hi Matt, > > I realize you up'd the js files to svn this morning. I'm just > wondering what the status of the new FC is? I've my got my test > install fully up-to-date and still seemingly have no FC functions. > > Should I? > > rgds, > verdon > > On 3-Apr-07, at 9:47 AM, Verdon Vaillancourt wrote: > > > DOH! ;) > > > > On 3-Apr-07, at 8:23 AM, ma...@tu... wrote: > > > >> Awwwwwwwwwwwwwwww crap! > >> - Homer Simpson > >> > >> I left an important file out of the commit. It is the javascript > >> file that > >> pulls up the images when you click a folder. > >> > >> The file is on my computer at work and I am at home today. I will > >> commit > >> it tomorrow morning. > >> > >> Sorry folks, > >> Matt > >> > >> --------------------------------------------------------------------- > >> ---- > >> Take Surveys. Earn Cash. Influence the Future of IT > >> Join SourceForge.net's Techsay panel and you'll get the chance to > >> share your > >> opinions on IT & business topics through brief surveys-and earn cash > >> http://www.techsay.com/default.php? > >> page=join.php&p=sourceforge&CID=DEVDEV > >> _______________________________________________ > >> Phpwebsite-developers mailing list > >> Php...@li... > >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Matthew McNaney Electronic Student Services Appalachian State University http://phpwebsite.appstate.edu |
From: Verdon V. <ve...@gm...> - 2007-04-04 19:07:49
|
Hi Matt, I realize you up'd the js files to svn this morning. I'm just wondering what the status of the new FC is? I've my got my test install fully up-to-date and still seemingly have no FC functions. Should I? rgds, verdon On 3-Apr-07, at 9:47 AM, Verdon Vaillancourt wrote: > DOH! ;) > > On 3-Apr-07, at 8:23 AM, ma...@tu... wrote: > >> Awwwwwwwwwwwwwwww crap! >> - Homer Simpson >> >> I left an important file out of the commit. It is the javascript >> file that >> pulls up the images when you click a folder. >> >> The file is on my computer at work and I am at home today. I will >> commit >> it tomorrow morning. >> >> Sorry folks, >> Matt >> >> --------------------------------------------------------------------- >> ---- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php? >> page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: Verdon V. <ve...@ve...> - 2007-04-03 13:47:33
|
DOH! ;) On 3-Apr-07, at 8:23 AM, ma...@tu... wrote: > Awwwwwwwwwwwwwwww crap! > - Homer Simpson > > I left an important file out of the commit. It is the javascript > file that > pulls up the images when you click a folder. > > The file is on my computer at work and I am at home today. I will > commit > it tomorrow morning. > > Sorry folks, > Matt > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: <ma...@tu...> - 2007-04-03 12:29:18
|
Awwwwwwwwwwwwwwww crap! - Homer Simpson I left an important file out of the commit. It is the javascript file that pulls up the images when you click a folder. The file is on my computer at work and I am at home today. I will commit it tomorrow morning. Sorry folks, Matt |
From: <ma...@tu...> - 2007-04-03 01:34:05
|
Ok. I'll be working on it more tomorrow. > I tried a fresh instal and am running into some problems. I have > tried in Safari and FireFox (MacOS). > > First, I'm not sure what I should be seeing, but in the FC admin, > Image and File dir tabs, there is nothing. I assume this is because I > haven't UL'd anything yet via a mod? > > Second, when I try to invoke the FC upload window via a mod (have > tried blog and webpages), the pop-up window opens, but it is blank. > When I view source, there is stuff in the head section that looks > correct at first glance. There is nothing in the body section though > except a set of empty <h1> tags. > > There are no errors/warnings in my apache error_log or the site > error.log > > FYI... I am using php 4.4.6 > > rgds, > verdon > > > On 2-Apr-07, at 5:16 PM, Shaun Murray wrote: > >> >> On 2 Apr 2007, at 21:35, Verdon Vaillancourt wrote: >> >>> >>> I went to boost and when trying to update FC from 0.3.2 to 1.0.0 I >>> get the following fatal error >>> >>> PHP Fatal error: Call to undefined static function: >>> phpws_core::importfile() in /home/user/www/mod/filecabinet/boost/ >>> update.php on line 95 >>> >> >> Same here. And the category images in my blog entries aren't >> displaying now as the path now includes the source path not just the >> web path. ie. /home/blah/www/ has been added. >> >> Shaun >> aegis design - http://www.aegisdesign.co.uk >> aegis hosting - http://www.aegishosting.co.uk >> >> >> ---------------------------------------------------------------------- >> --- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php? >> page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: Verdon V. <ve...@ve...> - 2007-04-02 22:50:12
|
I tried a fresh instal and am running into some problems. I have tried in Safari and FireFox (MacOS). First, I'm not sure what I should be seeing, but in the FC admin, Image and File dir tabs, there is nothing. I assume this is because I haven't UL'd anything yet via a mod? Second, when I try to invoke the FC upload window via a mod (have tried blog and webpages), the pop-up window opens, but it is blank. When I view source, there is stuff in the head section that looks correct at first glance. There is nothing in the body section though except a set of empty <h1> tags. There are no errors/warnings in my apache error_log or the site error.log FYI... I am using php 4.4.6 rgds, verdon On 2-Apr-07, at 5:16 PM, Shaun Murray wrote: > > On 2 Apr 2007, at 21:35, Verdon Vaillancourt wrote: > >> >> I went to boost and when trying to update FC from 0.3.2 to 1.0.0 I >> get the following fatal error >> >> PHP Fatal error: Call to undefined static function: >> phpws_core::importfile() in /home/user/www/mod/filecabinet/boost/ >> update.php on line 95 >> > > Same here. And the category images in my blog entries aren't > displaying now as the path now includes the source path not just the > web path. ie. /home/blah/www/ has been added. > > Shaun > aegis design - http://www.aegisdesign.co.uk > aegis hosting - http://www.aegishosting.co.uk > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: Shaun M. <sh...@ae...> - 2007-04-02 21:16:21
|
On 2 Apr 2007, at 21:35, Verdon Vaillancourt wrote: > > I went to boost and when trying to update FC from 0.3.2 to 1.0.0 I > get the following fatal error > > PHP Fatal error: Call to undefined static function: > phpws_core::importfile() in /home/user/www/mod/filecabinet/boost/ > update.php on line 95 > Same here. And the category images in my blog entries aren't displaying now as the path now includes the source path not just the web path. ie. /home/blah/www/ has been added. Shaun aegis design - http://www.aegisdesign.co.uk aegis hosting - http://www.aegishosting.co.uk |
From: Verdon V. <ve...@ve...> - 2007-04-02 20:37:29
|
I just tried updating a fresh svn install I did on Friday. I had no content in it and thought it was worth a try. I went to boost and when trying to update FC from 0.3.2 to 1.0.0 I get the following fatal error PHP Fatal error: Call to undefined static function: phpws_core::importfile() in /home/user/www/mod/filecabinet/boost/ update.php on line 95 rgds, verdon On 2-Apr-07, at 4:09 PM, Matthew McNaney wrote: > Hi again, > > I forgot to mention. I recommend a complete checkout of subversion. I > made changes to the Ajax mechanism included with the core to > accommodate > the update. > > Thanks, > Matt > -- > Matthew McNaney > Electronic Student Services > Appalachian State University > http://phpwebsite.appstate.edu > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: Matthew M. <ma...@tu...> - 2007-04-02 20:14:31
|
Hi again, I forgot to mention. I recommend a complete checkout of subversion. I made changes to the Ajax mechanism included with the core to accommodate the update. Thanks, Matt -- Matthew McNaney Electronic Student Services Appalachian State University http://phpwebsite.appstate.edu |
From: Matthew M. <ma...@tu...> - 2007-04-02 20:14:26
|
Verdon, Friday is a ways away. If I get good feedback, File Cabinet may be ready by then. FC now uses folders instead of trying to get the user to pick directories to save the images in. I think it is easier to use than the old method. Give it a try and let me know what you think. Come Thursday we can talk about what to do next. :) Matt On Mon, 2007-04-02 at 15:46 -0400, Verdon Vaillancourt wrote: > Hmm, > > So if I have an install done from svn on Friday, that I intend to > train a client with late this week, is it safe to just svn update > now, or will I also need to boost something for database changes? > > I have to train two different clients late this week in sites using > phpws 1.x. I'd sure hate train them in something that will be > completely different next week ;-) > > Any advice? > verdon > > > On 2-Apr-07, at 3:07 PM, Matthew McNaney wrote: > > > Hi all, > > > > I have finally committed the File Cabinet rewrite that has kept me > > busy > > for a while. > > > > My hope is that some of you devs can help test and supply feedback. > > You > > will need to perform a checkout or export from subversion. > > > > Please keep the following in mind: > > > > - It is not finished. Do not use on a production site. > > - It is not completely secure - I need to test all the permissions. > > - It may not work in all browsers. I have only tested in > > Firefox/Linux so far. > > - The update has not been tested. I plan on doing so tomorrow. > > > > If you wish to help, I recommend a fresh install. > > > > If it doesn't work and you can see why, email me and let me know. > > Check > > back with subversion as I will be testing and fixing stuff tomorrow. I > > can use feedback on usability and functionality. If you want to help > > with the update, try running it and letting me know where it fails. > > Make > > sure you are backing up file,images, and database before performing > > the > > update. > > > > Once I get File Cabinet squared away, I will do the language overhaul > > (thanks for the feedback on that by the way). > > > > After that, I will start chopping away on bugs and feature requests. > > > > When the above is complete, we will release 1.2.0. > > > > Thank you, > > Matt > > -- > > Matthew McNaney > > Electronic Student Services > > Appalachian State University > > http://phpwebsite.appstate.edu > > > > > > ---------------------------------------------------------------------- > > --- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to > > share your > > opinions on IT & business topics through brief surveys-and earn cash > > http://www.techsay.com/default.php? > > page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Matthew McNaney Electronic Student Services Appalachian State University http://phpwebsite.appstate.edu |