You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(120) |
Jun
(74) |
Jul
(97) |
Aug
(35) |
Sep
(35) |
Oct
(34) |
Nov
|
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(18) |
Feb
(8) |
Mar
(7) |
Apr
(23) |
May
(28) |
Jun
(31) |
Jul
(27) |
Aug
(34) |
Sep
(48) |
Oct
(511) |
Nov
(197) |
Dec
(333) |
2005 |
Jan
(212) |
Feb
(33) |
Mar
(94) |
Apr
(51) |
May
(16) |
Jun
|
Jul
(200) |
Aug
(43) |
Sep
(88) |
Oct
(60) |
Nov
(62) |
Dec
(41) |
2006 |
Jan
(94) |
Feb
(49) |
Mar
(54) |
Apr
|
May
(39) |
Jun
(39) |
Jul
(61) |
Aug
(36) |
Sep
(23) |
Oct
(76) |
Nov
(73) |
Dec
(32) |
2007 |
Jan
|
Feb
(87) |
Mar
|
Apr
(8) |
May
(36) |
Jun
(49) |
Jul
(54) |
Aug
(8) |
Sep
(50) |
Oct
(36) |
Nov
|
Dec
(3) |
2008 |
Jan
(133) |
Feb
(54) |
Mar
(39) |
Apr
(2) |
May
(6) |
Jun
(74) |
Jul
(97) |
Aug
(70) |
Sep
(12) |
Oct
(20) |
Nov
(64) |
Dec
(24) |
2009 |
Jan
(25) |
Feb
(49) |
Mar
(18) |
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
(10) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(7) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Mike N. <mh...@us...> - 2004-03-29 20:25:27
|
Update of /cvsroot/phpwebsite-comm/CVSROOT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5989 Modified Files: enforce_permissions Log Message: change script to accommodate new chmod on cvs server Index: enforce_permissions =================================================================== RCS file: /cvsroot/phpwebsite-comm/CVSROOT/enforce_permissions,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** enforce_permissions 24 May 2003 21:18:25 -0000 1.3 --- enforce_permissions 29 Mar 2004 20:03:58 -0000 1.4 *************** *** 3,10 **** # This script will be used to enforce proper permissions on all files within # the repository. ! find /cvsroot/p/ph/phpwebsite-comm -type d -exec chmod 2775 {} \; ! find /cvsroot/p/ph/phpwebsite-comm/scripts -type f -exec chmod 0664 {} \; ! find /cvsroot/p/ph/phpwebsite-comm/documents -type f -exec chmod 0664 {} \; ! find /cvsroot/p/ph/phpwebsite-comm/modules -type f -exec chmod 0664 {} \; ! find /cvsroot/p/ph/phpwebsite-comm/themes -type f -exec chmod 0664 {} \; --- 3,10 ---- # This script will be used to enforce proper permissions on all files within # the repository. ! find /cvsroot/p/ph/phpwebsite-comm -type d ! -perm 2775 -exec chmod 2775 {} \; ! find /cvsroot/p/ph/phpwebsite-comm/scripts -type f ! -perm 0664 -exec chmod 0664 {} \; ! find /cvsroot/p/ph/phpwebsite-comm/documents -type f ! -perm 0664 -exec chmod 0664 {} \; ! find /cvsroot/p/ph/phpwebsite-comm/modules -type f ! -perm 0664 -exec chmod 0664 {} \; ! find /cvsroot/p/ph/phpwebsite-comm/themes -type f ! -perm 0664 -exec chmod 0664 {} \; |
From: Mike N. <mh...@us...> - 2004-03-29 20:25:01
|
Update of /cvsroot/phpwebsite-comm/CVSROOT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4315 Modified Files: avail Log Message: fix cl00bie write access to modules/mailto Index: avail =================================================================== RCS file: /cvsroot/phpwebsite-comm/CVSROOT/avail,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** avail 29 Mar 2004 19:56:49 -0000 1.18 --- avail 29 Mar 2004 19:58:20 -0000 1.19 *************** *** 4,8 **** avail|adarkling|modules/article avail|gbrackett, wendall911|modules/jobman ! avail|gbrackett, wendall911|modules/mailto avail|cl00bie|modules/quotes avail|wendall911|modules/rssfeeds --- 4,8 ---- avail|adarkling|modules/article avail|gbrackett, wendall911|modules/jobman ! avail|cl00bie|modules/mailto avail|cl00bie|modules/quotes avail|wendall911|modules/rssfeeds |
From: Mike N. <mh...@us...> - 2004-03-29 20:08:21
|
Update of /cvsroot/phpwebsite-comm/CVSROOT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3388 Modified Files: avail Log Message: gave cl00bie write access to modules/mailto Index: avail =================================================================== RCS file: /cvsroot/phpwebsite-comm/CVSROOT/avail,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** avail 23 Dec 2003 16:05:44 -0000 1.17 --- avail 29 Mar 2004 19:56:49 -0000 1.18 *************** *** 4,7 **** --- 4,8 ---- avail|adarkling|modules/article avail|gbrackett, wendall911|modules/jobman + avail|gbrackett, wendall911|modules/mailto avail|cl00bie|modules/quotes avail|wendall911|modules/rssfeeds |
From: <ada...@us...> - 2004-02-19 22:00:07
|
Update of /cvsroot/phpwebsite-comm/modules/article/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5649/lang Modified Files: article.en.lng Log Message: 2.2 Release Index: article.en.lng =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/lang/article.en.lng,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** article.en.lng 21 Oct 2003 21:14:30 -0000 1.5 --- article.en.lng 19 Feb 2004 21:48:53 -0000 1.6 *************** *** 82,86 **** a:|:Number of listings to show per page under the Main Menu:|:Number of listings to show per page under the Main Menu a:|:Number of summaries to show on the Home Page:|:Number of summaries to show on the Home Page ! a:|:Or select one from the library:|:Or select one from the library a:|:page:|:page a:|:Page Format:|:Page Format --- 82,86 ---- a:|:Number of listings to show per page under the Main Menu:|:Number of listings to show per page under the Main Menu a:|:Number of summaries to show on the Home Page:|:Number of summaries to show on the Home Page ! a:|:Select an image from the library:|:Select an image from the library a:|:page:|:page a:|:Page Format:|:Page Format *************** *** 150,151 **** --- 150,174 ---- a:|:Keywords for this article:|:Keywords for this article a:|:Search Engine instructions:|:Search Engine instructions + a:|:Personal Message::|:Personal Message: + a:|:To view the entire article, go to [var1] or [var2]:|:To view the entire article, go to [var1] or [var2] + a:|:Click Here:|:Click Here + a:|:Would you like to send this article to a friend? Go to [var1] or [var2]:|:Would you like to send this article to a friend? Go to [var1] or [var2] + a:|:[var1] has sent you a news article! (Email address not verified):|:[var1] has sent you a news article! (Email address not verified) + a:|:Courtesy of [var1]:|:Courtesy of [var1] + a:|:Copyright [var1] [var2]:|:Copyright [var1] [var2] + a:|:sent to:|:sent to + a:|:E-mail A Friend:|:E-mail A Friend + a:|:E-mail this Article to a Friend:|:E-mail this Article to a Friend + a:|:Go back to [var1]:|:Go back to [var1] + a:|:Back to Article:|:Back to Article + a:|:Friend's Email::|:Friend's Email: + a:|:Separate multiple addresses with commas. Maximum 200 characters.:|:Separate multiple addresses with commas. Maximum 200 characters. + a:|:Your Full Name: (optional):|:Your Full Name: (optional) + a:|:Your Email Address::|:Your Email Address: + a:|:These email addresses will be used to email the information on your behalf and will not be collected or used by us for any marketing purposes without your permission.:|:These email addresses will be used to email the information on your behalf and will not be collected or used by us for any marketing purposes without your permission. + a:|:Send a copy to yourself:|:Send a copy to yourself + a:|:Enter a brief message to your friend: (optional):|:Enter a brief message to your friend: (optional) + a:|:Full Information in HTML:|:Full Information in HTML + a:|:Link Only:|:Link Only + a:|:Enable comments for articles:|:Enable comments for articles + a:|:An error occured while performing this operation:|:An error occured while performing this operation \ No newline at end of file |
From: <ada...@us...> - 2004-02-19 21:59:42
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates/edit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5649/templates/edit Modified Files: settings.tpl Log Message: 2.2 Release Index: settings.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/edit/settings.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** settings.tpl 21 Oct 2003 21:14:30 -0000 1.2 --- settings.tpl 19 Feb 2004 21:48:56 -0000 1.3 *************** *** 7,12 **** --- 7,16 ---- {TEMPLATE_LABEL} {TEMPLATE}<br /> {ANNOUNCE_LABEL}<br /> + <!-- BEGIN COMM --> {COMMENTS_LABEL}<br /> + <!-- END COMM --> + <!-- BEGIN ANON --> {ANON_LABEL}<br /> + <!-- END ANON --> {PUBLICATION_LABEL} {PUBLICATION_DATE}<br /> {EXPIRATION_LABEL} {EXPIRATION_DATE} {EXPIRATION_FLAG}<br /> *************** *** 26,31 **** <!-- BEGIN METASTUFF --> <br /> ! {META_KEYWORDS}<br /> ! {META_ROBOTS}<br /> <!-- END METASTUFF --> <!-- BEGIN INFO --> --- 30,35 ---- <!-- BEGIN METASTUFF --> <br /> ! {META_KEYWORDS}<br /><br /> ! {META_ROBOTS}<br /><br /> <!-- END METASTUFF --> <!-- BEGIN INFO --> *************** *** 37,43 **** </div> <!-- END INFO --> ! <center> ! {SAVE_WARNING} ! {SAVE_BUTTON} {CANCEL_BUTTON} ! <center> <!-- END FOOTER --> --- 41,47 ---- </div> <!-- END INFO --> ! <center> ! {SAVE_WARNING} ! {SAVE_BUTTON} {CANCEL_BUTTON} ! <center> <!-- END FOOTER --> |
From: <ada...@us...> - 2004-02-19 21:59:42
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5649/templates Modified Files: config.tpl Added Files: mail_form.tpl mail_full.tpl mail_link.tpl Log Message: 2.2 Release --- NEW FILE: mail_form.tpl --- <h3>{TITLE}</h3> <i>{SUMMARYTEXT}</i> <br /> <br /> {R_MAIL_LABEL} <br /> {R_MAIL_ADDR} <br /> <div class="smalltext"> {R_MAIL_HELP} </div> <br /> {S_NAME_LABEL} <br /> {S_NAME} <br /> {S_MAIL_LABEL} <br /> {S_MAIL_ADDR} <br /> <div class="smalltext"> {S_MAIL_HELP} </div> <br /> {S_COPY} <br /> <br /> {S_MSG_LABEL} <br /> {S_MSG} <br /> <br /> {MAIL_TYPE} <br /> <br /> <center> {SEND}          {CANCEL} </center> --- NEW FILE: mail_full.tpl --- {INTRO} <br /> {PLUG} <br /> <br /> <b>{MESSAGE_LABEL}</b> <br /> {MESSAGE} <br /> <br /> <hr /> {TEXT} <hr /> <br /> <br /> {MAIL_LINK} <br /> <br /> <hr /> {FOOTER} --- NEW FILE: mail_link.tpl --- {INTRO} {PLUG} {MESSAGE_LABEL} {MESSAGE} ================================================================ {TITLE} ================================================================ {TEXT} {VIEW_LINK} {MAIL_LINK} ============ {FOOTER} Index: config.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/config.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** config.tpl 31 Jul 2003 22:30:58 -0000 1.2 --- config.tpl 19 Feb 2004 21:48:55 -0000 1.3 *************** *** 1,5 **** <!-- BEGIN CONTENT --> ! <b>{GEN_HEADER}</b> ! <br /> <br /> {SUMMARIES_ON_HOMEPAGE} --- 1,4 ---- <!-- BEGIN CONTENT --> ! <h2>{GEN_HEADER}</h2> <br /> {SUMMARIES_ON_HOMEPAGE} *************** *** 19,24 **** <br /> ! <b>{ARTICLE_HEADER}</b> ! <br /> <br /> {DEFAULT_ARTICLE_TEMPLATE} --- 18,22 ---- <br /> ! <h2>{ARTICLE_HEADER}</h2> <br /> {DEFAULT_ARTICLE_TEMPLATE} *************** *** 30,36 **** {NEED_APPROVAL} <br /> ! {DEFAULT_ALLOW_COMMENTS} <br /> ! {DEFAULT_ALLOW_ANON} <br /> {CAN_EXPIRE} --- 28,36 ---- {NEED_APPROVAL} <br /> ! {USE_COMMENTS} <br /> ! {DEFAULT_ALLOW_COMMENTS} ! <br /> ! {DEFAULT_ALLOW_ANON} <br /> {CAN_EXPIRE} *************** *** 43,48 **** <br /> ! <b>{USERS_HEADER}</b>- {USERS_LABEL}: ! <br /> <br /> {USERS_CAN_SUBMIT} --- 43,47 ---- <br /> ! <h2>{USERS_HEADER}- {USERS_LABEL}:</h2> <br /> {USERS_CAN_SUBMIT} *************** *** 62,67 **** <br /> ! <b>{IMAGE_HEADER}</b> ! <br /> <br /> {MAX_IMAGE_SIZE} --- 61,65 ---- <br /> ! <h2>{IMAGE_HEADER}</h2> <br /> {MAX_IMAGE_SIZE} *************** *** 75,79 **** <center> {SAVE} !          {RESET} </center> --- 73,77 ---- <center> {SAVE} ! {RESET} </center> |
Update of /cvsroot/phpwebsite-comm/modules/article/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2874/conf Modified Files: approval.php boost.php config.php fatcat.php help.php layout.php users.php Added Files: menuman.php search.php Log Message: 2.2 Release --- NEW FILE: menuman.php --- <?php $link[$_SESSION['translate']->it('All Articles')] = 'index.php?module=article&view=news'; $link[$_SESSION['translate']->it('Submit Article')] = 'index.php?module=article&edit=create'; ?> --- NEW FILE: search.php --- <?php $module = 'article'; $search_class = 'PHPWS_ArticleManager'; $search_function = 'search'; $search_cols = 'S.title, S.text'; $view_string = '&view='; $show_block = 1; $block_title = 'Articles'; $class_file = 'ArticleManager.php'; ?> |
From: <ada...@us...> - 2004-02-19 21:58:06
|
Update of /cvsroot/phpwebsite-comm/modules/article/boost In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2874/boost Modified Files: install.php install.sql uninstall.php update.php Log Message: 2.2 Release |
From: <ada...@us...> - 2004-02-19 21:57:56
|
Update of /cvsroot/phpwebsite-comm/modules/article/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2874/class Modified Files: Article.php ArticleManager.php Section.php Log Message: 2.2 Release |
Update of /cvsroot/phpwebsite-comm/modules/article/inc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2874/inc Modified Files: editconfig.php importANN.php importPM.php saveconfig.php Added Files: AM_list_articles.php AM_view_archives.php AM_view_news.php A_delete.php A_edit.php A_mail.php A_publish.php A_remove_section.php A_save.php A_update.php S_commit_to_article.php S_edit.php S_save.php S_update.php runtime.php Log Message: 2.2 Release --- NEW FILE: AM_list_articles.php --- --- NEW FILE: AM_view_archives.php --- --- NEW FILE: AM_view_news.php --- --- NEW FILE: A_delete.php --- --- NEW FILE: A_edit.php --- --- NEW FILE: A_mail.php --- --- NEW FILE: A_publish.php --- --- NEW FILE: A_remove_section.php --- --- NEW FILE: A_save.php --- --- NEW FILE: A_update.php --- --- NEW FILE: S_commit_to_article.php --- --- NEW FILE: S_edit.php --- --- NEW FILE: S_save.php --- --- NEW FILE: S_update.php --- --- NEW FILE: runtime.php --- |
From: <ada...@us...> - 2004-02-19 21:57:28
|
Update of /cvsroot/phpwebsite-comm/modules/article/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2874/docs Modified Files: Changes.txt INSTALL.txt INTRODUCTION.txt Log Message: 2.2 Release |
From: <gbr...@pr...> - 2004-01-26 15:34:43
|
Update of /cvsroot/phpwebsite-comm/modules/staffman/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25532/docs Removed Files: readme.txt Log Message: more fiddling with readme.txt --- readme.txt DELETED --- |
From: <gbr...@pr...> - 2004-01-26 15:29:42
|
Update of /cvsroot/phpwebsite-comm/modules/staffman/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23652/docs Modified Files: README.txt readme.txt Log Message: just checking Index: README.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/staffman/docs/README.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** README.txt 6 Jan 2004 20:26:57 -0000 1.7 --- README.txt 26 Jan 2004 15:28:48 -0000 1.8 *************** *** 90,93 **** --- 90,95 ---- VERSION HISTORY ------------------------------ + 1.3-1 + Added missing conf/search.php file to distribution. 1.3 Extended compatibility from phpWS 0.9.2 to 0.9.3-2 and possibly above. Index: readme.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/staffman/docs/readme.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** readme.txt 26 Jan 2004 15:13:32 -0000 1.1 --- readme.txt 26 Jan 2004 15:28:48 -0000 1.2 *************** *** 90,93 **** --- 90,95 ---- VERSION HISTORY ------------------------------ + 1.3-1 + Added missing conf/search.php file to distribution. 1.3 Extended compatibility from phpWS 0.9.2 to 0.9.3-2 and possibly above. |
From: <gbr...@pr...> - 2004-01-26 15:14:25
|
Update of /cvsroot/phpwebsite-comm/modules/staffman/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18480/docs Added Files: readme.txt Log Message: Fixing readme.txt file --- NEW FILE: readme.txt --- ----------------------------------------------------------------------------------- phpWebSite Staff Listing README ----------------------------------------------------------------------------------- @version $Id: readme.txt,v 1.1 2004/01/26 15:13:32 gbrackett Exp $ @author George Brackett <gbr...@NO...> ------------------------------- REQUIREMENTS: ------------------------------- phpWebSite v0.9.2 - 0.9.3-2 and perhaps above ------------------------------- FUNCTIONALITY ------------------------------- This module displays and edits 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. ------------------------------ INSTALLATION ------------------------------ This module is self-installing. Simply drop the staffman directory into the mod/ directory of your site. Log in to your site as Deity, select Control Panel, Administration, and Boost. The staffman module is listed as "Staff Listing." Click the install button. After successful installation, the module will appear along with other installed modules in the Content tab of the Control Panel display. ------------------------------ UPDATING ------------------------------ This module is self-updating. Simply drop the staffman directory into the mod/ directory of your site, replacing the existing staffman directory. Log in to your site as Deity, select Control Panel, Administration, and Boost. Click the Update button next to Staff Listing to complete the update. ------------------------------ CUSTOMIZATION ------------------------------ To turn OFF the search function, comment out the section of /boost/install.php that registers the module with the search module. The beginning and end of the section are indicated by comments in the file. Then re-install the staffman module. ------------------------------ UN-INSTALLATION ------------------------------ To uninstall this module, log in to your site as Deity, select Control Panel/Administration and then Boost. Locate 'Staff Listing' in the list of modules, and click Uninstall. NOTE THAT UN-INSTALLATION DESTROYS DATA in the form of information stored in the database and photo image files stored in images/staffman/. ------------------------------ FOR DEVELOPERS ------------------------------ This module is based heavily on the first module I wrote for phpWS 9, jobman. I wrote this module for two reasons: (1) I needed to upgrade a similarly-purposed module I wrote for phpWS 0.8.3, and (2) I wanted to understand even better the new framework and resources of phpWS 0.92+ worked. This module uses the wonderful functionality of the two core classes for managing a list of items, PHPWS_Manager and PHPWS_Item. If you intend to build on these classes yourself, and I recommend them, staffman is a simple place to start from. It only manages a single list of text items, about as basic as you can get. But having gone through it, I feel much more confident about using these classes to manage multiple lists of more complex data. An example of the latter type is the photoalbum module -- management of multiple albums containing lists of items that include both uploaded graphics and text. Indeed, I am indebted to the photoalbum module for many hints and examples. I have also included other useful features in this module which may prove useful to other developers. First, I have included an interface to add a menu item to display the list, freeing administrators from having to know the operation value required. Second, I have used the help module to provide help for key items in the interface. Third, I have registered the module with the Search facility. Finally, I have included category (fatcat) support. I hope you will find staffman a useful example. If you find errors, or wish to suggest improvements, please contact me directly. George Brackett ------------------------------ VERSION HISTORY ------------------------------ 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. 1.21 Corrected several minor bugs -- error message on calling aView before a listing had been displayed, failure to remove fatcat items as promised. Automatically display the list of all staffmembers sorted alphabetically by last name. 1.2 Fixed missing help information in earlier upgrade (1.1 and 1.1.1) by adding update scripting to re-load the help file. 1.1.1 Corrected minor display problems when viewing multiple staff member listings. 1.1 Added capability to view all staffmembers with a button on the main list page or by accessing the url index.php?module=staffman&STAFF_MAN_op=aView When uninstalling, staffman now removes any corresponding menu item or fatcat (category) entries. |
From: <gbr...@pr...> - 2004-01-26 14:54:59
|
Update of /cvsroot/phpwebsite-comm/modules/staffman/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12847/conf Modified Files: boost.php Added Files: search.php Log Message: Adding missing search.php file --- NEW FILE: search.php --- <?php /** * Search parameters for staffman * (Required for phpWS 0.9.3-2+) * * @version $Id: search.php,v 1.1 2004/01/26 14:54:06 gbrackett Exp $ * @author George Brackett <gbr...@NO...> */ $module = "staffman"; $search_class = "STAFF_ListManager"; $search_function = "search"; // note: label holds the last name; spaces in the list are REQUIRED $search_cols = "label, firstname, position, contact, notes"; $view_string = "&STAFF_MAN_op=sView&STAFF_id="; $show_block = 1; $block_title = $_SESSION['translate']->it("Staff Listing"); $class_file = "staffmanager.php"; ?> Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/staffman/conf/boost.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** boost.php 6 Jan 2004 20:26:56 -0000 1.8 --- boost.php 26 Jan 2004 14:54:06 -0000 1.9 *************** *** 34,38 **** $active = "on"; /* This package's version number */ ! $version = "1.3"; /* other modules on which this module depends */ $depend = array("menuman", "search"); --- 34,38 ---- $active = "on"; /* This package's version number */ ! $version = "1.3-1"; /* other modules on which this module depends */ $depend = array("menuman", "search"); |
From: <cl...@us...> - 2004-01-18 02:21:46
|
Update of /cvsroot/phpwebsite-comm/modules/quotes/boost In directory sc8-pr-cvs1:/tmp/cvs-serv25282/quotes/boost Modified Files: update.php Log Message: Fixed the problem with local directories in runtime.php (n00b error :P) Index: update.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/quotes/boost/update.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** update.php 19 Dec 2003 15:43:56 -0000 1.1.1.1 --- update.php 18 Jan 2004 02:21:09 -0000 1.2 *************** *** 0 **** --- 1,16 ---- + <?php + /* update.php - Script to update the module when changes are made */ + + if (!$_SESSION["OBJ_user"]->isDeity()){ + header("location:index.php"); + exit(); + } + + $status = 1; + + if ($currentVersion < "0.2.1") { + $content .= "Updating Quotes Module to Version 0.2.1<br />"; + $content .= "Local references for includes in runtime.php fixed.<br />"; + } + + ?> |
From: <cl...@us...> - 2004-01-18 02:21:18
|
Update of /cvsroot/phpwebsite-comm/modules/quotes/inc In directory sc8-pr-cvs1:/tmp/cvs-serv25282/quotes/inc Modified Files: runtime.php Log Message: Fixed the problem with local directories in runtime.php (n00b error :P) Index: runtime.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/quotes/inc/runtime.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** runtime.php 19 Dec 2003 15:43:56 -0000 1.1.1.1 --- runtime.php 18 Jan 2004 02:21:14 -0000 1.2 *************** *** 1,5 **** <?php ! require_once('/home/ircd_/public_html/bsacjc/mod/quotes/class/QuotesManager.php'); ! require_once('/home/ircd_/public_html/bsacjc/mod/quotes/class/Quotes.php'); PHPWS_QuotesManager::showUserBox(); ?> --- 1,5 ---- <?php ! require_once(PHPWS_SOURCE_DIR . 'mod/quotes/class/QuotesManager.php'); ! require_once(PHPWS_SOURCE_DIR . 'mod/quotes/class/Quotes.php'); PHPWS_QuotesManager::showUserBox(); ?> |
From: <cl...@us...> - 2004-01-18 02:21:17
|
Update of /cvsroot/phpwebsite-comm/modules/quotes/conf In directory sc8-pr-cvs1:/tmp/cvs-serv25282/quotes/conf Modified Files: boost.php Log Message: Fixed the problem with local directories in runtime.php (n00b error :P) Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/quotes/conf/boost.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** boost.php 19 Dec 2003 15:43:56 -0000 1.1.1.1 --- boost.php 18 Jan 2004 02:21:13 -0000 1.2 *************** *** 8,12 **** /* The version of your module. Make sure to increment this on updates */ ! $version = "0.2"; /* The unix style name for your module */ --- 8,12 ---- /* The version of your module. Make sure to increment this on updates */ ! $version = "0.2.1"; /* The unix style name for your module */ |
From: <gbr...@us...> - 2004-01-06 20:27:31
|
Update of /cvsroot/phpwebsite-comm/modules/staffman/class In directory sc8-pr-cvs1:/tmp/cvs-serv25928/class Modified Files: staff.php staffmanager.php Log Message: Prepare for v1.3 release Index: staff.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/staffman/class/staff.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** staff.php 30 Jul 2003 22:44:50 -0000 1.2 --- staff.php 6 Jan 2004 20:26:55 -0000 1.3 *************** *** 19,22 **** --- 19,31 ---- */ + /* Make change required for 0.9.3-2 and above */ + if ($GLOBALS["core"]->version > "0.9.3-1") { + require_once(PHPWS_SOURCE_DIR . "core/Item.php"); + require_once(PHPWS_SOURCE_DIR . "core/Template.php"); + require_once(PHPWS_SOURCE_DIR . "core/EZform.php"); + require_once(PHPWS_SOURCE_DIR . "core/Text.php"); + require_once(PHPWS_SOURCE_DIR . "core/Error.php"); + } + class staffmember extends PHPWS_Item { *************** *** 115,119 **** $tags["TITLE"] = $_SESSION["translate"]->it("Add Staff Listing"); } ! $content = $GLOBALS["core"]->processTemplate($tags, "staffman", "back.tpl"); // Set up the edit form -- must be on a separate template or there is mixup with {START_FORM} etc. --- 124,132 ---- $tags["TITLE"] = $_SESSION["translate"]->it("Add Staff Listing"); } ! if ($GLOBALS["core"]->version < "0.9.3-2") { ! $content = $GLOBALS["core"]->processTemplate($tags, "staffman", "back.tpl"); ! } else { ! $content = PHPWS_Template::processTemplate($tags, "staffman", "back.tpl"); ! } // Set up the edit form -- must be on a separate template or there is mixup with {START_FORM} etc. *************** *** 179,185 **** $tags["PHOTO"] = $this->_photo; // just get filename $tags["PHOTO_REMOVE_LABEL"] = $_SESSION['translate']->it("Remove Photo"); ! $content .= $GLOBALS["core"]->processTemplate($tags, "staffman", "editphoto.tpl"); } else { ! $content .= $GLOBALS["core"]->processTemplate($tags, "staffman", "edit.tpl"); } return $content; --- 192,206 ---- $tags["PHOTO"] = $this->_photo; // just get filename $tags["PHOTO_REMOVE_LABEL"] = $_SESSION['translate']->it("Remove Photo"); ! if ($GLOBALS["core"]->version < "0.9.3-2") { ! $content .= $GLOBALS["core"]->processTemplate($tags, "staffman", "editphoto.tpl"); ! } else { ! $content .= PHPWS_Template::processTemplate($tags, "staffman", "editphoto.tpl"); ! } } else { ! if ($GLOBALS["core"]->version < "0.9.3-2") { ! $content .= $GLOBALS["core"]->processTemplate($tags, "staffman", "edit.tpl"); ! } else { ! $content .= PHPWS_Template::processTemplate($tags, "staffman", "edit.tpl"); ! } } return $content; *************** *** 240,245 **** $tags["PHOTO"] = $this->_photo; ! $content .= $GLOBALS["core"]->processTemplate($tags, "staffman", "confirm.tpl"); ! } --- 261,269 ---- $tags["PHOTO"] = $this->_photo; ! if ($GLOBALS["core"]->version < "0.9.3-2") { ! $content .= $GLOBALS["core"]->processTemplate($tags, "staffman", "confirm.tpl"); ! } else { ! $content .= PHPWS_Template::processTemplate($tags, "staffman", "confirm.tpl"); ! } } *************** *** 278,284 **** if ($this->_photo) { ! $content = $GLOBALS["core"]->processTemplate($tags, "staffman", "viewphoto.tpl"); } else { ! $content = $GLOBALS["core"]->processTemplate($tags, "staffman", "view.tpl"); } return $content; --- 302,316 ---- if ($this->_photo) { ! if ($GLOBALS["core"]->version < "0.9.3-2") { ! $content = $GLOBALS["core"]->processTemplate($tags, "staffman", "viewphoto.tpl"); ! } else { ! $content = PHPWS_Template::processTemplate($tags, "staffman", "viewphoto.tpl"); ! } } else { ! if ($GLOBALS["core"]->version < "0.9.3-2") { ! $content = $GLOBALS["core"]->processTemplate($tags, "staffman", "view.tpl"); ! } else { ! $content = PHPWS_Template::processTemplate($tags, "staffman", "view.tpl"); ! } } return $content; *************** *** 443,447 **** $tags = $form->getTemplate(); $tags["MESSAGE"] = $_SESSION["translate"]->it($message); ! $content = $GLOBALS["core"]->processTemplate($tags, "staffman", "continue.tpl"); return $content; --- 475,483 ---- $tags = $form->getTemplate(); $tags["MESSAGE"] = $_SESSION["translate"]->it($message); ! if ($GLOBALS["core"]->version < "0.9.3-2") { ! $content = $GLOBALS["core"]->processTemplate($tags, "staffman", "continue.tpl"); ! } else { ! $content = PHPWS_Template::processTemplate($tags, "staffman", "continue.tpl"); ! } return $content; Index: staffmanager.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/staffman/class/staffmanager.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** staffmanager.php 20 Sep 2003 20:40:49 -0000 1.5 --- staffmanager.php 6 Jan 2004 20:26:55 -0000 1.6 *************** *** 20,24 **** */ ! class STAFF_ListManager extends PHPWS_Manager { /** --- 20,30 ---- */ ! /* Make change required for 0.9.3-2 and above */ ! if ($GLOBALS["core"]->version > "0.9.3-1") { ! require_once(PHPWS_SOURCE_DIR . "core/Manager.php"); ! require_once(PHPWS_SOURCE_DIR . "core/Template.php"); ! } ! ! class STAFF_ListManager extends PHPWS_Manager { /** *************** *** 63,67 **** $tags["VIEW_ALL_HELP"] = $_SESSION['OBJ_help']->show_link("staffman", "smViewAll"); /* and process the template to produce the menu */ ! $content = $GLOBALS["core"]->processTemplate($tags, "staffman", "amenu.tpl"); /* add admin form of list */ $content .= $this->getList("admin", $_SESSION['translate']->it("Listing Staffmembers")); --- 69,77 ---- $tags["VIEW_ALL_HELP"] = $_SESSION['OBJ_help']->show_link("staffman", "smViewAll"); /* and process the template to produce the menu */ ! if ($GLOBALS["core"]->version < "0.9.3-2") { ! $content = $GLOBALS["core"]->processTemplate($tags, "staffman", "amenu.tpl"); ! } else { ! $content = PHPWS_Template::processTemplate($tags, "staffman", "amenu.tpl"); ! } /* add admin form of list */ $content .= $this->getList("admin", $_SESSION['translate']->it("Listing Staffmembers")); *************** *** 71,75 **** $tags["VIEW_ALL_LABEL"] = $_SESSION['translate']->it("View All"); $tags["VIEW_ALL_HELP"] = $_SESSION['OBJ_help']->show_link("staffman", "smViewAll"); ! $content = $GLOBALS["core"]->processTemplate($tags, "staffman", "umenu.tpl"); $content .= $this->getList("user", $_SESSION['translate']->it("Listing Staffmembers")); } --- 81,89 ---- $tags["VIEW_ALL_LABEL"] = $_SESSION['translate']->it("View All"); $tags["VIEW_ALL_HELP"] = $_SESSION['OBJ_help']->show_link("staffman", "smViewAll"); ! if ($GLOBALS["core"]->version < "0.9.3-2") { ! $content = $GLOBALS["core"]->processTemplate($tags, "staffman", "umenu.tpl"); ! } else { ! $content = PHPWS_Template::processTemplate($tags, "staffman", "umenu.tpl"); ! } $content .= $this->getList("user", $_SESSION['translate']->it("Listing Staffmembers")); } *************** *** 88,91 **** --- 102,106 ---- * @author George Brackett <gbr...@NO...> */ + function _edit() { // warn only one edit at a time *************** *** 138,150 **** function _view() { ! /* PHPWS_MAN_ITEMS[0] contains the an array of staffmember ids */ $GLOBALS["CNT_staffman"]["content"] = ""; ! // ask for a continue button only for the last id ! $i = 0; ! foreach($_REQUEST["PHPWS_MAN_ITEMS"] as $staffid) { ! $this->staffmember = new staffmember($staffid); ! $content = $this->staffmember->view($i == (sizeof($_REQUEST["PHPWS_MAN_ITEMS"]) - 1)); ! $GLOBALS["CNT_staffman"]["content"] .= $content; ! $i++; } $GLOBALS["CNT_staffman"]["title"] = $_SESSION['translate']->it("Staff Listing"); --- 153,172 ---- function _view() { ! /* PHPWS_MAN_ITEMS[0] contains an array of staffmember ids */ $GLOBALS["CNT_staffman"]["content"] = ""; ! if (isset($_REQUEST["PHPWS_MAN_ITEMS"][0])) { //if list is not empty ! // ask for a continue button only for the last id ! $i = 0; ! foreach($_REQUEST["PHPWS_MAN_ITEMS"] as $staffid) { ! $this->staffmember = new staffmember($staffid); ! $content = $this->staffmember->view($i == (sizeof($_REQUEST["PHPWS_MAN_ITEMS"]) - 1)); ! $GLOBALS["CNT_staffman"]["content"] .= $content; ! $i++; ! } ! } else { //empty list ! $content = "There are no items in the current list.<br />"; ! $this->staffmember = new staffmember(); ! $content .= $this->staffmember->view(TRUE); //display continue button ! $GLOBALS["CNT_staffman"]["content"] = $content; } $GLOBALS["CNT_staffman"]["title"] = $_SESSION['translate']->it("Staff Listing"); *************** *** 199,203 **** * Searches the list of positions using the mod/search module * Configuration for the search appears in boost/install.php, where ! * this module is registered with the search module. * This function is called by the search module itself, from an accessory block. * --- 221,226 ---- * Searches the list of positions using the mod/search module * Configuration for the search appears in boost/install.php, where ! * this module is registered with the search module. Also appears in ! * conf/search.php for use by phpWS versions > 0.9.3-2. * This function is called by the search module itself, from an accessory block. * |
From: <gbr...@us...> - 2004-01-06 20:27:29
|
Update of /cvsroot/phpwebsite-comm/modules/staffman/boost In directory sc8-pr-cvs1:/tmp/cvs-serv25928/boost Modified Files: install.php uninstall.php update.php Log Message: Prepare for v1.3 release Index: install.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/staffman/boost/install.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** install.php 2 Jul 2003 23:45:06 -0000 1.1.1.1 --- install.php 6 Jan 2004 20:26:54 -0000 1.2 *************** *** 11,15 **** */ ! /* return to home page if the user is not the Deity */ if (!$_SESSION["OBJ_user"]->isDeity()){ header("location:index.php"); --- 11,15 ---- */ ! /* return to home page if the user is not a Deity */ if (!$_SESSION["OBJ_user"]->isDeity()){ header("location:index.php"); *************** *** 17,22 **** } /* read sql install script, execute it, suppress errors */ ! if ($GLOBALS['core']->sqlImport($GLOBALS['core']->source_dir."mod/staffman/boost/install.sql", TRUE, TRUE)) { /* if successful, report the fact */ --- 17,28 ---- } + if($GLOBALS["core"]->version < "0.9.2-1") { + $content .= "This module requires a phpWebSite core version of 0.9.2-1 or greater.<br />"; + $content .= "<br />You are currently using phpWebSite core version " . $GLOBALS["core"]->version . ".<br />"; + return; + } + /* read sql install script, execute it, suppress errors */ ! if ($GLOBALS['core']->sqlImport(PHPWS_SOURCE_DIR . "mod/staffman/boost/install.sql", TRUE, TRUE)) { /* if successful, report the fact */ Index: uninstall.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/staffman/boost/uninstall.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** uninstall.php 24 Sep 2003 23:40:29 -0000 1.4 --- uninstall.php 6 Jan 2004 20:26:54 -0000 1.5 *************** *** 8,12 **** */ ! /* return to home page if the user is not the Deity */ if (!$_SESSION["OBJ_user"]->isDeity()) { header("location:index.php"); --- 8,17 ---- */ ! /* Make change required for 0.9.3-2 and above */ ! if ($GLOBALS["core"]->version > "0.9.3-1") { ! require_once(PHPWS_SOURCE_DIR . "core/File.php"); ! } ! ! /* return to home page if the user is not a Deity */ if (!$_SESSION["OBJ_user"]->isDeity()) { header("location:index.php"); *************** *** 15,19 **** /* read sql install script, execute it, suppress errors */ ! if ($GLOBALS['core']->sqlImport($GLOBALS['core']->source_dir."mod/staffman/boost/uninstall.sql", TRUE, TRUE)) { /* report success */ --- 20,24 ---- /* read sql install script, execute it, suppress errors */ ! if ($GLOBALS['core']->sqlImport(PHPWS_SOURCE_DIR . "mod/staffman/boost/uninstall.sql", TRUE, TRUE)) { /* report success */ *************** *** 43,47 **** $content .= "Staff Listing removed from Search system.<br />"; ! $ok = PHPWS_File::rmdir(PHPWS_HOME_DIR . "images/staffman/"); if ($ok) { $content .= "The staffmember images directory was successfully removed.<br />"; --- 48,52 ---- $content .= "Staff Listing removed from Search system.<br />"; ! $ok = PHPWS_File::rmdir(PHPWS_SOURCE_DIR . "images/staffman/"); if ($ok) { $content .= "The staffmember images directory was successfully removed.<br />"; Index: update.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/staffman/boost/update.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** update.php 10 Sep 2003 20:36:08 -0000 1.1 --- update.php 6 Jan 2004 20:26:54 -0000 1.2 *************** *** 11,15 **** */ ! /* return to home page if the user is not the Deity */ if (!$_SESSION["OBJ_user"]->isDeity()){ header("location:index.php"); --- 11,15 ---- */ ! /* return to home page if the user is not a Deity */ if (!$_SESSION["OBJ_user"]->isDeity()){ header("location:index.php"); *************** *** 19,24 **** $status = 1; ! if ($currentVersion < 1.2) { ! $content = "Updating Staff Listing to version 1.2 .<br />"; /* reload the help information if help system is loaded */ --- 19,24 ---- $status = 1; ! if ($currentVersion < 1.3) { ! $content = "Updating Staff Listing to version 1.3 .<br />"; /* reload the help information if help system is loaded */ *************** *** 31,35 **** } ! $content .= "Update to version 1.2 finished.<br />"; } --- 31,35 ---- } ! $content .= "Update to version 1.3 finished.<br />"; } |
From: <gbr...@us...> - 2004-01-06 20:27:27
|
Update of /cvsroot/phpwebsite-comm/modules/staffman In directory sc8-pr-cvs1:/tmp/cvs-serv25928 Modified Files: index.php Log Message: Prepare for v1.3 release Index: index.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/staffman/index.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** index.php 2 Jul 2003 23:45:06 -0000 1.1.1.1 --- index.php 6 Jan 2004 20:26:50 -0000 1.2 *************** *** 30,33 **** } - ?> --- 30,32 ---- |
From: <gbr...@us...> - 2004-01-06 20:27:01
|
Update of /cvsroot/phpwebsite-comm/modules/staffman/docs In directory sc8-pr-cvs1:/tmp/cvs-serv25928/docs Modified Files: README.txt Log Message: Prepare for v1.3 release Index: README.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/staffman/docs/README.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** README.txt 24 Sep 2003 23:40:30 -0000 1.6 --- README.txt 6 Jan 2004 20:26:57 -0000 1.7 *************** *** 9,13 **** REQUIREMENTS: ------------------------------- ! phpWebSite v0.9.2 or above ------------------------------- --- 9,13 ---- REQUIREMENTS: ------------------------------- ! phpWebSite v0.9.2 - 0.9.3-2 and perhaps above ------------------------------- *************** *** 28,32 **** INSTALLATION ------------------------------ ! This module is designed to be self-installing. Simply drop the staffman directory into the mod/ directory of your site. Log in to your site as Deity, select Control Panel, Administration, and Boost. The staffman module is listed as "Staff Listing." Click the --- 28,32 ---- INSTALLATION ------------------------------ ! This module is self-installing. Simply drop the staffman directory into the mod/ directory of your site. Log in to your site as Deity, select Control Panel, Administration, and Boost. The staffman module is listed as "Staff Listing." Click the *************** *** 37,41 **** UPDATING ------------------------------ ! This module is designed to be self-updating. Simply drop the staffman directory into the mod/ directory of your site, replacing the existing staffman directory. Log in to your site as Deity, select Control Panel, Administration, and Boost. Click the Update --- 37,41 ---- UPDATING ------------------------------ ! This module is self-updating. Simply drop the staffman directory into the mod/ directory of your site, replacing the existing staffman directory. Log in to your site as Deity, select Control Panel, Administration, and Boost. Click the Update *************** *** 53,57 **** ------------------------------ To uninstall this module, log in to your site as Deity, select Control Panel/Administration ! and then Boost Module Upgrader. Locate 'Staff Listing' in the list of modules, and click Uninstall. NOTE THAT UN-INSTALLATION DESTROYS DATA in the form of information stored in the database and photo image files stored in images/staffman/. --- 53,57 ---- ------------------------------ To uninstall this module, log in to your site as Deity, select Control Panel/Administration ! and then Boost. Locate 'Staff Listing' in the list of modules, and click Uninstall. NOTE THAT UN-INSTALLATION DESTROYS DATA in the form of information stored in the database and photo image files stored in images/staffman/. *************** *** 60,64 **** FOR DEVELOPERS ------------------------------ ! This module is based heavily on the first module I wrote for phpWS 9, jobman.I wrote this module for two reasons: (1) I needed to upgrade a similarly-purposed module I wrote for phpWS 0.8.3, and (2) I wanted to understand even better the new --- 60,64 ---- FOR DEVELOPERS ------------------------------ ! This module is based heavily on the first module I wrote for phpWS 9, jobman. I wrote this module for two reasons: (1) I needed to upgrade a similarly-purposed module I wrote for phpWS 0.8.3, and (2) I wanted to understand even better the new *************** *** 90,93 **** --- 90,103 ---- VERSION HISTORY ------------------------------ + 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. 1.21 Corrected several minor bugs -- error message on calling aView before a listing |
From: <gbr...@us...> - 2004-01-06 20:27:00
|
Update of /cvsroot/phpwebsite-comm/modules/staffman/conf In directory sc8-pr-cvs1:/tmp/cvs-serv25928/conf Modified Files: boost.php config.php manager.php users.php Log Message: Prepare for v1.3 release Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/staffman/conf/boost.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** boost.php 24 Sep 2003 23:40:29 -0000 1.7 --- boost.php 6 Jan 2004 20:26:56 -0000 1.8 *************** *** 22,31 **** $user_icon = "staff.gif"; /* This module has an admin interface in the Modules display */ - /* If this is set to 1, and there is no conf/users.php file specifying a location, */ - /* on installation you may be asked in what module column to list */ - /* the staffman-admin icon. Click the Add button above the column where it should */ - /* be located. Then use the arrows to move the icon up and down. Click */ - /* Edit Menu Off in the User panel at the top of the body display to turn off */ - /* the icon positioning controls */ $admin_mod = 1; /* This module doesn't have a user interface in the Modules display. */ --- 22,25 ---- *************** *** 35,46 **** /* Sessions variable storing the module object */ $mod_sessions = array("STAFF_ListManager"); ! /* Classes and constructors of each class you would like initiated as module loads ??? */ $init_object = array("STAFF_ListManager"=>"STAFF_ListManager", "staffmember"=>"staffmember"); /* Whether or not the module is active */ $active = "on"; /* This package's version number */ ! $version = "1.21"; ! /* not sure, but likely the location on the web of the current version number */ ! /* $update_link = "phpwebsite.appstate.edu/fallout/updates/linkman/VERSION"; */ /* other modules on which this module depends */ $depend = array("menuman", "search"); --- 29,38 ---- /* Sessions variable storing the module object */ $mod_sessions = array("STAFF_ListManager"); ! /* Classes and constructors of each class you would like initiated as module loads */ $init_object = array("STAFF_ListManager"=>"STAFF_ListManager", "staffmember"=>"staffmember"); /* Whether or not the module is active */ $active = "on"; /* This package's version number */ ! $version = "1.3"; /* other modules on which this module depends */ $depend = array("menuman", "search"); Index: config.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/staffman/conf/config.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** config.php 2 Jul 2003 23:45:08 -0000 1.1.1.1 --- config.php 6 Jan 2004 20:26:56 -0000 1.2 *************** *** 10,14 **** */ ! define("STAFFMAN_DIR", PHPWS_HOME_DIR . "images/staffman/"); //NO SPACES in image types list --- 10,14 ---- */ ! define("STAFFMAN_DIR", PHPWS_SOURCE_DIR . "images/staffman/"); //NO SPACES in image types list Index: manager.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/staffman/conf/manager.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** manager.php 2 Jul 2003 23:45:08 -0000 1.1.1.1 --- manager.php 6 Jan 2004 20:26:56 -0000 1.2 *************** *** 1,5 **** <?php /** ! * Manager configuration file * Tells core/manager.php where to find things and how to display them * --- 1,5 ---- <?php /** ! * Manager configuration file for staffman * Tells core/manager.php where to find things and how to display them * Index: users.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/staffman/conf/users.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** users.php 2 Jul 2003 23:45:08 -0000 1.1.1.1 --- users.php 6 Jan 2004 20:26:56 -0000 1.2 *************** *** 1,5 **** <?php /** ! * File conf/users.php * Defines which Module column to display columns leading to admin and user interfaces * Note that whether there ARE such interfaces is defined in conf/boost.php --- 1,6 ---- <?php /** ! * File conf/users.php for staffman ! * * Defines which Module column to display columns leading to admin and user interfaces * Note that whether there ARE such interfaces is defined in conf/boost.php |
From: <gbr...@us...> - 2004-01-06 18:32:32
|
Update of /cvsroot/phpwebsite-comm/modules/jobman/lang In directory sc8-pr-cvs1:/tmp/cvs-serv31227/lang Modified Files: jobman.en.lng jobman.fr.lng Log Message: Preparing for 1.4-1 release Index: jobman.en.lng =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/jobman/lang/jobman.en.lng,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** jobman.en.lng 6 Jan 2004 16:50:37 -0000 1.5 --- jobman.en.lng 6 Jan 2004 18:32:28 -0000 1.6 *************** *** 4,7 **** --- 4,8 ---- a:|:Status:|:Status a:|:Hours:|:Hours + a:|:Available:|:Available a:|:Date Available:|:Date Available a:|:Contact:|:Contact Index: jobman.fr.lng =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/jobman/lang/jobman.fr.lng,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** jobman.fr.lng 6 Jan 2004 16:50:37 -0000 1.1 --- jobman.fr.lng 6 Jan 2004 18:32:28 -0000 1.2 *************** *** 5,8 **** --- 5,9 ---- a:|:Hours:|:Durée a:|:Date Available:|:Date d'entrée + a:|:Available:|:Disponible a:|:Contact:|:Contact a:|:Description:|:Description |
From: <gbr...@us...> - 2004-01-06 18:32:30
|
Update of /cvsroot/phpwebsite-comm/modules/jobman/docs In directory sc8-pr-cvs1:/tmp/cvs-serv31227/docs Modified Files: README.txt Log Message: Preparing for 1.4-1 release Index: README.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/jobman/docs/README.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** README.txt 6 Jan 2004 16:50:36 -0000 1.5 --- README.txt 6 Jan 2004 18:32:24 -0000 1.6 *************** *** 91,98 **** VERSION HISTORY ------------------------------ 1.4 Extended compatibility to phpWS 0.9.3-2. When viewing a position, only non-empty fields are displayed. - French translation included. 1.3 Added update scripting to re-load the help file, which changed with this version. --- 91,99 ---- VERSION HISTORY ------------------------------ + 1.4-1 + Added French translation, including translation of help. 1.4 Extended compatibility to phpWS 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. |