You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(21) |
Jun
(47) |
Jul
(210) |
Aug
(30) |
Sep
(25) |
Oct
(7) |
Nov
|
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(52) |
Feb
(35) |
Mar
(42) |
Apr
(62) |
May
(12) |
Jun
(80) |
Jul
(34) |
Aug
(35) |
Sep
(245) |
Oct
(83) |
Nov
(27) |
Dec
(68) |
2005 |
Jan
(59) |
Feb
(97) |
Mar
(80) |
Apr
(30) |
May
(29) |
Jun
(7) |
Jul
(26) |
Aug
(46) |
Sep
(31) |
Oct
(25) |
Nov
(36) |
Dec
(22) |
2006 |
Jan
(24) |
Feb
(24) |
Mar
(29) |
Apr
(1) |
May
(2) |
Jun
(4) |
Jul
(10) |
Aug
(73) |
Sep
(3) |
Oct
(12) |
Nov
(7) |
Dec
(19) |
2007 |
Jan
(10) |
Feb
(4) |
Mar
(4) |
Apr
(10) |
May
(1) |
Jun
(11) |
Jul
(16) |
Aug
(1) |
Sep
(10) |
Oct
(14) |
Nov
(7) |
Dec
(14) |
2008 |
Jan
(19) |
Feb
(7) |
Mar
(1) |
Apr
(3) |
May
(2) |
Jun
(13) |
Jul
(18) |
Aug
(10) |
Sep
(31) |
Oct
(12) |
Nov
(3) |
Dec
(1) |
2009 |
Jan
(2) |
Feb
(2) |
Mar
(8) |
Apr
(9) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2003-08-06 02:55:58
|
Support Requests item #773478, was opened at 2003-07-18 04:00 Message generated for change (Comment added) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=773478&group_id=81360 Category: Module: article Group: Second Level Support >Status: Closed >Resolution: Fixed Priority: 6 Submitted By: David M Walker (datamgmt) Assigned to: Eloi George (adarkling) Summary: Module Article: filenames with spaces Initial Comment: There are a number of files in the sections area that contain spaces and brackets. This is not good on a Linux box. Article is the only phpwebsite that uses these characters and it should avoid them ---------------------------------------------------------------------- >Comment By: Eloi George (adarkling) Date: 2003-08-05 22:55 Message: Logged In: YES user_id=619893 Fixed in version 1.4. Remember to read the change notes (/mod/article/docs/Changes.txt) before installing! ---------------------------------------------------------------------- Comment By: Eloi George (adarkling) Date: 2003-07-18 11:46 Message: Logged In: YES user_id=619893 I'm a windows programmer, so I had no idea that Linux had that failing. I may not be near a secure system for the next week, so I'll leave this bug report open until I can fix it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=773478&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-08-06 02:47:15
|
Support Requests item #779960, was opened at 2003-07-29 21:11 Message generated for change (Settings changed) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=779960&group_id=81360 Category: Module: article Group: Second Level Support >Status: Closed >Resolution: Accepted Priority: 6 Submitted By: George Brackett (gbrackett) Assigned to: Eloi George (adarkling) Summary: Module Article: search results display error Initial Comment: The Article Manager is a great replacement for Pagemaster, especially since the articles are searchable. However, I reliably get TWO listings for each single hit. The first takes me to the correct article. The second inexplicably drops me in the Calendar editing interface. Using Mozilla/phpWS 0.9.3 stable/Mac OS X 10.2.5. ---------------------------------------------------------------------- Comment By: Eloi George (adarkling) Date: 2003-08-01 15:07 Message: Logged In: YES user_id=619893 I haven't been able to replicate this. Search really handles the search requests itself, by calling the appropriate methods for each module's class. You may want to check your search module's table (mod_search_register) to see if there was any corruption in the data -- maybe an additional record that partially duplicates data from both the records with article and calendar information. ---------------------------------------------------------------------- Comment By: George Brackett (gbrackett) Date: 2003-07-30 09:35 Message: Logged In: YES user_id=398373 NOTE: This only happens during a global search, i.e., when the search module is set to 'All'. It does not happen with the one other module I have installed that supports the search function. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=779960&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-08-06 02:46:23
|
Support Requests item #779969, was opened at 2003-07-29 21:34 Message generated for change (Settings changed) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=779969&group_id=81360 Category: Module: article Group: Second Level Support >Status: Closed >Resolution: Accepted Priority: 6 Submitted By: George Brackett (gbrackett) Assigned to: Eloi George (adarkling) Summary: Module Article: turn off borders on graphic links Initial Comment: I get borders on article graphics that are clickable links. I think it would be far better if the borders were turned off. I can always add a border graphically if I want one. ---------------------------------------------------------------------- Comment By: Eloi George (adarkling) Date: 2003-08-01 15:14 Message: Logged In: YES user_id=619893 Thanks for the suggestion! I'd been back and forth on this when I first coded the module. Eventually I decided to leave the border tag off because that way it can be specified in the templates' STYLE.CSS file instead. The css code would be something like: a:link img{ border : none } I'm not a css guru, so forgive me if this code is wrong. ---------------------------------------------------------------------- Comment By: George Brackett (gbrackett) Date: 2003-07-30 09:22 Message: Logged In: YES user_id=398373 Just for the heck of it, I eliminated the borders on clickable images with a very simple change to line 128 of Section.php in the function view_section(): $image_string = '<img src="' . $temp_image . '" width="' . $this->image['width'] . '" height="' . $this->image['height'] . '" alt="' . $this->image['alt'] . '" title="' . $this->image['alt'] . '" border="0" />'; The only difference is the added border="0" near the end. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=779969&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-08-02 05:20:22
|
Support Requests item #781812, was opened at 2003-08-01 17:24 Message generated for change (Comment added) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=781812&group_id=81360 Category: Module: staffman Group: Administrative >Status: Closed >Resolution: Accepted Priority: 8 Submitted By: George Brackett (gbrackett) Assigned to: Mike Noyes (mhnoyes) Summary: FRS release request: staffman Initial Comment: Changes: 1. Removed excess variables from conf/boost.php, two of which were causing XHTML errors. ---------------------------------------------------------------------- >Comment By: Mike Noyes (mhnoyes) Date: 2003-08-01 22:20 Message: Logged In: YES user_id=39521 Done. Released module. Updated release date and changelog. https://sourceforge.net/project/shownotes.php?release_id=174977 http://prdownloads.sourceforge.net/phpwebsite-comm/module-staffman-1.0.1.tar.gz?download ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=781812&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-08-02 05:19:10
|
Support Requests item #781811, was opened at 2003-08-01 17:23 Message generated for change (Comment added) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=781811&group_id=81360 Category: Module: jobman Group: Administrative >Status: Closed >Resolution: Accepted Priority: 8 Submitted By: George Brackett (gbrackett) Assigned to: Mike Noyes (mhnoyes) Summary: FRS release request: jobman Initial Comment: Changes: 1. Now handles correctly multiple selections for Edit, Delete, and View. Edit and Delete give a warning message and only act on the first job selected. View displays all selected jobs in order. 2. Removed excess variables from conf/boost.php, two of which were causing XHTML errors. ---------------------------------------------------------------------- >Comment By: Mike Noyes (mhnoyes) Date: 2003-08-01 22:19 Message: Logged In: YES user_id=39521 Done. Released module. Updated release date and changelog. https://sourceforge.net/project/shownotes.php?release_id=167867 http://prdownloads.sourceforge.net/phpwebsite-comm/module-jobman-1.2.tar.gz?download ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=781811&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-08-02 05:17:55
|
Support Requests item #781812, was opened at 2003-08-01 17:24 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=781812&group_id=81360 >Category: Module: staffman >Group: Administrative Status: Open Resolution: None >Priority: 8 Submitted By: George Brackett (gbrackett) >Assigned to: Mike Noyes (mhnoyes) >Summary: FRS release request: staffman Initial Comment: Changes: 1. Removed excess variables from conf/boost.php, two of which were causing XHTML errors. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=781812&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-08-02 05:16:35
|
Support Requests item #781811, was opened at 2003-08-01 17:23 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=781811&group_id=81360 >Category: Module: jobman >Group: Administrative Status: Open Resolution: None >Priority: 8 Submitted By: George Brackett (gbrackett) >Assigned to: Mike Noyes (mhnoyes) >Summary: FRS release request: jobman Initial Comment: Changes: 1. Now handles correctly multiple selections for Edit, Delete, and View. Edit and Delete give a warning message and only act on the first job selected. View displays all selected jobs in order. 2. Removed excess variables from conf/boost.php, two of which were causing XHTML errors. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=781811&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-08-02 00:24:48
|
Support Requests item #781812, was opened at 2003-08-01 20:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=781812&group_id=81360 Category: Module Contribution Group: None Status: Open Resolution: None Priority: 5 Submitted By: George Brackett (gbrackett) Assigned to: Nobody/Anonymous (nobody) Summary: Staffman v. 1.0.1 Initial Comment: Changes: 1. Removed excess variables from conf/boost.php, two of which were causing XHTML errors. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=781812&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-08-02 00:23:54
|
Support Requests item #781811, was opened at 2003-08-01 20:23 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=781811&group_id=81360 Category: Module Contribution Group: None Status: Open Resolution: None Priority: 5 Submitted By: George Brackett (gbrackett) Assigned to: Nobody/Anonymous (nobody) Summary: Jobman v. 1.2 Initial Comment: Changes: 1. Now handles correctly multiple selections for Edit, Delete, and View. Edit and Delete give a warning message and only act on the first job selected. View displays all selected jobs in order. 2. Removed excess variables from conf/boost.php, two of which were causing XHTML errors. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=781811&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-08-01 19:14:11
|
Support Requests item #779969, was opened at 2003-07-29 21:34 Message generated for change (Comment added) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=779969&group_id=81360 Category: Module: article Group: Second Level Support Status: Open Resolution: None Priority: 6 Submitted By: George Brackett (gbrackett) Assigned to: Eloi George (adarkling) Summary: Module Article: turn off borders on graphic links Initial Comment: I get borders on article graphics that are clickable links. I think it would be far better if the borders were turned off. I can always add a border graphically if I want one. ---------------------------------------------------------------------- >Comment By: Eloi George (adarkling) Date: 2003-08-01 15:14 Message: Logged In: YES user_id=619893 Thanks for the suggestion! I'd been back and forth on this when I first coded the module. Eventually I decided to leave the border tag off because that way it can be specified in the templates' STYLE.CSS file instead. The css code would be something like: a:link img{ border : none } I'm not a css guru, so forgive me if this code is wrong. ---------------------------------------------------------------------- Comment By: George Brackett (gbrackett) Date: 2003-07-30 09:22 Message: Logged In: YES user_id=398373 Just for the heck of it, I eliminated the borders on clickable images with a very simple change to line 128 of Section.php in the function view_section(): $image_string = '<img src="' . $temp_image . '" width="' . $this->image['width'] . '" height="' . $this->image['height'] . '" alt="' . $this->image['alt'] . '" title="' . $this->image['alt'] . '" border="0" />'; The only difference is the added border="0" near the end. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=779969&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-08-01 19:07:57
|
Support Requests item #779960, was opened at 2003-07-29 21:11 Message generated for change (Comment added) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=779960&group_id=81360 Category: Module: article Group: Second Level Support Status: Open Resolution: None Priority: 6 Submitted By: George Brackett (gbrackett) Assigned to: Eloi George (adarkling) Summary: Module Article: search results display error Initial Comment: The Article Manager is a great replacement for Pagemaster, especially since the articles are searchable. However, I reliably get TWO listings for each single hit. The first takes me to the correct article. The second inexplicably drops me in the Calendar editing interface. Using Mozilla/phpWS 0.9.3 stable/Mac OS X 10.2.5. ---------------------------------------------------------------------- >Comment By: Eloi George (adarkling) Date: 2003-08-01 15:07 Message: Logged In: YES user_id=619893 I haven't been able to replicate this. Search really handles the search requests itself, by calling the appropriate methods for each module's class. You may want to check your search module's table (mod_search_register) to see if there was any corruption in the data -- maybe an additional record that partially duplicates data from both the records with article and calendar information. ---------------------------------------------------------------------- Comment By: George Brackett (gbrackett) Date: 2003-07-30 09:35 Message: Logged In: YES user_id=398373 NOTE: This only happens during a global search, i.e., when the search module is set to 'All'. It does not happen with the one other module I have installed that supports the search function. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=779960&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-31 23:14:45
|
Support Requests item #780810, was opened at 2003-07-31 08:19 Message generated for change (Comment added) made by gbrackett You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=780810&group_id=81360 Category: Module: jobman Group: Second Level Support Status: Open Resolution: None Priority: 6 Submitted By: Shaun Murray (singletrack) Assigned to: George Brackett (gbrackett) Summary: Module Jobman: non-xhtml & in url Initial Comment: In jobman/conf/boost... $admin_op = "&JOB_MAN_op=list"; Should be $admin_op = "&JOB_MAN_op=list"; Similarly for $user_op too. ---------------------------------------------------------------------- >Comment By: George Brackett (gbrackett) Date: 2003-07-31 19:11 Message: Logged In: YES user_id=398373 Okay, this problem is endemic, and I'll bring it to the attention of the folks. I did a search of all 2000+ files in the current CVS and $admin_op is defined in essentially ALL of the boost.php files in the same way I did it, using & not &. Here in the controlpanel.php file is where it gets used: if (isset($admin_mod) && (bool)$admin_mod == TRUE){ $link->setURL("index.php?module=" . $mod_title . $admin_op); So it's not only needed to create the URL, it should be defined as you say with & not &. Thanks! ---------------------------------------------------------------------- Comment By: George Brackett (gbrackett) Date: 2003-07-31 18:33 Message: Logged In: YES user_id=398373 Thanks, Shaun -- that helps. I've done further research to discover that in fact almost none of the other conf/boost.php files that I can find in phpWS current CVS even specify this variable (!), so I'm totally confused. If it's not specified here, how does phpWS know how to call the module's main interface? Hmm. This bears further thought, but meantime I shall of course make the changes you suggest. It's possible there are other &'s lurking, though... ---------------------------------------------------------------------- Comment By: Shaun Murray (singletrack) Date: 2003-07-31 17:15 Message: Logged In: YES user_id=722742 When you add jobman to a menu it inserts the URL in with a normal & to separate the parameters. If you go run the page through the w3c validator it then fails on the jobman url in the menu. The validator is at http:// validator.w3.org/ In XHTML, &JOB_MAN is expected to be an entity you've defined earlier in your output. http://validator.w3.org/docs/errors.html#bad-entity suggests replacing & with & which much of the phpwebsite code does although there's a few normal & dotted about still. Jobman was just the only one I had left in my menu that did. You'll never see & in the URL you get in the address bar of your browser. ---------------------------------------------------------------------- Comment By: George Brackett (gbrackett) Date: 2003-07-31 15:18 Message: Logged In: YES user_id=398373 Could you tell me why? This string will appear in a URL, as you note, but the URLs I've seen don't have & in them. Does this generate an xhtml error for you? What exactly is the error, if so? (This is probably a learning opportunity for me, so be patient...) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=780810&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-31 22:43:47
|
Support Requests item #780810, was opened at 2003-07-31 08:19 Message generated for change (Comment added) made by gbrackett You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=780810&group_id=81360 Category: Module: jobman Group: Second Level Support Status: Open Resolution: None Priority: 6 Submitted By: Shaun Murray (singletrack) Assigned to: George Brackett (gbrackett) Summary: Module Jobman: non-xhtml & in url Initial Comment: In jobman/conf/boost... $admin_op = "&JOB_MAN_op=list"; Should be $admin_op = "&JOB_MAN_op=list"; Similarly for $user_op too. ---------------------------------------------------------------------- >Comment By: George Brackett (gbrackett) Date: 2003-07-31 18:33 Message: Logged In: YES user_id=398373 Thanks, Shaun -- that helps. I've done further research to discover that in fact almost none of the other conf/boost.php files that I can find in phpWS current CVS even specify this variable (!), so I'm totally confused. If it's not specified here, how does phpWS know how to call the module's main interface? Hmm. This bears further thought, but meantime I shall of course make the changes you suggest. It's possible there are other &'s lurking, though... ---------------------------------------------------------------------- Comment By: Shaun Murray (singletrack) Date: 2003-07-31 17:15 Message: Logged In: YES user_id=722742 When you add jobman to a menu it inserts the URL in with a normal & to separate the parameters. If you go run the page through the w3c validator it then fails on the jobman url in the menu. The validator is at http:// validator.w3.org/ In XHTML, &JOB_MAN is expected to be an entity you've defined earlier in your output. http://validator.w3.org/docs/errors.html#bad-entity suggests replacing & with & which much of the phpwebsite code does although there's a few normal & dotted about still. Jobman was just the only one I had left in my menu that did. You'll never see & in the URL you get in the address bar of your browser. ---------------------------------------------------------------------- Comment By: George Brackett (gbrackett) Date: 2003-07-31 15:18 Message: Logged In: YES user_id=398373 Could you tell me why? This string will appear in a URL, as you note, but the URLs I've seen don't have & in them. Does this generate an xhtml error for you? What exactly is the error, if so? (This is probably a learning opportunity for me, so be patient...) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=780810&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-31 21:25:31
|
Support Requests item #780810, was opened at 2003-07-31 12:19 Message generated for change (Comment added) made by singletrack You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=780810&group_id=81360 Category: Module: jobman Group: Second Level Support Status: Open Resolution: None Priority: 6 Submitted By: Shaun Murray (singletrack) Assigned to: George Brackett (gbrackett) Summary: Module Jobman: non-xhtml & in url Initial Comment: In jobman/conf/boost... $admin_op = "&JOB_MAN_op=list"; Should be $admin_op = "&JOB_MAN_op=list"; Similarly for $user_op too. ---------------------------------------------------------------------- >Comment By: Shaun Murray (singletrack) Date: 2003-07-31 21:15 Message: Logged In: YES user_id=722742 When you add jobman to a menu it inserts the URL in with a normal & to separate the parameters. If you go run the page through the w3c validator it then fails on the jobman url in the menu. The validator is at http:// validator.w3.org/ In XHTML, &JOB_MAN is expected to be an entity you've defined earlier in your output. http://validator.w3.org/docs/errors.html#bad-entity suggests replacing & with & which much of the phpwebsite code does although there's a few normal & dotted about still. Jobman was just the only one I had left in my menu that did. You'll never see & in the URL you get in the address bar of your browser. ---------------------------------------------------------------------- Comment By: George Brackett (gbrackett) Date: 2003-07-31 19:18 Message: Logged In: YES user_id=398373 Could you tell me why? This string will appear in a URL, as you note, but the URLs I've seen don't have & in them. Does this generate an xhtml error for you? What exactly is the error, if so? (This is probably a learning opportunity for me, so be patient...) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=780810&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-31 19:18:04
|
Support Requests item #780810, was opened at 2003-07-31 08:19 Message generated for change (Comment added) made by gbrackett You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=780810&group_id=81360 Category: Module: jobman Group: Second Level Support Status: Open Resolution: None Priority: 6 Submitted By: Shaun Murray (singletrack) Assigned to: George Brackett (gbrackett) Summary: Module Jobman: non-xhtml & in url Initial Comment: In jobman/conf/boost... $admin_op = "&JOB_MAN_op=list"; Should be $admin_op = "&JOB_MAN_op=list"; Similarly for $user_op too. ---------------------------------------------------------------------- >Comment By: George Brackett (gbrackett) Date: 2003-07-31 15:18 Message: Logged In: YES user_id=398373 Could you tell me why? This string will appear in a URL, as you note, but the URLs I've seen don't have & in them. Does this generate an xhtml error for you? What exactly is the error, if so? (This is probably a learning opportunity for me, so be patient...) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=780810&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-31 16:21:00
|
Support Requests item #780810, was opened at 2003-07-31 05:19 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=780810&group_id=81360 Category: Module: jobman >Group: Second Level Support Status: Open Resolution: None >Priority: 6 Submitted By: Shaun Murray (singletrack) >Assigned to: George Brackett (gbrackett) >Summary: Module Jobman: non-xhtml & in url Initial Comment: In jobman/conf/boost... $admin_op = "&JOB_MAN_op=list"; Should be $admin_op = "&JOB_MAN_op=list"; Similarly for $user_op too. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=780810&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-31 12:19:56
|
Support Requests item #780810, was opened at 2003-07-31 12:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=780810&group_id=81360 Category: Module: jobman Group: None Status: Open Resolution: None Priority: 5 Submitted By: Shaun Murray (singletrack) Assigned to: Nobody/Anonymous (nobody) Summary: Non-XHTML & in URL Initial Comment: In jobman/conf/boost... $admin_op = "&JOB_MAN_op=list"; Should be $admin_op = "&JOB_MAN_op=list"; Similarly for $user_op too. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=780810&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-31 04:55:14
|
Support Requests item #780620, was opened at 2003-07-30 17:59 Message generated for change (Comment added) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=780620&group_id=81360 Category: Module: staffman Group: Administrative >Status: Closed >Resolution: Accepted Priority: 8 Submitted By: George Brackett (gbrackett) Assigned to: Mike Noyes (mhnoyes) Summary: FRS release request: staffman Initial Comment: This module uses the core item manager classes to display and edit a single list of staff members in an organization. Each staff member listing includes a first and last name, position, contact information, notes (e.g., a short bio) and a photo. All of these except the last name are optional; if they are missing, the lack will not be evident to the user. Anyone can view the list, sort it, and call up a detailed display for any member. Administrators can add, edit, delete, view, hide and show staff listings, and can create a menu item in any phpWS menu linking to the list display. Everyone can search through the listing for terms in the first name, last name, position, contact, or notes fields. In addition, listings provide category support which links to other items in the same category. ---------------------------------------------------------------------- >Comment By: Mike Noyes (mhnoyes) Date: 2003-07-30 21:55 Message: Logged In: YES user_id=39521 Done. Released module and updated release notes. https://sourceforge.net/project/shownotes.php?release_id=174977 http://prdownloads.sourceforge.net/phpwebsite-comm/module-staffman-1.0.tar.gz?download ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=780620&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-31 04:52:34
|
Support Requests item #780620, was opened at 2003-07-30 17:59 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=780620&group_id=81360 >Category: Module: staffman >Group: Administrative Status: Open Resolution: None >Priority: 8 Submitted By: George Brackett (gbrackett) >Assigned to: Mike Noyes (mhnoyes) >Summary: FRS release request: staffman Initial Comment: This module uses the core item manager classes to display and edit a single list of staff members in an organization. Each staff member listing includes a first and last name, position, contact information, notes (e.g., a short bio) and a photo. All of these except the last name are optional; if they are missing, the lack will not be evident to the user. Anyone can view the list, sort it, and call up a detailed display for any member. Administrators can add, edit, delete, view, hide and show staff listings, and can create a menu item in any phpWS menu linking to the list display. Everyone can search through the listing for terms in the first name, last name, position, contact, or notes fields. In addition, listings provide category support which links to other items in the same category. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=780620&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-31 00:59:21
|
Support Requests item #780620, was opened at 2003-07-30 20:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=780620&group_id=81360 Category: Module Contribution Group: None Status: Open Resolution: None Priority: 5 Submitted By: George Brackett (gbrackett) Assigned to: Nobody/Anonymous (nobody) Summary: Staffman 1.0 released Initial Comment: This module uses the core item manager classes to display and edit a single list of staff members in an organization. Each staff member listing includes a first and last name, position, contact information, notes (e.g., a short bio) and a photo. All of these except the last name are optional; if they are missing, the lack will not be evident to the user. Anyone can view the list, sort it, and call up a detailed display for any member. Administrators can add, edit, delete, view, hide and show staff listings, and can create a menu item in any phpWS menu linking to the list display. Everyone can search through the listing for terms in the first name, last name, position, contact, or notes fields. In addition, listings provide category support which links to other items in the same category. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=780620&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-30 14:58:53
|
Support Requests item #779969, was opened at 2003-07-29 18:34 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=779969&group_id=81360 Category: Module: article >Group: Second Level Support Status: Open Resolution: None >Priority: 6 Submitted By: George Brackett (gbrackett) >Assigned to: Eloi George (adarkling) >Summary: Module Article: turn off borders on graphic links Initial Comment: I get borders on article graphics that are clickable links. I think it would be far better if the borders were turned off. I can always add a border graphically if I want one. ---------------------------------------------------------------------- Comment By: George Brackett (gbrackett) Date: 2003-07-30 06:22 Message: Logged In: YES user_id=398373 Just for the heck of it, I eliminated the borders on clickable images with a very simple change to line 128 of Section.php in the function view_section(): $image_string = '<img src="' . $temp_image . '" width="' . $this->image['width'] . '" height="' . $this->image['height'] . '" alt="' . $this->image['alt'] . '" title="' . $this->image['alt'] . '" border="0" />'; The only difference is the added border="0" near the end. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=779969&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-30 14:43:12
|
Support Requests item #779960, was opened at 2003-07-29 18:11 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=779960&group_id=81360 Category: Module: article >Group: Second Level Support Status: Open Resolution: None >Priority: 6 Submitted By: George Brackett (gbrackett) >Assigned to: Eloi George (adarkling) >Summary: Module Article: search results display error Initial Comment: The Article Manager is a great replacement for Pagemaster, especially since the articles are searchable. However, I reliably get TWO listings for each single hit. The first takes me to the correct article. The second inexplicably drops me in the Calendar editing interface. Using Mozilla/phpWS 0.9.3 stable/Mac OS X 10.2.5. ---------------------------------------------------------------------- Comment By: George Brackett (gbrackett) Date: 2003-07-30 06:35 Message: Logged In: YES user_id=398373 NOTE: This only happens during a global search, i.e., when the search module is set to 'All'. It does not happen with the one other module I have installed that supports the search function. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=779960&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-30 13:43:22
|
Support Requests item #779969, was opened at 2003-07-29 21:34 Message generated for change (Comment added) made by gbrackett You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=779969&group_id=81360 Category: Module: article Group: None Status: Open Resolution: None Priority: 5 Submitted By: George Brackett (gbrackett) Assigned to: Nobody/Anonymous (nobody) Summary: Turn off borders on graphic links Initial Comment: I get borders on article graphics that are clickable links. I think it would be far better if the borders were turned off. I can always add a border graphically if I want one. ---------------------------------------------------------------------- >Comment By: George Brackett (gbrackett) Date: 2003-07-30 09:22 Message: Logged In: YES user_id=398373 Just for the heck of it, I eliminated the borders on clickable images with a very simple change to line 128 of Section.php in the function view_section(): $image_string = '<img src="' . $temp_image . '" width="' . $this->image['width'] . '" height="' . $this->image['height'] . '" alt="' . $this->image['alt'] . '" title="' . $this->image['alt'] . '" border="0" />'; The only difference is the added border="0" near the end. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=779969&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-30 13:40:53
|
Support Requests item #779960, was opened at 2003-07-29 21:11 Message generated for change (Comment added) made by gbrackett You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=779960&group_id=81360 Category: Module: article Group: None Status: Open Resolution: None Priority: 5 Submitted By: George Brackett (gbrackett) Assigned to: Nobody/Anonymous (nobody) Summary: Article Manager search results display error Initial Comment: The Article Manager is a great replacement for Pagemaster, especially since the articles are searchable. However, I reliably get TWO listings for each single hit. The first takes me to the correct article. The second inexplicably drops me in the Calendar editing interface. Using Mozilla/phpWS 0.9.3 stable/Mac OS X 10.2.5. ---------------------------------------------------------------------- >Comment By: George Brackett (gbrackett) Date: 2003-07-30 09:35 Message: Logged In: YES user_id=398373 NOTE: This only happens during a global search, i.e., when the search module is set to 'All'. It does not happen with the one other module I have installed that supports the search function. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=779960&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-30 01:34:53
|
Support Requests item #779969, was opened at 2003-07-29 21:34 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=779969&group_id=81360 Category: Module: article Group: None Status: Open Resolution: None Priority: 5 Submitted By: George Brackett (gbrackett) Assigned to: Nobody/Anonymous (nobody) Summary: Turn off borders on graphic links Initial Comment: I get borders on article graphics that are clickable links. I think it would be far better if the borders were turned off. I can always add a border graphically if I want one. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=779969&group_id=81360 |