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: Darren G. <dg...@us...> - 2004-10-04 16:59:52
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7715/docs Modified Files: CHANGELOG Log Message: fixed xhtml compliant issue Index: CHANGELOG =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/docs/CHANGELOG,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** CHANGELOG 1 Oct 2004 19:02:10 -0000 1.30 --- CHANGELOG 4 Oct 2004 16:58:59 -0000 1.31 *************** *** 2,5 **** --- 2,8 ---- # $Id$ + 04 Oct 2004; Darren Greene <dg49379 [at] tux dot appstate.edu> + Fixed XHTML compliant issue on sorting screen. + 01 Oct 2004; Steven Levin <steven [at] tux dot appstate.edu> Fixed a warning received when saving a multi-view and no feeds |
From: Steven L. <jyd...@us...> - 2004-10-01 19:02:22
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8910/docs Modified Files: CHANGELOG Log Message: Fixed some javascript stuff to be XHTML+XML compliant Index: CHANGELOG =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/docs/CHANGELOG,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** CHANGELOG 1 Oct 2004 18:46:51 -0000 1.29 --- CHANGELOG 1 Oct 2004 19:02:10 -0000 1.30 *************** *** 5,8 **** --- 5,9 ---- Fixed a warning received when saving a multi-view and no feeds had been selected. + Fixed some javascript stuff to be XHTML+XML compliant 30 Sep 2004; Wendall Cada <wen...@us...> |
From: Steven L. <jyd...@us...> - 2004-10-01 19:02:20
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8910/class Modified Files: Multi_RSS.php Log Message: Fixed some javascript stuff to be XHTML+XML compliant Index: Multi_RSS.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/class/Multi_RSS.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** Multi_RSS.php 1 Oct 2004 18:46:25 -0000 1.25 --- Multi_RSS.php 1 Oct 2004 19:02:07 -0000 1.26 *************** *** 630,634 **** $form->setTab("SUBMIT_BUTTON", $tab++); $form->setExtra("SUBMIT_BUTTON", ! "onClick=\"selectAll(this.form.elements['SHOW_MULTIVIEW_SEL[]'])\""); $form->add("module", "hidden", "phpwsrssfeeds"); --- 630,634 ---- $form->setTab("SUBMIT_BUTTON", $tab++); $form->setExtra("SUBMIT_BUTTON", ! "onclick=\"selectAll(this.form.elements['SHOW_MULTIVIEW_SEL[]'])\""); $form->add("module", "hidden", "phpwsrssfeeds"); |
From: Steven L. <jyd...@us...> - 2004-10-01 18:47:02
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5578/docs Modified Files: CHANGELOG Log Message: Fixed a warning received when saving a multi-view and no feeds had been selected. Index: CHANGELOG =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/docs/CHANGELOG,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** CHANGELOG 30 Sep 2004 17:53:46 -0000 1.28 --- CHANGELOG 1 Oct 2004 18:46:51 -0000 1.29 *************** *** 2,5 **** --- 2,9 ---- # $Id$ + 01 Oct 2004; Steven Levin <steven [at] tux dot appstate.edu> + Fixed a warning received when saving a multi-view and no feeds + had been selected. + 30 Sep 2004; Wendall Cada <wen...@us...> Changed days_ahead field to VARCHAR(10) since default text of '0' bombs |
From: Steven L. <jyd...@us...> - 2004-10-01 18:47:01
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5578/class Modified Files: Multi_RSS.php Log Message: Fixed a warning received when saving a multi-view and no feeds had been selected. Index: Multi_RSS.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/class/Multi_RSS.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** Multi_RSS.php 23 Sep 2004 19:06:57 -0000 1.24 --- Multi_RSS.php 1 Oct 2004 18:46:25 -0000 1.25 *************** *** 733,739 **** if (!isset($_POST["SHOW_MULTIVIEW_SEL"]) || !is_array($_POST["SHOW_MULTIVIEW_SEL"])) { ! $message["SHOW_MULTIVIEW"] = $_SESSION['translate']->it("Please select feeds for inclusion."); ! $error = TRUE; ! } //Check to see if a number has been entered into max items if number is 0 or NULL reset to 10 if (isset($_POST["MAX_MULTI_ITEMS"]) && !is_numeric($_POST["MAX_MULTI_ITEMS"])){ --- 733,743 ---- if (!isset($_POST["SHOW_MULTIVIEW_SEL"]) || !is_array($_POST["SHOW_MULTIVIEW_SEL"])) { ! $this->_show_in_multiview = array(); ! $message["SHOW_MULTIVIEW"] = $_SESSION['translate']->it("Please select feeds for inclusion."); ! $error = TRUE; ! } else { ! $this->_show_in_multiview = $_POST["SHOW_MULTIVIEW_SEL"]; ! } ! //Check to see if a number has been entered into max items if number is 0 or NULL reset to 10 if (isset($_POST["MAX_MULTI_ITEMS"]) && !is_numeric($_POST["MAX_MULTI_ITEMS"])){ *************** *** 750,754 **** // note that parseInput called this way allows the global set of HTML tags to be included $this->setLabel(RSS_common::get_htmlentities(PHPWS_Text::parseInput(@$_POST["TITLE"]))); - $this->_show_in_multiview = @$_POST["SHOW_MULTIVIEW_SEL"]; $current_home = $this->_home; --- 754,757 ---- |
From: Wendall C. <wen...@us...> - 2004-09-30 17:53:56
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17333/docs Modified Files: CHANGELOG Log Message: Fixed minor db error Index: CHANGELOG =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/docs/CHANGELOG,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** CHANGELOG 29 Sep 2004 16:41:07 -0000 1.27 --- CHANGELOG 30 Sep 2004 17:53:46 -0000 1.28 *************** *** 2,5 **** --- 2,9 ---- # $Id$ + 30 Sep 2004; Wendall Cada <wen...@us...> + Changed days_ahead field to VARCHAR(10) since default text of '0' bombs + when used in a text field. + 28 Sep 2004; Darren Greene <dg49379 at user dot sourceforge dot net> Fixed update bug of not updating multiple feeds if the first one fails |
From: Wendall C. <wen...@us...> - 2004-09-30 17:53:54
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/boost In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17333/boost Modified Files: install.sql update.php Log Message: Fixed minor db error Index: install.sql =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/boost/install.sql,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** install.sql 23 Sep 2004 19:06:55 -0000 1.13 --- install.sql 30 Sep 2004 17:53:26 -0000 1.14 *************** *** 69,73 **** sort_order TEXT, orgn_by_date SMALLINT NOT NULL DEFAULT '0', ! days_ahead TEXT DEFAULT '0', PRIMARY KEY (id) ); --- 69,73 ---- sort_order TEXT, orgn_by_date SMALLINT NOT NULL DEFAULT '0', ! days_ahead VARCHAR(10) DEFAULT '0', PRIMARY KEY (id) ); Index: update.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/boost/update.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** update.php 23 Sep 2004 19:06:55 -0000 1.23 --- update.php 30 Sep 2004 17:53:26 -0000 1.24 *************** *** 146,150 **** if(!$GLOBALS["core"]->sqlColumnExists("mod_phpwsrssfeeds_multi", "days_ahead")) ! if(!$GLOBALS['core']->query("ALTER TABLE mod_phpwsrssfeeds_multi ADD COLUMN `days_ahead` " . "TEXT DEFAULT '0' AFTER `orgn_by_date`", TRUE)) { $status = 0; } --- 146,150 ---- if(!$GLOBALS["core"]->sqlColumnExists("mod_phpwsrssfeeds_multi", "days_ahead")) ! if(!$GLOBALS['core']->query("ALTER TABLE mod_phpwsrssfeeds_multi ADD COLUMN `days_ahead` " . "VARCHAR(20) DEFAULT '0' AFTER `orgn_by_date`", TRUE)) { $status = 0; } |
From: Eloi G. <ada...@us...> - 2004-09-30 05:15:39
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates/article/Blank In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25805/templates/article/Blank Modified Files: content.tpl title.tpl Log Message: Release version 2.7 files. Index: title.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/article/Blank/title.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** title.tpl 31 Jul 2003 22:35:32 -0000 1.2 --- title.tpl 30 Sep 2004 05:14:33 -0000 1.3 *************** *** 1,4 **** <!-- BEGIN OPTIONS --> ! <div style="float: right; text-align: right;">{PRINT_ICON} {EMAIL}</div> <!-- END OPTIONS --> {TITLE} --- 1,6 ---- <!-- BEGIN OPTIONS --> ! <div class="smalltext"style="float: right; text-align: right;"> ! {PRINT_ICON} {EMAIL} ! </div> <!-- END OPTIONS --> {TITLE} Index: content.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/article/Blank/content.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** content.tpl 31 Jul 2003 22:35:32 -0000 1.3 --- content.tpl 30 Sep 2004 05:14:33 -0000 1.4 *************** *** 1,4 **** <!-- BEGIN NAVIGATION --> ! <div class="smalltext" align="right"> {NAVBAR} </div> --- 1,4 ---- <!-- BEGIN NAVIGATION --> ! <div class="smalltext" style="text-align:right"> {NAVBAR} </div> *************** *** 19,26 **** <div style="float: right; text-align: right;">{NEXT}</div> <div style="text-align: center;">{NAVBAR}</div> ! <br /><center>{NAVLIST}</center> <!-- END PAGETURN --> <!-- BEGIN OPTIONS --> ! <div class="smalltext" style="clear : both;" align="right"> <br /> {EDIT} {DELETE} --- 19,27 ---- <div style="float: right; text-align: right;">{NEXT}</div> <div style="text-align: center;">{NAVBAR}</div> ! <br /> ! <div style="text-align: center;">{NAVLIST}</div> <!-- END PAGETURN --> <!-- BEGIN OPTIONS --> ! <div class="smalltext" style="clear:both; text-align:right"> <br /> {EDIT} {DELETE} |
From: Eloi G. <ada...@us...> - 2004-09-30 05:15:29
|
Update of /cvsroot/phpwebsite-comm/modules/article/inc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25805/inc Modified Files: AM_list_articles.php AM_view_archives.php AM_view_news.php A_delete.php A_edit.php A_mail.php A_remove_section.php A_view_history.php S_edit.php S_update.php editconfig.php Log Message: Release version 2.7 files. Index: editconfig.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/editconfig.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** editconfig.php 21 Aug 2004 17:02:13 -0000 1.8 --- editconfig.php 30 Sep 2004 05:14:32 -0000 1.9 *************** *** 14,17 **** --- 14,18 ---- * @return none */ + $form = new EZform; /* Section Headers */ *************** *** 22,219 **** /* Get the Default Page Template */ ! $article_tpl_array = PHPWS_Template::listTemplates('article',true,'article'); ! if (is_array($article_tpl_array)) ! { ! /* Sort the list */ ! asort($article_tpl_array); ! $tags['DEFAULT_ARTICLE_TEMPLATE'] = ! PHPWS_Form::formSelect('CONFIG_default_article_template', $article_tpl_array, $this->val['default_article_template'], true, NULL, NULL) ! . ' ' . $_SESSION['translate']->it('Default page template') ! . CLS_help::show_link('article', 'article_template'); ! } /* Get the Default Section Template */ ! $sect_tpl_array = PHPWS_Template::listTemplates('article',false,'section'); ! if (is_array($sect_tpl_array)) ! { ! /* Strip the extensions off for readability */ ! $sect_tpl_array = str_replace('.tpl', NULL, $sect_tpl_array); ! /* Sort the list */ ! asort($sect_tpl_array); ! $tags['DEFAULT_SECTION_TEMPLATE'] = ! PHPWS_Form::formSelect('CONFIG_default_section_template', $sect_tpl_array, $this->val['default_section_template'], true, NULL, NULL) ! . ' ' . $_SESSION['translate']->it('Default section template') ! . CLS_help::show_link('article', 'section_template'); ! } /* summaries_on_homepage */ ! $tags['SUMMARIES_ON_HOMEPAGE'] = ! PHPWS_Form::formSelect('CONFIG_summaries_on_homepage', range(0,50) ! , $this->val['summaries_on_homepage'], NULL, NULL, NULL) ! . ' ' . $_SESSION['translate']->it('Number of summaries to show on the Home Page') ! . CLS_help::show_link('article', 'summaries_on_homepage'); /* popular_articles */ ! $tags['POPULAR_ARTICLES'] = ! PHPWS_Form::formSelect('CONFIG_popular_articles', range(0,50) ! , $this->val['popular_articles'], NULL, NULL, NULL) ! . ' ' . $_SESSION['translate']->it('Number of links in the "Popular Articles" Block') ! . CLS_help::show_link('article', 'popular_articles'); /* prev_n_articles */ ! $tags['PREV_N_ARTICLES'] = ! PHPWS_Form::formSelect('CONFIG_prev_n_articles', range(0,50) ! , $this->val['prev_n_articles'], NULL, NULL, NULL) ! . ' ' . $_SESSION['translate']->it('Number of links in the "Previous Articles" Block') ! . CLS_help::show_link('article', 'prev_n_articles'); /* listings_per_page */ ! $tags['LISTINGS_PER_PAGE'] = ! PHPWS_Form::formSelect('CONFIG_listings_per_page', range(1,50) ! , $this->val['listings_per_page'], NULL, NULL, NULL) ! . ' ' . $_SESSION['translate']->it('Number of listings to show per page under the Main Menu') ! . CLS_help::show_link('article', 'listings_per_page'); /* need_approval */ ! $tags['NEED_APPROVAL'] = ! PHPWS_Form::formCheckBox('CONFIG_need_approval',1,$this->val['need_approval'],NULL ! ,$_SESSION['translate']->it('Articles need approval before publication')) ! . CLS_help::show_link('configmanager', 'need_approval'); /* default_allow_comments */ ! $tags['DEFAULT_ALLOW_COMMENTS'] = PHPWS_Form::formCheckBox('CONFIG_default_allow_comments',1 ! ,$this->val['default_allow_comments'],NULL ! ,$_SESSION['translate']->it('Comments are allowed by default')) ! . CLS_help::show_link('configmanager', 'default_allow_comments'); /* default_allow_anon */ ! $tags['DEFAULT_ALLOW_ANON'] = PHPWS_Form::formCheckBox('CONFIG_default_allow_anon',1 ! ,$this->val['default_allow_anon'],NULL ! ,$_SESSION['translate']->it('Comments by unregistered users are allowed by default')) ! . CLS_help::show_link('configmanager', 'default_allow_anon'); /* archive_days*/ ! $tags['ARCHIVE_DAYS'] = PHPWS_Form::formSelect('CONFIG_archive_days', range(0,60), $this->val['archive_days'], TRUE) ! . ' ' . $_SESSION['translate']->it('Number of days to store old versions of articles in the archives.'); $tags['USERS_LABEL'] = $_SESSION['translate']->it('Registered users can'); /* users_can_submit */ ! $tags['USERS_CAN_SUBMIT'] = PHPWS_Form::formCheckBox('CONFIG_users_can_submit',1 ! ,$this->val['users_can_submit'],NULL ! ,$_SESSION['translate']->it('Submit articles')) ! . CLS_help::show_link('configmanager', 'users_can_submit'); /* users_select_article_tpl */ ! $tags['USERS_SELECT_ARTICLE_TPL'] = PHPWS_Form::formCheckBox('CONFIG_users_select_article_tpl',1 ! ,$this->val['users_select_article_tpl'],NULL ! ,$_SESSION['translate']->it('Select article templates')) ! . CLS_help::show_link('configmanager', 'users_select_article_tpl'); /* users_select_section_tpl */ ! $tags['USERS_SELECT_SECTION_TPL'] = PHPWS_Form::formCheckBox('CONFIG_users_select_section_tpl',1 ! ,$this->val['users_select_section_tpl'],NULL ! ,$_SESSION['translate']->it('Select section templates')) ! . CLS_help::show_link('configmanager', 'users_select_section_tpl'); /* users_allow_comments */ ! $tags['USERS_ALLOW_COMMENTS'] = PHPWS_Form::formCheckBox('CONFIG_users_allow_comments',1 ! ,$this->val['users_allow_comments'],NULL ! ,$_SESSION['translate']->it('Allow/Disallow comments')) ! . CLS_help::show_link('configmanager', 'users_allow_comments'); /* users_change_dates */ ! $tags['USERS_CHANGE_DATES'] = PHPWS_Form::formCheckBox('CONFIG_users_change_dates',1 ! ,$this->val['users_change_dates'],NULL ! ,$_SESSION['translate']->it('Set Publication Dates')) ! . CLS_help::show_link('configmanager', 'users_change_dates'); /* user_images_in_article */ ! $tags['USER_IMAGES_IN_ARTICLE'] = PHPWS_Form::formCheckBox('CONFIG_user_images_in_article',1 ! ,$this->val['user_images_in_article'],NULL ! ,$_SESSION['translate']->it('Place images in articles')) ! . CLS_help::show_link('configmanager', 'user_images_in_article'); /* user_upload_images */ ! $tags['USER_UPLOAD_IMAGES'] = PHPWS_Form::formCheckBox('CONFIG_user_upload_images',1 ! ,$this->val['user_upload_images'],NULL ! ,$_SESSION['translate']->it('Upload images to the site')) ! . CLS_help::show_link('configmanager', 'user_upload_images'); /* can_expire */ ! $tags['CAN_EXPIRE'] = PHPWS_Form::formCheckBox('CONFIG_can_expire',1 ! ,$this->val['can_expire'],NULL ! ,$_SESSION['translate']->it('Articles can expire on a predefined date')) ! . CLS_help::show_link('configmanager', 'can_expire'); /* expiration_years */ /* expiration_months */ /* expiration_days */ $tags['EXPIRATION_LABEL'] = $_SESSION['translate']->it('The default expiration date is [var1] years, [var2] months, and [var3] days from article creation.' ! , PHPWS_Form::formSelect('CONFIG_expiration_years', range(0,5), $this->val['expiration_years'], NULL, NULL, NULL) ! , PHPWS_Form::formSelect('CONFIG_expiration_months', range(0,11), $this->val['expiration_months'], NULL, NULL, NULL) ! , PHPWS_Form::formSelect('CONFIG_expiration_days', range(0,31), $this->val['expiration_days'], NULL, NULL, NULL)) . CLS_help::show_link('article', 'expiration_default'); /* default_year_count*/ $tags['DEFAULT_YEAR_COUNT'] = $_SESSION['translate']->it('Publication dates can be set up to [var1] year(s) from article creation.' ! , PHPWS_Form::formSelect('CONFIG_default_year_count', range(1,5) ! , $this->val['default_year_count'], TRUE) ); /* max_image_size */ $tags['MAX_IMAGE_SIZE'] = $_SESSION['translate']->it('The maximum uploaded image [var1] allowed is [var2] Kb' ! , 'filesize' ! , PHPWS_Form::formTextField('CONFIG_max_image_size' ! , $this->val['max_image_size'], 4, 4)) . CLS_help::show_link('article', 'max_image_size'); /* max_image_height */ $tags['MAX_IMAGE_HEIGHT'] = $_SESSION['translate']->it('The maximum uploaded image [var1] allowed is [var2] pixels' ! , 'height' ! , PHPWS_Form::formTextField('CONFIG_max_image_height', $this->val['max_image_height'], 4, 4)); /* max_image_width */ $tags['MAX_IMAGE_WIDTH'] = $_SESSION['translate']->it('The maximum uploaded image [var1] allowed is [var2] pixels' ! , 'width' ! , PHPWS_Form::formTextField('CONFIG_max_image_width', $this->val['max_image_width'], 4, 4)); /* restricted_viewing */ ! //$tags['RESTRICTED_VIEWING'] = PHPWS_Form::formCheckBox('CONFIG_restricted_viewing',1 ! // ,$this->val['restricted_viewing'],NULL ! // ,$_SESSION['translate']->it('Users can only see articles that belong to a group that they are members of')) ! // . CLS_help::show_link('configmanager', 'restricted_viewing'); /* lock_expiration_time */ $tags['LOCK_EXPIRATION_TIME'] = $_SESSION['translate']->it('The maximum time someone can spend editing an article is [var1] seconds' ! ,PHPWS_Form::formTextField('CONFIG_lock_expiration_time' ! , $this->val['lock_expiration_time'], 4, 4)) . CLS_help::show_link('article', 'lock_expiration_time'); /* make_metatags */ ! $tags['MAKE_METATAGS'] = PHPWS_Form::formCheckBox('CONFIG_make_metatags',1 ! ,$this->val['make_metatags'],NULL ! ,$_SESSION['translate']->it('Let Article Manager automatically generate meta descriptions')) ! . CLS_help::show_link('configmanager', 'make_metatags'); ! /* make_metatags */ ! $tags['BRAND_PRINTABLE'] = PHPWS_Form::formCheckBox('CONFIG_brand_printable',1 ! ,$this->val['brand_printable'],NULL ! ,$_SESSION['translate']->it('Show page headers and footers on printable versions of articles')); /* use_comments */ ! $tags['USE_COMMENTS'] = PHPWS_Form::formCheckBox('CONFIG_use_comments',1 ! ,$this->val['use_comments'],NULL ! ,$_SESSION['translate']->it('Enable comments for articles')) ! . CLS_help::show_link('configmanager', 'use_comments'); ! $tags['SAVE'] = PHPWS_Form::formSubmit($_SESSION['translate']->it('Save Settings'), 'ARTICLE_vars[config:save]'); ! $tags['RESET'] = PHPWS_Form::formSubmit($_SESSION['translate']->it('Reset Settings'), 'ARTICLE_vars[config:reset]'); ! ! $content[0] = PHPWS_Template::processTemplate($tags,'article','config.tpl'); ! $content[0] .= PHPWS_Form::formHidden('module', 'article'); $title = $_SESSION['translate']->it('Article Manager Configuration'); ! $content = PHPWS_Form::makeForm('ART_config', 'index.php', $content, 'post', 0, TRUE); $_SESSION['OBJ_layout']->popbox($title, $content, NULL, 'CNT_article'); ?> --- 23,234 ---- /* Get the Default Page Template */ ! $result = PHPWS_Template::listTemplates('article',true,'article'); ! foreach ($result as $value) ! $article_tpl_array[(string)$value] = $value; ! asort($article_tpl_array); ! $tags['DEFAULT_ARTICLE_TEMPLATE_LABEL'] = $_SESSION['translate']->it('Default page template'); ! $tags['DEFAULT_ARTICLE_TEMPLATE_HELP'] = CLS_help::show_link('article', 'article_template'); ! $form->add('CONFIG_default_article_template', 'select', $article_tpl_array); ! $form->setMatch('CONFIG_default_article_template', $this->val['default_article_template']); ! /* Get the Default Section Template */ ! $result = PHPWS_Template::listTemplates('article',false,'section'); ! $result = str_replace('.tpl', NULL, $result); ! /* Turn this into an assoc array */ ! foreach ($result as $value) ! /* An "insert page" temp[late should not be used as default */ ! if (!stristr($value, 'page_insert')) ! $sect_tpl_array[(string)$value] = $value; ! /* Sort the list */ ! asort($sect_tpl_array); ! $tags['DEFAULT_SECTION_TEMPLATE_LABEL'] = $_SESSION['translate']->it('Default section template'); ! $tags['DEFAULT_SECTION_TEMPLATE_HELP'] = CLS_help::show_link('article', 'section_template'); ! $form->add('CONFIG_default_section_template', 'select', $sect_tpl_array); ! $form->setMatch('CONFIG_default_section_template', $this->val['default_section_template']); ! /* summaries_on_homepage */ ! $tags['SUMMARIES_ON_HOMEPAGE_LABEL'] = $_SESSION['translate']->it('Number of summaries to show on the Home Page'); ! $tags['SUMMARIES_ON_HOMEPAGE_HELP'] = CLS_help::show_link('article', 'summaries_on_homepage'); ! $form->add('CONFIG_summaries_on_homepage', 'select', range(0,50)); ! $form->setMatch('CONFIG_summaries_on_homepage', $this->val['summaries_on_homepage'], TRUE); /* popular_articles */ ! $tags['POPULAR_ARTICLES_LABEL'] = $_SESSION['translate']->it('Number of links in the "Popular Articles" Block'); ! $tags['POPULAR_ARTICLES_HELP'] = CLS_help::show_link('article', 'popular_articles'); ! $form->add('CONFIG_popular_articles', 'select', range(0,50)); ! $form->setMatch('CONFIG_popular_articles', $this->val['popular_articles'], TRUE); /* prev_n_articles */ ! $tags['PREV_N_ARTICLES_LABEL'] = $_SESSION['translate']->it('Number of links in the "Previous Articles" Block'); ! $tags['PREV_N_ARTICLES_HELP'] = CLS_help::show_link('article', 'prev_n_articles'); ! $form->add('CONFIG_prev_n_articles', 'select', range(0,50)); ! $form->setMatch('CONFIG_prev_n_articles', $this->val['prev_n_articles'], TRUE); /* listings_per_page */ ! $tags['LISTINGS_PER_PAGE_LABEL'] = $_SESSION['translate']->it('Number of listings to show per page under the Main Menu'); ! $tags['LISTINGS_PER_PAGE_HELP'] = CLS_help::show_link('article', 'listings_per_page'); ! $form->add('CONFIG_listings_per_page', 'select', range(1,50)); ! $form->setMatch('CONFIG_listings_per_page', $this->val['listings_per_page'], TRUE); /* need_approval */ ! $tags['NEED_APPROVAL_LABEL'] = $_SESSION['translate']->it('Articles need approval before publication'); ! //$tags['NEED_APPROVAL_HELP'] = CLS_help::show_link('article', 'need_approval'); ! $form->add('CONFIG_need_approval', 'checkbox'); ! $form->setMatch('CONFIG_need_approval', $this->val['need_approval']); /* default_allow_comments */ ! $tags['DEFAULT_ALLOW_COMMENTS_LABEL'] = $_SESSION['translate']->it('Comments are allowed by default'); ! //$tags['DEFAULT_ALLOW_COMMENTS_HELP'] = CLS_help::show_link('article', 'default_allow_comments'); ! $form->add('CONFIG_default_allow_comments', 'checkbox'); ! $form->setMatch('CONFIG_default_allow_comments', $this->val['default_allow_comments']); /* default_allow_anon */ ! $tags['DEFAULT_ALLOW_ANON_LABEL'] = $_SESSION['translate']->it('Comments by unregistered users are allowed by default'); ! //$tags['DEFAULT_ALLOW_ANON_HELP'] = CLS_help::show_link('article', 'default_allow_anon'); ! $form->add('CONFIG_default_allow_anon', 'checkbox'); ! $form->setMatch('CONFIG_default_allow_anon', $this->val['default_allow_anon']); /* archive_days*/ ! $tags['ARCHIVE_DAYS_LABEL'] = $_SESSION['translate']->it('Number of days to store old versions of articles in the archives.'); ! $form->add('CONFIG_archive_days', 'select', range(0,60)); ! $form->setMatch('CONFIG_archive_days', $this->val['archive_days'], TRUE); $tags['USERS_LABEL'] = $_SESSION['translate']->it('Registered users can'); /* users_can_submit */ ! $tags['USERS_CAN_SUBMIT_LABEL'] = $_SESSION['translate']->it('Submit articles'); ! //$tags['USERS_CAN_SUBMIT_HELP'] = CLS_help::show_link('article', 'users_can_submit'); ! $form->add('CONFIG_users_can_submit', 'checkbox'); ! $form->setMatch('CONFIG_users_can_submit', $this->val['users_can_submit']); /* users_select_article_tpl */ ! $tags['USERS_SELECT_ARTICLE_TPL_LABEL'] = $_SESSION['translate']->it('Select article templates'); ! //$tags['USERS_SELECT_ARTICLE_TPL_HELP'] = CLS_help::show_link('article', 'users_select_article_tpl'); ! $form->add('CONFIG_users_select_article_tpl', 'checkbox'); ! $form->setMatch('CONFIG_users_select_article_tpl', $this->val['users_select_article_tpl']); /* users_select_section_tpl */ ! $tags['USERS_SELECT_SECTION_TPL_LABEL'] = $_SESSION['translate']->it('Select section templates'); ! //$tags['USERS_SELECT_SECTION_TPL_HELP'] = CLS_help::show_link('article', 'users_select_section_tpl'); ! $form->add('CONFIG_users_select_section_tpl', 'checkbox'); ! $form->setMatch('CONFIG_users_select_section_tpl', $this->val['users_select_section_tpl']); /* users_allow_comments */ ! $tags['USERS_ALLOW_COMMENTS_LABEL'] = $_SESSION['translate']->it('Allow/Disallow comments'); ! //$tags['USERS_ALLOW_COMMENTS_HELP'] = CLS_help::show_link('article', 'users_allow_comments'); ! $form->add('CONFIG_users_allow_comments', 'checkbox'); ! $form->setMatch('CONFIG_users_allow_comments', $this->val['users_allow_comments']); /* users_change_dates */ ! $tags['USERS_CHANGE_DATES_LABEL'] = $_SESSION['translate']->it('Set Publication Dates'); ! //$tags['USERS_CHANGE_DATES_HELP'] = CLS_help::show_link('article', 'users_change_dates'); ! $form->add('CONFIG_users_change_dates', 'checkbox'); ! $form->setMatch('CONFIG_users_change_dates', $this->val['users_change_dates']); /* user_images_in_article */ ! $tags['USER_IMAGES_IN_ARTICLE_LABEL'] = $_SESSION['translate']->it('Place images in articles'); ! //$tags['USER_IMAGES_IN_ARTICLE_HELP'] = CLS_help::show_link('article', 'user_images_in_article'); ! $form->add('CONFIG_user_images_in_article', 'checkbox'); ! $form->setMatch('CONFIG_user_images_in_article', $this->val['user_images_in_article']); /* user_upload_images */ ! $tags['USER_UPLOAD_IMAGES_LABEL'] = $_SESSION['translate']->it('Upload images to the site'); ! //$tags['USER_UPLOAD_IMAGES_HELP'] = CLS_help::show_link('article', 'user_upload_images'); ! $form->add('CONFIG_user_upload_images', 'checkbox'); ! $form->setMatch('CONFIG_user_upload_images', $this->val['user_upload_images']); /* can_expire */ ! $tags['CAN_EXPIRE_LABEL'] = $_SESSION['translate']->it('Articles can expire on a predefined date'); ! $tags['CAN_EXPIRE_HELP'] = CLS_help::show_link('article', 'can_expire'); ! $form->add('CONFIG_can_expire', 'checkbox'); ! $form->setMatch('CONFIG_can_expire', $this->val['can_expire']); /* expiration_years */ + $form->add('CONFIG_expiration_years', 'select', range(0,5)); + $form->setMatch('CONFIG_expiration_years', $this->val['expiration_years'], TRUE); /* expiration_months */ + $form->add('CONFIG_expiration_months', 'select', range(0,11)); + $form->setMatch('CONFIG_expiration_months', $this->val['expiration_months'], TRUE); /* expiration_days */ + $form->add('CONFIG_expiration_days', 'select', range(0,30)); + $form->setMatch('CONFIG_expiration_days', $this->val['expiration_days'], TRUE); $tags['EXPIRATION_LABEL'] = $_SESSION['translate']->it('The default expiration date is [var1] years, [var2] months, and [var3] days from article creation.' ! , '<label><span style="display:none">'.$_SESSION['translate']->it('Select number of years').'</span>' ! .$form->get('CONFIG_expiration_years').'</label>' ! , '<label><span style="display:none">'.$_SESSION['translate']->it('Select number of months').'</span>' ! .$form->get('CONFIG_expiration_months').'</label>' ! , '<label><span style="display:none">'.$_SESSION['translate']->it('Select number of days').'</span>' ! .$form->get('CONFIG_expiration_days').'</label>') . CLS_help::show_link('article', 'expiration_default'); /* default_year_count*/ + $form->add('CONFIG_default_year_count', 'select', range(0,5)); + $form->setMatch('CONFIG_default_year_count', $this->val['default_year_count'], TRUE); $tags['DEFAULT_YEAR_COUNT'] = $_SESSION['translate']->it('Publication dates can be set up to [var1] year(s) from article creation.' ! , '<label><span style="display:none">'.$_SESSION['translate']->it('Select number of years').'</span>' ! .$form->get('CONFIG_default_year_count').'</label>'); /* max_image_size */ $tags['MAX_IMAGE_SIZE'] = $_SESSION['translate']->it('The maximum uploaded image [var1] allowed is [var2] Kb' ! , 'filesize' ! , '<label><span style="display:none">'.$_SESSION['translate']->it('Enter a filesize in Kb').'</span>' ! . '<input type="text" name="CONFIG_max_image_size" value="'.$this->val['max_image_size'].'" size="4" maxlength="4" /></label>') . CLS_help::show_link('article', 'max_image_size'); /* max_image_height */ $tags['MAX_IMAGE_HEIGHT'] = $_SESSION['translate']->it('The maximum uploaded image [var1] allowed is [var2] pixels' ! , 'height' ! , '<label><span style="display:none">'.$_SESSION['translate']->it('Enter an image height in pixels').'</span>' ! . '<input type="text" name="CONFIG_max_image_height" value="'.$this->val['max_image_height'].'" size="4" maxlength="4" /></label>'); /* max_image_width */ $tags['MAX_IMAGE_WIDTH'] = $_SESSION['translate']->it('The maximum uploaded image [var1] allowed is [var2] pixels' ! , 'width' ! , '<label><span style="display:none">'.$_SESSION['translate']->it('Enter an image width in pixels').'</span>' ! . '<input type="text" name="CONFIG_max_image_width" value="'.$this->val['max_image_width'].'" size="4" maxlength="4" /></label>'); /* restricted_viewing */ ! //$tags['RESTRICTED_VIEWING_LABEL'] = $_SESSION['translate']->it('Users can only see articles that belong to a group that they are members of'); ! //$tags['RESTRICTED_VIEWING_HELP'] = CLS_help::show_link('article', 'restricted_viewing'); ! //$form->add('CONFIG_restricted_viewing', 'checkbox'); ! //$form->setMatch('CONFIG_restricted_viewing', $this->val['restricted_viewing']); /* lock_expiration_time */ $tags['LOCK_EXPIRATION_TIME'] = $_SESSION['translate']->it('The maximum time someone can spend editing an article is [var1] seconds' ! , '<label><span style="display:none">'.$_SESSION['translate']->it('Enter number of seconds').'</span>' ! . '<input type="text" name="CONFIG_lock_expiration_time" value="'.$this->val['lock_expiration_time'].'" size="4" maxlength="4" /></label>') . CLS_help::show_link('article', 'lock_expiration_time'); /* make_metatags */ ! $tags['MAKE_METATAGS_LABEL'] = $_SESSION['translate']->it('Let Article Manager automatically generate meta descriptions'); ! $tags['MAKE_METATAGS_HELP'] = CLS_help::show_link('article', 'make_metatags'); ! $form->add('CONFIG_make_metatags', 'checkbox'); ! $form->setMatch('CONFIG_make_metatags', $this->val['make_metatags']); ! /* brand_printable */ ! $tags['BRAND_PRINTABLE_LABEL'] = $_SESSION['translate']->it('Show page headers and footers on printable versions of articles'); ! //$tags['BRAND_PRINTABLE_HELP'] = CLS_help::show_link('article', 'brand_printable'); ! $form->add('CONFIG_brand_printable', 'checkbox'); ! $form->setMatch('CONFIG_brand_printable', $this->val['brand_printable']); /* use_comments */ ! $tags['USE_COMMENTS_LABEL'] = $_SESSION['translate']->it('Enable comments for articles'); ! //$tags['USE_COMMENTS_HELP'] = CLS_help::show_link('article', 'use_comments'); ! $form->add('CONFIG_use_comments', 'checkbox'); ! $form->setMatch('CONFIG_use_comments', $this->val['use_comments']); ! $tags['SAVE'] = '<input name="ARTICLE_vars[config:save]" value="'.$_SESSION['translate']->it('Save Settings').'" type="submit">'; ! $tags['RESET'] = '<input name="ARTICLE_vars[config:reset]" value="'.$_SESSION['translate']->it('Reset Settings').'" type="submit">'; + $tags = $form->getTemplate(TRUE, FALSE, $tags); $title = $_SESSION['translate']->it('Article Manager Configuration'); ! $content = '<form name="ART_config" action="index.php" method="post">' ! . '<input name="module" value="article" type="hidden">' ! . PHPWS_Template::processTemplate($tags,'article','config.tpl') ! . '</form>'; ! $_SESSION['OBJ_layout']->popbox($title, $content, NULL, 'CNT_article'); ?> Index: S_update.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/S_update.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** S_update.php 18 Jun 2004 23:31:10 -0000 1.2 --- S_update.php 30 Sep 2004 05:14:32 -0000 1.3 *************** *** 88,92 **** $this->image['caption'] = PHPWS_Text::parseInput($_POST['SECT_image_caption']); if (isset($_POST['SECT_template'])) ! $this->template = str_replace(' ','_',$_POST['SECT_template']); if (isset($_POST['SECT_new_page'])) $this->new_page = 1; --- 88,92 ---- $this->image['caption'] = PHPWS_Text::parseInput($_POST['SECT_image_caption']); if (isset($_POST['SECT_template'])) ! $this->template = $_POST['SECT_template']; if (isset($_POST['SECT_new_page'])) $this->new_page = 1; Index: S_edit.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/S_edit.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** S_edit.php 18 Jun 2004 23:31:10 -0000 1.2 --- S_edit.php 30 Sep 2004 05:14:32 -0000 1.3 *************** *** 14,39 **** include(PHPWS_SOURCE_DIR . 'mod/article/conf/config.php'); if (is_numeric($this->id)) ! $section_title = '<div name="'.$this->id.'" class="bg_dark">' ! . $_SESSION['translate']->it('Edit Section') . '</div>'; else ! $section_title = '<div name="new section" class="bg_dark">' ! . $_SESSION['translate']->it('New Section') . '</div>'; ! $myelements[0] = PHPWS_Form::formCheckBox('SECT_new_page',1,$this->new_page,NULL, $_SESSION['translate']->it('Start on new page?')) ! . CLS_help::show_link('article', 'section_new_page') . '<br />'; ! $myelements[0] .= $_SESSION['SES_ART_master']->get_error('SECT_title') ! . $_SESSION['translate']->it('Section Title').':' ! . CLS_help::show_link('article', 'section_title').'<br />' ! . PHPWS_WizardBag::js_insert('wysiwyg', 'SECT_edit', 'SECT_title'); ! $myelements[0] .= PHPWS_Form::formTextField('SECT_title', PHPWS_Text::parseOutput($this->title), 55, 70) ! . '<br />'; ! $myelements[0] .= $_SESSION['translate']->it('Section Text').':' ! . CLS_help::show_link('article', 'section_text') .'<br />' ! . PHPWS_WizardBag::js_insert('wysiwyg', 'SECT_edit', 'SECT_text'); ! $myelements[0] .= PHPWS_Form::formTextArea('SECT_text', PHPWS_Text::parseOutput($this->text), 20, 60) ! . '<br />'; /* If there is a current image, show it */ --- 14,41 ---- include(PHPWS_SOURCE_DIR . 'mod/article/conf/config.php'); + $form = new EZform; + $tags['ID'] = $this->id; if (is_numeric($this->id)) ! $tags['HEADER'] = $_SESSION['translate']->it('Edit Section'); else ! $tags['HEADER'] = $_SESSION['translate']->it('New Section'); ! $tags['NEWPAGE_LABEL'] = $_SESSION['translate']->it('Start on new page?'); ! $tags['NEWPAGE_HELP'] = CLS_help::show_link('article', 'section_new_page'); ! $form->add('SECT_new_page', 'checkbox'); ! $form->setMatch('SECT_new_page', $this->new_page); ! $tags['TITLE_ERR'] = $_SESSION['SES_ART_master']->get_error('SECT_title'); ! $tags['TITLE_LABEL'] = $_SESSION['translate']->it('Section Title'); ! $tags['TITLE_HELP'] = CLS_help::show_link('article', 'section_title'); ! $tags['TITLE_JS'] = PHPWS_WizardBag::js_insert('wysiwyg', 'SECT_edit', 'SECT_title'); ! $tags['TITLE'] = '<input type="text" name="SECT_title" value="'.PHPWS_Text::parseOutput($this->title).'" maxlength="55" style="width:70%" />'; ! ! $tags['TEXT_ERR'] = $_SESSION['SES_ART_master']->get_error('SECT_text'); ! $tags['TEXT_LABEL'] = $_SESSION['translate']->it('Section Text'); ! $tags['TEXT_HELP'] = CLS_help::show_link('article', 'section_text'); ! $tags['TEXT_JS'] = PHPWS_WizardBag::js_insert('wysiwyg', 'SECT_edit', 'SECT_text'); ! $tags['TEXT'] = '<textarea id="SECT_text" name="SECT_text" rows="20" style="width:95%">'.$this->text.'</textarea>'; /* If there is a current image, show it */ *************** *** 41,47 **** /* If this is a temporary image, look in the main directory */ if ($this->temp_image) ! $myelements[0] .= '<img src="' .$_SESSION['SES_ART_master']->image_directory . $this->image['name'] . '" /><br />'; else ! $myelements[0] .= '<img src="' .$_SESSION['SES_ART_master']->image_directory . $this->image['directory'] . $this->image['name'] . '" /><br />'; /* If user is allowed to play around with the images... */ if ($_SESSION['OBJ_user']->allow_access('article', 'images_in_article') --- 43,49 ---- /* If this is a temporary image, look in the main directory */ if ($this->temp_image) ! $tags['IMAGE'] = '<img src="' .$_SESSION['SES_ART_master']->image_directory . $this->image['name'] . '" />'; else ! $tags['IMAGE'] = '<img src="' .$_SESSION['SES_ART_master']->image_directory . $this->image['directory'] . $this->image['name'] . '" />'; /* If user is allowed to play around with the images... */ if ($_SESSION['OBJ_user']->allow_access('article', 'images_in_article') *************** *** 50,55 **** /* allow them to remove it */ if($this->image['name']) ! $myelements[0] .= $_SESSION['translate']->it('Remove Image').'? ' ! . PHPWS_Form::formCheckBox('removeImage', 1, NULL, NULL) . '<br />'; /* If allowed, upload your image here */ --- 52,60 ---- /* allow them to remove it */ if($this->image['name']) ! { ! $tags['REMOVEIMAGE_LABEL'] = $_SESSION['translate']->it('Remove Image'); ! $form->add('removeImage', 'checkbox'); ! $form->setMatch('removeImage', false); ! } /* If allowed, upload your image here */ *************** *** 57,64 **** || ($_SESSION['SES_ART_master']->val['user_upload_images'] && $_SESSION['OBJ_user']->isUser())) { ! $myelements[0] .= $_SESSION['SES_ART_master']->get_error('SECT_loaded_image') ! . $_SESSION['translate']->it('Upload a new image').': ' ! . PHPWS_Form::formFile('SECT_loaded_image', 33, 255) ! . CLS_help::show_link('article', 'section_image') . '<br /><br />'; } --- 62,70 ---- || ($_SESSION['SES_ART_master']->val['user_upload_images'] && $_SESSION['OBJ_user']->isUser())) { ! $tags['SECT_LOADED_IMAGE_ERR'] = $_SESSION['SES_ART_master']->get_error('SECT_loaded_image'); ! $tags['SECT_LOADED_IMAGE_LABEL'] = $_SESSION['translate']->it('Upload a new image'); ! $tags['SECT_LOADED_IMAGE_HELP'] = CLS_help::show_link('article', 'section_image'); ! $form->add('SECT_loaded_image', 'file'); ! $form->setWidth('SECT_loaded_image', 40); } *************** *** 67,93 **** if (substr($this->image['directory'],0,7) == 'library') { $_POST['IMGLib_linkBack'] = $_POST['IMGLib_current_image'] = $_POST['IMGLib_current_gallery'] = null; ! $myelements[0] .= PHPWS_Form::formHidden('IMGLib_current_image', $this->image['name']) ! . PHPWS_Form::formHidden('IMGLib_current_gallery', $this->image['directory']) ! . $_SESSION['translate']->it('Library Image "[var1]" is currently selected', preg_replace("/[^a-zA-Z0-9]/", ' ', str_replace(strrchr($this->image['name'], '.'), '', $this->image['name']))) ! . '<br />'; } ! $myelements[0] .= PHPWS_Form::formSubmit($_SESSION['translate']->it('Select an image from the library'), 'IMGLib_op') ! . PHPWS_Form::formHidden('IMGLib_return_data', 'edit') ! . CLS_help::show_link('article', 'section_lib_image') . '<br /><br />'; /* Enter alt text, link, & image_caption */ ! $myelements[0] .= $_SESSION['SES_ART_master']->get_error('SECT_alt') ! . $_SESSION['translate']->it('Short Image Description') .': ' ! . CLS_help::show_link('article', 'section_image_desc') ! . PHPWS_Form::formTextField('SECT_alt', htmlspecialchars($this->image['alt']), 60, 255) ! . '<br />'; ! $myelements[0] .= $_SESSION['translate']->it('This Image Links To') . '...: ' ! . CLS_help::show_link('article', 'section_image_link') ! . PHPWS_Form::formTextField('SECT_link', htmlspecialchars($this->image['link']), 60, 255) ! . '<br />'; ! $myelements[0] .= $_SESSION['translate']->it('Link caption').': ' ! . CLS_help::show_link('article', 'section_image_caption') ! . PHPWS_Form::formTextField('SECT_image_caption', htmlspecialchars($this->image['caption']), 60, 255) ! . '<br />'; } --- 73,97 ---- if (substr($this->image['directory'],0,7) == 'library') { $_POST['IMGLib_linkBack'] = $_POST['IMGLib_current_image'] = $_POST['IMGLib_current_gallery'] = null; ! $tags['SELECTED_LIB_IMAGE_LABEL'] = $_SESSION['translate']->it('Library Image "[var1]" is currently selected', preg_replace("/[^a-zA-Z0-9]/", ' ', str_replace(strrchr($this->image['name'], '.'), '', $this->image['name']))); ! $form->add('IMGLib_current_image', 'hidden', $this->image['name']); ! $form->add('IMGLib_current_gallery', 'hidden', $this->image['directory']); } ! $tags['SECTION_LIB_IMAGE_BTN'] = '<input type="submit" name="IMGLib_op" value="'.$_SESSION['translate']->it('Select an image from the library').'" />'; ! $tags['SECTION_LIB_IMAGE_HELP'] = CLS_help::show_link('article', 'section_lib_image'); ! $form->add('IMGLib_return_data', 'hidden', 'edit'); /* Enter alt text, link, & image_caption */ ! $tags['ALT_TXT_ERR'] = $_SESSION['SES_ART_master']->get_error('SECT_alt'); ! $tags['ALT_TXT_LABEL'] = $_SESSION['translate']->it('Short Image Description'); ! $tags['ALT_TXT_HELP'] = CLS_help::show_link('article', 'section_image_desc'); ! $tags['ALT_TXT'] = '<input type="text" name="SECT_alt" value="'.htmlspecialchars($this->image['alt']).'" maxlength="255" style="width:70%" />'; ! ! $tags['LINK_LABEL'] = $_SESSION['translate']->it('This Image Links To'); ! $tags['LINK_HELP'] = CLS_help::show_link('article', 'section_image_link'); ! $tags['LINK'] = '<input type="text" name="SECT_link" value="'.htmlspecialchars($this->image['link']).'" maxlength="255" style="width:70%" />'; ! ! $tags['CAPTION_LABEL'] = $_SESSION['translate']->it('Link caption'); ! $tags['CAPTION_HELP'] = CLS_help::show_link('article', 'section_image_caption'); ! $tags['CAPTION'] = '<input type="text" name="SECT_image_caption" value="'.htmlspecialchars($this->image['caption']).'" maxlength="255" style="width:70%" />'; } *************** *** 98,126 **** || (!$_SESSION['OBJ_user']->allow_access('article', 'insert_external_pages') && substr($this->template, 0, 11)=='Page Insert')) ! && $sect_tpl_array = PHPWS_Template::listTemplates('article',false,'section')) { ! /* If user cannot embed external pages, strip the templates out */ ! if (!$_SESSION['OBJ_user']->allow_access('article', 'insert_external_pages')) ! { ! $stop = sizeof($sect_tpl_array); ! for ($count = 1; ($count < $stop); $count++) ! if (substr($sect_tpl_array[$count], 0, 11)=='Page Insert') ! unset($sect_tpl_array[$count]); ! } /* Strip the extensions off & convert _ to spaces for readability */ - $sect_tpl_array = str_replace('.tpl', NULL, $sect_tpl_array); $sect_tpl_array = str_replace('_',' ',$sect_tpl_array); /* Sort the list */ asort($sect_tpl_array); ! $myelements[0] .= $_SESSION['translate']->it('Section Template').': ' ! . PHPWS_Form::formSelect('SECT_template', $sect_tpl_array ! , str_replace('_',' ',$this->template), true, NULL, NULL) ! . CLS_help::show_link('article', 'section_template') ! . '<br /><br />'; } ! $myelements[0] .= PHPWS_Form::formHidden('module', 'article') ! . PHPWS_Form::formSubmit($_SESSION['translate']->it('Save Section'), 'ARTICLE_vars[section:save]') . CLS_help::show_link('article', 'section_save'); ! ?> --- 102,129 ---- || (!$_SESSION['OBJ_user']->allow_access('article', 'insert_external_pages') && substr($this->template, 0, 11)=='Page Insert')) ! && $result = PHPWS_Template::listTemplates('article',false,'section')) { ! /* Turn this into an assoc array */ ! $result = str_replace('.tpl', NULL, $result); ! foreach ($result as $value) ! /* If user cannot embed external pages, strip the templates out */ ! if ($_SESSION['OBJ_user']->allow_access('article', 'insert_external_pages') || !stristr($value, 'page_insert')) ! $sect_tpl_array[(string)$value] = $value; /* Strip the extensions off & convert _ to spaces for readability */ $sect_tpl_array = str_replace('_',' ',$sect_tpl_array); /* Sort the list */ asort($sect_tpl_array); ! $tags['TPL_LABEL'] = $_SESSION['translate']->it('Section Template'); ! $tags['TPL_HELP'] = CLS_help::show_link('article', 'section_template'); ! $form->add('SECT_template', 'select', $sect_tpl_array); ! $form->setMatch('SECT_template', $this->template); } ! $form->add('module', 'hidden', 'article'); ! ! $tags = $form->getTemplate(TRUE, FALSE, $tags); ! ! $tags['SAVE_BTN'] = '<input type="submit" name="ARTICLE_vars[section:save]" value="'.$_SESSION['translate']->it('Save Section').'" />' . CLS_help::show_link('article', 'section_save'); ! ?> \ No newline at end of file Index: AM_view_news.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/AM_view_news.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** AM_view_news.php 21 Aug 2004 17:02:12 -0000 1.5 --- AM_view_news.php 30 Sep 2004 05:14:32 -0000 1.6 *************** *** 89,93 **** $title .= $_SESSION['translate']->it(' Starting With `[var1]`', $this->news_filter['letter']); $GLOBALS['Layout_title'] = $title . ' - ' . $_SESSION['OBJ_layout']->page_title; ! $GLOBALS['CNT_article']['title'] = '<center><b>' . $title . '</b></center>'; $content = PHPWS_Template::processTemplate($tags,'article','pager.tpl'); --- 89,93 ---- $title .= $_SESSION['translate']->it(' Starting With `[var1]`', $this->news_filter['letter']); $GLOBALS['Layout_title'] = $title . ' - ' . $_SESSION['OBJ_layout']->page_title; ! $GLOBALS['CNT_article']['title'] = $title; $content = PHPWS_Template::processTemplate($tags,'article','pager.tpl'); Index: A_view_history.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/A_view_history.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** A_view_history.php 21 Aug 2004 17:02:13 -0000 1.1 --- A_view_history.php 30 Sep 2004 05:14:32 -0000 1.2 *************** *** 38,43 **** } function getListPick() ! { ! return '<input name="this" value="'.$this->version.'" type="radio"><input name="that" value="'.$this->version.'" type="radio">'; } function getListArchived_date() --- 38,44 ---- } function getListPick() ! { ! return '<label><span style="display:none">'.$_SESSION['translate']->it('Use this version for the left side of the comparison').'</span><input name="this" value="'.$this->version.'" type="radio"></label>' ! . '<label><span style="display:none">'.$_SESSION['translate']->it('Use this version for the right side of the comparison').'</span><input name="that" value="'.$this->version.'" type="radio"></label>'; } function getListArchived_date() Index: AM_view_archives.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/AM_view_archives.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** AM_view_archives.php 18 Jun 2004 23:31:09 -0000 1.3 --- AM_view_archives.php 30 Sep 2004 05:14:32 -0000 1.4 *************** *** 133,137 **** $GLOBALS['Layout_title'] = $this->arc_filter['title'] . ' - ' . $_SESSION['OBJ_layout']->page_title; ! $GLOBALS['CNT_article']['title'] = '<center><b>' . $this->arc_filter['title'] . '</b></center>'; $content = PHPWS_Template::processTemplate($tags,'article','pager.tpl'); --- 133,137 ---- $GLOBALS['Layout_title'] = $this->arc_filter['title'] . ' - ' . $_SESSION['OBJ_layout']->page_title; ! $GLOBALS['CNT_article']['title'] = $this->arc_filter['title']; $content = PHPWS_Template::processTemplate($tags,'article','pager.tpl'); Index: A_delete.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/A_delete.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** A_delete.php 21 Aug 2004 17:38:20 -0000 1.3 --- A_delete.php 30 Sep 2004 05:14:32 -0000 1.4 *************** *** 91,106 **** else { - $myform[0] = PHPWS_Form::formHidden('module', 'article') - . PHPWS_Form::formHidden('ARTICLE_id', $this->id) - . PHPWS_Form::formHidden('edit', 'delete') - . PHPWS_Form::formSubmit($_SESSION['translate']->it('Yes'), 'yes') - . ' ' - . PHPWS_Form::formSubmit($_SESSION['translate']->it('No'), 'no'); - $GLOBALS['CNT_article']['title'] = $_SESSION['translate']->it('Article Manager') .' - '. $_SESSION['translate']->it('Confirm Action').'!'; $GLOBALS['CNT_article']['content'] = $_SESSION['translate']->it('Are you sure you want to <b>[var1] "[var2]"</b>?' , $_SESSION['translate']->it('delete'), $this->title) ! . PHPWS_Form::makeForm("ARTICLE_confirm_delete", "index.php", $myform, "post", 0, 0); } --- 91,106 ---- else { $GLOBALS['CNT_article']['title'] = $_SESSION['translate']->it('Article Manager') .' - '. $_SESSION['translate']->it('Confirm Action').'!'; $GLOBALS['CNT_article']['content'] = $_SESSION['translate']->it('Are you sure you want to <b>[var1] "[var2]"</b>?' , $_SESSION['translate']->it('delete'), $this->title) ! . '<form name="ARTICLE_confirm_delete" action="index.php" method="post">' ! . '<input name="module" value="article" type="hidden">' ! . '<input name="ARTICLE_id" value="'.$this->id.'" type="hidden">' ! . '<input name="edit" value="delete" type="hidden">' ! . '<input name="yes" value="'.$_SESSION['translate']->it('Yes').'" type="submit">' ! . ' ' ! . '<input name="no" value="'.$_SESSION['translate']->it('No').'" type="submit">' ! . '</form>'; } Index: AM_list_articles.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/AM_list_articles.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** AM_list_articles.php 21 Aug 2004 17:38:20 -0000 1.5 --- AM_list_articles.php 30 Sep 2004 05:14:32 -0000 1.6 *************** *** 12,15 **** --- 12,28 ---- */ + $lang_count = count($_SESSION['translate']->getRegularLanguages()); + $languages = $_SESSION['translate']->getCodeArray(); + /* This trick is from http://www.madaboutstyle.com/tooltip2.html */ + $_SESSION['OBJ_layout']->addStyle('#dhtmltooltip{ + position: absolute; + border: 2px solid black; + padding: 2px; + background-color: lightyellow; + visibility: hidden; + z-index: 10000; + }'); + + /* Set up display variables */ $now = date('Y-m-d H:i:s'); *************** *** 80,83 **** --- 93,97 ---- { $row = array(); + $actions = ''; if ($count++%2) $row['ODDROW'] = ' '; *************** *** 96,154 **** ?" ((TBA))" :""; ! $row['ARTICLE_TITLE'] = PHPWS_Text::moduleLink(stripslashes($value['title']), 'article' ! ,array('view'=>$value['id'])); ! ! /* Set var to show whether this is the homepage article or not */ ! if($value['mainarticle']) ! $row['HOME_FLAG'] = '<font color="lime"><b><i>' ! . $_SESSION['translate']->it('CURRENT') . '</i></b></font>'; ! else ! if ($is_viewable && isset($Fset_main)) ! $row['HOME_FLAG'] = '<input type="submit" name="ARTICLE_vars[edit:set_main]" value="'.$Fset_main.'" />'; /* Set up date */ ! if(!$row['DATE'] = substr($value[$temp_date],0,10)) $row['DATE'] = ' '; /* Set var to expire/publish the article if it's not the home page */ if (isset($Fexpire) && !$value['mainarticle']) ! $row['PUB_EXP'] = ($is_viewable) ! ?'<input type="submit" name="ARTICLE_vars[edit:expire]" value="'.$Fexpire.'" />' ! :'<input type="submit" name="ARTICLE_vars[edit:publish]" value="'.$Fpublish.'" />'; ! else ! $row['PUB_EXP'] = ' '; ! /* Set up Edit button */ ! if ($this->can('edit',$value['created_username'],$value['mainarticle'])) ! { ! /* If someone else is not editing this page... */ ! if (!PHPWS_Article::isLocked($value['editlock'], $value['edituser'])) ! $row['EDIT'] = '<input type="submit" name="ARTICLE_vars[edit:' ! .$value['id'].']" value="'.$Fedit.'" />'; ! else ! $row['EDIT'] = '['.$_SESSION['translate']->it('Locked').']'; ! } ! else ! $row['EDIT'] = ' '; /* Set up Delete button */ if (isset($Fdelete)) ! $row['DELETE'] = '<input type="submit" name="ARTICLE_vars[edit:delete]" value="'.$Fdelete.'" />'; ! else ! $row['DELETE'] = ' '; ! $content[0] = '<input type="hidden" name="module" value="article" id='.$value['id'].' />' ! . '<input type="hidden" name="ARTICLE_id" value="'.$value['id'].'" />' ! . PHPWS_Template::processTemplate($row,'article','listing_row.tpl'); ! $tags['LIST_ROWS'] .= PHPWS_Form::makeForm('ARTICLE_main_menu', 'index.php#'.$value['id'], $content, 'post', 0, 0); ! } /* Create Table HTML */ $tags['TITLE'] = $_SESSION['translate']->it('Title'); - $tags['HOME_FLAG'] = $_SESSION['translate']->it('Homepage') . '?' - . CLS_help::show_link('article', 'list_mainarticle'); $tags['DATE'] = $_SESSION['translate']->it($temp_date_title); ! $tags['ACTION'] = $_SESSION['translate']->it('Action') . CLS_help::show_link('article', 'list_action'); $tags['PAGE_BACKWARD_LINK'] = $this->pager->getBackLink(); --- 110,167 ---- ?" ((TBA))" :""; ! /* Put extended detail in the title attribute */ ! $detail = '<span style="font-size:small">' ! . $_SESSION['translate']->it('Detail information for article #').$value['id'].'</b><br />' ! . $_SESSION['translate']->it('Current Version').': '.$value['version'].'<br />' ! . $_SESSION['translate']->it('Created By [var1] on [var2]',$value['created_username'],date(PHPWS_DATE_FORMAT, (strtotime($value['created_date'])+$GLOBALS['core']->datetime->time_dif))).'<br />' ! . $_SESSION['translate']->it('Last updated by [var1] on [var2]',$value['updated_username'],date(PHPWS_DATE_FORMAT, (strtotime($value['updated_date'])+$GLOBALS['core']->datetime->time_dif))).'<br />' ! . $_SESSION['translate']->it('Publication Date').': '.date(PHPWS_DATE_FORMAT, (strtotime($value['publication_date'])+$GLOBALS['core']->datetime->time_dif)).'<br />' ! . $_SESSION['translate']->it('Expires on').': '.date(PHPWS_DATE_FORMAT, (strtotime($value['expiration_date'])+$GLOBALS['core']->datetime->time_dif)).'<br />' ! . $_SESSION['translate']->it('Approved').'? ' ! .(($value['approved'])?$_SESSION['translate']->it('Yes'):$_SESSION['translate']->it('No')).'<br />' ! . $_SESSION['translate']->it('Views').': '.$value['hits'].'<br />' ! . $_SESSION['translate']->it('Language').': '.$languages[$_SESSION['translate']->current_language].'<br />' ! . $_SESSION['translate']->it('Available Translations').' ('.'0'.'/'.($lang_count-1).'): '.'To be coded'.'<br />' ! . $_SESSION['translate']->it('Keywords for this article').': '.$value['meta_keywords'] ! . '</span>' ; ! $row['ARTICLE_TITLE'] = PHPWS_Text::moduleLink(stripslashes($value['title']), 'article',array('view'=>$value['id']),null,'A_tooltip'); ! $row['ARTICLE_TITLE'] = str_replace('">'.stripslashes($value['title']),'" onMouseover="ddrivetip(\''.htmlspecialchars($detail).'\')"; onMouseout="hideddrivetip()">'.stripslashes($value['title']), $row['ARTICLE_TITLE']); /* Set up date */ ! if(!$row['DATE'] = date(PHPWS_DATE_FORMAT, (strtotime($value[$temp_date])+$GLOBALS['core']->datetime->time_dif))) $row['DATE'] = ' '; /* Set var to expire/publish the article if it's not the home page */ if (isset($Fexpire) && !$value['mainarticle']) ! $actions .= ($is_viewable) ! ?'<option value="expire">'.$Fexpire.'</option>' ! :'<option value="publish">'.$Fpublish.'</option>'; /* Set up Edit button */ ! if ($this->can('edit',$value['created_username'],$value['mainarticle']) ! && !PHPWS_Article::isLocked($value['editlock'], $value['edituser'])) ! $actions .= '<option value="'.$value['id'].'">'.$Fedit.'</option>'; /* Set up Delete button */ if (isset($Fdelete)) ! $actions .= '<option value="delete">'.$Fdelete.'</option>'; ! /* Set var to show whether this is the homepage article or not */ ! if(!$value['mainarticle'] && $is_viewable && isset($Fset_main)) ! $actions .= '<option value="set_main">'.$Fset_main.'</option>'; + $row['ID'] = $value['id']; + $row['ACTION'] = '<select name="action_list" title="' + . $_SESSION['translate']->it('Select the desired action').'">'.$actions.'</select>'; + $row['ACTION'] = $row['ACTION']; + $row['BTN'] = ' <input name="Row_'.$value['id'].'_btn" value="Do it" type="submit">' + . '<input type="hidden" name="module" value="article" id='.$value['id'].' />' + . '<input type="hidden" name="ARTICLE_id" value="'.$value['id'].'" />'; + $tags['LIST_ROWS'] .= PHPWS_Template::processTemplate($row,'article','listing_row.tpl'); + } /* Create Table HTML */ $tags['TITLE'] = $_SESSION['translate']->it('Title'); $tags['DATE'] = $_SESSION['translate']->it($temp_date_title); ! $tags['ACTION'] = '<label for="action_list">'.$_SESSION['translate']->it('Action').'</label>' . CLS_help::show_link('article', 'list_action'); $tags['PAGE_BACKWARD_LINK'] = $this->pager->getBackLink(); *************** *** 158,165 **** $tags['LIMIT_LINKS'] = $this->pager->getLimitLinks(); $tags['LIMIT_LINKS_LABEL'] = $_SESSION['translate']->it('Rows to show per page: '); $content = PHPWS_Template::processTemplate($tags,'article','listing.tpl'); ! $this->popbox($_SESSION['translate']->it('Current Articles'), $content); ?> \ No newline at end of file --- 171,249 ---- $tags['LIMIT_LINKS'] = $this->pager->getLimitLinks(); $tags['LIMIT_LINKS_LABEL'] = $_SESSION['translate']->it('Rows to show per page: '); + $tags['TBL_SUMMARY'] = $_SESSION['translate']->it('This table lists [var1] in the requested order. The first column is a link to view the article itself and is the name of the article followed by a summary of pertinent information. The next colums are the date it is sorted by and a selection list of actions you can perform on the article.', $tags['SECTION_INFO']); + + $js = '<div id="dhtmltooltip"></div> + + <script type="text/javascript"> + + /*********************************************** + * Cool DHTML tooltip script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) + * This notice MUST stay intact for legal use + * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code + ***********************************************/ + + var offsetxpoint=-60 //Customize x offset of tooltip + var offsetypoint=20 //Customize y offset of tooltip + var ie=document.all + var ns6=document.getElementById && !document.all + var enabletip=false + if (ie||ns6) + var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : "" + + function ietruebody(){ + return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body + } + + function ddrivetip(thetext, thecolor, thewidth){ + if (ns6||ie){ + if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px" + if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor + tipobj.innerHTML=thetext + enabletip=true + return false + } + } + + function positiontip(e){ + if (enabletip && tipobj.style.visibility!="visible"){ + var curX=(ns6)?e.pageX : event.x+ietruebody().scrollLeft; + var curY=(ns6)?e.pageY : event.y+ietruebody().scrollTop; + var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20 + var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20 + + var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000 + + if (rightedge<tipobj.offsetWidth) + tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px" + else if (curX<leftedge) + tipobj.style.left="5px" + else + tipobj.style.left=curX+offsetxpoint+"px" + + if (bottomedge<tipobj.offsetHeight) + tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px" + else + tipobj.style.top=curY+offsetypoint+"px" + tipobj.style.visibility="visible" + } + } + + function hideddrivetip(){ + if (ns6||ie){ + enabletip=false + tipobj.style.visibility="hidden" + tipobj.style.left="-1000px" + tipobj.style.backgroundColor="" + tipobj.style.width="" + } + } + + document.onmousemove=positiontip + + </script>'; $content = PHPWS_Template::processTemplate($tags,'article','listing.tpl'); ! $this->popbox($_SESSION['translate']->it('Current Articles'), $js.$content); ?> \ No newline at end of file Index: A_mail.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/A_mail.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** A_mail.php 21 Aug 2004 17:02:13 -0000 1.3 --- A_mail.php 30 Sep 2004 05:14:32 -0000 1.4 *************** *** 89,94 **** $GLOBALS['Layout_title'] = $_SESSION['translate']->it('E-mail A Friend').': "'.$this->title . '" - ' . strip_tags($_SESSION['OBJ_layout']->page_title); $GLOBALS['CNT_article']['title'] = $_SESSION['translate']->it('E-mail this Article to a Friend'); ! $GLOBALS['CNT_article']['content'] = $content .'<br /><br /><center>[' ! . PHPWS_Text::moduleLink($_SESSION['translate']->it('Go back to [var1]', PHPWS_Text::parseOutput($this->title)), 'article', array('view'=>$this->id)). ']</center>'; } else if(isset($_POST['ART_no'])) --- 89,94 ---- $GLOBALS['Layout_title'] = $_SESSION['translate']->it('E-mail A Friend').': "'.$this->title . '" - ' . strip_tags($_SESSION['OBJ_layout']->page_title); $GLOBALS['CNT_article']['title'] = $_SESSION['translate']->it('E-mail this Article to a Friend'); ! $GLOBALS['CNT_article']['content'] = $content .'<br /><br /><div style="text-align:center">[' ! . PHPWS_Text::moduleLink($_SESSION['translate']->it('Go back to [var1]', PHPWS_Text::parseOutput($this->title)), 'article', array('view'=>$this->id)). ']</div>'; } else if(isset($_POST['ART_no'])) *************** *** 98,106 **** else { ! $myform[0] = PHPWS_Form::formHidden('module', 'article') ! . PHPWS_Form::formHidden('email', $this->id); ! ! $tags['SEND'] = PHPWS_Form::formSubmit($_SESSION['translate']->it('Send'), 'ART_yes'); ! $tags['CANCEL'] = PHPWS_Form::formSubmit($_SESSION['translate']->it('Cancel'), 'ART_no'); $tags['TITLE'] = PHPWS_Text::parseOutput($this->title); if ($this->summary) --- 98,103 ---- else { ! $tags['SEND'] = '<input name="ART_yes" value="'.$_SESSION['translate']->it('Send').'" type="submit">'; ! $tags['CANCEL'] = '<input name="ART_no" value="'.$_SESSION['translate']->it('Cancel').'" type="submit">'; $tags['TITLE'] = PHPWS_Text::parseOutput($this->title); if ($this->summary) *************** *** 108,130 **** $tags['BACKLINK'] = '['.PHPWS_Text::moduleLink($_SESSION['translate']->it('Back to Article'), 'article', array('view'=>$this->id)). ']'; $tags['R_MAIL_LABEL'] = $_SESSION['translate']->it('Friend\'s Email').':'; ! $tags['R_MAIL_ADDR'] = PHPWS_Form::formTextField('ART_r_email', NULL, 40); $tags['R_MAIL_HELP'] = $_SESSION['translate']->it('Separate multiple addresses with commas. Maximum 200 characters.'); $tags['S_NAME_LABEL'] = $_SESSION['translate']->it('Your Full Name: (optional)'); ! $tags['S_NAME'] = PHPWS_Form::formTextField('ART_s_name', $_SESSION['OBJ_user']->username, 40); $tags['S_MAIL_LABEL'] = $_SESSION['translate']->it('Your Email Address').':'; ! $tags['S_MAIL_ADDR'] = PHPWS_Form::formTextField('ART_s_email', $_SESSION['OBJ_user']->email, 40); $tags['S_MAIL_HELP'] = $_SESSION['translate']->it('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.'); ! $tags['S_COPY'] = PHPWS_Form::formCheckBox('ART_copy_s',1,NULL,NULL,$_SESSION['translate']->it('Send a copy to yourself')); $tags['S_MSG_LABEL'] = $_SESSION['translate']->it('Enter a brief message to your friend: (optional)'); ! $tags['S_MSG'] = PHPWS_Form::formTextArea('ART_s_msg', NULL, 3, 60); ! $tags['MAIL_TYPE'] = PHPWS_Form::formRadio('ART_mail_type', 'full', 'full', NULL, $_SESSION['translate']->it('Full Information in HTML')) ! . ' ' .PHPWS_Form::formRadio('ART_mail_type', 'link', 'full', NULL, $_SESSION['translate']->it('Link Only')); ! ! $myform[0] .= PHPWS_Template::processTemplate($tags,'article','mail_form.tpl'); $GLOBALS['Layout_title'] = $_SESSION['translate']->it('E-mail A Friend').': "'.$this->title . '" - ' . strip_tags($_SESSION['OBJ_layout']->page_title); - $GLOBALS['CNT_article']['title'] = $_SESSION['translate']->it('E-mail this Article to a Friend'); ! $GLOBALS['CNT_article']['content'] = PHPWS_Form::makeForm('ARTICLE_emailAfriend', 'index.php', $myform, 'post', 0, 0); } --- 105,131 ---- $tags['BACKLINK'] = '['.PHPWS_Text::moduleLink($_SESSION['translate']->it('Back to Article'), 'article', array('view'=>$this->id)). ']'; $tags['R_MAIL_LABEL'] = $_SESSION['translate']->it('Friend\'s Email').':'; ! $tags['R_MAIL_ADDR'] = '<input type="text" name="ART_r_email" value="" maxlength="255" style="width:50%" />'; $tags['R_MAIL_HELP'] = $_SESSION['translate']->it('Separate multiple addresses with commas. Maximum 200 characters.'); $tags['S_NAME_LABEL'] = $_SESSION['translate']->it('Your Full Name: (optional)'); ! $tags['S_NAME'] = '<input type="text" name="ART_s_name" value="'.$_SESSION['OBJ_user']->username.'" maxlength="255" style="width:50%" />'; $tags['S_MAIL_LABEL'] = $_SESSION['translate']->it('Your Email Address').':'; ! $tags['S_MAIL_ADDR'] = '<input type="text" name="ART_s_email" value="'.$_SESSION['OBJ_user']->email.'" maxlength="255" style="width:50%" />'; $tags['S_MAIL_HELP'] = $_SESSION['translate']->it('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.'); ! $tags['S_COPY_LABEL'] = $_SESSION['translate']->it('Send a copy to yourself'); ! $tags['S_COPY'] = '<input name="ART_copy_s" value="1" type="checkbox">'; $tags['S_MSG_LABEL'] = $_SESSION['translate']->it('Enter a brief message to your friend: (optional)'); ! $tags['S_MSG'] = '<textarea id="ART_s_msg" name="ART_s_msg" rows="3" style="width:95%"></textarea>'; ! $tags['MAIL_TYPE1_LABEL'] = $_SESSION['translate']->it('Full Information in HTML'); ! $tags['MAIL_TYPE1'] = '<input name="ART_mail_type" value="full" checked="checked" type="radio">'; ! $tags['MAIL_TYPE2_LABEL'] = $_SESSION['translate']->it('Link Only'); ! $tags['MAIL_TYPE2'] = '<input name="ART_mail_type" value="link" type="radio">'; $GLOBALS['Layout_title'] = $_SESSION['translate']->it('E-mail A Friend').': "'.$this->title . '" - ' . strip_tags($_SESSION['OBJ_layout']->page_title); $GLOBALS['CNT_article']['title'] = $_SESSION['translate']->it('E-mail this Article to a Friend'); ! $GLOBALS['CNT_article']['content'] = '<form name="ARTICLE_emailAfriend" action="index.php" method="post">' ! . '<input name="module" value="article" type="hidden">' ! . '<input name="email" value="'.$this->id.'" type="hidden">' ! . PHPWS_Template::processTemplate($tags,'article','mail_form.tpl') ! . '</form>'; } Index: A_remove_section.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/A_remove_section.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** A_remove_section.php 18 Jun 2004 23:31:10 -0000 1.2 --- A_remove_section.php 30 Sep 2004 05:14:32 -0000... [truncated message content] |
From: Eloi G. <ada...@us...> - 2004-09-30 05:15:23
|
Update of /cvsroot/phpwebsite-comm/modules/article In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25805 Modified Files: index.php Log Message: Release version 2.7 files. Index: index.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/index.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** index.php 21 Aug 2004 17:02:13 -0000 1.9 --- index.php 30 Sep 2004 05:14:32 -0000 1.10 *************** *** 93,98 **** { case 'cancel': ! $_SESSION['SES_ART_article']->setEditLock(FALSE); ! $_SESSION['SES_ART_article']=null; $_SESSION['SES_ART_master']->main_menu(); $_SESSION['SES_ART_master']->list_articles(); --- 93,100 ---- { case 'cancel': ! if($_SESSION['SES_ART_article']!=null) { ! $_SESSION['SES_ART_article']->setEditLock(FALSE); ! $_SESSION['SES_ART_article']=null; ! } $_SESSION['SES_ART_master']->main_menu(); $_SESSION['SES_ART_master']->list_articles(); |
From: Eloi G. <ada...@us...> - 2004-09-30 05:15:23
|
Update of /cvsroot/phpwebsite-comm/modules/article/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25805/docs Modified Files: Changes.txt Log Message: Release version 2.7 files. Index: Changes.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/docs/Changes.txt,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Changes.txt 21 Aug 2004 17:38:18 -0000 1.12 --- Changes.txt 30 Sep 2004 05:14:31 -0000 1.13 *************** *** 1,3 **** --- 1,16 ---- ======================== + Changes in version 2.7 + ======================== + - Changed the main menu structure to enhance useability. Still open to suggestions. + - Added detail information to article titles on the main menu. + - The following changes were made to allow Article Manager output to conform to the Section 508 & Web Content Accessibility Guidelines 1.0: + - The print and email icons now contain descriptive textlinks. + - "align=" attributes changed to CSS. + - Form elements now have labels. + - If there is only 1 article showing on the homepage, the "Also On This Site" block will not show. + - Cleaned up Help File in attempt to fix Bug Report [1010755] "Module Article: Difficulty Installing" + - Fixed Bug Report [1018556] "BBCode ist parsed in the wrong way" + + ======================== Changes in version 2.6 ======================== |
From: Eloi G. <ada...@us...> - 2004-09-30 05:15:23
|
Update of /cvsroot/phpwebsite-comm/modules/article/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25805/lang Modified Files: article.en.lng Log Message: Release version 2.7 files. Index: article.en.lng =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/lang/article.en.lng,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** article.en.lng 21 Aug 2004 17:38:21 -0000 1.9 --- article.en.lng 30 Sep 2004 05:14:33 -0000 1.10 *************** *** 213,214 **** --- 213,227 ---- a:|:Your Full Name: (optional):|:Your Full Name: (optional) a:|:Your work has successfully been saved to the database!:|:Your work has successfully been saved to the database! + a:|:Select the desired action:|:Select the desired action + a:|:Use this version for the left side of the comparison:|:Use this version for the left side of the comparison + a:|:Use this version for the right side of the comparison:|:Use this version for the right side of the comparison + a:|:Select number of years:|:Select number of years + a:|:Select number of months:|:Select number of months + a:|:Select number of days:|:Select number of days + a:|:Enter a filesize in Kb:|:Enter a filesize in Kb + a:|:Enter an image height in pixels:|:Enter an image height in pixels + a:|:Enter an image width in pixels:|:Enter an image width in pixels + a:|:Enter number of seconds:|:Enter number of seconds + a:|:Choose an ownership filter:|:Choose an ownership filter + a:|:Choose a field to use to order results:|:Choose a field to use to order results + a:|:Choose sorting order:|:Choose sorting order |
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'; |
From: Eloi G. <ada...@us...> - 2004-09-30 05:15:22
|
Update of /cvsroot/phpwebsite-comm/modules/article/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25805/class Modified Files: Article.php ArticleManager.php Section.php Log Message: Release version 2.7 files. Index: Section.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/class/Section.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Section.php 18 Jun 2004 23:31:07 -0000 1.11 --- Section.php 30 Sep 2004 05:14:30 -0000 1.12 *************** *** 162,167 **** if ($edit_mode) { - $myform[0] = PHPWS_Form::formHidden('module', 'article') - . PHPWS_Form::formHidden('SECT_id', $this->id); $remove = $_SESSION['translate']->it('Remove'); if($_SESSION['OBJ_user']->js_on) --- 162,165 ---- *************** *** 172,191 **** $js_vars['value'] = 'section=remove:'.$this->id; $js_vars['location'] = 'index.php?module=article§ion=remove&SECT_id='.$this->id; ! $myform[0] .= PHPWS_WizardBag::js_insert('confirm', 'SECT_options', $this->id, 0, $js_vars); } ! else $myform[0] .= PHPWS_Form::formSubmit($remove, 'ARTICLE_vars[section:remove]'); ! $myform[0] .= CLS_help::show_link('article', 'section_remove'); ! $myform[0] .= PHPWS_Form::formSubmit($_SESSION['translate']->it('Edit'), 'ARTICLE_vars[section:edit]') ! .CLS_help::show_link('article', 'section_edit'); if (count($_SESSION['SES_ART_article']->order)>1) { ! $myform[0] .= PHPWS_Form::formSubmit($_SESSION['translate']->it('Move Up'), 'ARTICLE_vars[section:move_up]'); ! $myform[0] .= PHPWS_Form::formSubmit($_SESSION['translate']->it('Move Down'), 'ARTICLE_vars[section:move_down]') ! .CLS_help::show_link('article', 'section_move'); } ! $section_content .= '<div class="smalltext" style="clear : both;" align="right">' ! . PHPWS_Form::makeForm('SECT_options' . $this->id, 'index.php#' ! . $this->id, $myform, 'post', 0, 0) . '</div><hr />'; } return $section_content; --- 170,192 ---- $js_vars['value'] = 'section=remove:'.$this->id; $js_vars['location'] = 'index.php?module=article§ion=remove&SECT_id='.$this->id; ! $action_form = PHPWS_WizardBag::js_insert('confirm', 'SECT_options', $this->id, 0, $js_vars); } ! else $action_form = '<input name="ARTICLE_vars[section:remove]" value="'.$remove.'" type="submit">' ! . CLS_help::show_link('article', 'section_remove'); ! $action_form .= '<input name="ARTICLE_vars[section:edit]" value="'.$_SESSION['translate']->it('Edit').'" type="submit">' ! . CLS_help::show_link('article', 'section_edit').' '; if (count($_SESSION['SES_ART_article']->order)>1) { ! $action_form .= '<input name="ARTICLE_vars[section:move_up]" value="'.$_SESSION['translate']->it('Move Up').'" type="submit"> '; ! $action_form .= '<input name="ARTICLE_vars[section:move_down]" value="'.$_SESSION['translate']->it('Move Down').'" type="submit"> ' ! . CLS_help::show_link('article', 'section_move'); } ! $section_content .= '<div class="smalltext" style="clear:both;text-align:right">' ! . '<form name="SECT_options'.$this->id.'" action="index.php#'.$this->id.'" method="post">' ! . '<input name="module" value="article" type="hidden">' ! . '<input name="SECT_id" value="'.$this->id.'" type="hidden">' ! . $action_form ! . '</form></div><hr />'; } return $section_content; *************** *** 205,210 **** include(PHPWS_SOURCE_DIR . 'mod/article/inc/S_edit.php'); return $section_title ! . PHPWS_Form::makeForm('SECT_edit', 'index.php#'.$this->id, $myelements, 'post', 0, 1) ! . '<br />'; } --- 206,213 ---- include(PHPWS_SOURCE_DIR . 'mod/article/inc/S_edit.php'); return $section_title ! . '<form name="SECT_edit" action="index.php#'.$this->id.'" method="post" enctype="multipart/form-data">' ! . $tags['HIDDEN'] ! . PHPWS_Template::processTemplate($tags,'article','edit/section.tpl') ! . '</form><br />'; } Index: Article.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/class/Article.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Article.php 21 Aug 2004 17:38:16 -0000 1.20 --- Article.php 30 Sep 2004 05:14:30 -0000 1.21 *************** *** 99,105 **** function PHPWS_Article ($id = NULL, $data = NULL) { ! $this->menuLink = '<center>' . PHPWS_Text::moduleLink($_SESSION['translate']->it('Main Menu'), 'article' ! ,array('disp'=>'main_menu')).'</center>'; $this->sectionID = 'a'; $this->editmode = FALSE; --- 99,105 ---- function PHPWS_Article ($id = NULL, $data = NULL) { ! $this->menuLink = '<div style="text-align:center">' . PHPWS_Text::moduleLink($_SESSION['translate']->it('Main Menu'), 'article' ! ,array('disp'=>'main_menu')).'</div>'; $this->sectionID = 'a'; $this->editmode = FALSE; *************** *** 369,380 **** $s = $_SESSION['translate']->it('Printable Version'); $article_tags['PRINT_ICON'] = '<a href="' . $article_link ! .'&lay_quiet=1" target="_blank"><img src="http://' . PHPWS_SOURCE_HTTP ! . 'mod/article/img/print.gif" border="0" width="22" height="20" alt="' ! . $s . '" title="'. $s . '"/></a>'; $s = $_SESSION['translate']->it('E-mail this Article to a Friend'); $article_tags['EMAIL'] = '<a href="./index.php?module=article&email='.$this->id ! .'"><img src="http://'. PHPWS_SOURCE_HTTP ! . 'mod/article/img/mailto.png" border="0" width="19" height="12" alt="' ! . $s . '" title="' . $s . '"/></a>'; } --- 369,379 ---- $s = $_SESSION['translate']->it('Printable Version'); $article_tags['PRINT_ICON'] = '<a href="' . $article_link ! .'&lay_quiet=1" target="_blank" style="text-decoration:none" alt="' ! . $s . '" title="'. $s . '"><img src="http://' . PHPWS_SOURCE_HTTP ! . 'mod/article/img/print.gif" border="0" width="22" height="20" alt="'.$s.'" title="'.$s.'"/>'.$_SESSION['translate']->it('Print').'</a>'; $s = $_SESSION['translate']->it('E-mail this Article to a Friend'); $article_tags['EMAIL'] = '<a href="./index.php?module=article&email='.$this->id ! .'" style="text-decoration:none" alt="'.$s.'" title="'.$s.'"><img src="http://'. PHPWS_SOURCE_HTTP ! . 'mod/article/img/mailto.png" border="0" width="19" height="12" alt="'.$s.'" title="'.$s.'"/>'.$_SESSION['translate']->it('eMail').'</a>'; } Index: ArticleManager.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/class/ArticleManager.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** ArticleManager.php 21 Aug 2004 17:38:16 -0000 1.14 --- ArticleManager.php 30 Sep 2004 05:14:30 -0000 1.15 *************** *** 2,12 **** /* This is a base class for this module, so load all supporting classes here */ require_once(PHPWS_SOURCE_DIR . 'core/Text.php'); - //require_once(PHPWS_SOURCE_DIR . 'core/Array.php'); require_once(PHPWS_SOURCE_DIR . 'core/WizardBag.php'); ! //require_once(PHPWS_SOURCE_DIR . 'core/File.php'); ! //require_once(PHPWS_SOURCE_DIR . 'core/Error.php'); ! require_once(PHPWS_SOURCE_DIR . 'core/Form.php'); ! //require_once(PHPWS_SOURCE_DIR . 'core/Template.php'); ! //require_once(PHPWS_SOURCE_DIR . 'core/DateTime.php'); require_once(PHPWS_SOURCE_DIR . 'core/Pager.php'); require_once(PHPWS_SOURCE_DIR . 'mod/help/class/CLS_help.php'); --- 2,7 ---- /* This is a base class for this module, so load all supporting classes here */ require_once(PHPWS_SOURCE_DIR . 'core/Text.php'); require_once(PHPWS_SOURCE_DIR . 'core/WizardBag.php'); ! require_once(PHPWS_SOURCE_DIR . 'core/EZform.php'); require_once(PHPWS_SOURCE_DIR . 'core/Pager.php'); require_once(PHPWS_SOURCE_DIR . 'mod/help/class/CLS_help.php'); *************** *** 124,149 **** $this->list_order = $_REQUEST['LIST_order']; $tags['SEARCHQUERY'] = $_SESSION['translate']->it('Show me [var1] stuff ordered by [var2][var3]' ! , PHPWS_Form::formSelect('LIST_group', $this->group_array, $this->list_group, NULL, TRUE) ! , PHPWS_Form::formSelect('LIST_sort', $this->sort_array, $this->list_sort, NULL, TRUE) ! , PHPWS_Form::formSelect('LIST_order', $this->order_array, $this->list_order, NULL, TRUE)) ! . PHPWS_Form::formSubmit($_SESSION['translate']->it('List Articles'), 'ARTICLE_vars[disp:main_menu]'); if ($this->can("create")) ! $tags['BTN_CREATE'] = PHPWS_Form::formSubmit($_SESSION['translate']->it('Create New Article'), 'ARTICLE_vars[edit:create]'); if ($_SESSION['OBJ_user']->allow_access('article', 'global_article_prefs')) ! $tags['BTN_CONFIG_EDIT'] = PHPWS_Form::formSubmit($_SESSION['translate']->it('Edit Configuration'), 'ARTICLE_vars[config:edit]'); if ($_SESSION['OBJ_user']->allow_access('article', 'images_in_library')) ! $tags['BTN_IMG_LIB'] = PHPWS_Form::formSubmit($_SESSION['translate']->it('Image Library'), 'IMGLib_op') ! . PHPWS_Form::formHidden('IMGLib_can_select_images', 0) ! . PHPWS_Form::formHidden('IMGLib_return_data', 'main_menu'); ! ! $content[0] = PHPWS_Template::processTemplate($tags,'article','menu.tpl'); ! $content[0] .= PHPWS_Form::formHidden('module', 'article'); $title = $_SESSION['translate']->it('Main Menu'); ! $content = PHPWS_Form::makeForm('ARTICLE_main_menu', 'index.php', $content, 'post', 0, 0); $this->popbox($title, $content); } --- 119,154 ---- $this->list_order = $_REQUEST['LIST_order']; + $form = new EZform; + /* list_group */ + $form->add('LIST_group', 'select', $this->group_array); + $form->setMatch('LIST_group', $this->list_group, TRUE); + /* list_sort */ + $form->add('LIST_sort', 'select', $this->sort_array); + $form->setMatch('LIST_sort', $this->list_sort, TRUE); + /* list_order */ + $form->add('LIST_order', 'select', $this->order_array); + $form->setMatch('LIST_order', $this->list_order, TRUE); $tags['SEARCHQUERY'] = $_SESSION['translate']->it('Show me [var1] stuff ordered by [var2][var3]' ! , $form->get('LIST_group') ! , $form->get('LIST_sort') ! , $form->get('LIST_order')) ! . '<input name="ARTICLE_vars[disp:main_menu]" value="'.$_SESSION['translate']->it('List Articles').'" type="submit">'; if ($this->can("create")) ! $tags['BTN_CREATE'] = '<input name="ARTICLE_vars[edit:create]" value="'.$_SESSION['translate']->it('Create New Article').'" type="submit">'; if ($_SESSION['OBJ_user']->allow_access('article', 'global_article_prefs')) ! $tags['BTN_CONFIG_EDIT'] = '<input name="ARTICLE_vars[config:edit]" value="'.$_SESSION['translate']->it('Edit Configuration').'" type="submit">'; if ($_SESSION['OBJ_user']->allow_access('article', 'images_in_library')) ! $tags['BTN_IMG_LIB'] = '<input name="IMGLib_op" value="'.$_SESSION['translate']->it('Image Library').'" type="submit">' ! . '<input name="IMGLib_can_select_images" value="0" type="hidden">' ! . '<input name="IMGLib_return_data" value="main_menu" type="hidden">'; $title = $_SESSION['translate']->it('Main Menu'); ! $content = '<form name="ARTICLE_main_menu" action="index.php" method="post" enctype="multipart/form-data">' ! . '<input name="module" value="article" type="hidden">' ! . PHPWS_Template::processTemplate($tags,'article','menu.tpl') ! . '</form>'; $this->popbox($title, $content); } *************** *** 284,291 **** /* If there are summaries to display, display 'em */ ! if ($this->val['summaries_on_homepage']>0) { - $GLOBALS['CNT_article_summaries']['title'] = '<center><b>' - . $_SESSION['translate']->it('Also on this Site') . '...</b></center>'; $GLOBALS['CNT_article_summaries']['content'] = ''; for($i=0; $i < $this->val['summaries_on_homepage'] && $summary=$result->fetchrow(DB_FETCHMODE_ASSOC); $i++) --- 289,294 ---- /* If there are summaries to display, display 'em */ ! if ($this->val['summaries_on_homepage']>0 && $result) { $GLOBALS['CNT_article_summaries']['content'] = ''; for($i=0; $i < $this->val['summaries_on_homepage'] && $summary=$result->fetchrow(DB_FETCHMODE_ASSOC); $i++) *************** *** 293,296 **** --- 296,305 ---- $temp = new PHPWS_Article($summary['id'], $summary); $temp->view(false); + $content = true; + } + if (isset($content)) + { + $GLOBALS['CNT_article_summaries']['title'] = $_SESSION['translate']->it('Also on this Site') . '...'; + unset($content); } } |
From: Eloi G. <ada...@us...> - 2004-09-30 05:15:22
|
Update of /cvsroot/phpwebsite-comm/modules/article/boost In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25805/boost Modified Files: install.sql update.php Log Message: Release version 2.7 files. Index: install.sql =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/boost/install.sql,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** install.sql 21 Aug 2004 17:02:05 -0000 1.8 --- install.sql 30 Sep 2004 05:14:19 -0000 1.9 *************** *** 27,35 **** meta_keywords varchar(100) NOT NULL DEFAULT '', meta_robots char(2) NOT NULL DEFAULT '', key (hits), key (expiration_date), key (updated_date), ! key (publication_date) ); --- 27,39 ---- meta_keywords varchar(100) NOT NULL DEFAULT '', meta_robots char(2) NOT NULL DEFAULT '', + language char(2) NOT NULL DEFAULT '', + translation_group int NOT NULL, key (hits), key (expiration_date), key (updated_date), ! key (publication_date), ! key (language), ! key (translation_group) ); *************** *** 122,124 **** key (version) ); - 1 lines were added, 1 lines were deleted, 2 lines were changed --- 126,127 ---- Index: update.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/boost/update.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** update.php 21 Aug 2004 17:37:46 -0000 1.9 --- update.php 30 Sep 2004 05:14:19 -0000 1.10 *************** *** 300,303 **** --- 300,335 ---- $content .= 'Re-registering with the Search Module....Done.<br />'; require_once(PHPWS_SOURCE_DIR.'mod/search/class/Search.php'); + PHPWS_Search::register('article'); + $content .= 'Update Complete!'; + } + + if(false) //($currentVersion < '3.0') + { + $prefix = $GLOBALS['core']->getTablePrefix(); + $content .= 'Updating Article Manager to version 3.0<br />'; + + if(!$GLOBALS['core']->sqlColumnExists('mod_article', 'language')) { + $content .= 'Adding new language columns to table mod_article...'; + $GLOBALS['core']->sqlAddColumn('mod_article', array('language'=>'char(2) NOT NULL DEFAULT ""','translation_group'=>'int NOT NULL')); + $content .= 'Creating new indexes...'; + $GLOBALS['core']->sqlCreateIndex('mod_article', array('language','translation_group')); + $content .= 'Done<br />'; + } + else + $content .= 'Language columns already in place<br />'; + + if(!empty($_SESSION['translate']->default_language)) { + $content .= 'Setting all articles to current language...'; + if($GLOBALS['core']->query('UPDATE mod_article SET language="'.$_SESSION['translate']->default_language.'"', true)) + $content .= 'Done<br />'; + else + $content .= 'Operation Failed.<br />'; + } + $content .= 'Setting all translation group ids...'; + if($GLOBALS['core']->query('UPDATE mod_article SET translation_group=id', true)) + $content .= 'Done<br />'; + else + $content .= 'Operation Failed.<br />'; + $content .= 'Update Complete!'; } |
From: Eloi G. <ada...@us...> - 2004-09-30 05:14:59
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates/section In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25805/templates/section Modified Files: Centered_Image.tpl Image_Wrap_Left.tpl Image_Wrap_Right.tpl Text_Only.tpl Log Message: Release version 2.7 files. Index: Text_Only.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/section/Text_Only.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Text_Only.tpl 6 Aug 2003 02:26:34 -0000 1.1 --- Text_Only.tpl 30 Sep 2004 05:14:36 -0000 1.2 *************** *** 3,9 **** <!-- END TITLE --> <!-- BEGIN IMAGE --> ! <div style="float : right;margin-bottom : .5em; margin-left : 1em"> {IMAGE} ! <div class="smalltext" align="center"> {CAPTION} </div> --- 3,9 ---- <!-- END TITLE --> <!-- BEGIN IMAGE --> ! <div style="float:right; margin-bottom:.5em; margin-left:1em"> {IMAGE} ! <div class="smalltext" style="text-align:center"> {CAPTION} </div> Index: Image_Wrap_Right.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/section/Image_Wrap_Right.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Image_Wrap_Right.tpl 6 Aug 2003 02:26:34 -0000 1.1 --- Image_Wrap_Right.tpl 30 Sep 2004 05:14:36 -0000 1.2 *************** *** 3,9 **** <!-- END TITLE --> <!-- BEGIN IMAGE --> ! <div style="float : right;margin-bottom : .5em; margin-left : 1em"> {IMAGE} ! <div class="smalltext" align="center"> {CAPTION} </div> --- 3,9 ---- <!-- END TITLE --> <!-- BEGIN IMAGE --> ! <div style="float:right; margin-bottom:.5em; margin-left:1em"> {IMAGE} ! <div class="smalltext" style="text-align:center"> {CAPTION} </div> Index: Image_Wrap_Left.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/section/Image_Wrap_Left.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Image_Wrap_Left.tpl 6 Aug 2003 02:26:34 -0000 1.1 --- Image_Wrap_Left.tpl 30 Sep 2004 05:14:36 -0000 1.2 *************** *** 3,9 **** <!-- END TITLE --> <!-- BEGIN IMAGE --> ! <div style="float : left; margin-bottom : .5em; margin-right : 1em"> {IMAGE} ! <div class="smalltext" align="center"> {CAPTION} </div> --- 3,9 ---- <!-- END TITLE --> <!-- BEGIN IMAGE --> ! <div style="float:left; margin-bottom:.5em; margin-right:1em"> {IMAGE} ! <div class="smalltext" style="text-align:center"> {CAPTION} </div> Index: Centered_Image.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/section/Centered_Image.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Centered_Image.tpl 6 Aug 2003 02:26:34 -0000 1.1 --- Centered_Image.tpl 30 Sep 2004 05:14:36 -0000 1.2 *************** *** 1,4 **** <!-- BEGIN IMAGE --> ! <div class="smalltext" align="center"> {IMAGE}<br /> {CAPTION} --- 1,4 ---- <!-- BEGIN IMAGE --> ! <div class="smalltext" style="text-align:center"> {IMAGE}<br /> {CAPTION} |
Update of /cvsroot/phpwebsite-comm/modules/article/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25805/templates Modified Files: config.tpl diff.tpl listing.tpl listing_row.tpl mail_form.tpl menu.tpl pager.tpl summary_view.tpl Log Message: Release version 2.7 files. Index: config.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/config.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** config.tpl 21 Aug 2004 17:02:17 -0000 1.4 --- config.tpl 30 Sep 2004 05:14:34 -0000 1.5 *************** *** 1,40 **** <!-- BEGIN CONTENT --> <h2>{GEN_HEADER}</h2> <br /> ! {SUMMARIES_ON_HOMEPAGE} ! <br /> ! {POPULAR_ARTICLES} ! <br /> ! {PREV_N_ARTICLES} <br /> ! {LISTINGS_PER_PAGE} <br /> ! {MAKE_METATAGS} <br /> ! {BRAND_PRINTABLE} <br /> ! {RESTRICTED_VIEWING} <br /> ! {ARCHIVE_DAYS} <br /> <br /> <h2>{ARTICLE_HEADER}</h2> <br /> ! {DEFAULT_ARTICLE_TEMPLATE} ! <br /> ! {DEFAULT_SECTION_TEMPLATE} <br /> {LOCK_EXPIRATION_TIME} <br /> ! {NEED_APPROVAL} <br /> ! {USE_COMMENTS} <br /> ! {DEFAULT_ALLOW_COMMENTS} <br /> ! {DEFAULT_ALLOW_ANON} <br /> ! {CAN_EXPIRE} <br /> {EXPIRATION_LABEL} --- 1,38 ---- <!-- BEGIN CONTENT --> <h2>{GEN_HEADER}</h2> + <label>{CONFIG_SUMMARIES_ON_HOMEPAGE} {SUMMARIES_ON_HOMEPAGE_LABEL}</label>{SUMMARIES_ON_HOMEPAGE_HELP} <br /> ! <label>{CONFIG_POPULAR_ARTICLES} {POPULAR_ARTICLES_LABEL}</label>{POPULAR_ARTICLES_HELP} <br /> ! <label>{CONFIG_PREV_N_ARTICLES} {PREV_N_ARTICLES_LABEL}</label>{PREV_N_ARTICLES_HELP} <br /> ! <label>{CONFIG_LISTINGS_PER_PAGE} {LISTINGS_PER_PAGE_LABEL}</label>{LISTINGS_PER_PAGE_HELP} <br /> ! <label>{CONFIG_MAKE_METATAGS} {MAKE_METATAGS_LABEL}</label>{MAKE_METATAGS_HELP} <br /> ! <label>{CONFIG_BRAND_PRINTABLE} {BRAND_PRINTABLE_LABEL}</label>{BRAND_PRINTABLE_HELP} <br /> ! <label>{CONFIG_ARCHIVE_DAYS} {ARCHIVE_DAYS_LABEL}</label> <br /> <br /> <h2>{ARTICLE_HEADER}</h2> + <label>{CONFIG_DEFAULT_ARTICLE_TEMPLATE} {DEFAULT_ARTICLE_TEMPLATE_LABEL}</label>{DEFAULT_ARTICLE_TEMPLATE_HELP} <br /> ! <label>{CONFIG_DEFAULT_SECTION_TEMPLATE} {DEFAULT_SECTION_TEMPLATE_LABEL}</label>{DEFAULT_SECTION_TEMPLATE_HELP} <br /> {LOCK_EXPIRATION_TIME} <br /> ! <label>{CONFIG_NEED_APPROVAL} {NEED_APPROVAL_LABEL}</label>{NEED_APPROVAL_HELP} <br /> ! <label>{CONFIG_USE_COMMENTS} {USE_COMMENTS_LABEL}</label>{USE_COMMENTS_HELP} <br /> ! ! <label>{CONFIG_DEFAULT_ALLOW_COMMENTS} {DEFAULT_ALLOW_COMMENTS_LABEL}</label>{DEFAULT_ALLOW_COMMENTS_HELP} <br /> ! ! <label>{CONFIG_DEFAULT_ALLOW_ANON} {DEFAULT_ALLOW_ANON_LABEL}</label>{DEFAULT_ALLOW_ANON_HELP} <br /> ! <label>{CONFIG_CAN_EXPIRE} {CAN_EXPIRE_LABEL}</label>{CAN_EXPIRE_HELP} <br /> {EXPIRATION_LABEL} *************** *** 46,68 **** <h2>{USERS_HEADER}- {USERS_LABEL}:</h2> <br /> ! {USERS_CAN_SUBMIT} ! <br /> ! {USERS_SELECT_ARTICLE_TPL} <br /> ! {USERS_SELECT_SECTION_TPL} <br /> ! {USERS_ALLOW_COMMENTS} <br /> ! {USERS_CHANGE_DATES} <br /> ! {USER_IMAGES_IN_ARTICLE} <br /> ! {USER_UPLOAD_IMAGES} <br /> <br /> <h2>{IMAGE_HEADER}</h2> - <br /> {MAX_IMAGE_SIZE} <br /> --- 44,64 ---- <h2>{USERS_HEADER}- {USERS_LABEL}:</h2> + <label>{CONFIG_USERS_CAN_SUBMIT} {USERS_CAN_SUBMIT_LABEL}</label>{USERS_CAN_SUBMIT_HELP} <br /> ! <label>{CONFIG_USERS_SELECT_ARTICLE_TPL} {USERS_SELECT_ARTICLE_TPL_LABEL}</label>{USERS_SELECT_ARTICLE_TPL_HELP} <br /> ! <label>{CONFIG_USERS_SELECT_SECTION_TPL} {USERS_SELECT_SECTION_TPL_LABEL}</label>{USERS_SELECT_SECTION_TPL_HELP} <br /> ! <label>{CONFIG_USERS_ALLOW_COMMENTS} {USERS_ALLOW_COMMENTS_LABEL}</label>{USERS_ALLOW_COMMENTS_HELP} <br /> ! <label>{CONFIG_USERS_CHANGE_DATES} {USERS_CHANGE_DATES_LABEL}</label>{USERS_CHANGE_DATES_HELP} <br /> ! <label>{CONFIG_USER_IMAGES_IN_ARTICLE} {USER_IMAGES_IN_ARTICLE_LABEL}</label>{USER_IMAGES_IN_ARTICLE_HELP} <br /> ! <label>{CONFIG_USER_UPLOAD_IMAGES} {USER_UPLOAD_IMAGES_LABEL}</label>{USER_UPLOAD_IMAGES_HELP} <br /> <br /> <h2>{IMAGE_HEADER}</h2> {MAX_IMAGE_SIZE} <br /> *************** *** 73,80 **** <br /> ! <center> {SAVE} {RESET} ! </center> <!-- END CONTENT --> --- 69,76 ---- <br /> ! <div style="text-align: center;"> {SAVE} {RESET} ! </div> <!-- END CONTENT --> Index: menu.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/menu.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** menu.tpl 9 Jul 2003 20:24:29 -0000 1.1 --- menu.tpl 30 Sep 2004 05:14:34 -0000 1.2 *************** *** 1,4 **** <!-- BEGIN CONTENT --> ! <center> {SEARCHQUERY} <br /> --- 1,4 ---- <!-- BEGIN CONTENT --> ! <div style="text-align: center;"> {SEARCHQUERY} <br /> *************** *** 9,12 **** {BTN_IMG_LIB} ! </center> <!-- END CONTENT --> --- 9,12 ---- {BTN_IMG_LIB} ! </div> <!-- END CONTENT --> Index: mail_form.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/mail_form.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mail_form.tpl 19 Feb 2004 21:48:55 -0000 1.1 --- mail_form.tpl 30 Sep 2004 05:14:34 -0000 1.2 *************** *** 3,9 **** <br /> <br /> ! {R_MAIL_LABEL} ! <br /> ! {R_MAIL_ADDR} <br /> <div class="smalltext"> --- 3,11 ---- <br /> <br /> ! <label> ! {R_MAIL_LABEL} ! <br /> ! {R_MAIL_ADDR} ! </label> <br /> <div class="smalltext"> *************** *** 11,21 **** </div> <br /> ! {S_NAME_LABEL} ! <br /> ! {S_NAME} ! <br /> ! {S_MAIL_LABEL} <br /> ! {S_MAIL_ADDR} <br /> <div class="smalltext"> --- 13,27 ---- </div> <br /> ! <label> ! {S_NAME_LABEL} ! <br /> ! {S_NAME} ! </label> <br /> ! <label> ! {S_MAIL_LABEL} ! <br /> ! {S_MAIL_ADDR} ! </label> <br /> <div class="smalltext"> *************** *** 23,40 **** </div> <br /> ! {S_COPY} ! <br /> <br /> - {S_MSG_LABEL} <br /> ! {S_MSG} <br /> <br /> ! {MAIL_TYPE} <br /> <br /> ! <center> {SEND}          {CANCEL} ! </center> --- 29,52 ---- </div> <br /> ! <label> ! {S_COPY_LABEL}{S_COPY} ! </label> <br /> <br /> ! <label> ! {S_MSG} ! <br /> ! {S_MSG_LABEL} ! </label> <br /> <br /> ! <label> ! {MAIL_TYPE1}{MAIL_TYPE1_LABEL}{MAIL_TYPE2}{MAIL_TYPE2_LABEL} ! </label> <br /> <br /> ! <div style="text-align: center;"> {SEND}          {CANCEL} ! </div> Index: pager.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/pager.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pager.tpl 21 Oct 2003 21:14:31 -0000 1.2 --- pager.tpl 30 Sep 2004 05:14:34 -0000 1.3 *************** *** 1,13 **** <!-- BEGIN CONTENT --> ! <div class="smalltext" align="center"> {ALPHABET}<br /> {PAGE_BACKWARD_LINK} {SECTION_LINKS} {PAGE_FORWARD_LINK}<br /> ! <div align="left" style="float : left;"> {SECTION_INFO}<br /> </div> ! <div align="right" style="float : right;"> {LIMIT_LINKS_LABEL}: {LIMIT_LINKS} </div> ! <div style="clear : both;"> </div> </div> <!-- END CONTENT --> --- 1,13 ---- <!-- BEGIN CONTENT --> ! <div class="smalltext" style="text-align:center"> {ALPHABET}<br /> {PAGE_BACKWARD_LINK} {SECTION_LINKS} {PAGE_FORWARD_LINK}<br /> ! <div style="float:left; text-align:left"> {SECTION_INFO}<br /> </div> ! <div style="float:right; text-align:right"> {LIMIT_LINKS_LABEL}: {LIMIT_LINKS} </div> ! <div style="clear:both;"> </div> </div> <!-- END CONTENT --> Index: diff.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/diff.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** diff.tpl 21 Aug 2004 17:02:17 -0000 1.1 --- diff.tpl 30 Sep 2004 05:14:34 -0000 1.2 *************** *** 5,19 **** <br /> <br /> ! <center> ! <table border="0" bgcolor="#cff9f4" width="95%"> <tr> ! <td align="center" width="50%"><b>{THIS_LABEL}</b></td> ! <td align="center" width="50%"><b>{THAT_LABEL}</b></td> </tr> </table> {STATS} ! <table border="0" bgcolor="#cff9f4" width="95%"> ! {DIFFCONTENT} ! </table></center> <br /> <br /> --- 5,18 ---- <br /> <br /> ! <table style="width:95%;margin-left:2.5%;margin-right:2.5%;background-color:#cff9f4;border:none"> <tr> ! <td style="width:50%;font-weight:bold;text-align:center">{THIS_LABEL}</td> ! <td style="width:50%;font-weight:bold;text-align:center">{THAT_LABEL}</td> </tr> </table> {STATS} ! <table style="width:95%;margin-left:2.5%;margin-right:2.5%;background-color:#cff9f4;border:none"> ! {DIFFCONTENT} ! </table> <br /> <br /> Index: listing_row.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/listing_row.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** listing_row.tpl 21 Apr 2004 19:55:49 -0000 1.2 --- listing_row.tpl 30 Sep 2004 05:14:34 -0000 1.3 *************** *** 1,19 **** ! ! <!-- BEGIN CONTENT --> <tr<!-- BEGIN tog1 -->{ODDROW}class="bg_medium"<!-- END tog1 -->> <td width="100%"> {ARTICLE_TITLE} </td> ! <td align="center"> ! {HOME_FLAG} ! </td> ! <td align="center" nowrap> {DATE} </td> <td> ! {PUB_EXP} </td> <td> ! {EDIT} </td> <td> --- 1,15 ---- ! <form name="row_{ID}" action="index.php#{ID}" method="post"> <tr<!-- BEGIN tog1 -->{ODDROW}class="bg_medium"<!-- END tog1 -->> <td width="100%"> {ARTICLE_TITLE} </td> ! <td style="text-align:center" nowrap> {DATE} </td> <td> ! {ACTION} </td> <td> ! {BTN} </td> <td> *************** *** 21,23 **** </td> </tr> ! <!-- END CONTENT --> --- 17,20 ---- </td> </tr> ! </form> ! Index: listing.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/listing.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** listing.tpl 21 Apr 2004 19:55:43 -0000 1.2 --- listing.tpl 30 Sep 2004 05:14:34 -0000 1.3 *************** *** 1,24 **** ! <!-- BEGIN CONTENT --> ! <table class="bg_light" width="100%" border="0" cellspacing="0" cellpadding="2"> <tr> ! <td width="100%" class="bg_dark" align="center"> {TITLE} ! </td> ! <td class="bg_dark" nowrap> ! {HOME_FLAG} ! </td> ! <td class="bg_dark" align="center"> {DATE} ! </td> ! <td colspan="3" align="center" class="bg_dark"> {ACTION} ! </td> </tr> {LIST_ROWS} </table> ! <div class="smalltext" align="center"> {PAGE_BACKWARD_LINK} {SECTION_LINKS} {PAGE_FORWARD_LINK}<br /> {SECTION_INFO}<br /> {LIMIT_LINKS_LABEL}: {LIMIT_LINKS} </div> - <!-- END CONTENT --> --- 1,23 ---- ! <table class="bg_light" width="100%" border="0" cellspacing="0" cellpadding="2" summary="{TBL_SUMMARY}"> <tr> ! <th scope="col" width="100%" class="bg_dark" style="text-align:center"> {TITLE} ! </th> ! <th scope="col" class="bg_dark" align="center"> {DATE} ! </th> ! <th scope="col" colspan="3" class="bg_dark" style="text-align:center"> {ACTION} ! </th> </tr> + + {LIST_ROWS} + + </table> ! <div class="smalltext" style="text-align:center"> {PAGE_BACKWARD_LINK} {SECTION_LINKS} {PAGE_FORWARD_LINK}<br /> {SECTION_INFO}<br /> {LIMIT_LINKS_LABEL}: {LIMIT_LINKS} </div> Index: summary_view.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/summary_view.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** summary_view.tpl 22 Apr 2004 17:05:29 -0000 1.2 --- summary_view.tpl 30 Sep 2004 05:14:34 -0000 1.3 *************** *** 7,11 **** <!-- BEGIN CONTENT --> <!-- BEGIN CATEGORIES --> ! <div style="float : right;"> {CATEGORY} </div> --- 7,11 ---- <!-- BEGIN CONTENT --> <!-- BEGIN CATEGORIES --> ! <div style="float:right;"> {CATEGORY} </div> *************** *** 15,19 **** {SUMMARYTEXT} <!-- END SUMMARY --> ! <div class="smalltext" style="clear : both;" align="right"> <br /> {READMORE} {MOREWORDS} - {MOREPAGES} {EDIT} {DELETE} {NUM_COMMENTS} {PRINT_ICON} {EMAIL} --- 15,19 ---- {SUMMARYTEXT} <!-- END SUMMARY --> ! <div class="smalltext" style="clear:both; text-align:right"> <br /> {READMORE} {MOREWORDS} - {MOREPAGES} {EDIT} {DELETE} {NUM_COMMENTS} {PRINT_ICON} {EMAIL} |
From: Eloi G. <ada...@us...> - 2004-09-30 05:14:55
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates/history In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25805/templates/history Modified Files: list.tpl row.tpl Log Message: Release version 2.7 files. Index: row.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/history/row.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** row.tpl 21 Aug 2004 17:02:24 -0000 1.1 --- row.tpl 30 Sep 2004 05:14:35 -0000 1.2 *************** *** 1,4 **** <tr{ROW_CLASS}> ! <td align="center"> [{VERSION}] </td> --- 1,4 ---- <tr{ROW_CLASS}> ! <td style="text-align:center"> [{VERSION}] </td> Index: list.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/history/list.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** list.tpl 21 Aug 2004 17:02:24 -0000 1.1 --- list.tpl 30 Sep 2004 05:14:35 -0000 1.2 *************** *** 2,16 **** <br /> <div style="float:right"><i>{NAV_INFO}</i></div> ! <b>{TITLE2} </b> <div style="clear:both"></div> <form name="ARTICLE_view_diff" action="index.php" method="post"> <input name="module" value="article" type="hidden"> <input name="viewdiff" value="{ID}" type="hidden"> ! <table border="0" width="100%" cellspacing="1" cellpadding="6" align="center"> <tr class="bg_dark"> ! <td align="center" nowrap="nowrap"><b>{VERSION_LABEL} {VERSION_ORDER_LINK}</b></td> ! <td align="center" nowrap="nowrap"><b>{UPDATED_LABEL} {ARCHIVED_DATE_ORDER_LINK}</b></td> ! <td align="center" nowrap="nowrap" colspan="2"><b>{DIFF_LABEL}{DIFF_HELP}</b></td> ! <td align="center" nowrap="nowrap"><b>{EDITOR_LABEL} {USERNAME_ORDER_LINK}</b></td> </tr> {LIST_ITEMS} --- 2,16 ---- <br /> <div style="float:right"><i>{NAV_INFO}</i></div> ! <strong>{TITLE2} </strong> <div style="clear:both"></div> <form name="ARTICLE_view_diff" action="index.php" method="post"> <input name="module" value="article" type="hidden"> <input name="viewdiff" value="{ID}" type="hidden"> ! <table border="0" width="100%" cellspacing="1" cellpadding="6" style="text-align:center"> <tr class="bg_dark"> ! <th style="text-align:center" nowrap="nowrap">{VERSION_LABEL} {VERSION_ORDER_LINK}</td> ! <th style="text-align:center" nowrap="nowrap">{UPDATED_LABEL} {ARCHIVED_DATE_ORDER_LINK}</td> ! <th style="text-align:center" nowrap="nowrap" colspan="2">{DIFF_LABEL}{DIFF_HELP}</td> ! <th style="text-align:center" nowrap="nowrap">{EDITOR_LABEL} {USERNAME_ORDER_LINK}</td> </tr> {LIST_ITEMS} *************** *** 18,22 **** <td></td> <td></td> ! <td align="right" colspan="2"><input name="IMGLib_op" value="{COMPARE_BTN}" type="submit"></td> <td></td> </tr> --- 18,22 ---- <td></td> <td></td> ! <td colspan="2" style="text-align:right"><input name="IMGLib_op" value="{COMPARE_BTN}" type="submit"></td> <td></td> </tr> *************** *** 24,27 **** </form> <!-- BEGIN navigation --> ! <div align="center">{NAV_BACKWARD} {NAV_SECTIONS} {NAV_FORWARD}<br />{NAV_LIMITS}</div> <!-- END navigation --> --- 24,29 ---- </form> <!-- BEGIN navigation --> ! <div style="text-align:center">{NAV_BACKWARD} {NAV_SECTIONS} {NAV_FORWARD}<br />{NAV_LIMITS}</div> ! <!-- END navigation --> ! br />{NAV_LIMITS}</div> <!-- END navigation --> |
From: Eloi G. <ada...@us...> - 2004-09-30 05:14:54
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates/edit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25805/templates/edit Modified Files: settings.tpl title.tpl Log Message: Release version 2.7 files. Index: title.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/edit/title.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** title.tpl 21 Aug 2004 17:02:19 -0000 1.2 --- title.tpl 30 Sep 2004 05:14:35 -0000 1.3 *************** *** 1,10 **** ! <div align="center">{LINK_BACK} {HISTORYLINK}</div> <!-- BEGIN TITLE --> ! <div class="bg_medium"> ! <b>{TITLE_LABEL} {TITLE}</b> ! </div> <!-- END TITLE --> <!-- BEGIN CONTENT --> ! {SUMMARY_LABEL}<br /> ! {SUMMARYTEXT}<br /> <!-- END CONTENT --> --- 1,21 ---- ! <div style="text-align:center"> ! {LINK_BACK} {HISTORYLINK} ! </div> <!-- BEGIN TITLE --> ! <div class="bg_medium"> ! <b> ! <label> ! {TITLE_LABEL} {TITLE} ! </label> ! {TITLE_HELP} ! </b> ! </div> <!-- END TITLE --> <!-- BEGIN CONTENT --> ! <label> ! {SUMMARY_LABEL} ! <br /> ! {SUMMARYTEXT} ! </label> ! <br /> <!-- END CONTENT --> Index: settings.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/edit/settings.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** settings.tpl 21 Aug 2004 17:38:22 -0000 1.4 --- settings.tpl 30 Sep 2004 05:14:35 -0000 1.5 *************** *** 1,3 **** ! <div align="center" class="bg_medium"> <b>{PAGE_SETTINGS_LABEL}</b> </div> --- 1,3 ---- ! <div class="bg_medium" style="text-align:center"> <b>{PAGE_SETTINGS_LABEL}</b> </div> *************** *** 5,18 **** <div class="bg_light"> <!-- BEGIN SETTINGS --> ! {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 /> <!-- END SETTINGS --> --- 5,23 ---- <div class="bg_light"> <!-- BEGIN SETTINGS --> ! <label>{TEMPLATE_LABEL} {ARTICLE_TEMPLATE}</label>{TEMPLATE_HELP}<br /> ! <label>{ARTICLE_ANNOUNCE} {ANNOUNCE_LABEL}{ANNOUNCE_HELP}</label><br /> <!-- BEGIN COMM --> ! <label>{ARTICLE_ALLOW_COMMENTS} {COMMENTS_LABEL}{COMMENTS_HELP}</label><br /> <!-- END COMM --> <!-- BEGIN ANON --> ! <label>{ARTICLE_ALLOW_ANONYMOUS} {ANON_LABEL}{ANON_HELP}</label><br /> <!-- END ANON --> ! <label>{PUBLICATION_LABEL} {ARTICLE_PUBLICATION_DATE}</label>{PUBLICATION_HELP} ! <br /> ! <label> {EXPIRATION_LABEL} {ARTICLE_EXPIRATION_DATE}</label>{EXPIRATION_HELP} ! <label> ! {ARTICLE_EXPIRATION_FLAG} {EXPIRATION_FLAG_LABEL}{EXPIRATION_FLAG_HELP} ! </label> ! <br /> <!-- END SETTINGS --> *************** *** 20,29 **** --- 25,38 ---- <tr> <td valign="top"> + <label> {CATEGORY_LABEL} <br /> {CATEGORY} <br /> + </label> </td> <td valign="top"> + <label> {GROUP_LABEL} <br /> {GROUP} <br /> + </label> </td> </tr> *************** *** 32,41 **** <!-- BEGIN METASTUFF --> <br /> ! {META_KEYWORDS}<br /><br /> ! {META_ROBOTS}<br /><br /> <!-- END METASTUFF --> <!-- BEGIN INFO --> ! <div align="center" class="bg_medium"> <b>{INFORMATION_LABEL}</b> </div> --- 41,61 ---- <!-- BEGIN METASTUFF --> <br /> ! <label> ! {META_KEYWORDS_LABEL} {META_KEYWORDS_HELP} ! <br /> ! {META_KEYWORDS} ! <br /> ! </label> ! <label> ! {META_ROBOTS_LABEL} {META_ROBOTS_HELP} ! <br /> ! {ARTICLE_ROBOTS} ! <br /> ! </label> ! <br /> <!-- END METASTUFF --> <!-- BEGIN INFO --> ! <div class="bg_medium" style="text-align:center"> <b>{INFORMATION_LABEL}</b> </div> *************** *** 45,50 **** </div> ! <center> {SAVE_WARNING} {SAVE_BUTTON} {CANCEL_BUTTON} ! <center> --- 65,70 ---- </div> ! <div style="text-align:center"> {SAVE_WARNING} {SAVE_BUTTON} {CANCEL_BUTTON} ! </div> \ No newline at end of file |
From: Eloi G. <ada...@us...> - 2004-09-30 05:14:54
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates/article/Byline In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25805/templates/article/Byline Modified Files: content.tpl title.tpl Log Message: Release version 2.7 files. Index: title.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/article/Byline/title.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** title.tpl 31 Jul 2003 22:35:33 -0000 1.2 --- title.tpl 30 Sep 2004 05:14:34 -0000 1.3 *************** *** 1,10 **** <!-- BEGIN OPTIONS --> ! <div style="float: right; text-align: right;">{PRINT_ICON} {EMAIL}</div> <!-- END OPTIONS --> {TITLE} ! <table class="smalltext" width="100%" border="0"> ! <tr> ! <td>by {CREATED_USER} on {CREATED_DATE}</td> ! <td><div align="right">{NAVBAR}</div></td> ! </tr> ! </table> --- 1,12 ---- <!-- BEGIN OPTIONS --> ! <div class="smalltext" style="float:right; text-align:right"> ! {PRINT_ICON} {EMAIL} ! </div> <!-- END OPTIONS --> {TITLE} ! <table class="smalltext" width="100%" border="0"> ! <tr> ! <td>by {CREATED_USER} on {CREATED_DATE}</td> ! <td><div style="text-align:right">{NAVBAR}</div></td> ! </tr> ! </table> Index: content.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/article/Byline/content.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** content.tpl 31 Jul 2003 22:35:33 -0000 1.3 --- content.tpl 30 Sep 2004 05:14:34 -0000 1.4 *************** *** 11,22 **** <br /> <br /> ! <div style="float: left; text-align: left;">{PREV}</div> ! <div style="float: right; text-align: right;">{NEXT}</div> ! <div style="text-align: center;">{NAVBAR}</div> <br /> ! <center>{NAVLIST}</center> <!-- END PAGETURN --> <!-- BEGIN OPTIONS --> ! <div class="smalltext" style="clear : both;" align="right"> <br /> {EDIT} {DELETE} --- 11,22 ---- <br /> <br /> ! <div style="float:left; text-align:left;">{PREV}</div> ! <div style="float:right; text-align:right;">{NEXT}</div> ! <div style="text-align:center;">{NAVBAR}</div> <br /> ! <div style="text-align: center;">{NAVLIST}</div> <!-- END PAGETURN --> <!-- BEGIN OPTIONS --> ! <div class="smalltext" style="clear:both; text-align:right"> <br /> {EDIT} {DELETE} |
From: Eloi G. <ada...@us...> - 2004-09-30 05:14:51
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates/article/Dated In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25805/templates/article/Dated Modified Files: content.tpl title.tpl Log Message: Release version 2.7 files. Index: title.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/article/Dated/title.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** title.tpl 31 Jul 2003 22:35:33 -0000 1.2 --- title.tpl 30 Sep 2004 05:14:34 -0000 1.3 *************** *** 1,4 **** <!-- BEGIN OPTIONS --> ! <div style="float: right; text-align: right;">{PRINT_ICON} {EMAIL}</div> <!-- END OPTIONS --> {TITLE} --- 1,6 ---- <!-- BEGIN OPTIONS --> ! <div class="smalltext"style="float: right; text-align: right;"> ! {PRINT_ICON} {EMAIL} ! </div> <!-- END OPTIONS --> {TITLE} Index: content.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/article/Dated/content.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** content.tpl 31 Jul 2003 22:35:33 -0000 1.3 --- content.tpl 30 Sep 2004 05:14:34 -0000 1.4 *************** *** 1,4 **** <!-- BEGIN NAVIGATION --> ! <div class="smalltext" align="right"> {NAVBAR} </div> --- 1,4 ---- <!-- BEGIN NAVIGATION --> ! <div class="smalltext" style="text-align:right"> {NAVBAR} </div> *************** *** 19,26 **** <div style="float: right; text-align: right;">{NEXT}</div> <div style="text-align: center;">{NAVBAR}</div> ! <br /><center>{NAVLIST}</center> <!-- END PAGETURN --> <!-- BEGIN DATEINFO --> ! <div class="smalltext" align="right"> {CREATED_TEXT}<br /> {UPDATED_TEXT}<br /> --- 19,27 ---- <div style="float: right; text-align: right;">{NEXT}</div> <div style="text-align: center;">{NAVBAR}</div> ! <br /> ! <div style="text-align: center;">{NAVLIST}</div> <!-- END PAGETURN --> <!-- BEGIN DATEINFO --> ! <div class="smalltext" style="text-align:right"> {CREATED_TEXT}<br /> {UPDATED_TEXT}<br /> |
From: Darren G. <dg...@us...> - 2004-09-29 16:41:16
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7411/docs Modified Files: CHANGELOG Log Message: fixed update bug Index: CHANGELOG =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/docs/CHANGELOG,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** CHANGELOG 23 Sep 2004 19:07:01 -0000 1.26 --- CHANGELOG 29 Sep 2004 16:41:07 -0000 1.27 *************** *** 2,5 **** --- 2,8 ---- # $Id$ + 28 Sep 2004; Darren Greene <dg49379 at user dot sourceforge dot net> + Fixed update bug of not updating multiple feeds if the first one fails + 21 Sep 2004; Darren Greene <dg49379 at user dot sourceforge dot net> Added multiview ability to organize the feeds by date |
From: Darren G. <dg...@us...> - 2004-09-29 16:41:16
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7411/conf Modified Files: boost.php Log Message: fixed update bug Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/conf/boost.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** boost.php 23 Sep 2004 19:06:59 -0000 1.20 --- boost.php 29 Sep 2004 16:41:06 -0000 1.21 *************** *** 30,34 **** $user_mod = 0; $active = "on"; ! $version = "0.3.6"; $depend = array("menuman", "search"); --- 30,34 ---- $user_mod = 0; $active = "on"; ! $version = "0.3.7"; $depend = array("menuman", "search"); |
From: Darren G. <dg...@us...> - 2004-09-29 16:41:16
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7411/class Modified Files: RSS.php Log Message: fixed update bug Index: RSS.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/class/RSS.php,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** RSS.php 23 Sep 2004 19:06:58 -0000 1.37 --- RSS.php 29 Sep 2004 16:40:33 -0000 1.38 *************** *** 980,984 **** //put logger here if(!$feed) ! return; $this->_cached = date("Y-m-d G:i:s"); $this->_content = NULL; --- 980,984 ---- //put logger here if(!$feed) ! continue; $this->_cached = date("Y-m-d G:i:s"); $this->_content = NULL; |
From: Mike N. <mh...@us...> - 2004-09-27 18:16:24
|
Update of /cvsroot/phpwebsite-comm/CVSROOT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7230 Modified Files: avail Log Message: changed l10n/da team Index: avail =================================================================== RCS file: /cvsroot/phpwebsite-comm/CVSROOT/avail,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** avail 17 Sep 2004 15:42:32 -0000 1.33 --- avail 27 Sep 2004 18:15:29 -0000 1.34 *************** *** 2,6 **** # Selective access for teams, etc. ! avail|bobbykennedy44|l10n/da avail|tluft|l10n/de --- 2,6 ---- # Selective access for teams, etc. ! avail|oz1biz, techelephant|l10n/da avail|tluft|l10n/de |