phpslash-commit Mailing List for phpSlash (Page 104)
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...> - 2002-01-07 15:55:33
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv27896/phpslash-ft Modified Files: CHANGES Log Message: pslgetText typo Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.363 retrieving revision 1.364 diff -C2 -d -r1.363 -r1.364 *** CHANGES 2002/01/05 20:45:44 1.363 --- CHANGES 2002/01/07 15:44:20 1.364 *************** *** 13,16 **** --- 13,20 ---- 9 - Removal of something (kill -9 :) + 2002-Jan-07 9:45AM CST Joe Stewart <jo...@be...> + [B] - Mailinglist.class - pslgetText typos. + [F] - nl.php3 - Mark Smeet's Dutch translation. + 2002-Jan-05 2:45PM CST Joe Stewart <jo...@be...> [B] - functions.inc - patched in Peter Cruikshank's fix for disabling the |
From: Joe S. <joe...@us...> - 2002-01-07 15:55:32
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory usw-pr-cvs1:/tmp/cvs-serv27896/phpslash-ft/class Modified Files: MailingList.class Log Message: pslgetText typo Index: MailingList.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/MailingList.class,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** MailingList.class 2001/12/19 20:00:41 1.6 --- MailingList.class 2002/01/07 15:44:20 1.7 *************** *** 205,213 **** if ($this->db->next_record()) { if ($this->db->Record["email"] != $email) { ! $this->message = sprintf(psgetText("The email address '%s' is not found"), $email); $ok = false; } } else { ! $this->message = sprintf(psgetText("Email: '%s' is not found"), $email); $ok = false; } --- 205,213 ---- if ($this->db->next_record()) { if ($this->db->Record["email"] != $email) { ! $this->message = sprintf(pslgetText("The email address '%s' is not found"), $email); $ok = false; } } else { ! $this->message = sprintf(pslgetText("Email: '%s' is not found"), $email); $ok = false; } *************** *** 220,224 **** WHERE id = '$id'"; $this->db->query($q); ! $this->message = sprintf(psgetText("Email: '%s' has been removed"), $email);; // send confirmation email --- 220,224 ---- WHERE id = '$id'"; $this->db->query($q); ! $this->message = sprintf(pslgetText("Email: '%s' has been removed"), $email);; // send confirmation email |
From: Joe S. <joe...@us...> - 2002-01-05 20:45:47
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv13831/phpslash-ft Modified Files: CHANGES Log Message: bugfix - disable TopicBar and NavBar in getHeader and getFooter OK Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.362 retrieving revision 1.363 diff -C2 -d -r1.362 -r1.363 *** CHANGES 2001/12/28 21:55:01 1.362 --- CHANGES 2002/01/05 20:45:44 1.363 *************** *** 13,16 **** --- 13,21 ---- 9 - Removal of something (kill -9 :) + 2002-Jan-05 2:45PM CST Joe Stewart <jo...@be...> + [B] - functions.inc - patched in Peter Cruikshank's fix for disabling the + TopicBar and NavBar in getHeader and getFooter. + config.php3 - tweaks to Author class inclusion. + 2001-Dec-28 4:00PM CST Joe Stewart <jo...@be...> [D] - Added an initial upgrade guide for 0.6 to 0.65. |
From: Joe S. <joe...@us...> - 2002-01-05 20:45:47
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory usw-pr-cvs1:/tmp/cvs-serv13831/phpslash-ft/public_html Modified Files: config.php3 Log Message: bugfix - disable TopicBar and NavBar in getHeader and getFooter OK Index: config.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config.php3,v retrieving revision 1.120 retrieving revision 1.121 diff -C2 -d -r1.120 -r1.121 *** config.php3 2001/12/16 20:54:51 1.120 --- config.php3 2002/01/05 20:45:45 1.121 *************** *** 83,86 **** --- 83,87 ---- $_PSL[module][Submission] = true; $_PSL[module][Infolog] = true; + $_PSL[module][Author] = true; $_PSL[module][Variable] = false; *************** *** 289,293 **** link => $_PSL['adminurl'] . "/authorAdmin.php3", perm => "author", ! module => "" ); $menuitem[] = array( --- 290,294 ---- link => $_PSL['adminurl'] . "/authorAdmin.php3", perm => "author", ! module => "Author" ); $menuitem[] = array( |
From: Joe S. <joe...@us...> - 2002-01-05 20:45:47
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory usw-pr-cvs1:/tmp/cvs-serv13831/phpslash-ft/class Modified Files: functions.inc Log Message: bugfix - disable TopicBar and NavBar in getHeader and getFooter OK Index: functions.inc =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/functions.inc,v retrieving revision 1.86 retrieving revision 1.87 diff -C2 -d -r1.86 -r1.87 *** functions.inc 2001/12/19 20:00:41 1.86 --- functions.inc 2002/01/05 20:45:44 1.87 *************** *** 423,428 **** $action_url = "$_PSL[rooturl]/search.php3"; ! $topicbar = new TopicBar; ! $navbar = new NavBar; $templ->set_var(array( --- 423,439 ---- $action_url = "$_PSL[rooturl]/search.php3"; ! if ($_PSL[module][TopicBar]) { ! $topicbar = new TopicBar; ! $topicbarcontent = $topicbar->getTopicBar(); ! } else { ! $topicbarcontent = ""; ! } ! ! if ($_PSL[module][NavBar]) { ! $navbar = new NavBar; ! $navbarcontent = $navbar->getNavBar($navbar_ary[tpl],$navbar_ary[menu_ary]); ! } else { ! $navbarcontent = ""; ! } $templ->set_var(array( *************** *** 436,441 **** SITETITLE => $title, SEARCH_ACTION_URL => $action_url, ! NAVBAR => $navbar->getNavBar($navbar_ary[tpl],$navbar_ary[menu_ary]), ! TOPICBAR => $topicbar->getTopicBar(), BLOCKS_COLUMN => $allblocks, SKIN => $_PSL[skin] --- 447,452 ---- SITETITLE => $title, SEARCH_ACTION_URL => $action_url, ! NAVBAR => $navbarcontent, // Could be empty if NavBar is not required ! TOPICBAR => $topicbarcontent, // Could be empty if TopicBar is not required BLOCKS_COLUMN => $allblocks, SKIN => $_PSL[skin] *************** *** 471,476 **** global $_PSL; ! $navbar = new NavBar; ! /* Templates */ $default_template = "slashFoot.tpl"; --- 482,492 ---- global $_PSL; ! if ($_PSL[module][NavBar]) { ! $navbar = new NavBar; ! $navbarcontent = $navbar->getNavBar("navbarFooter"); ! } else { ! $navbarcontent = ""; ! } ! /* Templates */ $default_template = "slashFoot.tpl"; *************** *** 498,502 **** $templ->set_var(array( BASEURL => $_PSL[rooturl], ! NAVBAR => $navbar->getNavBar("navbarFooter") )); --- 514,518 ---- $templ->set_var(array( BASEURL => $_PSL[rooturl], ! NAVBAR => $navbarcontent )); |
From: Joe S. <joe...@us...> - 2001-12-28 21:55:04
|
Update of /cvsroot/phpslash/phpslash-ft/doc/html In directory usw-pr-cvs1:/tmp/cvs-serv4430/phpslash-ft/doc/html Modified Files: phpslash.sgml Log Message: docs - early, rough upgrade guide Index: phpslash.sgml =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/doc/html/phpslash.sgml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** phpslash.sgml 2001/11/24 15:05:05 1.9 --- phpslash.sgml 2001/12/28 21:55:01 1.10 *************** *** 465,469 **** <sect>Upgrade ! <sect1>From versions earlier then 0.6 <p> Versions of phpSlash greater than 0.6.2 <bf>will not</bf> support upgrading a 0.5.x install. You will manually need to upgrade to 0.6.2 and --- 465,469 ---- <sect>Upgrade ! <sect1>From versions earlier than 0.6 <p> Versions of phpSlash greater than 0.6.2 <bf>will not</bf> support upgrading a 0.5.x install. You will manually need to upgrade to 0.6.2 and *************** *** 500,504 **** </code></tscreen> ! <item> Since your upgrading from 0.5 we need to make some changes to the DB so it will handle the BIG numbers so run the slash5to6.sql file too: --- 500,504 ---- </code></tscreen> ! <item> Since you're upgrading from 0.5 we need to make some changes to the DB so it will handle the BIG numbers so run the slash5to6.sql file too: *************** *** 559,562 **** --- 559,685 ---- </itemize> + <sect1>From versions 0.6x to 0.65 + <p> Versions of phpSlash greater than 0.6.2 <bf>will not</bf> support + upgrading a 0.5.x install. You will manually need to upgrade to 0.6.2 and + then upgrade from that point on. The reason for this is that the + database schema in 0.6x radically changed from 0.5x and supporting that + particular upgrade path is just not feasible or viable given the number of + developers we have. + + <sect2>Before you begin + + <P> + <itemize> + <item> Install phpslash 0.65 in a new directory and set all the path + related variables as documented in the INSTALL file. Oh yeah, copy over + any special logos or topic images that you will need from the old slash + directory to the new one. + </itemize> + + <sect2>The Upgrade + + <p> + <enum> + <item> It would be a good idea to backup the database at this point: + + <tscreen><code> + mysqldump slash > slash-backup.sql + </code></tscreen> + + <item> Since you're upgrading from 0.6 we need to make some changes to the + DB so run the tables/0.65/6_to_65.sql file: + + <tscreen><code> + mysql slash < 6_to_65.sql + </code></tscreen> + + <p> + <bf>STOP IF YOU GOT ANY ERRORS, YOU NEED TO FIX THEM BEFORE YOU + CONTINUE. ASK THE MAILING LIST QUESTIONS IF YOU NEED HELP!!!</bf> + + <item>Customize templates. Many templates changed since the release of 0.6, + so simply copying the templates from the 0.6 installation will not work. + Instead of modifying the files in the "default" directory, it may be better to + copy the entire contents of the "default" directory to another directory. + Then customize these files. + The default template/skin location is specified in config.php3 on this line: + + <tscreen><code> + $_PSL[defaultskin] = "default"; + </code></tscreen> + + <item>This is a list of template files that are new or changed since the + release of 0.6: + + <tscreen><code> + about.tpl + article-pf.tpl + articleEmailBody.tpl + articleEmailSent.tpl + authorList.tpl + authorNew.tpl + backendBlock.tpl + backendHTML.tpl + backendJS.tpl + backendJSData.tpl + backendMozilla.tpl + backendOpml.tpl + backendRSS1.tpl + backendRSS91.tpl + backendRSS92.tpl + backendTxt.tpl + backendWml.tpl + comment.tpl + commentDisplay.tpl + commentIndex.tpl + commentSubmitForm.tpl + fancybox.tpl + glossarySearch.tpl + index.tpl + index3col.tpl + loginform.tpl + loginformCR.tpl + mailinglistForm.tpl + mailinglistMessageForm.tpl + messageStrike.tpl + pollDisplay.tpl + pollEdit.tpl + pollList.tpl + pollMoreLink.tpl + pollResultPage.tpl + pollShow.tpl + searchPage.tpl + skinsblock.tpl + slashHead.tpl + story.tpl + storyList.tpl + storyNew.tpl + storyRelated.tpl + submissionList.tpl + topicsblock.tpl + </code></tscreen> + + + </enum> + + That should be it. If you get any errors, then send an email to the list + and we'll try to help out as best as we can. + + <sect2> Troubleshooting + <p> + The new site isn't *perfect*. Here are some things that you'll need to + manually adjust: + <itemize> + <item> The poll block may not be correct. Go to the poll Admin screen and + select the poll that you want to show up and make it the "current" poll + again. That will do it. + + <item> All of the variables in the database have been phased out. + All the variables that are related to presentation (bgcolor,font color, + font size...) have been removed and placed in the templates. That's where + you should do all your presentation customization. + </itemize> + + <!-- SECTION START: User Documentation --> <sect> User Documentation *************** *** 894,903 **** <tscreen><verb> <!-- start of sampleTemplate.tpl --> ! <p> Hello {PERSON}! This is a sample template! </p> <!-- end of sampleTemplate.tpl --> </verb></tscreen> ! In this case {PERSON} is a placeholder and will be replaced with whatever ! text the template engine has been given for the keyword PERSON. The result that will be printed back top the browser (assuming you gave the code a name of "Joe Sixpack") would be: --- 1017,1025 ---- <tscreen><verb> <!-- start of sampleTemplate.tpl --> ! <p> Hello {PERSON}! This is a sample template! </p> <!-- end of sampleTemplate.tpl --> </verb></tscreen> ! In this case {PERSON} is a placeholder and will be replaced with whatever text the template engine has been given for the keyword PERSON. The result that will be printed back top the browser (assuming you gave the code a name of "Joe Sixpack") would be: *************** *** 917,921 **** <tscreen><verb> <!-- BEGIN testBlock --> ! Some stuff with a {PLACEHOLDER} that will be repeated <!-- END testBlock --> </verb></tscreen> --- 1039,1043 ---- <tscreen><verb> <!-- BEGIN testBlock --> ! Some stuff with a {PLACEHOLDER} that will be repeated <!-- END testBlock --> </verb></tscreen> *************** *** 938,942 **** The following files will get the look of your site changed pretty quickly, ! though there are a lot more in the $templatedir directory. You may need to edit some of the more obscure ones if you are making radical changes to the site layout. --- 1060,1064 ---- The following files will get the look of your site changed pretty quickly, ! though there are a lot more in the template directory. You may need to edit some of the more obscure ones if you are making radical changes to the site layout. *************** *** 982,989 **** footer, appends the phpslash copyright, and closes the HTML page. ! This files is what ends every page. If you open any tags in slashHead.tpl remember to close them here. </descrip> <!-- START SECTION: FAQ --> --- 1104,1212 ---- footer, appends the phpslash copyright, and closes the HTML page. ! This file ends every page. If you open any tags in slashHead.tpl remember to close them here. </descrip> + + <sect1>Complete list of templates and short descriptions: + <p> + <tscreen><verb> + about.tpl - About page + admin.tpl - deprecated + article-pf.tpl - printer friendly article page + article.tpl - article page + articleEmailBody.tpl - email article to a friend form + articleEmailForm.tpl + articleEmailHeaders.tpl + articleEmailSent.tpl + articleEmailSubject.tpl + articleEmailToAddress.tpl + authorList.tpl - list of authors in authorAdmin + authorNew.tpl - manage authors in authorAdmin + backendBlock.tpl - %% delimited text + backendHTML.tpl - fancybox + backendJS.tpl - javascript [untested] + backendJSData.tpl - javascript array [untested] + backendMozilla.tpl - Mozilla Sidebar + backendOpml.tpl - Userland's Outline Processor Markup Language [untested] + backendRSS1.tpl - RSS 1.0 + backendRSS91.tpl - RSS 0.91 + backendRSS92.tpl - RSS 0.92 + backendTxt.tpl - text + backendWml.tpl - WAP Wireless Markup Language [untested] + blockEdit.tpl - manage blocks in blockAdmin + blockList.tpl - list blocks in blockAdmin + breadcrumb.tpl - display current section and topic + calendar.tpl - calendar block + comment.tpl - all comments and the mode change form + commentDisplay.tpl - individual comment format + commentFlat.tpl - flat view + commentIndex.tpl - index of comment subjects + commentNest.tpl - nested comments + commentSubmitForm.tpl - add a comment form + error.tpl - display error message + fancybox.tpl - blocks + footer.tpl - unused + glossaryList.tpl - list of glossary entries in glossaryAdmin + glossaryNew.tpl - manage glossary entry in glossaryAdmin + glossarySearch.tpl - glossary display + header.tpl - unused + index.tpl - index page + index3col.tpl - three column example index page + infolog.tpl - infolog management in infologAdmin + loginform.tpl - login form + loginformCR.tpl - login form using Challenge-Response [default] + mailinglistAdmin.tpl - manage Mailing list + mailinglistForm.tpl - subscription form + mailinglistList.tpl - subscribers list + mailinglistMessage.tpl - message format + mailinglistMessageBody.tpl - message format + mailinglistMessageForm.tpl - manage Mailing list + mailinglistSubscribe.tpl - subscribe confirmation text + mailinglistUnsubscribe.tpl - unsubscribe confirmation text + messageStrike.tpl - used to strike out text that is not translated. + navbar.tpl - top Navigation bar (Home, About, etc.) + navbarFooter.tpli - bottom Navigation bar (Home, About, etc.) + pollAdminLink.tpl - links to administer polls + pollDisplay.tpl - voting form and comment display + pollEdit.tpl - create or edit poll + pollEditLink.tpl - link to administer poll + pollList.tpl - list of polls + pollMoreLink.tpl - link to more polls + pollNewButton.tpl - link to new poll form + pollResultPage.tpl - show poll results + pollShow.tpl - show poll results + queryblock.tpl - format of query block contents + quoteblock.tpl - format of quote block contents + searchMatch.tpl - each search result + searchMoreMatches.tpl - link to more search results + searchNoMatch.tpl - text for no search results + searchPage.tpl - search page layout + searchPrevMatches.tpl - link to previous search results + sectionList.tpl - list of sections in sectionAdmin + sectionNew.tpl - new section form + sectionsblock.tpl - format of section block contents + skinsblock.tpl - format of skins block contents + slashFoot.tpl - footer + slashHead.tpl - header + story.tpl - story portion of article page and possibly index page + storyIndex.tpl - stories portion of index page + storyList.tpl - list of stories in storyAdmin + storyNew.tpl - manage story in storyAdmin + storyRelated.tpl - related links + submission.tpl - view of submission + submissionForm.tpl - add a submission + submissionList.tpl - list of submissions in submissionAdmin + submissionNew.tpl - manage submissions in submissionAdmin + titlebar.tpl - story titles and admin functions + topicBar.tpl - display of topics in header + topicList.tpl - list of topics in topicAdmin + topicNew.tpl - manage topic in topicAdmin + topicsDisplay.tpl - list of all images in topics directory + topicsblock.tpl - format of quote block contents + variableList.tpl - deprecated + variableNew.tpl - deprecated + </verb></tscreen> + <!-- START SECTION: FAQ --> |
From: Joe S. <joe...@us...> - 2001-12-28 21:55:04
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv4430/phpslash-ft Modified Files: CHANGES Log Message: docs - early, rough upgrade guide Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.361 retrieving revision 1.362 diff -C2 -d -r1.361 -r1.362 *** CHANGES 2001/12/23 20:33:41 1.361 --- CHANGES 2001/12/28 21:55:01 1.362 *************** *** 13,16 **** --- 13,19 ---- 9 - Removal of something (kill -9 :) + 2001-Dec-28 4:00PM CST Joe Stewart <jo...@be...> + [D] - Added an initial upgrade guide for 0.6 to 0.65. + 2001-Dec-23 12:00PM CST Joe Stewart <jo...@be...> [B] - Block_render_topic.class - section_id generates correct links. |
From: Joe S. <joe...@us...> - 2001-12-23 20:33:43
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv25301/phpslash-ft Modified Files: CHANGES Log Message: corrected topic blocks to correctly link section_id Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.360 retrieving revision 1.361 diff -C2 -d -r1.360 -r1.361 *** CHANGES 2001/12/23 20:30:36 1.360 --- CHANGES 2001/12/23 20:33:41 1.361 *************** *** 14,18 **** 2001-Dec-23 12:00PM CST Joe Stewart <jo...@be...> ! [B] - 2001-Dec-19 9:45PM MET Lars Heuer <he...@qu...> --- 14,18 ---- 2001-Dec-23 12:00PM CST Joe Stewart <jo...@be...> ! [B] - Block_render_topic.class - section_id generates correct links. 2001-Dec-19 9:45PM MET Lars Heuer <he...@qu...> |
From: Joe S. <joe...@us...> - 2001-12-23 20:30:42
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv24768/phpslash-ft Modified Files: CHANGES Log Message: corrected topic blocks to correctly link section_id Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.359 retrieving revision 1.360 diff -C2 -d -r1.359 -r1.360 *** CHANGES 2001/12/19 20:40:45 1.359 --- CHANGES 2001/12/23 20:30:36 1.360 *************** *** 13,16 **** --- 13,19 ---- 9 - Removal of something (kill -9 :) + 2001-Dec-23 12:00PM CST Joe Stewart <jo...@be...> + [B] - + 2001-Dec-19 9:45PM MET Lars Heuer <he...@qu...> [T] - articleEmailBody.tpl |
From: Joe S. <joe...@us...> - 2001-12-23 20:30:42
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory usw-pr-cvs1:/tmp/cvs-serv24768/phpslash-ft/class Modified Files: Block_render_topic.class Log Message: corrected topic blocks to correctly link section_id Index: Block_render_topic.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Block_render_topic.class,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Block_render_topic.class 2001/10/09 23:21:45 1.4 --- Block_render_topic.class 2001/12/23 20:30:37 1.5 *************** *** 49,53 **** $default_tpl = "topicsblock.tpl"; ! if( $this->psl[site_homesection] == false) { $site_homesection = "Home"; } --- 49,55 ---- $default_tpl = "topicsblock.tpl"; ! if( $this->psl[site_homesection]) { ! $site_homesection = $this->psl[site_homesection]; ! } else { $site_homesection = "Home"; } |
From: Lars H. <lh...@us...> - 2001-12-19 20:40:49
|
Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default In directory usw-pr-cvs1:/tmp/cvs-serv11153/phpslash-ft/public_html/templates/en/default Modified Files: articleEmailBody.tpl Log Message: articleEmailBody.tpl - fixed article link Index: articleEmailBody.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/articleEmailBody.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** articleEmailBody.tpl 2000/12/01 17:34:48 1.1 --- articleEmailBody.tpl 2001/12/19 20:40:46 1.2 *************** *** 1,5 **** While reading this online story at: ! http://{SITE_HOST}/{PHP_SELF}?story_id={STORY_ID} {MAILFROMNAME} ({MAILFROMADDRESS}) requested this article be sent to you. --- 1,5 ---- While reading this online story at: ! http://{SITE_HOST}{PHP_SELF}?story_id={STORY_ID} {MAILFROMNAME} ({MAILFROMADDRESS}) requested this article be sent to you. *************** *** 18,22 **** You can find this article and more online at: ! http://{SITE_HOST}/{PHP_SELF}?story_id={STORY_ID} Copyright 2000 All Rights Reserved. --- 18,22 ---- You can find this article and more online at: ! http://{SITE_HOST}{PHP_SELF}?story_id={STORY_ID} Copyright 2000 All Rights Reserved. |
From: Lars H. <lh...@us...> - 2001-12-19 20:40:49
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv11153/phpslash-ft Modified Files: CHANGES Log Message: articleEmailBody.tpl - fixed article link Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.358 retrieving revision 1.359 diff -C2 -d -r1.358 -r1.359 *** CHANGES 2001/12/19 20:05:10 1.358 --- CHANGES 2001/12/19 20:40:45 1.359 *************** *** 13,16 **** --- 13,20 ---- 9 - Removal of something (kill -9 :) + 2001-Dec-19 9:45PM MET Lars Heuer <he...@qu...> + [T] - articleEmailBody.tpl + Fixed article link + 2001-Dec-19 9:00PM MET Lars Heuer <he...@qu...> [W] - en.php3, fr.php3, no.php3, de.php3, functions.inc, |
From: Lars H. <lh...@us...> - 2001-12-19 20:05:15
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv554/phpslash-ft Modified Files: CHANGES Log Message: changed functions.inc pslgetText to spit out correct HTML Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.357 retrieving revision 1.358 diff -C2 -d -r1.357 -r1.358 *** CHANGES 2001/12/19 18:55:23 1.357 --- CHANGES 2001/12/19 20:05:10 1.358 *************** *** 13,16 **** --- 13,27 ---- 9 - Removal of something (kill -9 :) + 2001-Dec-19 9:00PM MET Lars Heuer <he...@qu...> + [W] - en.php3, fr.php3, no.php3, de.php3, functions.inc, + authorAdmin.php3, commentAdmin.php3, infologAdmin.php3, + sectionAdmin.php3, storyAdmin.php3, topicAdmin.php3, + variableAdmin.php3, MailingList.class + functions.inc - pslgetText() spits out correct HTML + language files: deleted HTML in the sentences + *Admin files: deleted the HTML in the sentences + MailingList.class deleted HTML in setences + + 2001-Dec-19 8:00PM MET Lars Heuer <he...@qu...> [B] - Poll.class |
Update of /cvsroot/phpslash/phpslash-ft/public_html/admin In directory usw-pr-cvs1:/tmp/cvs-serv31506/phpslash-ft/public_html/admin Modified Files: authorAdmin.php3 commentAdmin.php3 infologAdmin.php3 sectionAdmin.php3 storyAdmin.php3 topicAdmin.php3 variableAdmin.php3 Log Message: functions.inc - pslgetText spits out HTMLed strings, several files changed to support this feature Index: authorAdmin.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/authorAdmin.php3,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** authorAdmin.php3 2001/08/31 19:20:10 1.2 --- authorAdmin.php3 2001/12/19 20:00:41 1.3 *************** *** 1,62 **** ! <?php ! ! /* $Id$ */ ! ! $pagetitle = "Author Administration"; // header title ! $xsiteobject = "Administration"; // Defines The META TAG Page Type ! ! require("../config.php3"); ! page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm")); ! ! /***************************** ! START OF PAGE ! *****************************/ ! ! slashhead($pagetitle,$xsiteobject); ! ! /* DEBUG */ ! ! debug("HTTP_POST_VARS", $HTTP_POST_VARS); ! debug("HTTP_GET_VARS", $HTTP_GET_VARS); ! debug("author_id_ary", $author_id_ary); ! debug("author_name_ary", $author_name_ary); ! debug("real_name_ary", $author_name_ary); ! debug("email", $email); ! debug("quote", $quote); ! debug("password", $password); ! debug("permission", $permission); ! ! /* DEBUG */ ! ! $author = new Author; ! ! if ($perm->have_perm("author")) { ! switch ($submit) { ! ! case "delete": ! $author->deleteAuthor($id, $auth->auth["uid"]); ! $author->newAuthor(); ! $author->listAuthor(); ! break; ! case "edit": ! $author->editAuthor($id); ! $author->listAuthor(); ! break; ! case "update": ! case "new": ! $author->saveAuthor($HTTP_POST_VARS); ! default: ! $author->newAuthor(); ! $author->listAuthor(); ! } ! ! } else { ! titlebar("100%","Error! Invalid Privileges"); ! echo "Sorry. You do not have the necessary privilege to view this page.\n"; ! } ! ! slashfoot(); ! ! page_close(); ! ! ?> --- 1,62 ---- ! <?php ! ! /* $Id$ */ ! ! $pagetitle = "Author Administration"; // header title ! $xsiteobject = "Administration"; // Defines The META TAG Page Type ! ! require("../config.php3"); ! page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm")); ! ! /***************************** ! START OF PAGE ! *****************************/ ! ! slashhead($pagetitle,$xsiteobject); ! ! /* DEBUG */ ! ! debug("HTTP_POST_VARS", $HTTP_POST_VARS); ! debug("HTTP_GET_VARS", $HTTP_GET_VARS); ! debug("author_id_ary", $author_id_ary); ! debug("author_name_ary", $author_name_ary); ! debug("real_name_ary", $author_name_ary); ! debug("email", $email); ! debug("quote", $quote); ! debug("password", $password); ! debug("permission", $permission); ! ! /* DEBUG */ ! ! $author = new Author; ! ! if ($perm->have_perm("author")) { ! switch ($submit) { ! ! case "delete": ! $author->deleteAuthor($id, $auth->auth["uid"]); ! $author->newAuthor(); ! $author->listAuthor(); ! break; ! case "edit": ! $author->editAuthor($id); ! $author->listAuthor(); ! break; ! case "update": ! case "new": ! $author->saveAuthor($HTTP_POST_VARS); ! default: ! $author->newAuthor(); ! $author->listAuthor(); ! } ! ! } else { ! titlebar("100%","Error! Invalid Privileges"); ! echo "Sorry. You do not have the necessary privilege to view this page."; ! } ! ! slashfoot(); ! ! page_close(); ! ! ?> Index: commentAdmin.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/commentAdmin.php3,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** commentAdmin.php3 2001/09/21 23:39:17 1.6 --- commentAdmin.php3 2001/12/19 20:00:41 1.7 *************** *** 109,113 **** titlebar("100%", "Error! Invalid Privileges"); ! echo "Sorry. You do not have the necessary privilege to view this page.\n"; } --- 109,113 ---- titlebar("100%", "Error! Invalid Privileges"); ! echo "Sorry. You do not have the necessary privilege to view this page."; } Index: infologAdmin.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/infologAdmin.php3,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** infologAdmin.php3 2001/05/15 22:45:26 1.1 --- infologAdmin.php3 2001/12/19 20:00:41 1.2 *************** *** 46,50 **** } else { titlebar("100%","Error! Invalid Privileges"); ! echo "Sorry. You do not have the necessary privilege to view this page.\n"; } --- 46,50 ---- } else { titlebar("100%","Error! Invalid Privileges"); ! echo "Sorry. You do not have the necessary privilege to view this page."; } Index: sectionAdmin.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/sectionAdmin.php3,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sectionAdmin.php3 2001/05/15 22:45:26 1.1 --- sectionAdmin.php3 2001/12/19 20:00:41 1.2 *************** *** 74,78 **** } else { titlebar("100%","Error! Invalid Privileges"); ! echo "Sorry. You do not have the necessary privilege to view this page.\n"; } --- 74,78 ---- } else { titlebar("100%","Error! Invalid Privileges"); ! echo "Sorry. You do not have the necessary privilege to view this page."; } Index: storyAdmin.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/storyAdmin.php3,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** storyAdmin.php3 2001/10/17 17:11:27 1.3 --- storyAdmin.php3 2001/12/19 20:00:41 1.4 *************** *** 65,69 **** } else { titlebar("100%", "Error! Invalid Privileges"); ! echo "Sorry. You do not have the necessary privilege to view this page.\n"; } --- 65,69 ---- } else { titlebar("100%", "Error! Invalid Privileges"); ! echo "Sorry. You do not have the necessary privilege to view this page."; } Index: topicAdmin.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/topicAdmin.php3,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** topicAdmin.php3 2001/05/15 22:45:26 1.1 --- topicAdmin.php3 2001/12/19 20:00:41 1.2 *************** *** 58,62 **** } else { titlebar("100%","Error! Invalid Privileges"); ! echo "Sorry. You do not have the necessary privilege to view this page.\n"; } --- 58,62 ---- } else { titlebar("100%","Error! Invalid Privileges"); ! echo "Sorry. You do not have the necessary privilege to view this page."; } Index: variableAdmin.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/variableAdmin.php3,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** variableAdmin.php3 2001/05/15 22:45:26 1.1 --- variableAdmin.php3 2001/12/19 20:00:41 1.2 *************** *** 65,69 **** } else { titlebar("100%","Error! Invalid Privileges"); ! echo "Sorry. You do not have the necessary privilege to view this page.\n"; } --- 65,69 ---- } else { titlebar("100%","Error! Invalid Privileges"); ! echo "Sorry. You do not have the necessary privilege to view this page."; } |
From: Lars H. <lh...@us...> - 2001-12-19 20:00:46
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory usw-pr-cvs1:/tmp/cvs-serv31506/phpslash-ft/class Modified Files: MailingList.class functions.inc Log Message: functions.inc - pslgetText spits out HTMLed strings, several files changed to support this feature Index: MailingList.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/MailingList.class,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** MailingList.class 2001/12/14 12:33:39 1.5 --- MailingList.class 2001/12/19 20:00:41 1.6 *************** *** 188,192 **** $this->message = pslgetText("Thank you. You will receive a confirmation email soon to verify your subscription."); } else { ! $this->message = pslgetText("You have been successfully subscribed, but there was a problem sending your confirmation email.<br>You should, however receive your newsletter soon."); } } --- 188,192 ---- $this->message = pslgetText("Thank you. You will receive a confirmation email soon to verify your subscription."); } else { ! $this->message = pslgetText("You have been successfully subscribed, but there was a problem sending your confirmation email. You should, however receive your newsletter soon."); } } *************** *** 226,230 **** $this->message = pslgetText("Thank you. for your subscription to our site. If there is anything we can do to improve our service, please let us know!"); } else { ! $this->message = pslgetText("You've been removed from the mailing list, but there was a problem sending out the <B>final</B> email."); } // end confirmation if } // end 'ok' if --- 226,230 ---- $this->message = pslgetText("Thank you. for your subscription to our site. If there is anything we can do to improve our service, please let us know!"); } else { ! $this->message = pslgetText("You've been removed from the mailing list, but there was a problem sending out the final email."); } // end confirmation if } // end 'ok' if Index: functions.inc =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/functions.inc,v retrieving revision 1.85 retrieving revision 1.86 diff -C2 -d -r1.85 -r1.86 *** functions.inc 2001/12/14 14:14:23 1.85 --- functions.inc 2001/12/19 20:00:41 1.86 *************** *** 817,821 **** } if( $pslstrings[$string]) { ! $string = $pslstrings[$string]; } elseif (($_PSL[debug]) AND ($pslstrings)) { $string = message( $string, "messageStrike"); --- 817,821 ---- } if( $pslstrings[$string]) { ! $string = htmlentities($pslstrings[$string]); } elseif (($_PSL[debug]) AND ($pslstrings)) { $string = message( $string, "messageStrike"); |
From: Lars H. <lh...@us...> - 2001-12-19 20:00:46
|
Update of /cvsroot/phpslash/phpslash-ft/class/locale In directory usw-pr-cvs1:/tmp/cvs-serv31506/phpslash-ft/class/locale Modified Files: de.php3 fr.php3 en.php3 no.php3 Log Message: functions.inc - pslgetText spits out HTMLed strings, several files changed to support this feature Index: de.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/locale/de.php3,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** de.php3 2001/12/14 17:59:46 1.5 --- de.php3 2001/12/19 20:00:41 1.6 *************** *** 3,6 **** --- 3,9 ---- * de (German) Language file for PHPSlash * translations named using POSIX locale conventions ( en, es, de, etc) + * + * Please don't use HTML code here! + * Bitte keinen HTML Code verwenden! */ $pslstrings = array( *************** *** 23,27 **** "You didn't supply a good submit value" => ! "Du hast keinen gültigen Wert eingegeben", // commentShow.php3 --- 26,30 ---- "You didn't supply a good submit value" => ! "Du hast keinen gültigen Wert eingegeben", // commentShow.php3 *************** *** 32,36 **** "Add Story" => ! "Nachricht hinzufügen", "Archives" => --- 35,39 ---- "Add Story" => ! "Nachricht hinzufügen", "Archives" => *************** *** 41,45 **** "About" => ! "Über uns", "Topic" => --- 44,48 ---- "About" => ! "Über uns", "Topic" => *************** *** 114,121 **** // submisson.php3 "Thanks for this submission. We have it and will set our fearless editorial staff upon it right this second." => ! "Danke für diesen Beitrag. Wir haben ihn erhalten und werden ihn uns gleich ansehen.", "Something broke, I'm not sure what though??" => ! "Es ist ein Fehler aufgetreten, ich weiß nicht woran es genau liegt?!", "New Submission" => --- 117,124 ---- // submisson.php3 "Thanks for this submission. We have it and will set our fearless editorial staff upon it right this second." => ! "Danke für diesen Beitrag. Wir haben ihn erhalten und werden ihn uns gleich ansehen.", "Something broke, I'm not sure what though??" => ! "Es ist ein Fehler aufgetreten, ich weiß nicht woran es genau liegt?!", "New Submission" => *************** *** 126,133 **** // authorAdmin "Error! Invalid Privileges" => ! "Fehler! Ungültige Privilegien", ! "Sorry. You do not have the necessary privilege to view this page.\n" => ! "Leider hast Du nicht die notwendigen Privilegien um diese Seite aufzurufen.\n", // blockadmin.php3 --- 129,136 ---- // authorAdmin "Error! Invalid Privileges" => ! "Fehler! Ungültige Privilegien", ! "Sorry. You do not have the necessary privilege to view this page." => ! "Leider hast Du nicht die notwendigen Privilegien um diese Seite aufzurufen.", // blockadmin.php3 *************** *** 156,160 **** "March" => ! "März", "April" => --- 159,163 ---- "March" => ! "März", "April" => *************** *** 207,211 **** "Bulk Delete" => ! "Alles löschen", "Show Pending" => --- 210,214 ---- "Bulk Delete" => ! "Alles löschen", "Show Pending" => *************** *** 214,218 **** // Glossary.class "Add a new Term" => ! "Neuen Begriff hinzufügen", // Infolog.class --- 217,221 ---- // Glossary.class "Add a new Term" => ! "Neuen Begriff hinzufügen", // Infolog.class *************** *** 222,226 **** "You need to enter an email address" => ! "Du mußt eine E-Mail Adresse eingeben", "There was an error inserting your subscription information into the database." => --- 225,229 ---- "You need to enter an email address" => ! "Du mußt eine E-Mail Adresse eingeben", "There was an error inserting your subscription information into the database." => *************** *** 232,239 **** "Thank you. You will receive a confirmation email soon to verify your subscription." => ! "Danke! Du wirst in Kürze eine Bestätigung per E-Mail erhalten. Du mußt den Empfang dann bestätigen.", ! "You have been successfully subscribed, but there was a problem sending your confirmation email.<br>You should, however receive your newsletter soon." => ! "Du hast die Mailingliste erfolgreich abonniert, aber es konnte keine Bestätigung per E-Mail versendet werden.", "The email address '%s' is not found" => --- 235,242 ---- "Thank you. You will receive a confirmation email soon to verify your subscription." => ! "Danke! Du wirst in Kürze eine Bestätigung per E-Mail erhalten. Du mußt den Empfang dann bestätigen.", ! "You have been successfully subscribed, but there was a problem sending your confirmation email. You should, however receive your newsletter soon." => ! "Du hast die Mailingliste erfolgreich abonniert, aber es konnte keine Bestätigung per E-Mail versendet werden.", "The email address '%s' is not found" => *************** *** 247,254 **** "Thank you. for your subscription to our site. If there is anything we can do to improve our service, please let us know!" => ! "Danke für Dein Interesse an unserer Website. Wenn wir etwas tun können um den Service zu verbessern, schreib uns bitte.", ! "You've been removed from the mailing list, but there was a problem sending out the <B>final</B> email." => ! "Du wurdest von der Mailingliste entfernt, aber es trat beim Senden der Bestätigung ein Problem auf.", "Unsubscribing all Mailing List Members" => --- 250,257 ---- "Thank you. for your subscription to our site. If there is anything we can do to improve our service, please let us know!" => ! "Danke für Dein Interesse an unserer Website. Wenn wir etwas tun können um den Service zu verbessern, schreib uns bitte.", ! "You've been removed from the mailing list, but there was a problem sending out the final email." => ! "Du wurdest von der Mailingliste entfernt, aber es trat beim Senden der Bestätigung ein Problem auf.", "Unsubscribing all Mailing List Members" => *************** *** 282,289 **** "Your vote hasn't been registered because there was no remote address: %s" => ! "Deine Abstimmung kann nicht berücksichtigt werden, weil Deine Rechneradresse unbekannt ist: %s", "Your vote hasn't been registered because you (or someone from your computer) has already voted." => ! "Deine Abstimmung kann nicht berücksichtigt werden, weil Du (oder jemand mit der gleichen IP Adresse) schon abgestimmt hat.", --- 285,292 ---- "Your vote hasn't been registered because there was no remote address: %s" => ! "Deine Abstimmung kann nicht berücksichtigt werden, weil Deine Rechneradresse unbekannt ist: %s", "Your vote hasn't been registered because you (or someone from your computer) has already voted." => ! "Deine Abstimmung kann nicht berücksichtigt werden, weil Du (oder jemand mit der gleichen IP Adresse) schon abgestimmt hat.", *************** *** 300,304 **** "Also filed under" => ! "Außerdem eingetragen unter", "comments" => --- 303,307 ---- "Also filed under" => ! "Außerdem eingetragen unter", "comments" => Index: fr.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/locale/fr.php3,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fr.php3 2001/10/04 15:06:49 1.1 --- fr.php3 2001/12/19 20:00:41 1.2 *************** *** 3,6 **** --- 3,8 ---- * fr ( french ) Language file for PHPSlash * translations named using POSIX locale conventions ( en, es, de, etc) + * + * Please don't use HTML code here! */ $pslstrings = array( *************** *** 128,133 **** "Erreur! Il y a un probleme de privileges", ! "Sorry. You do not have the necessary privilege to view this page.\n" => ! "Désolé, il faut avoir plus de privileges pour pouvoir acceder a cette page.\n", // blockadmin.php3 --- 130,135 ---- "Erreur! Il y a un probleme de privileges", ! "Sorry. You do not have the necessary privilege to view this page." => ! "Désolé, il faut avoir plus de privileges pour pouvoir acceder a cette page.", // blockadmin.php3 *************** *** 234,239 **** "Merci, vous allez recevoir un courrier de confirmation.", ! "You have been successfully subscribed, but there was a problem sending your confirmation email.<br>You should, however receive your newsletter soon." => ! "Vous avez ete inscrit avec succes, mais l'envoi de la confirmation a posé des problemes.<br>Cela ne devrait pas empecher les titres de vous parvenir.", "The email address '%s' is not found" => --- 236,241 ---- "Merci, vous allez recevoir un courrier de confirmation.", ! "You have been successfully subscribed, but there was a problem sending your confirmation email. You should, however receive your newsletter soon." => ! "Vous avez ete inscrit avec succes, mais l'envoi de la confirmation a posé des problemes. Cela ne devrait pas empecher les titres de vous parvenir.", "The email address '%s' is not found" => *************** *** 249,254 **** "Merci de vous inscrire a notre site. N'hesitez pas a envoyer vos suggestions si vous pensez que nos services peuvent etre améliorés.", ! "You've been removed from the mailing list, but there was a problem sending out the <B>final</B> email." => ! "Vous avez été supprimé de la mailing liste mais il s'est produit un probleme lors de l'envoi de l'email <B>final</B>.", "Unsubscribing all Mailing List Members" => --- 251,256 ---- "Merci de vous inscrire a notre site. N'hesitez pas a envoyer vos suggestions si vous pensez que nos services peuvent etre améliorés.", ! "You've been removed from the mailing list, but there was a problem sending out the final email." => ! "Vous avez été supprimé de la mailing liste mais il s'est produit un probleme lors de l'envoi de l'email final.", "Unsubscribing all Mailing List Members" => Index: en.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/locale/en.php3,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** en.php3 2001/12/10 17:27:39 1.4 --- en.php3 2001/12/19 20:00:41 1.5 *************** *** 3,6 **** --- 3,8 ---- * en ( English) Language file for PHPSlash * translations named using POSIX locale conventions ( en, es, de, etc) + * + * Please don't use HTML code here! */ $pslstrings = array( *************** *** 128,133 **** "Error! Invalid Privileges", ! "Sorry. You do not have the necessary privilege to view this page.\n" => ! "Sorry. You do not have the necessary privilege to view this page.\n", // blockadmin.php3 --- 130,135 ---- "Error! Invalid Privileges", ! "Sorry. You do not have the necessary privilege to view this page." => ! "Sorry. You do not have the necessary privilege to view this page.", // blockadmin.php3 *************** *** 234,239 **** "Thank you. You will receive a confirmation email soon to verify your subscription.", ! "You have been successfully subscribed, but there was a problem sending your confirmation email.<br>You should, however receive your newsletter soon." => ! "You have been successfully subscribed, but there was a problem sending your confirmation email.<br>You should, however receive your newsletter soon.", "The email address '%s' is not found" => --- 236,241 ---- "Thank you. You will receive a confirmation email soon to verify your subscription.", ! "You have been successfully subscribed, but there was a problem sending your confirmation email. You should, however receive your newsletter soon." => ! "You have been successfully subscribed, but there was a problem sending your confirmation email. You should, however receive your newsletter soon.", "The email address '%s' is not found" => *************** *** 249,254 **** "Thank you. for your subscription to our site. If there is anything we can do to improve our service, please let us know!", ! "You've been removed from the mailing list, but there was a problem sending out the <B>final</B> email." => ! "You've been removed from the mailing list, but there was a problem sending out the <B>final</B> email.", "Unsubscribing all Mailing List Members" => --- 251,256 ---- "Thank you. for your subscription to our site. If there is anything we can do to improve our service, please let us know!", ! "You've been removed from the mailing list, but there was a problem sending out the final email." => ! "You've been removed from the mailing list, but there was a problem sending out the final email.", "Unsubscribing all Mailing List Members" => Index: no.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/locale/no.php3,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** no.php3 2001/12/10 17:27:40 1.2 --- no.php3 2001/12/19 20:00:41 1.3 *************** *** 3,6 **** --- 3,8 ---- * no ( Norwegian) Language file for PHPSlash * translations named using POSIX locale conventions ( en, es, de, etc) + * + * Please don't use HTML code here! */ $pslstrings = array( *************** *** 128,133 **** "Feil! Ugyldig Privilegie", ! "Sorry. You do not have the necessary privilege to view this page.\n" => ! "Beklager. Du har ikke de nødvendige tilgangene til å se denne siden.\n", // blockadmin.php3 --- 130,135 ---- "Feil! Ugyldig Privilegie", ! "Sorry. You do not have the necessary privilege to view this page." => ! "Beklager. Du har ikke de nødvendige tilgangene til å se denne siden.", // blockadmin.php3 *************** *** 234,239 **** "Takk! Du vil motta en bekreftende e-post snart for å verifisere abonnementet ditt.", ! "You have been successfully subscribed, but there was a problem sending your confirmation email.<br>You should, however receive your newsletter soon." => ! "Du er nå en abonnent, men det oppsto en feil ved sending av bekreftelsen.<br>Du bør, dog, motta nyhetsbrevet snart.", "The email address '%s' is not found" => --- 236,241 ---- "Takk! Du vil motta en bekreftende e-post snart for å verifisere abonnementet ditt.", ! "You have been successfully subscribed, but there was a problem sending your confirmation email. You should, however receive your newsletter soon." => ! "Du er nå en abonnent, men det oppsto en feil ved sending av bekreftelsen. Du bør, dog, motta nyhetsbrevet snart.", "The email address '%s' is not found" => *************** *** 249,254 **** "Takk for at du abonnerer på vårt nyhetsbrev. Hvis det er noe vi kan gjøre for å forbedre servicen vår håper vi å få beskjed!", ! "You've been removed from the mailing list, but there was a problem sending out the <B>final</B> email." => ! "Du har blitt fjernet fra e-postlisten, men det oppsto et problem med å sende ut den <B>endelige</B> e-posten.", "Unsubscribing all Mailing List Members" => --- 251,256 ---- "Takk for at du abonnerer på vårt nyhetsbrev. Hvis det er noe vi kan gjøre for å forbedre servicen vår håper vi å få beskjed!", ! "You've been removed from the mailing list, but there was a problem sending out the final email." => ! "Du har blitt fjernet fra e-postlisten, men det oppsto et problem med å sende ut den endelige e-posten.", "Unsubscribing all Mailing List Members" => |
From: Lars H. <lh...@us...> - 2001-12-19 18:55:27
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv12282/phpslash-ft Modified Files: CHANGES Log Message: Poll.class - deleted global Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.356 retrieving revision 1.357 diff -C2 -d -r1.356 -r1.357 *** CHANGES 2001/12/18 19:58:40 1.356 --- CHANGES 2001/12/19 18:55:23 1.357 *************** *** 13,16 **** --- 13,20 ---- 9 - Removal of something (kill -9 :) + 2001-Dec-19 8:00PM MET Lars Heuer <he...@qu...> + [B] - Poll.class + Deleted unnecessary global $PHPSELF + 2001-Dec-18 9:00PM MET Lars Heuer <he...@qu...> [B] - NavBar.class |
From: Lars H. <lh...@us...> - 2001-12-19 18:55:27
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory usw-pr-cvs1:/tmp/cvs-serv12282/phpslash-ft/class Modified Files: Poll.class Log Message: Poll.class - deleted global Index: Poll.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Poll.class,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Poll.class 2001/11/09 16:59:10 1.11 --- Poll.class 2001/12/19 18:55:22 1.12 *************** *** 21,25 **** */ function Poll () { ! global $PHP_SELF,$_PSL, $perm; /* --- 21,25 ---- */ function Poll () { ! global $_PSL, $perm; /* *************** *** 199,203 **** $this->templ->p(FORM); ! }; ## end if!! } --- 199,203 ---- $this->templ->p(FORM); ! } ## end if!! } *************** *** 248,252 **** $this->message = "Sorry, I couldn't find your poll when trying to update.\n"; return false; ! }; } else { --- 248,252 ---- $this->message = "Sorry, I couldn't find your poll when trying to update.\n"; return false; ! } } else { *************** *** 325,329 **** $this->db->query($q); $msg .= "Choice $x, "$answer", was <em>inserted</em><br>\n"; ! }; } } --- 325,329 ---- $this->db->query($q); $msg .= "Choice $x, "$answer", was <em>inserted</em><br>\n"; ! } } } *************** *** 582,586 **** if (!$this->db->next_record()) { $this->templ->set_var("morelink",""); ! }; if (!$this->perm->have_perm("poll")) { $this->templ->set_var("newpollbutton",""); --- 582,586 ---- if (!$this->db->next_record()) { $this->templ->set_var("morelink",""); ! } if (!$this->perm->have_perm("poll")) { $this->templ->set_var("newpollbutton",""); *************** *** 635,639 **** )); $this->templ->parse(choices, each_choice, true); ! }; $this->templ->parse(FORM, displaypoll); return $this->templ->get(FORM); --- 635,639 ---- )); $this->templ->parse(choices, each_choice, true); ! } $this->templ->parse(FORM, displaypoll); return $this->templ->get(FORM); |
From: Lars H. <lh...@us...> - 2001-12-18 19:58:43
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv29211/phpslash-ft Modified Files: CHANGES Log Message: NavBar.class - Fixed missing ? behind rooturl Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.355 retrieving revision 1.356 diff -C2 -d -r1.355 -r1.356 *** CHANGES 2001/12/18 19:29:56 1.355 --- CHANGES 2001/12/18 19:58:40 1.356 *************** *** 13,16 **** --- 13,20 ---- 9 - Removal of something (kill -9 :) + 2001-Dec-18 9:00PM MET Lars Heuer <he...@qu...> + [B] - NavBar.class + Fixed missing questionmark behind rooturl + 2001-Dec-18 8:00PM MET Lars Heuer <he...@qu...> [B] - NavBar.class |
From: Lars H. <lh...@us...> - 2001-12-18 19:58:42
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory usw-pr-cvs1:/tmp/cvs-serv29211/phpslash-ft/class Modified Files: NavBar.class Log Message: NavBar.class - Fixed missing ? behind rooturl Index: NavBar.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/NavBar.class,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** NavBar.class 2001/12/18 19:29:56 1.6 --- NavBar.class 2001/12/18 19:58:39 1.7 *************** *** 83,87 **** if($this->psl[show_admin_on_navbar]) { if ($auth->is_authenticated() and $auth->auth["uid"] != "nobody" and is_object($perm)) { ! $this->parse("Logout " . $auth->auth["uname"], "".$this->psl[rooturl]."login.php3?logout=yes"); } else { $this->parse("Login", "".$this->psl[rooturl]."/index.php3?login=yes"); --- 83,87 ---- if($this->psl[show_admin_on_navbar]) { if ($auth->is_authenticated() and $auth->auth["uid"] != "nobody" and is_object($perm)) { ! $this->parse("Logout " . $auth->auth["uname"], "".$this->psl[rooturl]."/login.php3?logout=yes"); } else { $this->parse("Login", "".$this->psl[rooturl]."/index.php3?login=yes"); |
From: Lars H. <lh...@us...> - 2001-12-18 19:30:00
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory usw-pr-cvs1:/tmp/cvs-serv21124/phpslash-ft/class Modified Files: NavBar.class Log Message: NavBar.class - reduced global vars Index: NavBar.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/NavBar.class,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** NavBar.class 2001/07/15 20:43:33 1.5 --- NavBar.class 2001/12/18 19:29:56 1.6 *************** *** 15,19 **** class NavBar { ! var $templ, $self, $rootdir; /* --- 15,19 ---- class NavBar { ! var $templ; /* *************** *** 55,62 **** function getNavBar ($tpl="", $menu_ary="") { ! global $rootdir, $templatedir, $admindir; ! global $pagetitle; ! global $use_glossary,$show_admin_on_navbar,$use_mailinglist; ! global $auth,$perm,$PHP_SELF; $default_template = "navbar"; --- 55,59 ---- function getNavBar ($tpl="", $menu_ary="") { ! global $auth, $perm; $default_template = "navbar"; *************** *** 86,92 **** if($this->psl[show_admin_on_navbar]) { if ($auth->is_authenticated() and $auth->auth["uid"] != "nobody" and is_object($perm)) { ! $this->parse("Logout " . $auth->auth["uname"], "$rootdir/login.php3?logout=yes"); } else { ! $this->parse("Login", "$rootdir/index.php3?login=yes"); } } --- 83,89 ---- if($this->psl[show_admin_on_navbar]) { if ($auth->is_authenticated() and $auth->auth["uid"] != "nobody" and is_object($perm)) { ! $this->parse("Logout " . $auth->auth["uname"], "".$this->psl[rooturl]."login.php3?logout=yes"); } else { ! $this->parse("Login", "".$this->psl[rooturl]."/index.php3?login=yes"); } } |
From: Lars H. <lh...@us...> - 2001-12-18 19:30:00
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv21124/phpslash-ft Modified Files: CHANGES Log Message: NavBar.class - reduced global vars Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.354 retrieving revision 1.355 diff -C2 -d -r1.354 -r1.355 *** CHANGES 2001/12/17 22:45:02 1.354 --- CHANGES 2001/12/18 19:29:56 1.355 *************** *** 13,16 **** --- 13,20 ---- 9 - Removal of something (kill -9 :) + 2001-Dec-18 8:00PM MET Lars Heuer <he...@qu...> + [B] - NavBar.class + Reduced global vars + 2001-Dec-17 4:45PM CST Joe Stewart <jo...@be...> [T] - authorNew.tpl - perms now checkboxes. Might be a little clearer. |
From: Joe S. <joe...@us...> - 2001-12-17 22:45:06
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv2757/phpslash-ft Modified Files: CHANGES Log Message: perms changed to checkbox in authorNew.tpl Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.353 retrieving revision 1.354 diff -C2 -d -r1.353 -r1.354 *** CHANGES 2001/12/17 22:42:36 1.353 --- CHANGES 2001/12/17 22:45:02 1.354 *************** *** 13,16 **** --- 13,19 ---- 9 - Removal of something (kill -9 :) + 2001-Dec-17 4:45PM CST Joe Stewart <jo...@be...> + [T] - authorNew.tpl - perms now checkboxes. Might be a little clearer. + 2001-Dec-17 4:40PM CST Joe Stewart <jo...@be...> [F] - slashPerm.class - new function getPerms just returns and array of |
From: Joe S. <joe...@us...> - 2001-12-17 22:45:06
|
Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default In directory usw-pr-cvs1:/tmp/cvs-serv2757/phpslash-ft/public_html/templates/en/default Modified Files: authorNew.tpl Log Message: perms changed to checkbox in authorNew.tpl Index: authorNew.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/authorNew.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** authorNew.tpl 2001/12/17 22:42:37 1.7 --- authorNew.tpl 2001/12/17 22:45:02 1.8 *************** *** 31,44 **** </TR> <TR> ! <TD><B>Security</B><FONT COLOR=RED>*</FONT></TD> ! <TD> ! <select size=5 multiple name="permission[]"> <!-- BEGIN perm_row --> ! <option>{PERM}</option> <!-- END perm_row --> <!-- BEGIN permhave_row --> ! <option selected="selected">{PERM}</option> <!-- END permhave_row --> - </select> </TD </TR> --- 31,42 ---- </TR> <TR> ! <TD valign=top><B>Security</B><FONT COLOR=RED>*</FONT></TD> ! <TD valign=top> <!-- BEGIN perm_row --> ! <input name="permission[]" value="{PERM}" type=checkbox>{PERM}<br /> <!-- END perm_row --> <!-- BEGIN permhave_row --> ! <input name="permission[]" value="{PERM}" type=checkbox checked="checked">{PERM}<br /> <!-- END permhave_row --> </TD </TR> |
From: Joe S. <joe...@us...> - 2001-12-17 22:42:40
|
Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default In directory usw-pr-cvs1:/tmp/cvs-serv1899/phpslash-ft/public_html/templates/en/default Modified Files: authorNew.tpl Log Message: perms html formatted in authorNew.tpl Index: authorNew.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/authorNew.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** authorNew.tpl 2001/08/31 19:20:23 1.6 --- authorNew.tpl 2001/12/17 22:42:37 1.7 *************** *** 32,36 **** <TR> <TD><B>Security</B><FONT COLOR=RED>*</FONT></TD> ! <TD>{PERMSEL}</TD </TR> </TABLE> --- 32,45 ---- <TR> <TD><B>Security</B><FONT COLOR=RED>*</FONT></TD> ! <TD> ! <select size=5 multiple name="permission[]"> ! <!-- BEGIN perm_row --> ! <option>{PERM}</option> ! <!-- END perm_row --> ! <!-- BEGIN permhave_row --> ! <option selected="selected">{PERM}</option> ! <!-- END permhave_row --> ! </select> ! </TD </TR> </TABLE> |