phpslash-commit Mailing List for phpSlash (Page 46)
Brought to you by:
joestewart,
nhruby
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(11) |
Nov
(59) |
Dec
(60) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(52) |
Feb
(77) |
Mar
(118) |
Apr
(76) |
May
(106) |
Jun
(145) |
Jul
(9) |
Aug
(15) |
Sep
(78) |
Oct
(83) |
Nov
(105) |
Dec
(51) |
2003 |
Jan
(105) |
Feb
(100) |
Mar
(111) |
Apr
(149) |
May
(95) |
Jun
(56) |
Jul
(8) |
Aug
(2) |
Sep
|
Oct
(22) |
Nov
(117) |
Dec
(6) |
2004 |
Jan
(1) |
Feb
|
Mar
(3) |
Apr
(25) |
May
|
Jun
(11) |
Jul
(26) |
Aug
(85) |
Sep
(119) |
Oct
(312) |
Nov
(271) |
Dec
(5) |
2005 |
Jan
(6) |
Feb
|
Mar
|
Apr
(12) |
May
(7) |
Jun
(8) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Joe S. <joe...@us...> - 2003-05-20 17:52:05
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/block In directory sc8-pr-cvs1:/tmp/cvs-serv2377/phpslash-dev/include/modules/block Modified Files: Block_admin.class Log Message: author admin.php missed path change Index: Block_admin.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/block/Block_admin.class,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Block_admin.class 23 Apr 2003 15:15:41 -0000 1.2 --- Block_admin.class 20 May 2003 17:52:00 -0000 1.3 *************** *** 119,123 **** /* ! * Get the section_id's for this story into an array */ $q = "SELECT psl_section.section_id --- 119,123 ---- /* ! * Get the section_id's for this block into an array */ $q = "SELECT psl_section.section_id |
From: Joe S. <joe...@us...> - 2003-05-20 17:38:30
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/block/blocktypes In directory sc8-pr-cvs1:/tmp/cvs-serv29137/phpslash-dev/include/modules/block/blocktypes Modified Files: Block_render_rss.class Log Message: sync with -ft cvs Index: Block_render_rss.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/block/blocktypes/Block_render_rss.class,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Block_render_rss.class 15 May 2003 18:19:54 -0000 1.2 --- Block_render_rss.class 20 May 2003 17:38:22 -0000 1.3 *************** *** 1,567 **** ! <?php ! /* Block_render_rss.class -> Methods for parsing RSS 0.91 data */ ! /* $Id$ */ ! ! /* ! * BLOCK OPTIONS USED ! * target = [_blank],_self etc ! * max_items = 10 ! * tpl = alternate template ( no .tpl extension) [rssblock] ! * title = none - dont display title or image, even if they are available [...1113 lines suppressed...] ! } ! return false; ! } ! ! } ! ! /** ! * Returns block title (for use with dynamic blcok titles) ! * ! * This wont work until object values are saved between the two stages of rendering a block. ! * - it currently returns an empty string ! * ! * @return htmlstring ! */ ! function getTitle() { ! // debug("rss::parse::getTitle", $this->title); ! return $this->title; ! } ! } ! ?> |
From: Joe S. <joe...@us...> - 2003-05-20 17:38:30
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1:/tmp/cvs-serv29137/phpslash-dev Modified Files: CHANGES Log Message: sync with -ft cvs Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/CHANGES,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** CHANGES 20 May 2003 17:07:09 -0000 1.21 --- CHANGES 20 May 2003 17:38:22 -0000 1.22 *************** *** 13,16 **** --- 13,19 ---- 9 - Removal of something (kill -9 :) + 2003-May 20 12:30PM CDT Joe Stewart <joe...@us...> + [F] - Block_render_rss.class - sync with -ft cvs. + 2003-May 20 11:30AM CDT Joe Stewart <joe...@us...> [B] - author/admin.php, block/admin.php, glossary/admin.php, |
From: Joe S. <joe...@us...> - 2003-05-20 17:30:08
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory sc8-pr-cvs1:/tmp/cvs-serv25484/phpslash-ft/class Modified Files: Block_render_rss.class Log Message: option to turn rss item description off Index: Block_render_rss.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Block_render_rss.class,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Block_render_rss.class 5 May 2003 20:49:01 -0000 1.16 --- Block_render_rss.class 20 May 2003 17:30:05 -0000 1.17 *************** *** 13,16 **** --- 13,18 ---- * both - display both image and text if available * best (default) - display image if tags present, else display title if possible + * description = on - display item description [default] + * off - do not display item description * errors = on - always display errors * off - never display errors *************** *** 342,345 **** --- 344,348 ---- $titletype = "best"; + $descriptiontype = "on"; $target = "_self"; $max_items = 10; *************** *** 395,398 **** --- 398,407 ---- unset($block_info["block_options"]["title"]); } + if (isset($block_info['block_options']['description']) && + is_string($block_info["block_options"]["description"])) { + $descriptiontype = $block_info["block_options"]["description"]; + unset($block_info["block_options"]["description"]); + } + } *************** *** 504,509 **** if (!empty($this->rdf->items[$items]["description"] )) { ! $template->set_var("DESCRIPTION",$this->rdf->items[$items]["description"] ); ! $template->parse ("query_block", "each_description", true); } } --- 513,520 ---- if (!empty($this->rdf->items[$items]["description"] )) { ! if($descriptiontype == "on") { ! $template->set_var("DESCRIPTION",$this->rdf->items[$items]["description"] ); ! $template->parse ("query_block", "each_description", true); ! } } } |
From: Joe S. <joe...@us...> - 2003-05-20 17:30:08
|
Update of /cvsroot/phpslash/phpslash-ft In directory sc8-pr-cvs1:/tmp/cvs-serv25484/phpslash-ft Modified Files: CHANGES Log Message: option to turn rss item description off Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.768 retrieving revision 1.769 diff -C2 -d -r1.768 -r1.769 *** CHANGES 14 May 2003 18:24:15 -0000 1.768 --- CHANGES 20 May 2003 17:30:04 -0000 1.769 *************** *** 13,16 **** --- 13,20 ---- 9 - Removal of something (kill -9 :) + 2003-May 20 12:30PM CDT Joe Stewart <joe...@us...> + [F] - Block_render_rss.class - new "description" option to turn item + description on or off. on is default. + 2003-May 14 1:00PM CDT Joe Stewart <joe...@us...> [R] - Released phpSlash 0.7.2. |
From: Joe S. <joe...@us...> - 2003-05-20 17:27:00
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/author In directory sc8-pr-cvs1:/tmp/cvs-serv14571/phpslash-dev/include/modules/author Modified Files: index.php Log Message: author admin.php missed path change Index: index.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/author/index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.php 15 May 2003 18:19:53 -0000 1.3 --- index.php 20 May 2003 17:07:10 -0000 1.4 *************** *** 5,11 **** global $_PSL, $auth, $perm, $HTTP_GET_VARS, $HTTP_POST_VARS; ! global $_PSL, $auth, $perm, $HTTP_GET_VARS, $HTTP_POST_VARS; ! ! AddClassRequirement("author",$_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/Author.class"); // don't cache this page --- 5,9 ---- global $_PSL, $auth, $perm, $HTTP_GET_VARS, $HTTP_POST_VARS; ! AddClassRequirement("author",$_PSL['moduledir'] ."/author/Author.class"); // don't cache this page |
From: Joe S. <joe...@us...> - 2003-05-20 17:27:00
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1:/tmp/cvs-serv14571/phpslash-dev Modified Files: CHANGES Log Message: author admin.php missed path change Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/CHANGES,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** CHANGES 20 May 2003 16:40:23 -0000 1.20 --- CHANGES 20 May 2003 17:07:09 -0000 1.21 *************** *** 14,18 **** 2003-May 20 11:30AM CDT Joe Stewart <joe...@us...> ! [B] - author/admin.php - missed module path change. 2003-May 16 4:00PM CDT Joe Stewart <joe...@us...> --- 14,20 ---- 2003-May 20 11:30AM CDT Joe Stewart <joe...@us...> ! [B] - author/admin.php, block/admin.php, glossary/admin.php, ! author/index.php, poll/admin.php, submission/admin.php ! - missed module path change. 2003-May 16 4:00PM CDT Joe Stewart <joe...@us...> |
From: Joe S. <joe...@us...> - 2003-05-20 17:26:08
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/submission In directory sc8-pr-cvs1:/tmp/cvs-serv14571/phpslash-dev/include/modules/submission Modified Files: admin.php Log Message: author admin.php missed path change Index: admin.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/submission/admin.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** admin.php 12 Mar 2003 16:12:55 -0000 1.1.1.1 --- admin.php 20 May 2003 17:07:10 -0000 1.2 *************** *** 2,6 **** --- 2,18 ---- // $Id$ + global $_PSL, $HTTP_POST_VARS, $HTTP_GET_VARS, $auth, $perm; + AddClassRequirement("submission",$_PSL['moduledir'] . "/submission/Submission.class"); + AddClassRequirement("story_base",$_PSL['moduledir'] . "/story/Story_base.class"); + AddClassRequirement("story","story_base"); + AddClassRequirement("story",$_PSL['moduledir'] . "/story/Story.class"); + AddClassRequirement("story_admin","story_base"); + AddClassRequirement("story_admin",$_PSL['moduledir'] . "/story/Story_admin.class"); + + AddClassRequirement("author",$_PSL['moduledir'] ."/author/Author.class"); + AddClassRequirement("section",$_PSL['moduledir'] ."/section/Section.class"); + AddClassRequirement("topic",$_PSL['moduledir'] ."/topic/Topic.class"); + $pagetitle = pslgetText("Submission Administration"); # The name to be displayed in the header |
From: Joe S. <joe...@us...> - 2003-05-20 17:26:07
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/glossary In directory sc8-pr-cvs1:/tmp/cvs-serv14571/phpslash-dev/include/modules/glossary Modified Files: admin.php Log Message: author admin.php missed path change Index: admin.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/glossary/admin.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** admin.php 12 Mar 2003 16:12:55 -0000 1.1.1.1 --- admin.php 20 May 2003 17:07:10 -0000 1.2 *************** *** 2,7 **** /* $Id$ */ ! AddClassRequirement("glossary",$_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/Glossary.class"); $pagetitle = pslgetText("Glossary Administration"); // header title --- 2,8 ---- /* $Id$ */ + global $_PSL, $HTTP_POST_VARS, $HTTP_GET_VARS, $auth, $perm; ! AddClassRequirement("glossary",$_PSL['moduledir'] ."/glossary/Glossary.class"); $pagetitle = pslgetText("Glossary Administration"); // header title |
From: Joe S. <joe...@us...> - 2003-05-20 17:18:35
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/poll In directory sc8-pr-cvs1:/tmp/cvs-serv14571/phpslash-dev/include/modules/poll Modified Files: admin.php Log Message: author admin.php missed path change Index: admin.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/poll/admin.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** admin.php 12 Mar 2003 16:12:53 -0000 1.1.1.1 --- admin.php 20 May 2003 17:07:10 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- /* $Id$ */ + global $_PSL, $HTTP_POST_VARS, $HTTP_GET_VARS, $auth, $perm; + AddClassRequirement("poll",$_PSL['moduledir'] . "/poll/Poll.class"); |
From: Joe S. <joe...@us...> - 2003-05-20 16:57:45
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/block In directory sc8-pr-cvs1:/tmp/cvs-serv9396/phpslash-dev/include/modules/block Modified Files: admin.php Log Message: author admin.php missed path change Index: admin.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/block/admin.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** admin.php 12 Mar 2003 16:12:55 -0000 1.1.1.1 --- admin.php 20 May 2003 16:57:42 -0000 1.2 *************** *** 3,12 **** /* $Id$ */ ! AddClassRequirement("block",$_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/Block.class"); AddClassRequirement("block_i","block"); ! AddClassRequirement("block_i",$_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/Block_i.class"); ! AddClassRequirement("block_render_i",$_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/Block_render_i.class"); AddClassRequirement("block_admin","block_i"); ! AddClassRequirement("block_admin",$_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/Block_admin.class"); /* header title */ --- 3,14 ---- /* $Id$ */ ! global $_PSL, $HTTP_POST_VARS, $HTTP_GET_VARS, $auth, $perm; ! ! AddClassRequirement("block",$_PSL['moduledir'] ."/block/Block.class"); AddClassRequirement("block_i","block"); ! AddClassRequirement("block_i",$_PSL['moduledir'] ."/block/Block_i.class"); ! AddClassRequirement("block_render_i",$_PSL['moduledir'] ."/block/Block_render_i.class"); AddClassRequirement("block_admin","block_i"); ! AddClassRequirement("block_admin",$_PSL['moduledir'] ."/block/Block_admin.class"); /* header title */ |
From: Joe S. <joe...@us...> - 2003-05-20 16:40:27
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/author In directory sc8-pr-cvs1:/tmp/cvs-serv31482/phpslash-dev/include/modules/author Modified Files: admin.php Log Message: author admin.php missed path change Index: admin.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/author/admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin.php 15 May 2003 18:19:53 -0000 1.2 --- admin.php 20 May 2003 16:40:23 -0000 1.3 *************** *** 5,9 **** global $_PSL, $HTTP_POST_VARS, $HTTP_GET_VARS, $auth, $perm; ! AddClassRequirement("author",$_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/Author.class"); $pagetitle = pslgetText("Author Administration"); // header title --- 5,9 ---- global $_PSL, $HTTP_POST_VARS, $HTTP_GET_VARS, $auth, $perm; ! AddClassRequirement("author",$_PSL['moduledir'] ."/author/Author.class"); $pagetitle = pslgetText("Author Administration"); // header title |
From: Joe S. <joe...@us...> - 2003-05-20 16:40:27
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1:/tmp/cvs-serv31482/phpslash-dev Modified Files: CHANGES Log Message: author admin.php missed path change Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/CHANGES,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** CHANGES 16 May 2003 21:10:21 -0000 1.19 --- CHANGES 20 May 2003 16:40:23 -0000 1.20 *************** *** 13,16 **** --- 13,19 ---- 9 - Removal of something (kill -9 :) + 2003-May 20 11:30AM CDT Joe Stewart <joe...@us...> + [B] - author/admin.php - missed module path change. + 2003-May 16 4:00PM CDT Joe Stewart <joe...@us...> [F] - Block_render_template.class - New template block type. |
From: Joe S. <joe...@us...> - 2003-05-16 21:11:45
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1:/tmp/cvs-serv1354/phpslash-dev Modified Files: ChangeLog Log Message: new template block type Index: ChangeLog =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ChangeLog 16 May 2003 20:19:55 -0000 1.3 --- ChangeLog 16 May 2003 21:11:42 -0000 1.4 *************** *** 1,2 **** --- 1,12 ---- + 2003-05-16 16:10 joestewart + + * CHANGES, + include/modules/block/blocktypes/Block_render_template.class, + tables/0.7/slash-all.sql: new template block type + + 2003-05-16 15:19 joestewart + + * ChangeLog: new cloneSections block method + 2003-05-16 12:09 joestewart |
From: Joe S. <joe...@us...> - 2003-05-16 21:10:26
|
Update of /cvsroot/phpslash/phpslash-dev/tables/0.7 In directory sc8-pr-cvs1:/tmp/cvs-serv727/phpslash-dev/tables/0.7 Modified Files: slash-all.sql Log Message: new template block type Index: slash-all.sql =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/tables/0.7/slash-all.sql,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** slash-all.sql 16 May 2003 17:09:53 -0000 1.6 --- slash-all.sql 16 May 2003 21:10:22 -0000 1.7 *************** *** 127,131 **** INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_mailinglist_seq',11); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_glossary_seq',1); ! INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_blocktype_seq',19); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_section_block_lut_seq',432); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_permission_seq',82); --- 127,131 ---- INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_mailinglist_seq',11); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_glossary_seq',1); ! INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_blocktype_seq',20); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_section_block_lut_seq',432); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_permission_seq',82); *************** *** 229,233 **** INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (163,18,'Module - Search',0,'','','','a:4:{s:6:\"column\";s:6:\"center\";s:5:\"width\";s:0:\"\";s:8:\"box_type\";s:11:\"contentonly\";s:6:\"module\";s:6:\"Search\";}',90,NULL); INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (160,18,'Module - Glossary',0,'','','','a:4:{s:6:\"column\";s:6:\"center\";s:5:\"width\";s:0:\"\";s:8:\"box_type\";s:11:\"contentonly\";s:6:\"module\";s:8:\"Glossary\";}',90,NULL); ! INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (161,18,'Module - About page',0,'','','','a:4:{s:6:\"column\";s:6:\"center\";s:5:\"width\";s:0:\"\";s:8:\"box_type\";s:11:\"contentonly\";s:6:\"module\";s:5:\"About\";}',90,NULL); INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (162,18,'Mailinglist',0,'','','','a:3:{s:6:\"column\";s:6:\"center\";s:5:\"width\";s:0:\"\";s:6:\"module\";s:11:\"MailingList\";}',90,NULL); --- 229,233 ---- INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (163,18,'Module - Search',0,'','','','a:4:{s:6:\"column\";s:6:\"center\";s:5:\"width\";s:0:\"\";s:8:\"box_type\";s:11:\"contentonly\";s:6:\"module\";s:6:\"Search\";}',90,NULL); INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (160,18,'Module - Glossary',0,'','','','a:4:{s:6:\"column\";s:6:\"center\";s:5:\"width\";s:0:\"\";s:8:\"box_type\";s:11:\"contentonly\";s:6:\"module\";s:8:\"Glossary\";}',90,NULL); ! INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (161,20,'About page',0,'','','','a:4:{s:6:\"column\";s:6:\"center\";s:5:\"width\";s:0:\"\";s:8:\"box_type\";s:11:\"contentonly\";s:3:\"tpl\";s:5:\"about\";}',90,NULL); INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (162,18,'Mailinglist',0,'','','','a:3:{s:6:\"column\";s:6:\"center\";s:5:\"width\";s:0:\"\";s:6:\"module\";s:11:\"MailingList\";}',90,NULL); *************** *** 266,270 **** INSERT INTO psl_block_type (id, name) VALUES (18,'module'); INSERT INTO psl_block_type (id, name) VALUES (19,'page'); ! -- -- Table structure for table 'psl_comment' --- 266,270 ---- INSERT INTO psl_block_type (id, name) VALUES (18,'module'); INSERT INTO psl_block_type (id, name) VALUES (19,'page'); ! INSERT INTO psl_block_type (id, name) VALUES (20,'template'); -- -- Table structure for table 'psl_comment' |
From: Joe S. <joe...@us...> - 2003-05-16 21:10:25
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/block/blocktypes In directory sc8-pr-cvs1:/tmp/cvs-serv727/phpslash-dev/include/modules/block/blocktypes Added Files: Block_render_template.class Log Message: new template block type --- NEW FILE: Block_render_template.class --- <?php /* Block_render_template.class -> Methods for phpslash specfic blocks */ /* $Id: Block_render_template.class,v 1.1 2003/05/16 21:10:22 joestewart Exp $ */ class Block_render_template extends Block_render_i { /* constructor */ function Block_render_template() { $this->Block_render_i(); $this->type = "template"; /* set the 'type' */ $this->description = "A block that displays the parsed contents of a given"; } function parse($block_info) { $tpl = ''; $this->output = ''; if (is_array($block_info['block_options'])) { if(array_key_exists('tpl', $block_info['block_options'])) { $tpl = $block_info['block_options']['tpl'] . '.tpl'; } } if(!empty($tpl)){ if(is_object($GLOBALS['template'])) { $template = $GLOBALS['template']; } else { $template = pslNew("slashTemplate"); } $template->debug = 0; if($template->set_file('template', $tpl)) { $template->set_var(array( 'SKIN' => $this->psl['skin'], 'ROOTDIR' => $this->psl['rooturl'], 'IMAGEDIR' => $this->psl['imageurl'] )); $this->output = $template->parse('OUT','template'); return true; } } return false; } } ?> |
From: Joe S. <joe...@us...> - 2003-05-16 21:10:25
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1:/tmp/cvs-serv727/phpslash-dev Modified Files: CHANGES Log Message: new template block type Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/CHANGES,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** CHANGES 16 May 2003 17:09:51 -0000 1.18 --- CHANGES 16 May 2003 21:10:21 -0000 1.19 *************** *** 13,16 **** --- 13,20 ---- 9 - Removal of something (kill -9 :) + 2003-May 16 4:00PM CDT Joe Stewart <joe...@us...> + [F] - Block_render_template.class - New template block type. + slash-all.sql - About block change to template type. + 2003-May 16 12:00PM CDT Joe Stewart <joe...@us...> [BT] - Section.class, Block.class - new block method - cloneSections. |
From: Joe S. <joe...@us...> - 2003-05-16 20:19:59
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1:/tmp/cvs-serv9689/phpslash-dev Modified Files: ChangeLog Log Message: new cloneSections block method Index: ChangeLog =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ChangeLog 15 May 2003 19:36:08 -0000 1.2 --- ChangeLog 16 May 2003 20:19:55 -0000 1.3 *************** *** 1,2 **** --- 1,26 ---- + 2003-05-16 12:09 joestewart + + * CHANGES, include/modules/block/Block.class, + include/modules/section/Section.class, + include/templates/en/basic/sectionList.tpl, + public_html/admin/authorAdmin.php, + public_html/admin/blockAdmin.php, + public_html/admin/glossaryAdmin.php, + public_html/admin/groupAdmin.php, + public_html/admin/mailinglistAdmin.php, + public_html/admin/pollAdmin.php, + public_html/admin/sectionAdmin.php, + public_html/admin/storyAdmin.php, + public_html/admin/submissionAdmin.php, + public_html/admin/topicAdmin.php, tables/0.7/slash-all.sql: new + cloneSections block method + + 2003-05-15 16:15 joestewart + + * CHANGES, include/templates/en/default/authorNew.tpl, + include/templates/en/default/blockEdit.tpl, public_html/login.php, + public_html/admin/sectionAdmin.php, tables/0.7/slash-all.sql: + tweaks of previous updates + 2003-05-15 14:34 joestewart *************** *** 8,12 **** public_html/admin/sectionAdmin.php, public_html/admin/submissionAdmin.php, ! public_html/admin/topicAdmin.php: update to use module pages 2003-05-15 13:33 joestewart --- 32,37 ---- public_html/admin/sectionAdmin.php, public_html/admin/submissionAdmin.php, ! public_html/admin/topicAdmin.php, ChangeLog: update to use module ! pages 2003-05-15 13:33 joestewart |
From: Joe S. <joe...@us...> - 2003-05-16 17:09:56
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/admin In directory sc8-pr-cvs1:/tmp/cvs-serv30562/phpslash-dev/public_html/admin Modified Files: authorAdmin.php blockAdmin.php glossaryAdmin.php groupAdmin.php mailinglistAdmin.php pollAdmin.php sectionAdmin.php storyAdmin.php submissionAdmin.php topicAdmin.php Log Message: new cloneSections block method Index: authorAdmin.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/admin/authorAdmin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** authorAdmin.php 15 May 2003 19:34:54 -0000 1.2 --- authorAdmin.php 16 May 2003 17:09:52 -0000 1.3 *************** *** 22,32 **** // setup the block module $_PSL['module']['module.current'] = $_PSL['module']['Block']; ! include($_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/index.php"); $block = pslNew("Block_i"); ! // Start of Page ! ! $content = $block->getBlocks($ary, "page"); ! echo $content; --- 22,29 ---- // setup the block module $_PSL['module']['module.current'] = $_PSL['module']['Block']; ! $content = include($_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/index.php"); $block = pslNew("Block_i"); ! //show Page echo $content; Index: blockAdmin.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/admin/blockAdmin.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** blockAdmin.php 15 May 2003 19:34:54 -0000 1.3 --- blockAdmin.php 16 May 2003 17:09:52 -0000 1.4 *************** *** 22,32 **** // setup the block module $_PSL['module']['module.current'] = $_PSL['module']['Block']; ! include($_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/index.php"); $block = pslNew("Block_i"); ! // Start of Page ! ! $content = $block->getBlocks($ary, "page"); ! echo $content; --- 22,29 ---- // setup the block module $_PSL['module']['module.current'] = $_PSL['module']['Block']; ! $content = include($_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/index.php"); $block = pslNew("Block_i"); ! //show Page echo $content; Index: glossaryAdmin.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/admin/glossaryAdmin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** glossaryAdmin.php 15 May 2003 19:34:54 -0000 1.2 --- glossaryAdmin.php 16 May 2003 17:09:52 -0000 1.3 *************** *** 22,32 **** // setup the block module $_PSL['module']['module.current'] = $_PSL['module']['Block']; ! include($_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/index.php"); $block = pslNew("Block_i"); ! // Start of Page ! ! $content = $block->getBlocks($ary, "page"); ! echo $content; --- 22,29 ---- // setup the block module $_PSL['module']['module.current'] = $_PSL['module']['Block']; ! $content = include($_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/index.php"); $block = pslNew("Block_i"); ! //show Page echo $content; Index: groupAdmin.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/admin/groupAdmin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** groupAdmin.php 15 May 2003 18:19:56 -0000 1.2 --- groupAdmin.php 16 May 2003 17:09:53 -0000 1.3 *************** *** 22,32 **** // setup the block module $_PSL['module']['module.current'] = $_PSL['module']['Block']; ! include($_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/index.php"); $block = pslNew("Block_i"); ! // Start of Page ! ! $content = $block->getBlocks($ary, "page"); ! echo $content; --- 22,29 ---- // setup the block module $_PSL['module']['module.current'] = $_PSL['module']['Block']; ! $content = include($_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/index.php"); $block = pslNew("Block_i"); ! //show Page echo $content; Index: mailinglistAdmin.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/admin/mailinglistAdmin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mailinglistAdmin.php 17 Apr 2003 23:37:11 -0000 1.2 --- mailinglistAdmin.php 16 May 2003 17:09:53 -0000 1.3 *************** *** 22,32 **** // setup the block module $_PSL['module']['module.current'] = $_PSL['module']['Block']; ! include($_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/index.php"); $block = pslNew("Block_i"); ! // Start of Page ! ! $content = $block->getBlocks($ary, "page"); ! echo $content; --- 22,29 ---- // setup the block module $_PSL['module']['module.current'] = $_PSL['module']['Block']; ! $content = include($_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/index.php"); $block = pslNew("Block_i"); ! //show Page echo $content; Index: pollAdmin.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/admin/pollAdmin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pollAdmin.php 15 May 2003 19:34:54 -0000 1.2 --- pollAdmin.php 16 May 2003 17:09:53 -0000 1.3 *************** *** 22,32 **** // setup the block module $_PSL['module']['module.current'] = $_PSL['module']['Block']; ! include($_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/index.php"); $block = pslNew("Block_i"); ! // Start of Page ! ! $content = $block->getBlocks($ary, "page"); ! echo $content; --- 22,29 ---- // setup the block module $_PSL['module']['module.current'] = $_PSL['module']['Block']; ! $content = include($_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/index.php"); $block = pslNew("Block_i"); ! //show Page echo $content; Index: sectionAdmin.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/admin/sectionAdmin.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** sectionAdmin.php 15 May 2003 21:15:03 -0000 1.3 --- sectionAdmin.php 16 May 2003 17:09:53 -0000 1.4 *************** *** 22,32 **** // setup the block module $_PSL['module']['module.current'] = $_PSL['module']['Block']; ! include($_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/index.php"); $block = pslNew("Block_i"); ! // Start of Page ! ! $content = $block->getBlocks($ary, "page"); ! echo $content; --- 22,29 ---- // setup the block module $_PSL['module']['module.current'] = $_PSL['module']['Block']; ! $content = include($_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/index.php"); $block = pslNew("Block_i"); ! //show Page echo $content; Index: storyAdmin.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/admin/storyAdmin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** storyAdmin.php 15 May 2003 18:19:56 -0000 1.2 --- storyAdmin.php 16 May 2003 17:09:53 -0000 1.3 *************** *** 25,32 **** $block = pslNew("Block_i"); ! // Start of Page ! ! $content = $block->getBlocks($ary, "page"); ! echo $content; --- 25,29 ---- $block = pslNew("Block_i"); ! //show Page echo $content; Index: submissionAdmin.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/admin/submissionAdmin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** submissionAdmin.php 15 May 2003 19:34:54 -0000 1.2 --- submissionAdmin.php 16 May 2003 17:09:53 -0000 1.3 *************** *** 22,32 **** // setup the block module $_PSL['module']['module.current'] = $_PSL['module']['Block']; ! include($_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/index.php"); $block = pslNew("Block_i"); ! // Start of Page ! ! $content = $block->getBlocks($ary, "page"); ! echo $content; --- 22,29 ---- // setup the block module $_PSL['module']['module.current'] = $_PSL['module']['Block']; ! $content = include($_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/index.php"); $block = pslNew("Block_i"); ! //show Page echo $content; Index: topicAdmin.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/admin/topicAdmin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** topicAdmin.php 15 May 2003 19:34:54 -0000 1.2 --- topicAdmin.php 16 May 2003 17:09:53 -0000 1.3 *************** *** 22,32 **** // setup the block module $_PSL['module']['module.current'] = $_PSL['module']['Block']; ! include($_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/index.php"); $block = pslNew("Block_i"); ! // Start of Page ! ! $content = $block->getBlocks($ary, "page"); ! echo $content; --- 22,29 ---- // setup the block module $_PSL['module']['module.current'] = $_PSL['module']['Block']; ! $content = include($_PSL['moduledir'] ."/". $_PSL['module']['module.current'] ."/index.php"); $block = pslNew("Block_i"); ! //show Page echo $content; |
From: Joe S. <joe...@us...> - 2003-05-16 17:09:56
|
Update of /cvsroot/phpslash/phpslash-dev/tables/0.7 In directory sc8-pr-cvs1:/tmp/cvs-serv30562/phpslash-dev/tables/0.7 Modified Files: slash-all.sql Log Message: new cloneSections block method Index: slash-all.sql =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/tables/0.7/slash-all.sql,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** slash-all.sql 15 May 2003 21:15:03 -0000 1.5 --- slash-all.sql 16 May 2003 17:09:53 -0000 1.6 *************** *** 128,132 **** INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_glossary_seq',1); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_blocktype_seq',19); ! INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_section_block_lut_seq',431); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_permission_seq',82); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_group_seq',27); --- 128,132 ---- INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_glossary_seq',1); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_blocktype_seq',19); ! INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_section_block_lut_seq',432); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_permission_seq',82); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_group_seq',27); *************** *** 963,967 **** INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (430,139,14); INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (431,139,15); ! -- -- Table structure for table 'psl_section_lut' --- 963,967 ---- INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (430,139,14); INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (431,139,15); ! INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (432,156,8); -- -- Table structure for table 'psl_section_lut' |
From: Joe S. <joe...@us...> - 2003-05-16 17:09:55
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/section In directory sc8-pr-cvs1:/tmp/cvs-serv30562/phpslash-dev/include/modules/section Modified Files: Section.class Log Message: new cloneSections block method Index: Section.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/section/Section.class,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Section.class 15 May 2003 18:19:54 -0000 1.2 --- Section.class 16 May 2003 17:09:52 -0000 1.3 *************** *** 57,60 **** --- 57,63 ---- $this->sec_templ->set_var(array( + 'SKIN' => $this->psl['skin'], + 'IMAGEURL' => $this->psl['imageurl'], + 'ROOTURL' => $this->psl['rooturl'], 'TITLEBAR' => getTitlebar("100%","Change Existing Sections"), 'ACTION_URL' => $this->psl['phpself'], *************** *** 69,75 **** $this->sec_templ->parse("rows","row2","true"); } ! $count++; } ! return $this->sec_templ->parse('OUT',array("listsection")); // $this->sec_templ->p('OUT'); } --- 72,78 ---- $this->sec_templ->parse("rows","row2","true"); } ! $count++; } ! return $this->sec_templ->parse('OUT',"listsection"); // $this->sec_templ->p('OUT'); } *************** *** 101,105 **** } ! /* addslashes for the (') AND str_replace for the (") */ $ary["description"] = clean($ary["description"]); --- 104,108 ---- } ! // addslashes for the (') AND str_replace for the (") $ary["description"] = clean($ary["description"]); *************** *** 113,125 **** if( $optionname_ary[$i] != "") { ! $optname = $optionname_ary[$i]; ! $optval = $optionval_ary[$i]; ! $section_options_ary[$optname] = $optval; ! } } $serial_opts=addslashes(serialize($section_options_ary)); ! /* if a record exists, then we update, else we insert a new section! */ $q = "SELECT section_id FROM psl_section --- 116,128 ---- if( $optionname_ary[$i] != "") { ! $optname = $optionname_ary[$i]; ! $optval = $optionval_ary[$i]; ! $section_options_ary[$optname] = $optval; ! } } $serial_opts=addslashes(serialize($section_options_ary)); ! // if a record exists, then we update, else we insert a new section! $q = "SELECT section_id FROM psl_section *************** *** 139,142 **** --- 142,149 ---- $q .= "(section_id,section_name,description,section_options) "; $q .= "VALUES ('$ary[section_id]','$ary[section_name]','$ary[description]','$serial_opts')"; + + // For new sections we add the same blocks as the home page + $block = pslNew('Block'); + $success = $block->cloneSections($ary['section_id'], $this->psl['home_section_id']); } |
From: Joe S. <joe...@us...> - 2003-05-16 17:09:55
|
Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basic In directory sc8-pr-cvs1:/tmp/cvs-serv30562/phpslash-dev/include/templates/en/basic Modified Files: sectionList.tpl Log Message: new cloneSections block method Index: sectionList.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/sectionList.tpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sectionList.tpl 12 Mar 2003 16:12:52 -0000 1.1.1.1 --- sectionList.tpl 16 May 2003 17:09:52 -0000 1.2 *************** *** 13,17 **** <tr class="firstRow"> <td> ! {SECTION_NAME} </td> <td> --- 13,17 ---- <tr class="firstRow"> <td> ! <a href="{ROOTURL}/index.php?section_id={SECTION_ID}">{SECTION_NAME}</a> </td> <td> *************** *** 29,33 **** <tr class="secondRow"> <td> ! {SECTION_NAME} </td> <td> --- 29,33 ---- <tr class="secondRow"> <td> ! <a href="{ROOTURL}/index.php?section_id={SECTION_ID}">{SECTION_NAME}</a> </td> <td> |
From: Joe S. <joe...@us...> - 2003-05-16 17:09:54
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/block In directory sc8-pr-cvs1:/tmp/cvs-serv30562/phpslash-dev/include/modules/block Modified Files: Block.class Log Message: new cloneSections block method Index: Block.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/block/Block.class,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Block.class 23 Apr 2003 15:15:41 -0000 1.5 --- Block.class 16 May 2003 17:09:52 -0000 1.6 *************** *** 668,671 **** --- 668,673 ---- function extractBlocks($ary) { + $last = 0; + // debug("Block.class::extractBlocks::ary", $ary); // a new db object because the parser uses this->db *************** *** 733,737 **** --- 735,780 ---- return $this->block_ary; } + + /** + * cloneSections - Applies the same blocks for one section to another + * + * @param id_new + * @param id_from + * + * + * @access public + * + * @return boolean + */ + + function cloneSections($id_new, $id_from) { + + $db = pslNew('slashDB'); + $q = "SELECT * + FROM psl_section_block_lut + WHERE section_id = '$id_from' "; + + $db->query($q); + while($db->next_record()) { + $lut_id = generateID("psl_section_block_lut_seq"); + $block_id = $db->Record['block_id']; + $lut_insert = "INSERT INTO psl_section_block_lut + (lut_id, + section_id, + block_id) + VALUES ('$lut_id', + '$id_new', + '$block_id')"; + $this->db->query($lut_insert); + + // should insert one section lookup successfully + if ($this->db->affected_rows() != "1") { + return false; + } + } + return true; + } + } /* End class Block */ ?> |
From: Joe S. <joe...@us...> - 2003-05-16 17:09:54
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1:/tmp/cvs-serv30562/phpslash-dev Modified Files: CHANGES Log Message: new cloneSections block method Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/CHANGES,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** CHANGES 15 May 2003 21:15:02 -0000 1.17 --- CHANGES 16 May 2003 17:09:51 -0000 1.18 *************** *** 13,22 **** 9 - Removal of something (kill -9 :) ! 2003-March 15 4:00PM CDT Joe Stewart <joe...@us...> [WT] - sectionAdmin.php - Don't attempt to display section being edited. login.php - display page the same method as index page. slash-all.sql - Administration block and Mailing list title. ! 2003-March 15 2:30PM CDT Joe Stewart <joe...@us...> [W] - index.php - specify module page w/page GET variable. profile.php - use Author module index page. --- 13,31 ---- 9 - Removal of something (kill -9 :) ! 2003-May 16 12:00PM CDT Joe Stewart <joe...@us...> ! [BT] - Section.class, Block.class - new block method - cloneSections. ! New sections clone the blocks of the home section. ! sectionList.tpl - name links to view of section index page. ! authorAdmin.php, blockAdmin.php, glossaryAdmin.php, ! groupAdmin.php, mailinglistAdmin.php, pollAdmin.php, ! sectionAdmin.php, storyAdmin.php, submissionAdmin.php, ! topicAdmin.php - remove extra call to getBlocks. ! ! 2003-May 15 4:00PM CDT Joe Stewart <joe...@us...> [WT] - sectionAdmin.php - Don't attempt to display section being edited. login.php - display page the same method as index page. slash-all.sql - Administration block and Mailing list title. ! 2003-May 15 2:30PM CDT Joe Stewart <joe...@us...> [W] - index.php - specify module page w/page GET variable. profile.php - use Author module index page. *************** *** 24,28 **** submissionAdmin.php, topicAdmin.php - use module admin page. ! 2003-March 15 2:30PM CDT Joe Stewart <joe...@us...> [ET] - Large commit to test further use of page blocks and module sections. Significant number of blocks added require loading of slash-all.sql. --- 33,37 ---- submissionAdmin.php, topicAdmin.php - use module admin page. ! 2003-May 15 2:30PM CDT Joe Stewart <joe...@us...> [ET] - Large commit to test further use of page blocks and module sections. Significant number of blocks added require loading of slash-all.sql. |
From: Joe S. <joe...@us...> - 2003-05-15 21:19:33
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/admin In directory sc8-pr-cvs1:/tmp/cvs-serv25115/phpslash-dev/public_html/admin Modified Files: sectionAdmin.php Log Message: tweaks of previous updates Index: sectionAdmin.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/admin/sectionAdmin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sectionAdmin.php 15 May 2003 19:34:54 -0000 1.2 --- sectionAdmin.php 15 May 2003 21:15:03 -0000 1.3 *************** *** 16,21 **** $ary['module'] = 'Section'; - $ary['section'] = 'Admin'; $ary['page'] = 'admin'; --- 16,21 ---- $ary['module'] = 'Section'; $ary['section'] = 'Admin'; + $ary['section_id'] = ''; // We want to display the Admin section $ary['page'] = 'admin'; |