mose | 1 Dec 2006 07:57
Picon

tiki/pics/icons cross_admin.png,NONE,1.1

Update of /cvsroot/tikiwiki/tiki/pics/icons
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24654/pics/icons

Added Files:
	cross_admin.png 
Log Message:
[FIX] contacts: missing icon

--- NEW FILE: cross_admin.png ---
(This appears to be a binary file; contents omitted.)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
mose | 1 Dec 2006 07:59
Picon

tiki/lib/ical - New directory

Update of /cvsroot/tikiwiki/tiki/lib/ical
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25490/lib/ical

Log Message:
Directory /cvsroot/tikiwiki/tiki/lib/ical added to the repository

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
mose | 1 Dec 2006 08:00
Picon

tiki/lib/ical/iCal - New directory

Update of /cvsroot/tikiwiki/tiki/lib/ical/iCal
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25955/lib/ical/iCal

Log Message:
Directory /cvsroot/tikiwiki/tiki/lib/ical/iCal added to the repository

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
mose | 1 Dec 2006 08:01
Picon

tiki/lib/ical/iCal/Parser - New directory

Update of /cvsroot/tikiwiki/tiki/lib/ical/iCal/Parser
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26371/lib/ical/iCal/Parser

Log Message:
Directory /cvsroot/tikiwiki/tiki/lib/ical/iCal/Parser added to the repository

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
mose | 1 Dec 2006 08:02
Picon

tiki/lib/ical File.php,NONE,1.1 iCal.php,NONE,1.1

Update of /cvsroot/tikiwiki/tiki/lib/ical
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26854/lib/ical

Added Files:
	File.php iCal.php 
Log Message:
[NEW] calendar: lgpl ical library

--- NEW FILE: File.php ---
<?php
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */

/**
 * File
 * 
 * PHP versions 4 and 5
 *
 * LICENSE: This source file is subject to version 3.0 of the PHP license
 * that is available through the world-wide-web at the following URI:
 * http://www.php.net/license/3_0.txt.  If you did not receive a copy of
 * the PHP License and are unable to obtain it through the web, please
 * send a note to license@... so we can mail you a copy immediately.
 *
 *  <at> category    File
 *  <at> package     File
 *  <at> author      Richard Heyes <richard@...>
 *  <at> author      Tal Peer <tal@...>
 *  <at> author      Michael Wallner <mike@...>
 *  <at> copyright   2002-2005 The Authors
 *  <at> license     http://www.php.net/license/3_0.txt  PHP License 3.0
(Continue reading)

mose | 1 Dec 2006 08:02
Picon

tiki/lib/ical/iCal/Parser iCalendar.php,NONE,1.1

Update of /cvsroot/tikiwiki/tiki/lib/ical/iCal/Parser
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26854/lib/ical/iCal/Parser

Added Files:
	iCalendar.php 
Log Message:
[NEW] calendar: lgpl ical library

--- NEW FILE: iCalendar.php ---
<?php

/*
    PHP iCal Interface Library
    Copyright (C) 2005  Gregory Szorc <gregory.szorc@...>

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA

*/
(Continue reading)

mose | 1 Dec 2006 08:02
Picon

tiki/lib/ical/iCal Alarm.php, NONE, 1.1 Attendee.php, NONE, 1.1 BaseComponent.php, NONE, 1.1 Component.php, NONE, 1.1 ContentLine.php, NONE, 1.1 Event.php, NONE, 1.1 ExceptionRule.php, NONE, 1.1 FreeBusy.php, NONE, 1.1 Parameter.php, NONE, 1.1 Property.php, NONE, 1.1 Recurrence.php, NONE, 1.1 TimeZone.php, NONE, 1.1 ToDo.php, NONE, 1.1 ValueDataType.php, NONE, 1.1 iCalendar.php, NONE, 1.1

Update of /cvsroot/tikiwiki/tiki/lib/ical/iCal
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26854/lib/ical/iCal

Added Files:
	Alarm.php Attendee.php BaseComponent.php Component.php 
	ContentLine.php Event.php ExceptionRule.php FreeBusy.php 
	Parameter.php Property.php Recurrence.php TimeZone.php 
	ToDo.php ValueDataType.php iCalendar.php 
Log Message:
[NEW] calendar: lgpl ical library

--- NEW FILE: Alarm.php ---
<?php


/*
    PHP iCal Interface Library
    Copyright (C) 2005  Gregory Szorc <gregory.szorc-oNH6vCZdlc4 <at> public.gmane.org>

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public
(Continue reading)

mose | 1 Dec 2006 08:07
Picon

tiki/lib/smarty_tiki function.jscalendar.php, 1.3, 1.4 modifier.tiki_short_datetime.php, 1.4, 1.5

Update of /cvsroot/tikiwiki/tiki/lib/smarty_tiki
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28948/lib/smarty_tiki

Modified Files:
	function.jscalendar.php modifier.tiki_short_datetime.php 
Log Message:
[MOD] calendar: huge overhaul. work is still in progress, calendar is not functionnal at the moment.
Please wait for update. Changes involve mostly a split in several files, simplification of the code,
usability enhancements, and import/export impovement for sync purrposes

Index: function.jscalendar.php
===================================================================
RCS file: /cvsroot/tikiwiki/tiki/lib/smarty_tiki/function.jscalendar.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- function.jscalendar.php	13 Nov 2006 18:15:57 -0000	1.3
+++ function.jscalendar.php	1 Dec 2006 07:07:51 -0000	1.4
 <at>  <at>  -7,31 +7,49  <at>  <at> 
 }

 function smarty_function_jscalendar($params, &$smarty) {
-	global $headerlib,$firstDayOfWeek;
+	global $headerlib,$firstDayofWeek,$tikilib;

 	$headerlib->add_cssfile('lib/jscalendar/calendar-system.css');
 	$headerlib->add_jsfile('lib/jscalendar/calendar.js');
 	global $language;
-	if (is_file('lib/jscalendar/calendar-'.$language.'.js')) {
-		$headerlib->add_jsfile('lib/jscalendar/calendar-'.$language.'.js');
(Continue reading)

mose | 1 Dec 2006 08:07
Picon

tiki/templates tiki-action_calendar.tpl, NONE, 1.1 tiki-calendar_calmode.tpl, NONE, 1.1 tiki-calendar_daymode.tpl, NONE, 1.1 tiki-calendar_edit_item.tpl, NONE, 1.1 tiki-calendar_listmode.tpl, NONE, 1.1 tiki-calendar_nav.tpl, NONE, 1.1 tiki-ical.tpl, NONE, 1.1 header.tpl, 1.67, 1.68 tiki-admin-include-calendar.tpl, 1.8, 1.9 tiki-calendar.tpl, 1.66, 1.67 tiki-calendar_box.tpl, 1.8, 1.9

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

Modified Files:
	header.tpl tiki-admin-include-calendar.tpl tiki-calendar.tpl 
	tiki-calendar_box.tpl 
Added Files:
	tiki-action_calendar.tpl tiki-calendar_calmode.tpl 
	tiki-calendar_daymode.tpl tiki-calendar_edit_item.tpl 
	tiki-calendar_listmode.tpl tiki-calendar_nav.tpl tiki-ical.tpl 
Log Message:
[MOD] calendar: huge overhaul. work is still in progress, calendar is not functionnal at the moment.
Please wait for update. Changes involve mostly a split in several files, simplification of the code,
usability enhancements, and import/export impovement for sync purrposes

--- NEW FILE: tiki-action_calendar.tpl ---
{popup_init src="lib/overlib.js"}
<div id="calscreen">

<div style="float:right;margin:5px;">
<span class="button2"><a href="#" class="linkbut" onclick="toggle('filtercal');">{tr}filter{/tr}</a></span>

<span class="button2">
{if $viewlist eq 'list'}
<a href="{$myurl}?viewlist=table" class="linkbut" title="{tr}calendar view{/tr}">{tr}calendar view{/tr}</a>{else}
<a href="{$myurl}?viewlist=list" class="linkbut" title="{tr}list view{/tr}">{tr}list view{/tr}</a>{/if}
</span>

</div>

(Continue reading)

mose | 1 Dec 2006 08:07
Picon

tiki/lib/calendar tikicalendarlib.php, NONE, 1.1 calendarlib.php, 1.52, 1.53

Update of /cvsroot/tikiwiki/tiki/lib/calendar
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28948/lib/calendar

Modified Files:
	calendarlib.php 
Added Files:
	tikicalendarlib.php 
Log Message:
[MOD] calendar: huge overhaul. work is still in progress, calendar is not functionnal at the moment.
Please wait for update. Changes involve mostly a split in several files, simplification of the code,
usability enhancements, and import/export impovement for sync purrposes

--- NEW FILE: tikicalendarlib.php ---
<?php

class TikiCalendarLib extends TikiLib {

  function TikiCalendarLib($db) {
		$this->db = $db;
	}

	function list_tiki_items($tikiobj, $user, $tstart, $tstop, $offset, $maxRecords, $sort_mode,
$find) {
		global $user;
		$ret = array();

		$res = $dstart = '';
		
		$dc = $this->get_date_converter($user);
		foreach ($tikiobj as $tik) {
(Continue reading)


Gmane