From: Eloi G. <ada...@us...> - 2004-09-30 05:15:22
|
Update of /cvsroot/phpwebsite-comm/modules/article/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25805/conf Modified Files: boost.php help.php Log Message: Release version 2.7 files. Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/conf/boost.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** boost.php 21 Aug 2004 17:38:17 -0000 1.13 --- boost.php 30 Sep 2004 05:14:31 -0000 1.14 *************** *** 19,23 **** $admin_mod = 1; $active = 'on'; ! $version = '2.6'; $mod_class_files = array('ArticleManager.php', --- 19,23 ---- $admin_mod = 1; $active = 'on'; ! $version = '2.7'; $mod_class_files = array('ArticleManager.php', Index: help.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/conf/help.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** help.php 21 Aug 2004 17:02:10 -0000 1.5 --- help.php 30 Sep 2004 05:14:31 -0000 1.6 *************** *** 21,28 **** $list_action = "Current Article Action"; ! $list_action_content = "These are actions you can perform on unsaved articles. The current actions are:<br /><br /> ! <b>Publish/Expire</b> - This button allows you to immediately PUBLISH (allow articles to be seen) or EXPIRE (remove articles from view without actually deleting them) the article. Publication & Expiration dates will be changed to accordingly.<br /> ! <b>Edit</b> - This allows you to edit am existing article.<br /> ! <b>Delete</b> - This allows you to remove a article from your database. You will be asked to confirm the deletion with a \"Yes\" or \"No\" answer."; $current_updated = "Updated Date"; --- 21,25 ---- $list_action = "Current Article Action"; ! $list_action_content = "These are actions you can perform on unsaved articles. The current actions are:<br /><br /><b>Publish/Expire</b> - This button allows you to immediately PUBLISH (allow articles to be seen) or EXPIRE (remove articles from view without actually deleting them) the article. Publication & Expiration dates will be changed to accordingly.<br /><b>Edit</b> - This allows you to edit am existing article.<br /><b>Delete</b> - This allows you to remove a article from your database. You will be asked to confirm the deletion with a \"Yes\" or \"No\" answer."; $current_updated = "Updated Date"; *************** *** 54,60 **** $section_template = "Section Template"; ! $section_template_content = "This is the template that will be applied to this section when it is viewed. ! \nMost templates have names that are fairly intuitive. ! \nIf you wish to create custom templates, please see the TEMPLATE_README included with ArticleManager."; $section_save = "Section Save"; --- 51,55 ---- $section_template = "Section Template"; ! $section_template_content = "This is the template that will be applied to this section when it is viewed. \nMost templates have names that are fairly intuitive. \nIf you wish to create custom templates, please see the TEMPLATE_README included with ArticleManager."; $section_save = "Section Save"; *************** *** 86,92 **** $article_publication_date = "Date of Publication"; ! $article_publication_date_content = "A story can only be viewable on the site after it is published. ! You don't need to change this value. It is automatically set to the date this story was created. ! \nIf you want this story to be invisible until a future date, then you can set it here."; $article_expiration_date = "Date of Expiration"; --- 81,85 ---- $article_publication_date = "Date of Publication"; ! $article_publication_date_content = "A story can only be viewable on the site after it is published. You don't need to change this value. It is automatically set to the date this story was created. \nIf you want this story to be invisible until a future date, then you can set it here."; $article_expiration_date = "Date of Expiration"; *************** *** 103,109 **** $article_template = "Article Template"; ! $article_template_content = "This is the template that will be applied to this article when it is viewed. ! \nMost templates have names that are fairly intuitive. ! \nIf you wish to create custom templates, please see the TEMPLATE_README included with ArticleManager."; $categories = "Category"; --- 96,100 ---- $article_template = "Article Template"; ! $article_template_content = "This is the template that will be applied to this article when it is viewed. \nMost templates have names that are fairly intuitive. \nIf you wish to create custom templates, please see the TEMPLATE_README included with ArticleManager."; $categories = "Category"; *************** *** 111,120 **** $authgroups = "Conditional Article Display"; ! $authgroups_content = "If your administrator has assigned you to groups, you can use this box to select which groups you want to be able to view your article. ! \nNote that you can only select from the groups that you are a member of."; $restricted_viewing = "Conditional Article Display"; ! $restricted_viewing_content = "If this is turned on, the user can only see those articles that belong to a group that they are a member of. ! \nIf an article is not owned by any groups (default setting), everyone can see it."; $summaries_on_homepage = 'Number of Article Summaries'; --- 102,109 ---- $authgroups = "Conditional Article Display"; ! $authgroups_content = "If your administrator has assigned you to groups, you can use this box to select which groups you want to be able to view your article. \nNote that you can only select from the groups that you are a member of."; $restricted_viewing = "Conditional Article Display"; ! $restricted_viewing_content = "If this is turned on, the user can only see those articles that belong to a group that they are a member of. \nIf an article is not owned by any groups (default setting), everyone can see it."; $summaries_on_homepage = 'Number of Article Summaries'; |