rcogley | 1 Feb 2004 02:05

tiki/lang/ja language.php,1.3.2.1,1.3.2.2

Update of /cvsroot/tikiwiki/tiki/lang/ja
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20094

Modified Files:
      Tag: BRANCH-1-8
	language.php 
Log Message:

RickCogley: commit japanese language translation for 1.8 cvs. Wiki, MyTiki partial. 

Index: language.php
===================================================================
RCS file: /cvsroot/tikiwiki/tiki/lang/ja/language.php,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -d -r1.3.2.1 -r1.3.2.2
--- language.php	31 Jan 2004 06:24:35 -0000	1.3.2.1
+++ language.php	1 Feb 2004 01:05:37 -0000	1.3.2.2
 <at>  <at>  -40,139 +40,6  <at>  <at> 

 
 $lang=Array(
-// ### Start of unused words
-// ### Please remove manually!
-// ### N.B. Legitimate strings may be marked// ### as unused!
-// ### Please see http://tikiwiki.org/tiki-index.php?page=UnusedWords for furhter info.
-"categorize" => "カテゴリ",
-"Set prefs" => "Set prefs",
-"creation date" => "作成日時",
-"last modification time" => "最終変更日時",
(Continue reading)

btodoroff | 1 Feb 2004 04:50

tiki/templates/styles/musus tiki-admin-include-anchors.tpl,1.2,1.3

Update of /cvsroot/tikiwiki/tiki/templates/styles/musus
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31789

Modified Files:
	tiki-admin-include-anchors.tpl 
Log Message:
Yet another tikicon page

Index: tiki-admin-include-anchors.tpl
===================================================================
RCS file: /cvsroot/tikiwiki/tiki/templates/styles/musus/tiki-admin-include-anchors.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tiki-admin-include-anchors.tpl	13 Jan 2004 19:14:30 -0000	1.2
+++ tiki-admin-include-anchors.tpl	1 Feb 2004 03:50:43 -0000	1.3
 <at>  <at>  -1,17 +1,17  <at>  <at> 
-<a href="tiki-admin.php?page=features" title="{tr}Features{/tr}"><img
src="img/icons/admin_features.png" alt="{tr}Features{/tr}" /></a>
-<a href="tiki-admin.php?page=general" title="{tr}General{/tr}"><img
src="img/icons/admin_general.png" alt="{tr}General{/tr}" /></a>
-<a href="tiki-admin.php?page=login" title="{tr}Login{/tr}"><img
src="img/icons/admin_login.png" alt="{tr}Login{/tr}" /></a>
-<a href="tiki-admin.php?page=wiki" title="{tr}Wiki{/tr}"><img src="img/icons/admin_wiki.png"
alt="{tr}Wiki{/tr}" /></a>
-<a href="tiki-admin.php?page=gal" title="{tr}Image Galleries{/tr}"><img
src="img/icons/admin_imagegal.png" alt="{tr}Image Galleries{/tr}" /></a>
-<a href="tiki-admin.php?page=fgal" title="{tr}File Galleries{/tr}"><img
src="img/icons/admin_filegal.png" alt="{tr}File Galleries{/tr}" /></a>
-<a href="tiki-admin.php?page=blogs" title="{tr}Blogs{/tr}"><img
(Continue reading)

ggeller | 1 Feb 2004 06:22

tiki/templates tiki-hw_student_assignment.tpl,NONE,1.1

Update of /cvsroot/tikiwiki/tiki/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9105/templates

Added Files:
	tiki-hw_student_assignment.tpl 
Log Message:
View details of one assignment.

--- NEW FILE: tiki-hw_student_assignment.tpl ---
{**}
{* George G. Geller *}
{* January 31, 2004 *}
{* Adapted from tiki-read_article.php *}

<div class="articletitle">
  <span class="titlea">{$title}</span><br />
  <span style="color: rgb(0, 0, 255);">
    {tr}Due Date:{/tr} {$dueDate|tiki_long_datetime}
  </span>
</div>

<div class="articleheading">
  <table  cellpadding="0" cellspacing="0">
    <tr>
      <td  valign="top">
        <div class="articleheadingtext">{$parsed_heading}</div>
      </td>
    </tr>
  </table>
</div>
(Continue reading)

ggeller | 1 Feb 2004 06:22

tiki tiki-hw_student_assignment.php,NONE,1.1

Update of /cvsroot/tikiwiki/tiki
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9105

Added Files:
	tiki-hw_student_assignment.php 
Log Message:
View details of one assignment.

--- NEW FILE: tiki-hw_student_assignment.php ---
<?php

// Copyright (c) 2004 George G. Geller
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.

// Data:
//   $assignmentId(ro) - passed in in _REQUEST, index for hw_assignment table
//   $assignmentData(ro) - row from the hw_assignment table example:
// $assignment_data = Array
//  articleId=>2
//  title=>flowers of the world
//  state=>s
//  authorName=>bnuz
//  topicId=>0
//  topicName=>
//  size=>174
//  useImage=>n
//  image_name=>
//  image_type=>
(Continue reading)

mose | 1 Feb 2004 08:16

tiki/lib/webmail webmaillib.php,1.8,1.8.2.1

Update of /cvsroot/tikiwiki/tiki/lib/webmail
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7299/lib/webmail

Modified Files:
      Tag: BRANCH-1-8
	webmaillib.php 
Log Message:
adodb abstract compliance

Index: webmaillib.php
===================================================================
RCS file: /cvsroot/tikiwiki/tiki/lib/webmail/webmaillib.php,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -d -r1.8 -r1.8.2.1
--- webmaillib.php	16 Oct 2003 21:37:42 -0000	1.8
+++ webmaillib.php	1 Feb 2004 07:16:56 -0000	1.8.2.1
 <at>  <at>  -23,7 +23,7  <at>  <at> 
 		$cant = $this->getOne($query_cant, $bindvars);
 		$ret = array();

-		while ($res = $result->fetchRow(DB_FETCHMODE_ASSOC)) {
+		while ($res = $result->fetchRow()) {
 			$ret[] = $res;
 		}
 		$retval = array();
 <at>  <at>  -59,7 +59,7  <at>  <at> 
 		$cant = $this->getOne($query_cant,$bindvars);
 		$ret = array();

(Continue reading)

mose | 1 Feb 2004 08:17

tiki/lib/webmail webmaillib.php,1.8,1.9

Update of /cvsroot/tikiwiki/tiki/lib/webmail
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7990/lib/webmail

Modified Files:
	webmaillib.php 
Log Message:
Instant-Auto-Merge from BRANCH to HEAD

Index: webmaillib.php
===================================================================
RCS file: /cvsroot/tikiwiki/tiki/lib/webmail/webmaillib.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- webmaillib.php	16 Oct 2003 21:37:42 -0000	1.8
+++ webmaillib.php	1 Feb 2004 07:17:52 -0000	1.9
 <at>  <at>  -23,7 +23,7  <at>  <at> 
 		$cant = $this->getOne($query_cant, $bindvars);
 		$ret = array();

-		while ($res = $result->fetchRow(DB_FETCHMODE_ASSOC)) {
+		while ($res = $result->fetchRow()) {
 			$ret[] = $res;
 		}
 		$retval = array();
 <at>  <at>  -59,7 +59,7  <at>  <at> 
 		$cant = $this->getOne($query_cant,$bindvars);
 		$ret = array();

-		while ($res = $result->fetchRow(DB_FETCHMODE_ASSOC)) {
(Continue reading)

rcogley | 1 Feb 2004 10:01

tiki/lang/ja language.php,1.3.2.2,1.3.2.3

Update of /cvsroot/tikiwiki/tiki/lang/ja
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28539

Modified Files:
      Tag: BRANCH-1-8
	language.php 
Log Message:

Rick Cogley: Japanese lang changes to 1.8 branch. Mostly MyTiki. 

Index: language.php
===================================================================
RCS file: /cvsroot/tikiwiki/tiki/lang/ja/language.php,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -u -d -r1.3.2.2 -r1.3.2.3
--- language.php	1 Feb 2004 01:05:37 -0000	1.3.2.2
+++ language.php	1 Feb 2004 09:01:31 -0000	1.3.2.3
 <at>  <at>  -275,7 +275,7  <at>  <at> 
 // "Publisher" => "Publisher",
 // "Editor" => "Editor",
 // "Webmaster" => "Webmaster",
-// "Search settings" => "Search settings",
+"Search settings" => "検索の設定",
 // "Settings for searching content" => "Settings for searching content",
 // "Search refresh rate" => "Search refresh rate",
 // "Minimum length of search word" => "Minimum length of search word",
 <at>  <at>  -1266,7 +1266,7  <at>  <at> 
 "Cc" => "Cc",
 "Admin structures" => "ストラクチャーを管理",
(Continue reading)

sylvieg | 1 Feb 2004 13:56

tiki/templates tiki-assignpermission.tpl,1.37.4.1,1.37.4.2

Update of /cvsroot/tikiwiki/tiki/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10163/templates

Modified Files:
      Tag: BRANCH-1-8
	tiki-assignpermission.tpl 
Log Message:
{tr} missing

Index: tiki-assignpermission.tpl
===================================================================
RCS file: /cvsroot/tikiwiki/tiki/templates/tiki-assignpermission.tpl,v
retrieving revision 1.37.4.1
retrieving revision 1.37.4.2
diff -u -d -r1.37.4.1 -r1.37.4.2
--- tiki-assignpermission.tpl	5 Jan 2004 14:56:05 -0000	1.37.4.1
+++ tiki-assignpermission.tpl	1 Feb 2004 12:56:06 -0000	1.37.4.2
 <at>  <at>  -14,7 +14,7  <at>  <at> 
 {/if}

 <br/><br/>
-<a href="tiki-admingroups.php" class="link">Back to groups</a><br/>
+<a href="tiki-admingroups.php" class="link">{tr}Back to groups{/tr}</a><br/>
 <h3>{tr}Group Information{/tr}</h3>
 <table class="normal">
 <tr><td class="even">{tr}Name{/tr}:</td><td class="odd">{$group_info.groupName}</td></tr>

-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
(Continue reading)

mose | 1 Feb 2004 19:20

tiki/templates tiki-adminusers.tpl,1.40,1.41

Update of /cvsroot/tikiwiki/tiki/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv704/templates

Modified Files:
	tiki-adminusers.tpl 
Log Message:
fixed the display of user form

Index: tiki-adminusers.tpl
===================================================================
RCS file: /cvsroot/tikiwiki/tiki/templates/tiki-adminusers.tpl,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- tiki-adminusers.tpl	30 Jan 2004 08:49:21 -0000	1.40
+++ tiki-adminusers.tpl	1 Feb 2004 18:20:27 -0000	1.41
 <at>  <at>  -39,7 +39,7  <at>  <at> 
 {* ---------------------- tab with list -------------------- *}
 <div id="content{cycle name=content}" class="content">
 <h2>{tr}Users{/tr}</h2>
-<div align="center">
+
 <form method="get" action="tiki-adminusers.php">
 <table class="findtable"><tr>
 <td>{tr}Find{/tr}</td>

-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
(Continue reading)

musus | 1 Feb 2004 19:36

tiki/templates tiki-webmail.tpl,1.18,1.19

Update of /cvsroot/tikiwiki/tiki/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13786/templates

Modified Files:
	tiki-webmail.tpl 
Log Message:
moved formcolor class from cells to rows for rows where applicable & eliminated unnecessary cell classes,
also replaced header cells with th
all WAI-508

Index: tiki-webmail.tpl
===================================================================
RCS file: /cvsroot/tikiwiki/tiki/templates/tiki-webmail.tpl,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- tiki-webmail.tpl	1 Jan 2004 15:12:20 -0000	1.18
+++ tiki-webmail.tpl	1 Feb 2004 18:36:12 -0000	1.19
 <at>  <at>  -2,12 +2,12  <at>  <at> 

 {if $feature_help eq 'y'}
 <a href="http://tikiwiki.org/tiki-index.php?page=WebmailDoc" target="tikihelp"
class="tikihelp" title="{tr}Tikiwiki.org help{/tr}: {tr}Webmail Doc{/tr}">
-<img border='0' src='img/icons/help.gif' alt='{tr}help{/tr}' /></a>
+<img border="0" src="img/icons/help.gif" alt="{tr}help{/tr}" /></a>
 {/if}

 {if $feature_view_tpl eq 'y'}
 <a href="tiki-edit_templates.php?template=templates/tiki-webmail.tpl" target="tikihelp"
class="tikihelp" title="{tr}View tpl{/tr}: {tr}Webmail Doc tpl{/tr}">
(Continue reading)


Gmane