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...> - 2004-01-17 11:44:01
|
Support Requests item #878780, was opened at 2004-01-17 12:37 Message generated for change (Comment added) made by tchitchi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=878780&group_id=81360 Category: Module: quotes Group: None Status: Open Resolution: None Priority: 5 Submitted By: antonio laurienzo (tchitchi) Assigned to: Nobody/Anonymous (nobody) Summary: Module not working Initial Comment: Both fresh install of phpws and old one the module is not working The message I get after installing is: Warning: main (/home/ircd_/public_html/bsacjc/mod/quotes/class/Quote sManager.php): failed to open stream: No such file or directory in /my_server_dir/html/phpws/mod/quotes/inc/runtime.ph p on line 2 Fatal error: main(): Failed opening required '/home/ircd_/public_html/bsacjc/mod/quotes/clas s/QuotesManager.php' (include_path='.:/home/virtual/site14/fst/var/www/html/p hpws/lib/pear/') in /my_server_dir/html/phpws/mod/quotes/inc/runtime.ph p on line 2 Line 2 of runtime.php says: require_once ('/home/ircd_/public_html/bsacjc/mod/quotes/class/Quot esManager.php'); I think you released too fast and forgot to recode for public server ... ---------------------------------------------------------------------- >Comment By: antonio laurienzo (tchitchi) Date: 2004-01-17 12:44 Message: Logged In: YES user_id=339770 BEFORE require_once ('/home/ircd_/public_html/bsacjc/mod/quotes/class/QuotesMan ager.php'); require_once ('/home/ircd_/public_html/bsacjc/mod/quotes/class/Quotes.ph p'); PHPWS_QuotesManager::showUserBox(); AFTER <?php require_once (PHPWS_SOURCE_DIR . 'mod/quotes/class/QuotesManager.php' ); require_once (PHPWS_SOURCE_DIR . 'mod/quotes/class/Quotes.php'); PHPWS_QuotesManager::showUserBox(); ?> ---------------------------------------------------------------------- Comment By: antonio laurienzo (tchitchi) Date: 2004-01-17 12:41 Message: Logged In: YES user_id=339770 I corrected editing runtime.php in the following way BEFORE <?php require_once ('/home/ircd_/public_html/bsacjc/mod/quotes/class/QuotesMan ager.php'); require_once ('/home/ircd_/public_html/bsacjc/mod/quotes/class/Quotes.ph p'); PHPWS_QuotesManager::showUserBox(); ?> AFTER <?php require_once (PHPWS_SOURCE_DIR . 'mod/quotes/class/QuotesManager.php' ); require_once (PHPWS_SOURCE_DIR . 'mod/quotes/class/Quotes.php'); PHPWS_QuotesManager::showUserBox(); ?> see ya ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=878780&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-17 11:41:27
|
Support Requests item #878780, was opened at 2004-01-17 12:37 Message generated for change (Comment added) made by tchitchi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=878780&group_id=81360 Category: Module: quotes Group: None Status: Open Resolution: None Priority: 5 Submitted By: antonio laurienzo (tchitchi) Assigned to: Nobody/Anonymous (nobody) Summary: Module not working Initial Comment: Both fresh install of phpws and old one the module is not working The message I get after installing is: Warning: main (/home/ircd_/public_html/bsacjc/mod/quotes/class/Quote sManager.php): failed to open stream: No such file or directory in /my_server_dir/html/phpws/mod/quotes/inc/runtime.ph p on line 2 Fatal error: main(): Failed opening required '/home/ircd_/public_html/bsacjc/mod/quotes/clas s/QuotesManager.php' (include_path='.:/home/virtual/site14/fst/var/www/html/p hpws/lib/pear/') in /my_server_dir/html/phpws/mod/quotes/inc/runtime.ph p on line 2 Line 2 of runtime.php says: require_once ('/home/ircd_/public_html/bsacjc/mod/quotes/class/Quot esManager.php'); I think you released too fast and forgot to recode for public server ... ---------------------------------------------------------------------- >Comment By: antonio laurienzo (tchitchi) Date: 2004-01-17 12:41 Message: Logged In: YES user_id=339770 I corrected editing runtime.php in the following way BEFORE <?php require_once ('/home/ircd_/public_html/bsacjc/mod/quotes/class/QuotesMan ager.php'); require_once ('/home/ircd_/public_html/bsacjc/mod/quotes/class/Quotes.ph p'); PHPWS_QuotesManager::showUserBox(); ?> AFTER <?php require_once (PHPWS_SOURCE_DIR . 'mod/quotes/class/QuotesManager.php' ); require_once (PHPWS_SOURCE_DIR . 'mod/quotes/class/Quotes.php'); PHPWS_QuotesManager::showUserBox(); ?> see ya ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=878780&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-17 11:37:10
|
Support Requests item #878780, was opened at 2004-01-17 12:37 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=878780&group_id=81360 Category: Module: quotes Group: None Status: Open Resolution: None Priority: 5 Submitted By: antonio laurienzo (tchitchi) Assigned to: Nobody/Anonymous (nobody) Summary: Module not working Initial Comment: Both fresh install of phpws and old one the module is not working The message I get after installing is: Warning: main (/home/ircd_/public_html/bsacjc/mod/quotes/class/Quote sManager.php): failed to open stream: No such file or directory in /my_server_dir/html/phpws/mod/quotes/inc/runtime.ph p on line 2 Fatal error: main(): Failed opening required '/home/ircd_/public_html/bsacjc/mod/quotes/clas s/QuotesManager.php' (include_path='.:/home/virtual/site14/fst/var/www/html/p hpws/lib/pear/') in /my_server_dir/html/phpws/mod/quotes/inc/runtime.ph p on line 2 Line 2 of runtime.php says: require_once ('/home/ircd_/public_html/bsacjc/mod/quotes/class/Quot esManager.php'); I think you released too fast and forgot to recode for public server ... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=878780&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-16 20:02:38
|
Support Requests item #878399, was opened at 2004-01-16 09:19 Message generated for change (Comment added) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=878399&group_id=81360 Category: Module: quotes Group: Administrative Status: Open Resolution: None Priority: 8 Submitted By: Tony Miller (cl00bie) Assigned to: Mike Noyes (mhnoyes) Summary: FRS release request: quotes Initial Comment: The first version of quotes has been submitted. quotes-0.2.tar.gz Could you release this file for me? Thanks, -Tony ---------------------------------------------------------------------- >Comment By: Mike Noyes (mhnoyes) Date: 2004-01-16 12:02 Message: Logged In: YES user_id=39521 File released. https://sourceforge.net/project/shownotes.php?release_id=210427 http://prdownloads.sourceforge.net/phpwebsite-comm/module-quotes-0.2.tar.gz?download Note: will close after receiving release information. ---------------------------------------------------------------------- Comment By: Mike Noyes (mhnoyes) Date: 2004-01-16 11:57 Message: Logged In: YES user_id=39521 Please provide release notes and changelog for this release. Thanks. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=878399&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-16 19:57:56
|
Support Requests item #878399, was opened at 2004-01-16 09:19 Message generated for change (Comment added) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=878399&group_id=81360 >Category: Module: quotes Group: Administrative Status: Open Resolution: None Priority: 8 Submitted By: Tony Miller (cl00bie) Assigned to: Mike Noyes (mhnoyes) Summary: FRS release request: quotes Initial Comment: The first version of quotes has been submitted. quotes-0.2.tar.gz Could you release this file for me? Thanks, -Tony ---------------------------------------------------------------------- >Comment By: Mike Noyes (mhnoyes) Date: 2004-01-16 11:57 Message: Logged In: YES user_id=39521 Please provide release notes and changelog for this release. Thanks. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=878399&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-16 19:27:40
|
Support Requests item #878399, was opened at 2004-01-16 09:19 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=878399&group_id=81360 Category: Project Administration >Group: Administrative Status: Open Resolution: None >Priority: 8 Submitted By: Tony Miller (cl00bie) >Assigned to: Mike Noyes (mhnoyes) >Summary: FRS release request: quotes Initial Comment: The first version of quotes has been submitted. quotes-0.2.tar.gz Could you release this file for me? Thanks, -Tony ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=878399&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-16 19:22:33
|
Support Requests item #877222, was opened at 2004-01-14 15:17 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=877222&group_id=81360 Category: Module: article >Group: Second Level Support Status: Open Resolution: None >Priority: 6 Submitted By: Tom Diesel (idot) >Assigned to: Eloi George (adarkling) >Summary: Module Article: Only 1 category can be selected per article Initial Comment: Since I've updated to phpws 0.9.3-2 and article-mod 2.1 the former multi-selection of categories was replaced by a single-selection in the form. I couldn't find the reason in the fatcat or article files ... please help! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=877222&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-16 19:21:13
|
Support Requests item #877213, was opened at 2004-01-14 15:08 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=877213&group_id=81360 Category: Module: article >Group: Second Level Support Status: Open Resolution: None Priority: 6 Submitted By: Tom Diesel (idot) >Assigned to: Eloi George (adarkling) >Summary: Module Article: 'Edit Own Articles' does not work Initial Comment: A mortal has to have Admin *and* 'Edit Articles' rights to actually be able to edit his own articles. But he can edit anybody elses articles as well then... If the rights are not set the mortal will only see an empty page! -- Using article module 2.1 with phpws 0.9.3-2 now but didn't work with 2.0 and 0.9.3-1 either. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=877213&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-16 17:19:03
|
Support Requests item #878399, was opened at 2004-01-16 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=878399&group_id=81360 Category: Project Administration Group: None Status: Open Resolution: None Priority: 5 Submitted By: Tony Miller (cl00bie) Assigned to: Nobody/Anonymous (nobody) Summary: Please release my file for me. Initial Comment: The first version of quotes has been submitted. quotes-0.2.tar.gz Could you release this file for me? Thanks, -Tony ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=878399&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-14 23:17:42
|
Support Requests item #877222, was opened at 2004-01-15 00:17 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=877222&group_id=81360 Category: Module: article Group: None Status: Open Resolution: None Priority: 5 Submitted By: Tom Diesel (idot) Assigned to: Nobody/Anonymous (nobody) Summary: Only 1 category can be selected per article Initial Comment: Since I've updated to phpws 0.9.3-2 and article-mod 2.1 the former multi-selection of categories was replaced by a single-selection in the form. I couldn't find the reason in the fatcat or article files ... please help! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=877222&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-14 23:10:19
|
Support Requests item #877213, was opened at 2004-01-15 00:08 Message generated for change (Settings changed) made by idot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=877213&group_id=81360 Category: Module: article Group: None Status: Open Resolution: None >Priority: 6 Submitted By: Tom Diesel (idot) Assigned to: Nobody/Anonymous (nobody) >Summary: 'Edit Own Articles' does not work w/o more rights Initial Comment: A mortal has to have Admin *and* 'Edit Articles' rights to actually be able to edit his own articles. But he can edit anybody elses articles as well then... If the rights are not set the mortal will only see an empty page! -- Using article module 2.1 with phpws 0.9.3-2 now but didn't work with 2.0 and 0.9.3-1 either. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=877213&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-14 23:08:21
|
Support Requests item #877213, was opened at 2004-01-15 00:08 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=877213&group_id=81360 Category: Module: article Group: None Status: Open Resolution: None Priority: 5 Submitted By: Tom Diesel (idot) Assigned to: Nobody/Anonymous (nobody) Summary: EditOwn does not work Initial Comment: A mortal has to have Admin *and* 'Edit Articles' rights to actually be able to edit his own articles. But he can edit anybody elses articles as well then... If the rights are not set the mortal will only see an empty page! -- Using article module 2.1 with phpws 0.9.3-2 now but didn't work with 2.0 and 0.9.3-1 either. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=877213&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-08 02:21:14
|
Support Requests item #872424, was opened at 2004-01-07 06:36 Message generated for change (Comment added) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=872424&group_id=81360 Category: Module: staffman Group: First Level Support >Status: Closed >Resolution: Works For Me Priority: 5 Submitted By: Chad Horton (inlandpac) >Assigned to: Mike Noyes (mhnoyes) >Summary: FRS download issue Initial Comment: Getting 404 for all download locations for staffman 1.3 ---------------------------------------------------------------------- >Comment By: Mike Noyes (mhnoyes) Date: 2004-01-07 18:21 Message: Logged In: YES user_id=39521 wget http://dl.sourceforge.net/phpwebsite-comm/module-staffman-1.3.tar.gz You ran into slow SF mirror propagation, or there was a temporary outage. Either way the problem is not evident now. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=872424&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-07 14:36:22
|
Support Requests item #872424, was opened at 2004-01-07 07:36 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=872424&group_id=81360 Category: Module: staffman Group: First Level Support Status: Open Resolution: None Priority: 5 Submitted By: Chad Horton (inlandpac) Assigned to: Nobody/Anonymous (nobody) Summary: 404 when trying to download module-staffman-1.3.tar.gz Initial Comment: Getting 404 for all download locations for staffman 1.3 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=872424&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-06 21:17:18
|
Support Requests item #871927, was opened at 2004-01-06 12:59 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=871927&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: Staffman version 1.3 contains the following improvements: 1.3 Extended compatibility from phpWS 0.9.2 to 0.9.3-2 and possibly above. Added update scripting to re-load the help file, which changed with this version. When uninstalling, staffman now removes any corresponding menu item or fatcat (category) entries. Added capability to view all staffmembers with a button on the main list page or by accessing the url index.php?module=staff&JOB_MAN_op=aView Automatically display the list of all staffmembers sorted alphabetically by last name. ---------------------------------------------------------------------- >Comment By: Mike Noyes (mhnoyes) Date: 2004-01-06 13:17 Message: Logged In: YES user_id=39521 Done. Files released, and changelog updated. https://sourceforge.net/project/shownotes.php?release_id=174977 http://prdownloads.sourceforge.net/phpwebsite-comm/module-staffman-1.3.tar.gz?download ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=871927&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-06 21:06:06
|
Support Requests item #871927, was opened at 2004-01-06 12:59 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=871927&group_id=81360 Category: Module: staffman >Group: Administrative >Status: Pending Resolution: None >Priority: 8 Submitted By: George Brackett (gbrackett) >Assigned to: Mike Noyes (mhnoyes) >Summary: FRS release request: staffman Initial Comment: Staffman version 1.3 contains the following improvements: 1.3 Extended compatibility from phpWS 0.9.2 to 0.9.3-2 and possibly above. Added update scripting to re-load the help file, which changed with this version. When uninstalling, staffman now removes any corresponding menu item or fatcat (category) entries. Added capability to view all staffmembers with a button on the main list page or by accessing the url index.php?module=staff&JOB_MAN_op=aView Automatically display the list of all staffmembers sorted alphabetically by last name. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=871927&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-06 21:01:13
|
Support Requests item #864354, was opened at 2003-12-22 05:41 Message generated for change (Comment added) made by gbrackett You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=864354&group_id=81360 Category: Module: staffman Group: Second Level Support >Status: Closed Resolution: None Priority: 6 Submitted By: David M Walker (datamgmt) Assigned to: George Brackett (gbrackett) Summary: Module Staffman: 9.3.2 Upgrade issues Initial Comment: After upgrading to 9.3.2 with it's new libraries I now get the message Fatal error: Class staffmember: Cannot inherit from undefined class phpws_item in /monza/clients/datamgmt.com/website/mod/staffman/c lass/staff.php on line 21 ---------------------------------------------------------------------- >Comment By: George Brackett (gbrackett) Date: 2004-01-06 16:01 Message: Logged In: YES user_id=398373 Staffman v 1.3, just submitted for release, extends the module's compatibility to phpWS 0.9.3-2 and adds a number of small improvements. ---------------------------------------------------------------------- Comment By: George Brackett (gbrackett) Date: 2004-01-06 14:18 Message: Logged In: YES user_id=398373 A new version of staffman, extending compatibility to phpWS 0.9.3-2, is in testing and will be released shortly. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=864354&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-06 20:59:50
|
Support Requests item #871927, was opened at 2004-01-06 15: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=871927&group_id=81360 Category: Module: staffman Group: None Status: Open Resolution: None Priority: 5 Submitted By: George Brackett (gbrackett) Assigned to: Nobody/Anonymous (nobody) Summary: Staffman v1.3 released Initial Comment: Staffman version 1.3 contains the following improvements: 1.3 Extended compatibility from phpWS 0.9.2 to 0.9.3-2 and possibly above. Added update scripting to re-load the help file, which changed with this version. When uninstalling, staffman now removes any corresponding menu item or fatcat (category) entries. Added capability to view all staffmembers with a button on the main list page or by accessing the url index.php?module=staff&JOB_MAN_op=aView Automatically display the list of all staffmembers sorted alphabetically by last name. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=871927&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-06 19:36:57
|
Support Requests item #871852, was opened at 2004-01-06 11:05 Message generated for change (Comment added) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=871852&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: This version, the first released since 1.2, contains the following improvements: 1.4-1 Added French translation, including translation of help. 1.4 Extended compatibility from phpWS 0.9.2 to 0.9.3-2. When viewing a position, only non-empty fields are displayed. 1.3 Added update scripting to re-load the help file, which changed with this version. When uninstalling, jobman now removes any corresponding menu item or fatcat (category) entries. Added capability to view all positions available with a button on the main list page or by accessing the url index.php?module=jobman&JOB_MAN_op=aView Automatically display the list of all positions sorted alphabetically by position title. ---------------------------------------------------------------------- >Comment By: Mike Noyes (mhnoyes) Date: 2004-01-06 11:36 Message: Logged In: YES user_id=39521 Done. Files released, and changelog updated. https://sourceforge.net/project/shownotes.php?release_id=167867 http://prdownloads.sourceforge.net/phpwebsite-comm/module-jobman-1.4-1.tar.gz?download ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=871852&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-06 19:18:05
|
Support Requests item #864354, was opened at 2003-12-22 05:41 Message generated for change (Comment added) made by gbrackett You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=864354&group_id=81360 Category: Module: staffman Group: Second Level Support Status: Open Resolution: None Priority: 6 Submitted By: David M Walker (datamgmt) Assigned to: George Brackett (gbrackett) Summary: Module Staffman: 9.3.2 Upgrade issues Initial Comment: After upgrading to 9.3.2 with it's new libraries I now get the message Fatal error: Class staffmember: Cannot inherit from undefined class phpws_item in /monza/clients/datamgmt.com/website/mod/staffman/c lass/staff.php on line 21 ---------------------------------------------------------------------- >Comment By: George Brackett (gbrackett) Date: 2004-01-06 14:18 Message: Logged In: YES user_id=398373 A new version of staffman, extending compatibility to phpWS 0.9.3-2, is in testing and will be released shortly. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=864354&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-06 19:17:02
|
Support Requests item #821220, was opened at 2003-10-10 09:42 Message generated for change (Comment added) made by gbrackett You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=821220&group_id=81360 Category: Module: jobman Group: Second Level Support >Status: Closed Resolution: None Priority: 6 Submitted By: Shawn Sullivan (smsulliva) Assigned to: George Brackett (gbrackett) Summary: Module Jobman: Menu Items Missing Initial Comment: The module works great, but I have a few things I would like to see fixed in the next release. 1) After module is loaded and you go to the positions available, you cannot see any of your menus! 2) Would like to see another field in the jobs available summary page. Instead of showing the full description, show a description summary instead. Or have the cabability to choose what fields you want to display on summary page. 3) On job detail page, have the ability to tie in to the form generator module. This way you can apply for a job through the form generated module, which is a application form. ---------------------------------------------------------------------- >Comment By: George Brackett (gbrackett) Date: 2004-01-06 14:17 Message: Logged In: YES user_id=398373 1) All newly-installed modules have to be registered (by the admin) on each of the menus to be displayed when the module is running. Jobman is no exception. Go to the menu you want displayed with jobman, click Settings, and make sure jobman is selected in the scrolling menu of modules with which the menu is to be visible. 2) Thanks for the suggestion. I think an additional field would be confusing, and would annoy folks who have to enter descriptive information twice. There is no easy way to allow the columns displayed to be user-configurable. 3) Since HTML is permitted in all the fields, you can include a link to a form as part of the contact information or description, for example. Copy the URL needed when looking at the form you want to link to. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=821220&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-06 19:11:59
|
Support Requests item #871852, was opened at 2004-01-06 11:05 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=871852&group_id=81360 Category: Module: jobman >Group: Administrative >Status: Pending Resolution: None >Priority: 8 Submitted By: George Brackett (gbrackett) >Assigned to: Mike Noyes (mhnoyes) >Summary: FRS release request: jobman Initial Comment: This version, the first released since 1.2, contains the following improvements: 1.4-1 Added French translation, including translation of help. 1.4 Extended compatibility from phpWS 0.9.2 to 0.9.3-2. When viewing a position, only non-empty fields are displayed. 1.3 Added update scripting to re-load the help file, which changed with this version. When uninstalling, jobman now removes any corresponding menu item or fatcat (category) entries. Added capability to view all positions available with a button on the main list page or by accessing the url index.php?module=jobman&JOB_MAN_op=aView Automatically display the list of all positions sorted alphabetically by position title. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=871852&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-06 19:07:58
|
Support Requests item #864352, was opened at 2003-12-22 05:37 Message generated for change (Comment added) made by gbrackett You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=864352&group_id=81360 Category: Module: jobman Group: Second Level Support >Status: Closed Resolution: None Priority: 6 Submitted By: David M Walker (datamgmt) Assigned to: George Brackett (gbrackett) Summary: Module Jobman: post 9.3.2 upgrade issues Initial Comment: Using the control panel to enter 'Positions Available' I get the error Fatal error: Class job: Cannot inherit from undefined class phpws_item in /monza/clients/datamgmt.com/website/mod/jobman/cla ss/Job.php on line 22 This has only occured since I moved to 9.3.2 and looks like changes to accomodate the new modules are needed ---------------------------------------------------------------------- >Comment By: George Brackett (gbrackett) Date: 2004-01-06 14:07 Message: Logged In: YES user_id=398373 Jobman v 1.4-1, just submitted for release, extends jobman's compatibility to phpWS 0.9.3-2 as well as making a number of small improvements. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=864352&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-06 19:05:45
|
Support Requests item #871852, was opened at 2004-01-06 14:05 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=871852&group_id=81360 Category: Module: jobman Group: None Status: Open Resolution: None Priority: 5 Submitted By: George Brackett (gbrackett) Assigned to: Nobody/Anonymous (nobody) Summary: Jobman version 1.4-1 released Initial Comment: This version, the first released since 1.2, contains the following improvements: 1.4-1 Added French translation, including translation of help. 1.4 Extended compatibility from phpWS 0.9.2 to 0.9.3-2. When viewing a position, only non-empty fields are displayed. 1.3 Added update scripting to re-load the help file, which changed with this version. When uninstalling, jobman now removes any corresponding menu item or fatcat (category) entries. Added capability to view all positions available with a button on the main list page or by accessing the url index.php?module=jobman&JOB_MAN_op=aView Automatically display the list of all positions sorted alphabetically by position title. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=871852&group_id=81360 |
From: SourceForge.net <no...@so...> - 2004-01-06 12:26:01
|
Support Requests item #865706, was opened at 2003-12-25 12:02 Message generated for change (Comment added) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=865706&group_id=81360 Category: Module: article Group: Second Level Support >Status: Closed >Resolution: Fixed Priority: 6 Submitted By: cpteos (cpteos) Assigned to: Eloi George (adarkling) Summary: Module Article: error in list of related articles Initial Comment: article-module 2.0: > A very nice feature is to list an overview of all articles of a category on a single page (link with abstract ...). It's the headline-link of "what's related box". > But the problem is: In WindowsXP standard-security settings for Internet Explorer are on a high-level ("Mittel"). Now calling this link to list an articles-overview: ./index.php?module=fatcat&fatcat[user]=viewCategory&fatcat_id=1&module_title=article >results in an error-message: DB Error: syntax error SELECT * FROM WHERE id = 8 [nativecode=1064 ** You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE id = 8' at line 1] >The "normal" user thinks it's a fault of the websitemaker and willnot try any change of security-settings or choose another browser. I did't get this symptom anywhereelse in an all-modules-installation but there. >Maybe you have quick&dirty hack or can make a update to solve this problem. ---------------------------------------------------------------------- >Comment By: Eloi George (adarkling) Date: 2004-01-06 08:26 Message: Logged In: YES user_id=619893 Don't pay attention to this - just cleaning up some old support tickets. This will be fixed in ver. 2.2 ---------------------------------------------------------------------- Comment By: Eloi George (adarkling) Date: 2003-12-29 02:39 Message: Logged In: YES user_id=619893 Seasons' Greetings! Found the bug. In /mod/article/conf/fatcat.php after: require_once(PHPWS_SOURCE_DIR.'mod/article/class/ArticleManager.php'); add this line: $_SESSION['SES_ART_master'] = new PHPWS_ArticleManager; That should clear up the problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=865706&group_id=81360 |