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: Thomas L. <tl...@us...> - 2004-10-13 20:19:16
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/googlesvcs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17132/googlesvcs Log Message: Directory /cvsroot/phpwebsite-comm/l10n/de/mod/googlesvcs added to the repository |
From: Thomas L. <tl...@us...> - 2004-10-13 20:19:00
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/featuredphoto In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17025/featuredphoto Log Message: Directory /cvsroot/phpwebsite-comm/l10n/de/mod/featuredphoto added to the repository |
From: Thomas L. <tl...@us...> - 2004-10-13 20:16:51
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/article In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16253/article Log Message: Directory /cvsroot/phpwebsite-comm/l10n/de/mod/article added to the repository |
From: Eloi G. <ada...@us...> - 2004-10-13 02:52:07
|
Update of /cvsroot/phpwebsite-comm/modules/article/inc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11512/inc Modified Files: AM_view_news.php Log Message: Fixed bug that was creating incomplete SQL syntax Index: AM_view_news.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/AM_view_news.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** AM_view_news.php 10 Oct 2004 15:36:10 -0000 1.7 --- AM_view_news.php 13 Oct 2004 02:51:43 -0000 1.8 *************** *** 28,48 **** if (!empty($this->news_filter['letter'])) { $filter = ' AND title LIKE "'.$this->news_filter['letter'].'%" ORDER BY title '; ! $this->news_filter['order'] = 'ASC'; } else { $this->news_filter['letter'] = ''; $filter = ' ORDER BY updated_date '; ! $this->news_filter['order'] = 'DESC'; } /* Allow user to override display order */ if (isset($_REQUEST['order']) && $o = strtolower($_REQUEST['order'])) { if ($o=='asc') ! $this->news_filter['order'] = 'ASC'; if ($o=='desc') ! $this->news_filter['order'] = 'DESC'; } $result = $GLOBALS['core']->getCol('SELECT id FROM ' . $this->sql_article_table ! . ' WHERE ' . $this->get_published_sql().' AND mainarticle=0'.$this->sql_predicate . $filter.$this->news_filter['order']); $this->pager->setData($result); $result = NULL; --- 28,49 ---- if (!empty($this->news_filter['letter'])) { $filter = ' AND title LIKE "'.$this->news_filter['letter'].'%" ORDER BY title '; ! $sort = 'ASC'; } else { $this->news_filter['letter'] = ''; $filter = ' ORDER BY updated_date '; ! $sort = 'DESC'; } /* Allow user to override display order */ if (isset($_REQUEST['order']) && $o = strtolower($_REQUEST['order'])) { if ($o=='asc') ! $sort = 'ASC'; if ($o=='desc') ! $sort = 'DESC'; } + $this->news_filter['order'] = $filter . $sort; $result = $GLOBALS['core']->getCol('SELECT id FROM ' . $this->sql_article_table ! . ' WHERE ' . $this->get_published_sql().' AND mainarticle=0'.$this->sql_predicate . $this->news_filter['order']); $this->pager->setData($result); $result = NULL; *************** *** 54,58 **** /* Retrieve all article listings for this page */ $sql = 'SELECT * FROM ' . $this->sql_article_table ! . ' WHERE id IN ('.$data.')'. $filter.$this->news_filter['order']; if(!$result = $GLOBALS['core']->query($sql)) return; --- 55,59 ---- /* Retrieve all article listings for this page */ $sql = 'SELECT * FROM ' . $this->sql_article_table ! . ' WHERE id IN ('.$data.')'. $this->news_filter['order']; if(!$result = $GLOBALS['core']->query($sql)) return; |
From: Eloi G. <ada...@us...> - 2004-10-12 03:32:58
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates/edit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16147/templates/edit Added Files: section.tpl Log Message: Version 2.8 release files --- NEW FILE: section.tpl --- <div name="{ID}" class="bg_dark"> {HEADER} </div> <label>{SECT_NEW_PAGE}{NEWPAGE_LABEL}</label>{NEWPAGE_HELP} <br /> {TITLE_ERR} <label for="SECT_title">{TITLE_LABEL}</label>{TITLE_HELP} <br /> {TITLE_JS} {TITLE} <br /> {TEXT_ERR} <label for="SECT_text">{TEXT_LABEL}</label>{TEXT_HELP} <br /> {TEXT_JS} {TEXT} <br /> <!-- BEGIN CURR_IMG --> {IMAGE} <br /> <label>{REMOVEIMAGE_LABEL}? {REMOVEIMAGE}</label> <br /> <!-- END CURR_IMG --> {SECT_LOADED_IMAGE_ERR} <label>{SECT_LOADED_IMAGE_LABEL}: {SECT_LOADED_IMAGE}</label> {SECT_LOADED_IMAGE_HELP} <br /> <br /> {SELECTED_LIB_IMAGE_LABEL} <br /> {SECTION_LIB_IMAGE_BTN}{SECTION_LIB_IMAGE_HELP} <br /> <br /> {ALT_TXT_ERR} <label for="SECT_text">{ALT_TXT_LABEL}</label>{ALT_TXT_HELP} <br /> {ALT_TXT} <br /> <label for="SECT_link">{LINK_LABEL}...</label>{LINK_HELP} <br /> {LINK} <br /> <label for="SECT_image_caption">{CAPTION_LABEL}...</label>{CAPTION_HELP} <br /> {CAPTION} <br /> <label>{TPL_LABEL}: {SECT_TEMPLATE}</label>{TPL_HELP} <br /> {SAVE_BTN} |
From: Eloi G. <ada...@us...> - 2004-10-11 03:32:40
|
Update of /cvsroot/phpwebsite-comm/modules/article/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv744/docs Modified Files: Changes.txt Log Message: Version 2.8 release files Index: Changes.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/docs/Changes.txt,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Changes.txt 10 Oct 2004 15:36:09 -0000 1.14 --- Changes.txt 11 Oct 2004 03:32:02 -0000 1.15 *************** *** 1,4 **** ======================== ! Changes in version 3.0 ======================== Todo: NEW FEATURE! Multi-Language Capability. --- 1,4 ---- ======================== ! Upcoming Changes in version 3.0 ======================== Todo: NEW FEATURE! Multi-Language Capability. |
From: Eloi G. <ada...@us...> - 2004-10-10 15:37:14
|
Update of /cvsroot/phpwebsite-comm/modules/article/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11677/class Modified Files: Article.php ArticleManager.php Section.php Log Message: Version 2.8 release files Index: Section.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/class/Section.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Section.php 30 Sep 2004 05:14:30 -0000 1.12 --- Section.php 10 Oct 2004 15:35:55 -0000 1.13 *************** *** 205,210 **** { 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') --- 205,209 ---- { include(PHPWS_SOURCE_DIR . 'mod/article/inc/S_edit.php'); ! return '<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') Index: Article.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/class/Article.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Article.php 30 Sep 2004 05:14:30 -0000 1.21 --- Article.php 10 Oct 2004 15:35:55 -0000 1.22 *************** *** 114,118 **** --- 114,121 ---- . $_SESSION['SES_ART_master']->sql_article_table .' WHERE id = '.$id . $_SESSION['SES_ART_master']->sql_predicate)) + { + $_SESSION['SES_ART_master']->error['article'][] = $_SESSION['translate']->it('Article data could not be found'); return; + } /* Load section data */ $this->order = unserialize($data['section_order']); *************** *** 122,125 **** --- 125,130 ---- while ($row = $result->fetchrow(DB_FETCHMODE_ASSOC)) $this->sections[$row['id']] = new PHPWS_Article_Section($row['id'],$row); + else + $_SESSION['SES_ART_master']->error['article'][] = $_SESSION['translate']->it('Section data could not be found'); } *************** *** 151,156 **** $this->meta_keywords = $data['meta_keywords']; $this->meta_robots = $data['meta_robots']; ! $this->$language = $data['language']; ! $this->$translation_group = $id; } // otherwise this is a new article. Load Default values. --- 156,161 ---- $this->meta_keywords = $data['meta_keywords']; $this->meta_robots = $data['meta_robots']; ! // $this->language = $data['language']; ! // $this->translation_group = $id; } // otherwise this is a new article. Load Default values. *************** *** 190,195 **** $this->announce = 1; $this->meta_keywords = $this->meta_robots = ''; ! $this->$language = $_SESSION['translate']->current_language; ! $this->$translation_group = $data['translation_group']; } } --- 195,200 ---- $this->announce = 1; $this->meta_keywords = $this->meta_robots = ''; ! $this->language = $_SESSION['translate']->current_language; ! $this->translation_group = $data['translation_group']; } } *************** *** 212,216 **** $_SESSION['SES_ART_master']->error['article'][] = $_SESSION['translate']->it('The article you requested either does not exist or is not available to your group.'); ! $_SESSION['SES_ART_master']->get_error('article'); return; } --- 217,221 ---- $_SESSION['SES_ART_master']->error['article'][] = $_SESSION['translate']->it('The article you requested either does not exist or is not available to your group.'); ! $GLOBALS['CNT_article']['content'] = $_SESSION['SES_ART_master']->get_error('article'); return; } *************** *** 220,228 **** $GLOBALS['CNT_article']['title'] = $_SESSION['translate']->it('Sorry!'); if(!$this->approved) ! $GLOBALS['CNT_article']['content'] = $_SESSION['translate']->it('The article you requested is awaiting approval by an administrator.'); else ! $GLOBALS['CNT_article']['content'] = $_SESSION['translate']->it('The article you requested is not viewable.'); PHPWS_Fatcat::deactivate($this->id, 'article'); return; --- 225,234 ---- $GLOBALS['CNT_article']['title'] = $_SESSION['translate']->it('Sorry!'); if(!$this->approved) ! $_SESSION['SES_ART_master']->error['article'][] = $_SESSION['translate']->it('The article you requested is awaiting approval by an administrator.'); else ! $_SESSION['SES_ART_master']->error['article'][] = $_SESSION['translate']->it('The article you requested is not viewable.'); + $GLOBALS['CNT_article']['content'] = $_SESSION['SES_ART_master']->get_error('article'); PHPWS_Fatcat::deactivate($this->id, 'article'); return; *************** *** 231,236 **** /* My copyright statement. Do not disable or remove. */ $rights = array( 'http://www.vibride.com','http://www.realvidreams.com','http://www.bygeorgeware.com','http://www.bygeorgeadvertising.com'); ! $copyright = '<a href="'.$rights[rand(0,2)].'"><img src="http://'.PHPWS_SOURCE_HTTP ! . 'mod/article/img/mark.gif" border="0" title="Article Manager module by by George! Software." alt="Article Manager module by by George! Software."></a>'; $article_link = './index.php?module=article&view='.$this->id; --- 237,242 ---- /* My copyright statement. Do not disable or remove. */ $rights = array( 'http://www.vibride.com','http://www.realvidreams.com','http://www.bygeorgeware.com','http://www.bygeorgeadvertising.com'); ! $copyright = '<a href="'.$rights[rand(0,2)].'" title="Article Manager module by by George! Software."><img src="http://'.PHPWS_SOURCE_HTTP ! . 'mod/article/img/mark.gif" border="0" alt="Article Manager module by by George! Software." /></a>'; $article_link = './index.php?module=article&view='.$this->id; *************** *** 241,249 **** $article_tags['SUMMARYTEXT'] = PHPWS_Text::parseOutput($this->summary); if(!$this->approved) ! $article_tags['SUMMARYTEXT'] .= '<br /><span class="errortext">'.$_SESSION['translate']->it('<b>NOTE:</b> This [var1] is awaiting approval. Visitors cannot see it.', $_SESSION['translate']->it('article')).'</span>'; $article_tags['HITS'] = $this->hits; $article_tags['CREATED_DATE'] = date(PHPWS_DATE_FORMAT . ' ' . PHPWS_TIME_FORMAT, (strtotime($this->created_date)+$GLOBALS['core']->datetime->time_dif)); $article_tags['UPDATED_DATE'] = date(PHPWS_DATE_FORMAT . ' ' . PHPWS_TIME_FORMAT, (strtotime($this->updated_date)+$GLOBALS['core']->datetime->time_dif)); ! $article_tags['EXPIRATION_DATE'] = date(PHPWS_DATE_FORMAT . ' ' . PHPWS_TIME_FORMAT, (strtotime($this->expiration_date)+$GLOBALS['core']->datetime->time_dif)); $article_tags['PUBLICATION_DATE'] = date(PHPWS_DATE_FORMAT . ' ' . PHPWS_TIME_FORMAT, (strtotime($this->publication_date)+$GLOBALS['core']->datetime->time_dif)); $article_tags['VERSION'] = $this->version; --- 247,259 ---- $article_tags['SUMMARYTEXT'] = PHPWS_Text::parseOutput($this->summary); if(!$this->approved) ! $article_tags['SUMMARYTEXT'] = PHPWS_Text::parseOutput($this->summary) ! . '<br /><span class="errortext">'.$_SESSION['translate']->it('<b>NOTE:</b> This [var1] is awaiting approval. Visitors cannot see it.', $_SESSION['translate']->it('article')).'</span>'; $article_tags['HITS'] = $this->hits; $article_tags['CREATED_DATE'] = date(PHPWS_DATE_FORMAT . ' ' . PHPWS_TIME_FORMAT, (strtotime($this->created_date)+$GLOBALS['core']->datetime->time_dif)); $article_tags['UPDATED_DATE'] = date(PHPWS_DATE_FORMAT . ' ' . PHPWS_TIME_FORMAT, (strtotime($this->updated_date)+$GLOBALS['core']->datetime->time_dif)); ! if(!empty($this->expiration_date)) ! $article_tags['EXPIRATION_DATE'] = date(PHPWS_DATE_FORMAT . ' ' . PHPWS_TIME_FORMAT, (strtotime($this->expiration_date)+$GLOBALS['core']->datetime->time_dif)); ! else ! $article_tags['EXPIRATION_DATE'] = $_SESSION['translate']->it('Never'); $article_tags['PUBLICATION_DATE'] = date(PHPWS_DATE_FORMAT . ' ' . PHPWS_TIME_FORMAT, (strtotime($this->publication_date)+$GLOBALS['core']->datetime->time_dif)); $article_tags['VERSION'] = $this->version; *************** *** 260,264 **** { $GLOBALS['Layout_title'] = $article_tags['TITLE'] . ' - ' . strip_tags($_SESSION['OBJ_layout']->page_title); ! $_SESSION['OBJ_layout']->meta_vars['meta_description'] = strip_tags($article_tags['SUMMARYTEXT']); $_SESSION['OBJ_layout']->meta_vars['meta_author'] = strip_tags($article_tags['CREATED_USER'].' @ '.PHPWS_HOME_HTTP); $_SESSION['OBJ_layout']->meta_vars['meta_keywords'] = strip_tags($this->meta_keywords); --- 270,275 ---- { $GLOBALS['Layout_title'] = $article_tags['TITLE'] . ' - ' . strip_tags($_SESSION['OBJ_layout']->page_title); ! if(isset($article_tags['SUMMARYTEXT'])) ! $_SESSION['OBJ_layout']->meta_vars['meta_description'] = strip_tags($article_tags['SUMMARYTEXT']); $_SESSION['OBJ_layout']->meta_vars['meta_author'] = strip_tags($article_tags['CREATED_USER'].' @ '.PHPWS_HOME_HTTP); $_SESSION['OBJ_layout']->meta_vars['meta_keywords'] = strip_tags($this->meta_keywords); *************** *** 304,307 **** --- 315,319 ---- if ($this->pages>1 && !$printAll) { + $article_tags['NAVLIST'] = $article_tags['NAVBAR'] = ''; for ($page_count = 1; ($page_count <= $this->pages); $page_count++) { *************** *** 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>'; } --- 381,390 ---- $s = $_SESSION['translate']->it('Printable Version'); $article_tags['PRINT_ICON'] = '<a href="' . $article_link ! .'&lay_quiet=1" target="_blank" style="text-decoration:none" title="'. $s . '"><img src="http://' . PHPWS_SOURCE_HTTP ! . 'mod/article/img/print.gif" border="0" width="22" height="20" alt="'.$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" title="'.$s.'"><img src="http://'. PHPWS_SOURCE_HTTP ! . 'mod/article/img/mailto.png" border="0" width="19" height="12" alt="'.$s.'" />'.$_SESSION['translate']->it('eMail').'</a>'; } Index: ArticleManager.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/class/ArticleManager.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** ArticleManager.php 30 Sep 2004 05:14:30 -0000 1.15 --- ArticleManager.php 10 Oct 2004 15:35:55 -0000 1.16 *************** *** 53,56 **** --- 53,57 ---- var $filter; var $date_filter; + var $news_filter; /** *************** *** 106,110 **** /* If search criteria are specified, set them */ ! if ($_POST['LIST_group']) { $this->list_group = $_POST['LIST_group']; --- 107,111 ---- /* If search criteria are specified, set them */ ! if (!empty($_POST['LIST_group'])) { $this->list_group = $_POST['LIST_group']; *************** *** 112,120 **** $this->list_order = $_POST['LIST_order']; } ! if ($_REQUEST['LIST_group'] && array_key_exists($_REQUEST['LIST_group'], $this->group_array)) $this->list_group = $_REQUEST['LIST_group']; ! if ($_REQUEST['LIST_sort'] && array_key_exists($_REQUEST['LIST_sort'], $this->sort_array)) $this->list_sort = $_REQUEST['LIST_sort']; ! if ($_REQUEST['LIST_order'] && array_key_exists($_REQUEST['LIST_order'], $this->order_array)) $this->list_order = $_REQUEST['LIST_order']; --- 113,121 ---- $this->list_order = $_POST['LIST_order']; } ! if (!empty($_REQUEST['LIST_group']) && array_key_exists($_REQUEST['LIST_group'], $this->group_array)) $this->list_group = $_REQUEST['LIST_group']; ! if (!empty($_REQUEST['LIST_sort']) && array_key_exists($_REQUEST['LIST_sort'], $this->sort_array)) $this->list_sort = $_REQUEST['LIST_sort']; ! if (!empty($_REQUEST['LIST_order']) && array_key_exists($_REQUEST['LIST_order'], $this->order_array)) $this->list_order = $_REQUEST['LIST_order']; *************** *** 252,256 **** . ','.PHPWS_TBL_PREFIX.'mod_article_sections AS S ' . $where . ' AND A.id=S.article_id AND '. $this->get_published_sql() ! . $this->sql_predicate . ' ORDER BY updated_date DESC'; $articleResult = $GLOBALS['core']->query($sql); --- 253,257 ---- . ','.PHPWS_TBL_PREFIX.'mod_article_sections AS S ' . $where . ' AND A.id=S.article_id AND '. $this->get_published_sql() ! . $this->sql_predicate . ' GROUP BY A.id ORDER BY updated_date DESC'; $articleResult = $GLOBALS['core']->query($sql); *************** *** 259,263 **** /* Only save/show the first occurence per article */ if (!isset($returnArray[$resultRow['id']])) ! $returnArray[$resultRow['id']] = '<b>' . $resultRow['title'] . '</b><br />' . $resultRow['summary'] . '...'; } return $returnArray; --- 260,264 ---- /* Only save/show the first occurence per article */ if (!isset($returnArray[$resultRow['id']])) ! $returnArray[$resultRow['id']] = '<b>' . $resultRow['title'] . '</b><br />' . $resultRow['summary']; } return $returnArray; *************** *** 298,308 **** $content = true; } ! if (isset($content)) ! { ! $GLOBALS['CNT_article_summaries']['title'] = $_SESSION['translate']->it('Also on this Site') . '...'; ! unset($content); ! } } /* If there are x articles before these, display the "Prev Articles" Block */ if ($this->val['prev_n_articles']>0) { --- 299,309 ---- $content = true; } ! if(!empty($content)) ! $GLOBALS['CNT_article_summaries']['title'] = $_SESSION['translate']->it('Also on this Site...'); ! if($this->can('create')) ! $GLOBALS['CNT_article_summaries']['content'] .= '<div style="text-align:center"><a href="./index.php?module=article&edit=create">'.$_SESSION['translate']->it('Submit a new article').'</a></div>'; } /* If there are x articles before these, display the "Prev Articles" Block */ + $content = ''; if ($this->val['prev_n_articles']>0) { *************** *** 315,319 **** ,array('view'=>$summary['id'])).'
'; } ! if (isset($content)) { $GLOBALS['CNT_article_past']['title'] = --- 316,320 ---- ,array('view'=>$summary['id'])).'
'; } ! if (!empty($content)) { $GLOBALS['CNT_article_past']['title'] = *************** *** 349,352 **** --- 350,354 ---- /* If there are summaries to display, display 'em */ $i = 0; + $content = ''; while($summary=$result->fetchrow(DB_FETCHMODE_ASSOC)) { *************** *** 514,517 **** --- 516,521 ---- function popbox ($title, $content) { + if(!isset($GLOBALS['CNT_article']['content'])) + $GLOBALS['CNT_article']['content'] = ''; $GLOBALS['CNT_article']['content'] .= '<h3>' . $title . '</h3>' . $content; } |
From: Eloi G. <ada...@us...> - 2004-10-10 15:37:13
|
Update of /cvsroot/phpwebsite-comm/modules/article/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11677/conf Modified Files: boost.php help.php Log Message: Version 2.8 release files Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/conf/boost.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** boost.php 30 Sep 2004 05:14:31 -0000 1.14 --- boost.php 10 Oct 2004 15:36:09 -0000 1.15 *************** *** 19,23 **** $admin_mod = 1; $active = 'on'; ! $version = '2.7'; $mod_class_files = array('ArticleManager.php', --- 19,23 ---- $admin_mod = 1; $active = 'on'; ! $version = '2.8'; $mod_class_files = array('ArticleManager.php', Index: help.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/conf/help.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** help.php 30 Sep 2004 05:14:31 -0000 1.6 --- help.php 10 Oct 2004 15:36:09 -0000 1.7 *************** *** 123,147 **** $can_expire = 'Articles can expire on a predefined date'; ! $can_expire = 'If this is unchecked, articles will never expire from the site.'; $max_image_size = 'Maximum Uploaded Image Size'; ! $max_image_size = 'Remember that bigger pictures = more page loading time and higher bandwitdh usage. They can also make your site look bad.<br /><br />Set this to a reasonable amount in Kilobytes to keep your users from uploading huge files.<br /><br />Keep in mind that the maximum efficient page size is 40 to 50 kilobytes, so if you expect to have 2 pictures per page, you may want to limit the maximum size to 15Kb.'; $restricted_viewing = 'Restricted Viewing'; ! $restricted_viewing = 'This feature is expected to start working in phpWebsite version 9.4.'; $make_metatags = 'Automatically Generate Meta Descriptions'; ! $make_metatags = 'Checking this box will let phpWebsite automatically change the browser title and description metatag to match the article title and summary.<br /><br />This feature may or may not work depending on which version of phpWebsite you are using.'; $meta_keywords = 'Keywords for this article'; ! $meta_keywords = 'Enter keywords for this article, separated by commas. When this article is shown, these keywords will automatically be added to the site-wide keyword metatag to aid Search Engines in indexing this page.<br /><br />example: "help,keywords,metatags,search engine,optimization"<br /><br />This feature may or may not work depending on which version of phpWebsite you are using.'; $meta_robots = 'Search Engine instructions'; ! $meta_robots = 'Select the instructions that you want search engine spiders to follow when they see this page. Select "Default Settings" if you\'re not sure which to pick. This option will use the site-wide setting selected in "Layout".<br /><br />This feature may or may not work depending on which version of phpWebsite you are using.'; $lock_expiration_time = 'Lock Expiration Time'; ! $lock_expiration_time = 'Once someone starts editing an article, noone else can open it for editing until either they save it, press the "Cancel Editing" or "Back to Menu" buttons, or this amount of time has passed.'; $history_picker = 'Viewing Revision Histories'; ! $history_picker = 'Ever wonder what changes an article went through between then and now? Here is where you can find out. This screen gives you 4 main options<br /><br /><b>Compare Against Current</b><br />Selecting one of the "Current" links will show you what text has been changed between the corresponding article and the current version. <br /><br /><b>Compare Against Previous</b><br />Selecting one of the "Last" links will show you what text has been changed between the corresponding article and the next oldest version.<br /><br /><b>Compare Against Selected</b><br />The 2 colums of buttons let you select two specific versions that you\'d like to compare.<br /><br /><b>See Specific Version</b><br />If you want to see what a specific version of this article looked like, click on the version number on the left side of the list. A new page will open containing that version.'; ?> --- 123,147 ---- $can_expire = 'Articles can expire on a predefined date'; ! $can_expire_content = 'If this is unchecked, articles will never expire from the site.'; $max_image_size = 'Maximum Uploaded Image Size'; ! $max_image_size_content = 'Remember that bigger pictures = more page loading time and higher bandwitdh usage. They can also make your site look bad.<br /><br />Set this to a reasonable amount in Kilobytes to keep your users from uploading huge files.<br /><br />Keep in mind that the maximum efficient page size is 40 to 50 kilobytes, so if you expect to have 2 pictures per page, you may want to limit the maximum size to 15Kb.'; $restricted_viewing = 'Restricted Viewing'; ! $restricted_viewing_content = 'This feature is expected to start working in phpWebsite version 9.4.'; $make_metatags = 'Automatically Generate Meta Descriptions'; ! $make_metatags_content = 'Checking this box will let phpWebsite automatically change the browser title and description metatag to match the article title and summary.<br /><br />This feature may or may not work depending on which version of phpWebsite you are using.'; $meta_keywords = 'Keywords for this article'; ! $meta_keywords_content = 'Enter keywords for this article, separated by commas. When this article is shown, these keywords will automatically be added to the site-wide keyword metatag to aid Search Engines in indexing this page.<br /><br />example: "help,keywords,metatags,search engine,optimization"<br /><br />This feature may or may not work depending on which version of phpWebsite you are using.'; $meta_robots = 'Search Engine instructions'; ! $meta_robots_content = 'Select the instructions that you want search engine spiders to follow when they see this page. Select "Default Settings" if you\'re not sure which to pick. This option will use the site-wide setting selected in "Layout".<br /><br />This feature may or may not work depending on which version of phpWebsite you are using.'; $lock_expiration_time = 'Lock Expiration Time'; ! $lock_expiration_time_content = 'Once someone starts editing an article, noone else can open it for editing until either they save it, press the "Cancel Editing" or "Back to Menu" buttons, or this amount of time has passed.'; $history_picker = 'Viewing Revision Histories'; ! $history_picker_content = 'Ever wonder what changes an article went through between then and now? Here is where you can find out. This screen gives you 4 main options<br /><br /><b>Compare Against Current</b><br />Selecting one of the "Current" links will show you what text has been changed between the corresponding article and the current version. <br /><br /><b>Compare Against Previous</b><br />Selecting one of the "Last" links will show you what text has been changed between the corresponding article and the next oldest version.<br /><br /><b>Compare Against Selected</b><br />The 2 colums of buttons let you select two specific versions that you\'d like to compare.<br /><br /><b>See Specific Version</b><br />If you want to see what a specific version of this article looked like, click on the version number on the left side of the list. A new page will open containing that version.'; ?> |
From: Eloi G. <ada...@us...> - 2004-10-10 15:36:50
|
Update of /cvsroot/phpwebsite-comm/modules/article/inc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11677/inc Modified Files: AM_list_articles.php AM_view_archives.php AM_view_news.php A_delete.php A_edit.php A_publish.php A_remove_section.php A_update.php S_commit_to_article.php S_edit.php Log Message: Version 2.8 release files Index: AM_view_news.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/AM_view_news.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** AM_view_news.php 30 Sep 2004 05:14:32 -0000 1.6 --- AM_view_news.php 10 Oct 2004 15:36:10 -0000 1.7 *************** *** 26,34 **** if (isset($_REQUEST['newsFilter'])) $this->news_filter['letter'] = $_REQUEST['newsFilter']; ! if ($this->news_filter['letter']!='') { $filter = ' AND title LIKE "'.$this->news_filter['letter'].'%" ORDER BY title '; $this->news_filter['order'] = 'ASC'; } else { $filter = ' ORDER BY updated_date '; $this->news_filter['order'] = 'DESC'; --- 26,35 ---- if (isset($_REQUEST['newsFilter'])) $this->news_filter['letter'] = $_REQUEST['newsFilter']; ! if (!empty($this->news_filter['letter'])) { $filter = ' AND title LIKE "'.$this->news_filter['letter'].'%" ORDER BY title '; $this->news_filter['order'] = 'ASC'; } else { + $this->news_filter['letter'] = ''; $filter = ' ORDER BY updated_date '; $this->news_filter['order'] = 'DESC'; Index: S_edit.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/S_edit.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** S_edit.php 30 Sep 2004 05:14:32 -0000 1.3 --- S_edit.php 10 Oct 2004 15:36:10 -0000 1.4 *************** *** 121,124 **** --- 121,126 ---- $form->add('module', 'hidden', 'article'); + $this->transact_id = rand(1,999); + $form->add('transact_id', 'hidden', $this->transact_id); $tags = $form->getTemplate(TRUE, FALSE, $tags); Index: AM_list_articles.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/AM_list_articles.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** AM_list_articles.php 30 Sep 2004 05:14:32 -0000 1.6 --- AM_list_articles.php 10 Oct 2004 15:36:10 -0000 1.7 *************** *** 62,65 **** --- 62,66 ---- else { + $where = ''; if (!$_SESSION['OBJ_user']->allow_access('article', 'change_dates') && !($_SESSION['SES_ART_master']->val['users_change_dates'] && $_SESSION['OBJ_user']->isUser())) *************** *** 90,93 **** --- 91,95 ---- /* Now create the Row HTML */ $count=1; + $tags['LIST_ROWS'] = ''; foreach($result as $value) { *************** *** 111,114 **** --- 113,120 ---- :""; /* Put extended detail in the title attribute */ + if(!empty($value['expiration_date'])) + $expires = date(PHPWS_DATE_FORMAT, (strtotime($value['expiration_date'])+$GLOBALS['core']->datetime->time_dif)); + else + $expires = $_SESSION['translate']->it('Never'); $detail = '<span style="font-size:small">' . $_SESSION['translate']->it('Detail information for article #').$value['id'].'</b><br />' *************** *** 117,121 **** . $_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 />' --- 123,127 ---- . $_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').': '.$expires.'<br />' . $_SESSION['translate']->it('Approved').'? ' .(($value['approved'])?$_SESSION['translate']->it('Yes'):$_SESSION['translate']->it('No')).'<br />' *************** *** 152,156 **** $row['ID'] = $value['id']; ! $row['ACTION'] = '<select name="action_list" title="' . $_SESSION['translate']->it('Select the desired action').'">'.$actions.'</select>'; $row['ACTION'] = $row['ACTION']; --- 158,162 ---- $row['ID'] = $value['id']; ! $row['ACTION'] = '<select name="edit" title="' . $_SESSION['translate']->it('Select the desired action').'">'.$actions.'</select>'; $row['ACTION'] = $row['ACTION']; Index: A_remove_section.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/A_remove_section.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** A_remove_section.php 30 Sep 2004 05:14:32 -0000 1.3 --- A_remove_section.php 10 Oct 2004 15:36:10 -0000 1.4 *************** *** 31,46 **** .' - '. $_SESSION['translate']->it('Confirm Action').'!'; $GLOBALS['CNT_article']['content'] ! = $_SESSION['translate']->it('Are you sure you want to [var1] [var2]?' ! , '<b>'.$_SESSION['translate']->it('delete').'</b>' ! , '<b><u>' .$SECT_id. $this->sections[$SECT_id]->title . '</u></b><br /><br />') . '<form name="SECT_confirm_delete" action="index.php" method="post">' . '<input name="module" value="article" type="hidden">' . '<input name="section" value="remove" type="hidden">' . '<input name="SECT_id" value="'.$SECT_id.'" type="hidden">' ! . '<input name="yes" value="'.$_SESSION['translate']->it('Yes').'" type="submit">'; . ' ' ! . '<input name="no" value="'.$_SESSION['translate']->it('No').'" type="submit">'; ! . '</form>; } ! ! ?> --- 31,45 ---- .' - '. $_SESSION['translate']->it('Confirm Action').'!'; $GLOBALS['CNT_article']['content'] ! = $_SESSION['translate']->it('Are you sure you want to <strong>[var1]</strong> "[var2]"?' ! , $_SESSION['translate']->it('delete') ! , '[id#'.$SECT_id.'] '.$this->sections[$SECT_id]->title) . '<form name="SECT_confirm_delete" action="index.php" method="post">' . '<input name="module" value="article" type="hidden">' . '<input name="section" value="remove" type="hidden">' . '<input name="SECT_id" value="'.$SECT_id.'" type="hidden">' ! . '<input name="yes" value="'.$_SESSION['translate']->it('Yes').'" type="submit">' . ' ' ! . '<input name="no" value="'.$_SESSION['translate']->it('No').'" type="submit">' ! . '</form>'; } ! ?> \ No newline at end of file Index: A_publish.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/A_publish.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** A_publish.php 18 Jun 2004 23:31:10 -0000 1.2 --- A_publish.php 10 Oct 2004 15:36:10 -0000 1.3 *************** *** 15,28 **** /* Make sure that the expiration date is good. */ if (!($this->expiration_date > $now || $this->expiration_date==NULL)) ! $query_data['expiration_date'] = date("Y-m-d H:i:s", mktime(0,0,0 ,date('m')+$_SESSION['SES_ART_master']->val['expiration_months'] ,date('d')+$_SESSION['SES_ART_master']->val['expiration_days'] ,date('Y')+$_SESSION['SES_ART_master']->val['expiration_years'])); ! $query_data['publication_date'] = date("Y-m-d H:i:s"); $GLOBALS['core']->sqlUpdate($query_data, 'mod_article', 'id', $this->id); PHPWS_Fatcat::activate($this->id, 'article'); - $this->publication_date = $query_data['expiration_date']; - $this->expiration_date = $query_data['publication_date']; - ?> --- 15,25 ---- /* Make sure that the expiration date is good. */ if (!($this->expiration_date > $now || $this->expiration_date==NULL)) ! $this->expiration_date = $query_data['expiration_date'] = date("Y-m-d H:i:s", mktime(0,0,0 ,date('m')+$_SESSION['SES_ART_master']->val['expiration_months'] ,date('d')+$_SESSION['SES_ART_master']->val['expiration_days'] ,date('Y')+$_SESSION['SES_ART_master']->val['expiration_years'])); ! $this->publication_date = $query_data['publication_date'] = date("Y-m-d H:i:s"); $GLOBALS['core']->sqlUpdate($query_data, 'mod_article', 'id', $this->id); PHPWS_Fatcat::activate($this->id, 'article'); ?> Index: A_edit.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/A_edit.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** A_edit.php 30 Sep 2004 05:14:32 -0000 1.7 --- A_edit.php 10 Oct 2004 15:36:10 -0000 1.8 *************** *** 72,76 **** /* Show a "new article" bar */ $article_body .= "<br /><div class=\"bg_medium\">" ! . $_SESSION['translate']->it("Start of Page") . " $page_counter</div>"; } /* If this is the section to be edited... */ --- 72,76 ---- /* Show a "new article" bar */ $article_body .= "<br /><div class=\"bg_medium\">" ! . $_SESSION['translate']->it("Start of Page").' '.$this->pages.'</div>'; } /* If this is the section to be edited... */ *************** *** 247,251 **** if (count($this->order)>0) $GLOBALS['CNT_article']['content'] ! .= '<form name="ARTICLE_title" action="index.php" method="post">' . $article_tags['HIDDEN'] . $titleform --- 247,251 ---- if (count($this->order)>0) $GLOBALS['CNT_article']['content'] ! = '<form name="ARTICLE_title" action="index.php" method="post">' . $article_tags['HIDDEN'] . $titleform *************** *** 260,264 **** else $GLOBALS['CNT_article']['content'] ! .= '<form name="SECT_edit" action="index.php" method="post">' . $article_tags['HIDDEN'] . $titleform . $article_body --- 260,264 ---- else $GLOBALS['CNT_article']['content'] ! = '<form name="SECT_edit" action="index.php" method="post">' . $article_tags['HIDDEN'] . $titleform . $article_body Index: A_delete.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/A_delete.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** A_delete.php 30 Sep 2004 05:14:32 -0000 1.4 --- A_delete.php 10 Oct 2004 15:36:10 -0000 1.5 *************** *** 93,97 **** $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">' --- 93,97 ---- $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 <strong>[var1]</strong> "[var2]"?' , $_SESSION['translate']->it('delete'), $this->title) . '<form name="ARTICLE_confirm_delete" action="index.php" method="post">' Index: AM_view_archives.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/AM_view_archives.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** AM_view_archives.php 30 Sep 2004 05:14:32 -0000 1.4 --- AM_view_archives.php 10 Oct 2004 15:36:10 -0000 1.5 *************** *** 91,94 **** --- 91,95 ---- else { + $filter = ''; $start_date = $_SESSION['translate']->it('this lifetime'); } Index: S_commit_to_article.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/S_commit_to_article.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** S_commit_to_article.php 18 Jun 2004 23:31:10 -0000 1.2 --- S_commit_to_article.php 10 Oct 2004 15:36:10 -0000 1.3 *************** *** 18,21 **** --- 18,28 ---- return false; } + /* If the save request carries the current transaction id... */ + if(isset($_POST['transact_id']) && $_POST['transact_id']==$this->transact_id) + /* select a new id and continue */ + $this->transact_id = rand(1,999); + else + /* otherwise, don't save anything */ + return; /* If this is a new section, add it to the article */ Index: A_update.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/A_update.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** A_update.php 18 Jun 2004 23:31:10 -0000 1.2 --- A_update.php 10 Oct 2004 15:36:10 -0000 1.3 *************** *** 17,31 **** || ($_SESSION['SES_ART_master']->val['users_allow_comments'] && $_SESSION['OBJ_user']->isUser())) { ! $this->allow_comments = ($_POST['ARTICLE_allow_comments'])?1:0; if ($_SESSION['OBJ_user']->allow_access('article', "allow_anon")) ! $this->allow_anonymous = ($_POST['ARTICLE_allow_anonymous'])?1:0; } ! if (isset($_POST['ARTICLE_publication_date_month'])) { $this->publication_date = ! date("Y-m-d H:i:s", mktime(0,0,0,$_POST['ARTICLE_publication_date_month'] ! ,$_POST['ARTICLE_publication_date_day'] ! ,$_POST['ARTICLE_publication_date_year'])); if ($this->publication_date < $this->created_date) $this->publication_date = $this->created_date; --- 17,31 ---- || ($_SESSION['SES_ART_master']->val['users_allow_comments'] && $_SESSION['OBJ_user']->isUser())) { ! $this->allow_comments = (isset($_POST['ARTICLE_allow_comments']))?1:0; if ($_SESSION['OBJ_user']->allow_access('article', "allow_anon")) ! $this->allow_anonymous = (isset($_POST['ARTICLE_allow_anonymous']))?1:0; } ! if(isset($_POST['ARTICLE_publication_date_MONTH'])) { $this->publication_date = ! date("Y-m-d H:i:s", mktime(0,0,0,$_POST['ARTICLE_publication_date_MONTH'] ! ,$_POST['ARTICLE_publication_date_DAY'] ! ,$_POST['ARTICLE_publication_date_YEAR'])); if ($this->publication_date < $this->created_date) $this->publication_date = $this->created_date; *************** *** 34,42 **** } ! if (isset($_POST['ARTICLE_expiration_date_month'])) $this->expiration_date = ! date("Y-m-d H:i:s", mktime(0,0,0,$_POST['ARTICLE_expiration_date_month'] ! ,$_POST['ARTICLE_expiration_date_day'] ! ,$_POST['ARTICLE_expiration_date_year'])); if (isset($_POST['ARTICLE_expiration_flag'])) $this->expiration_date = NULL; --- 34,42 ---- } ! if (isset($_POST['ARTICLE_expiration_date_MONTH'])) $this->expiration_date = ! date("Y-m-d H:i:s", mktime(0,0,0,$_POST['ARTICLE_expiration_date_MONTH'] ! ,$_POST['ARTICLE_expiration_date_DAY'] ! ,$_POST['ARTICLE_expiration_date_YEAR'])); if (isset($_POST['ARTICLE_expiration_flag'])) $this->expiration_date = NULL; |
From: Eloi G. <ada...@us...> - 2004-10-10 15:36:49
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates/edit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11677/templates/edit Modified Files: settings.tpl Log Message: Version 2.8 release files Index: settings.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/edit/settings.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** settings.tpl 30 Sep 2004 05:14:35 -0000 1.5 --- settings.tpl 10 Oct 2004 15:36:11 -0000 1.6 *************** *** 13,19 **** <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} --- 13,19 ---- <label>{ARTICLE_ALLOW_ANONYMOUS} {ANON_LABEL}{ANON_HELP}</label><br /> <!-- END ANON --> ! <label>{PUBLICATION_LABEL} {ARTICLE_PUBLICATION_DATE_MONTH} {ARTICLE_PUBLICATION_DATE_DAY} {ARTICLE_PUBLICATION_DATE_YEAR}</label>{PUBLICATION_HELP} <br /> ! <label> {EXPIRATION_LABEL} {ARTICLE_EXPIRATION_DATE_MONTH} {ARTICLE_EXPIRATION_DATE_DAY} {ARTICLE_EXPIRATION_DATE_YEAR}</label>{EXPIRATION_HELP} <label> {ARTICLE_EXPIRATION_FLAG} {EXPIRATION_FLAG_LABEL}{EXPIRATION_FLAG_HELP} |
From: Eloi G. <ada...@us...> - 2004-10-10 15:36:48
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11677/templates Modified Files: menu.tpl Log Message: Version 2.8 release files Index: menu.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/menu.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** menu.tpl 30 Sep 2004 05:14:34 -0000 1.2 --- menu.tpl 10 Oct 2004 15:36:11 -0000 1.3 *************** *** 1,4 **** <!-- BEGIN CONTENT --> ! <div style="text-align: center;"> {SEARCHQUERY} <br /> --- 1,4 ---- <!-- BEGIN CONTENT --> ! <div style="text-align: center"> {SEARCHQUERY} <br /> |
From: Eloi G. <ada...@us...> - 2004-10-10 15:36:47
|
Update of /cvsroot/phpwebsite-comm/modules/article/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11677/lang Modified Files: article.en.lng Log Message: Version 2.8 release files Index: article.en.lng =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/lang/article.en.lng,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** article.en.lng 30 Sep 2004 05:14:33 -0000 1.10 --- article.en.lng 10 Oct 2004 15:36:11 -0000 1.11 *************** *** 13,17 **** a:|:Allow Comments:|:Allow Comments a:|:Allow/Disallow comments:|:Allow/Disallow comments ! a:|:Also on this Site:|:Also on this Site a:|:An error occured while performing this operation:|:An error occured while performing this operation a:|:Announce changes to this article on the homepage:|:Announce changes to this article on the homepage --- 13,17 ---- a:|:Allow Comments:|:Allow Comments a:|:Allow/Disallow comments:|:Allow/Disallow comments ! a:|:Also on this Site...:|:Also on this Site... a:|:An error occured while performing this operation:|:An error occured while performing this operation a:|:Announce changes to this article on the homepage:|:Announce changes to this article on the homepage *************** *** 19,23 **** a:|:Approved:|:Approved a:|:Archived Version [var1]:|:Archived Version [var1] ! a:|:Are you sure you want to <b>[var1] "[var2]"</b>?:|:Are you sure you want to <b>[var1] "[var2]"</b>? a:|:Are you sure you want to [var1] [var2]?:|:Are you sure you want to [var1] [var2]? a:|:Article Deleted:|:Article Deleted --- 19,23 ---- a:|:Approved:|:Approved a:|:Archived Version [var1]:|:Archived Version [var1] ! a:|:Are you sure you want to <strong>[var1]</strong> "[var2]"?:|:Are you sure you want to <strong>[var1]</strong> "[var2]"? a:|:Are you sure you want to [var1] [var2]?:|:Are you sure you want to [var1] [var2]? a:|:Article Deleted:|:Article Deleted *************** *** 219,222 **** --- 219,223 ---- a:|:Select number of months:|:Select number of months a:|:Select number of days:|:Select number of days + a:|:Submit a new article:|:Submit a new article a:|:Enter a filesize in Kb:|:Enter a filesize in Kb a:|:Enter an image height in pixels:|:Enter an image height in pixels *************** *** 226,227 **** --- 227,230 ---- a:|:Choose a field to use to order results:|:Choose a field to use to order results a:|:Choose sorting order:|:Choose sorting order + a:|:Article data could not be found:|:Article data could not be found + a:|:Section data could not be found:|:Section data could not be found |
From: Eloi G. <ada...@us...> - 2004-10-10 15:36:46
|
Update of /cvsroot/phpwebsite-comm/modules/article/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11677/docs Modified Files: Changes.txt Log Message: Version 2.8 release files Index: Changes.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/docs/Changes.txt,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Changes.txt 30 Sep 2004 05:14:31 -0000 1.13 --- Changes.txt 10 Oct 2004 15:36:09 -0000 1.14 *************** *** 1,3 **** --- 1,14 ---- ======================== + Changes in version 3.0 + ======================== + Todo: NEW FEATURE! Multi-Language Capability. + This feature is turned on only when more then 1 site-wide language pack is installed. + + ======================== + Changes in version 2.8 + ======================== + - Various minor bug fixes & interface tweaks. + + ======================== Changes in version 2.7 ======================== *************** *** 10,14 **** - 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" ======================== --- 21,25 ---- - 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" ======================== |
From: Eloi G. <ada...@us...> - 2004-10-10 15:36:46
|
Update of /cvsroot/phpwebsite-comm/modules/article In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11677 Modified Files: index.php Log Message: Version 2.8 release files Index: index.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/index.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** index.php 30 Sep 2004 05:14:32 -0000 1.10 --- index.php 10 Oct 2004 15:36:10 -0000 1.11 *************** *** 14,18 **** } /* Make sure the helper class is activated and up to date*/ ! if (!$_SESSION['SES_ART_master']) { require_once(PHPWS_SOURCE_DIR.'mod/article/class/ArticleManager.php'); --- 14,18 ---- } /* Make sure the helper class is activated and up to date*/ ! if (empty($_SESSION['SES_ART_master'])) { require_once(PHPWS_SOURCE_DIR.'mod/article/class/ArticleManager.php'); *************** *** 119,122 **** --- 119,123 ---- case 'delete': + echo 'tag!!'; $temp = new PHPWS_Article($_REQUEST['ARTICLE_id']); if ($user->can('delete', $temp->created_username)) |
From: Thomas L. <tl...@us...> - 2004-10-04 22:11:18
|
Update of /cvsroot/phpwebsite-comm/l10n/de In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16875 Added Files: phpws_mod_lang_DE_seq.sql.gz phpws_mod_lang_DE.sql.gz Log Message: Some more config files that are localized --- NEW FILE: phpws_mod_lang_DE_seq.sql.gz --- (This appears to be a binary file; contents omitted.) --- NEW FILE: phpws_mod_lang_DE.sql.gz --- (This appears to be a binary file; contents omitted.) |
From: Thomas L. <tl...@us...> - 2004-10-04 22:11:18
|
Update of /cvsroot/phpwebsite-comm/l10n/de/setup/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16875/setup/lang Added Files: setup.de.lng Log Message: Some more config files that are localized --- NEW FILE: setup.de.lng --- # Translation file for setup # Last updated: 15.08.2003 by Fridtjof Busse # setup.php # set_config.php # update.php phpWebSite Core Installation:|:phpWebSite Kern-Installation phpWebSite Version:|:phpWebSite Version Installation Utility:|:Installationswerkzeug Your administrative user was successfully created:|:Ihr administrativer Benutzer wurde erfolgreich angelegt You must create a deity user account that will have administrative rights to this phpWebSite installation:|:Sie müssen einen Superuser anlegen, der administrative Rechte in dieser phpWebSite-Installation haben soll Make sure the password is 5 characters or more and not simple to guess:|:Stellen Sie sicher, dass das Passwort 5 oder mehr Zeichen enthält und nicht einfach zu erraten ist Please enter the required information to continue:|:Bitte geben Sie die benötigten Informationen ein um fortzufahren There was a problem creating the default language table:|:Es gab ein Problem bei der Erstellung der Standard-Sprachtabelle Core tables successfully installed:|:Kerntabellen erfolgreich erstellt There was a problem installing the core tables:|:Es gab ein Problem bei der Installation der Kerntabellen Please check your core and try the installation again:|:Bitte überprüfen Sie den Kern und probieren Sie es erneut Building required modules:|:Erstelle benötigte Module Registering Default Language:|:Registriere Standardsprache Post Installation Procedures:|:Post-Installationsvorgänge Building extra modules:|:Erstelle Extramodule Go to my installation:|:Zu meiner Installation You have chosen to override the version checker:|:Sie haben sich entschlossen, den Versionscheck zu überschreiben Be aware that your version of php is NOT supported:|:Seien Sie sich bewusst, dass Ihr PHP nicht unterstützt wird Sorry, but you appear to running PHP version:|:Sorry, aber Sie scheinen folgende Version zu verwenden: phpWebSite requires 4.2.2 or above:|:phpWebSite benötigt 4.2.2 oder darüber phpWebSite failed a session test:|:ein Session-Test von phpWebSite ist fehlgeschlagen If your PHP installation is not configured to allow sessions, you will not be able to run phpWebSite:|:Falls Ihr PHP nicht für die Verwendung von Session konfiguriert ist, werden Sie phpWebSite nicht verwenden können Please check your session path in your php.ini file and make sure your version of php supports superglobals:|:Bitte überprüfen Sie Ihren Session-Pfad in der php.ini und stellen Sie sicher, dass Ihre PHP-Version superglobals unterstützt greater than version:|:größ als [var1] not found:|:[var1] nicht gefunden You will need to create a database of this name before continuing:|:Sie müssen eine Datenbank mit diesem Namen erstellen, bevor Sie fortfahren There are tables in this database and you have not set a table prefix:|:Es existieren Tabellen in dieser Datenbank und Sie haben kein Prefix angegeben Please do so in your config.php file and return:|:Bitte tun Sie dies in der config.php und kehren Sie wieder zurück Welcome to the phpWebSite installation utility:|:Willkommen zum phpWebSite Installations-Werkzeug Please enter your installation password to continue.:|:Bitte geben Sie Ihr Installationspasswort ein um fortzufahren Continue:|:Weiter Username:|:Benutzername Password:|:Passwort Password Confirmation:|:Passwort Bestätigung Email Address:|:Mailadresse Bad user name:|:Schlechter Benutzername Alphanumeric characters only:|:Nur alphanumerische Zeichen No spaces:|:Keine Leerzeichen Some strange characters in that password:|:Einige seltsame Zeichen im Passwort Couple of letters missing in that password:|:Es fehlen Zeichen in diesem Passwort No seriously:|:Nein, ernsthaft Even I guessed that one:|:Sogar ich konnte es erraten Pick a REAL password:|:Wählen Sie ein ECHTES Passwort Passwords did not match:|:Passwörter stimmen nicht überein Try again:|:Versuchen Sie es erneut You must enter a proper email address:|:Sie müssen eine gültige Adresse eingeben The modules listed below were found with your installation:|:Die unten aufgelisteten Module wurden in Ihrer Installation gefunden These modules are not essential to the operation of phpWebSite:|:Diese Module sind nicht essentiell für die Funktionalität von phpWebSite If you wish to add or remove modules later, use the Boost Module in your administration panel:|:Falls Sie später Module entfernen oder hinzufügen möchten, verwenden Sie das Boost-Modul im Administrationspanel Click the checkbox next to the modules you wish to install, then click the <b>Install Selected Modules</b> button:|:AKtivieren Sie die Box neben dem Modul, das Sie installieren möchten und klicken Sie auf den <b>Ausgewählte Module installieren</b> Button If you do not wish to install any extra modules at this time, click the <b>Install Core Only</b> button:|:Wenn Sie keine weiteren Module installieren wollen, klicken Sie einfach aus den <b>Nur Kern installieren</b> Button Toggle All:|:Alle markieren Install Selected Modules:|:Ausgewählte Module installieren Install Core Only:|:Nur Kern installieren Updating modules:|:Aktualisiere Module phpWebSite Updater:|:phpWebSite Update Version [var1] to [var2]:|:Version [var1] zu [var2] Welcome to the phpWebSite Updater:|:Willkommen zum phpWebSite Updater Enter your Installation Password below:|:Geben Sie unten Ihr Installationspasswort ein Unable to connect to branch database for [var1]:|:Keine Verbindung zur Zweig-Datenbank für [var1] Updating branch:|:Aktualisiere Zweig Unable to load file [var1] for branch [var2]:|:Kann Datei [var1] für Zweig [var2] nicht laden Updating branch modules:|:Aktualisiere Zweig-Module Check All:|:Alle auswählen |
From: Thomas L. <tl...@us...> - 2004-10-04 22:11:16
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/users/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16875/mod/users/conf Added Files: controlpanel.php Log Message: Some more config files that are localized --- NEW FILE: controlpanel.php --- <?php $image['name'] = "users.png"; $image['alt'] = "Users Administration by Matt McNaney"; $image2['name'] = "password.png"; $image2['alt'] = "Change my Password"; $link[] = array("label"=>"Users Administration", "module"=>"users", "description"=>"Lets you create and edit users and groups.", "url"=>"index.php?module=users&user_op=admin", "image"=>$image, "admin"=>TRUE, "tab"=>"administration"); $link[] = array("label"=>"Mein Passwort ändern", "module"=>"users", "description"=>"Allows you to change your email address and password.", "url"=>"index.php?module=users&norm_user_op=user_options", "image"=>$image2, "admin"=>FALSE, "tab"=>"my_settings"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-04 22:11:16
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/skeleton/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16875/mod/skeleton/conf Added Files: controlpanel.php Log Message: Some more config files that are localized --- NEW FILE: controlpanel.php --- <?php /** * This is a skeleton control panel configuration file. Edit it to be used * with you module. * * $Id: controlpanel.php,v 1.1 2004/10/04 22:11:03 tluft Exp $ */ $image["name"] = "skeleton.jpg"; $image["alt"] = "Module Author: Adam Morton"; /* Create a link to your module */ $link[] = array ("label"=>"Skeleton Module", "module"=>"skeleton", "url"=>"index.php?module=skeleton&SKEL_MAN_OP=main", "image"=>$image, "admin"=>TRUE, "description"=>"This module is a skeleton module for use by developers when creating a new module.", "tab"=>"developer"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-04 22:11:16
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/search/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16875/mod/search/conf Added Files: controlpanel.php Log Message: Some more config files that are localized --- NEW FILE: controlpanel.php --- <?php $image['name'] = "search.png"; $image['alt'] = "Search"; $link[0] = array ("label"=>"Suche Einstellungen", "module"=>"search", "url"=>"index.php?module=search&search_op=settings", "description"=>"Search settings allow you to turn on and off the search block for specific modules and change the title for those blocks.", "image"=>$image, "admin"=>TRUE, "tab"=>"administration"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-04 22:11:15
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/security/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16875/mod/security/conf Added Files: controlpanel.php Log Message: Some more config files that are localized --- NEW FILE: controlpanel.php --- <?php $image["name"] = "security.png"; $image["alt"] = "Author: Jeremy Agee"; $link[] = array ("label"=>"Apache Einstellungen", "module"=>"security", "url"=>"index.php?module=security&secure_op=admin_menu", "image"=>$image, "description"=>"Go here to manage access to your web site as well as create custom error pages.", "admin"=>TRUE, "tab"=>"administration"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-04 22:11:14
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/poll/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16875/mod/poll/conf Added Files: controlpanel.php Log Message: Some more config files that are localized --- NEW FILE: controlpanel.php --- <?php $image["name"] = "poll.png"; $image["alt"] = "Author: Feng Pan"; $link[] = array ("label"=>"Poll Manager", "module"=>"poll", "url"=>"index.php?module=poll&poll_op=list", "image"=>$image, "admin"=>TRUE, "description"=>"Go here to create and edit your site's polls.", "tab"=>"content"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-04 22:11:14
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/phpwsrssfeeds/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16875/mod/phpwsrssfeeds/conf Added Files: controlpanel.php Log Message: Some more config files that are localized --- NEW FILE: controlpanel.php --- <?php /** * Control panel configuration file for RSS Feeds * * @version $Id: controlpanel.php,v 1.1 2004/10/04 22:10:20 tluft Exp $ * @author Wendall Cada <wen...@us...> */ // Defines the access to and appearance of module listings. $image['name'] = "rss.png"; $image['alt'] = "RSS News Feeds by Wendall Cada"; $link[] = array("label"=>"RSS News Feeds", "module"=>"phpwsrssfeeds", "description"=>"Link to and display RSS news feeds from other sites.", "url"=>"index.php?module=phpwsrssfeeds&RSS_MAN_op=list", "image"=>$image, "admin"=>TRUE, "tab"=>"content"); ?> |
From: Thomas L. <tl...@us...> - 2004-10-04 22:06:18
|
Update of /cvsroot/phpwebsite-comm/l10n/de/setup/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15648/setup/lang Log Message: Directory /cvsroot/phpwebsite-comm/l10n/de/setup/lang added to the repository |
From: Thomas L. <tl...@us...> - 2004-10-04 22:06:16
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/users/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15648/mod/users/conf Log Message: Directory /cvsroot/phpwebsite-comm/l10n/de/mod/users/conf added to the repository |
From: Thomas L. <tl...@us...> - 2004-10-04 22:06:15
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/skeleton/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15648/mod/skeleton/conf Log Message: Directory /cvsroot/phpwebsite-comm/l10n/de/mod/skeleton/conf added to the repository |