jonnybradley | 1 Jan 2009 17:00
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[16163] branches/experimental/jquery/trunk/

Revision: 16163
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=16163&view=rev
Author:   jonnybradley
Date:     2009-01-01 16:00:28 +0000 (Thu, 01 Jan 2009)

Log Message:
-----------
initial branch

Added Paths:
-----------
    branches/experimental/jquery/trunk/


This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

------------------------------------------------------------------------------
jonnybradley | 1 Jan 2009 17:11
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[16164] trunk/trunk/

Revision: 16164
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=16164&view=rev
Author:   jonnybradley
Date:     2009-01-01 16:11:59 +0000 (Thu, 01 Jan 2009)

Log Message:
-----------
initial branch - take 2(?)

Added Paths:
-----------
    trunk/trunk/


This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

------------------------------------------------------------------------------
jonnybradley | 1 Jan 2009 17:16
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[16165] branches/experimental

Revision: 16165
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=16165&view=rev
Author:   jonnybradley
Date:     2009-01-01 16:16:17 +0000 (Thu, 01 Jan 2009)

Log Message:
-----------
oops

Added Paths:
-----------
    branches/experimental/jquery_/

Removed Paths:
-------------
    branches/experimental/jquery/


This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

------------------------------------------------------------------------------
jonnybradley | 1 Jan 2009 17:19
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[16166] branches/experimental

Revision: 16166
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=16166&view=rev
Author:   jonnybradley
Date:     2009-01-01 16:19:04 +0000 (Thu, 01 Jan 2009)

Log Message:
-----------
also oops (my first branch)

Added Paths:
-----------
    branches/experimental/jquery/

Removed Paths:
-------------
    branches/experimental/jquery_/trunk/


This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

------------------------------------------------------------------------------
jonnybradley | 1 Jan 2009 18:42
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[16167] branches/experimental/jquery_/

Revision: 16167
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=16167&view=rev
Author:   jonnybradley
Date:     2009-01-01 17:42:55 +0000 (Thu, 01 Jan 2009)

Log Message:
-----------
tidying up

Removed Paths:
-------------
    branches/experimental/jquery_/

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

------------------------------------------------------------------------------
jonnybradley | 1 Jan 2009 18:46
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[16168] trunk/trunk/

Revision: 16168
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=16168&view=rev
Author:   jonnybradley
Date:     2009-01-01 17:46:20 +0000 (Thu, 01 Jan 2009)

Log Message:
-----------
more tidying up - sorry (i'll read http://dev.tikiwiki.org/SvnTips - thanks LP ;)

Removed Paths:
-------------
    trunk/trunk/


This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

------------------------------------------------------------------------------
sylvieg | 4 Jan 2009 23:37
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[16169] trunk/templates/tiki-lastchanges.tpl

Revision: 16169
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=16169&view=rev
Author:   sylvieg
Date:     2009-01-04 22:37:28 +0000 (Sun, 04 Jan 2009)

Log Message:
-----------
buttons

Modified Paths:
--------------
    trunk/templates/tiki-lastchanges.tpl

Modified: trunk/templates/tiki-lastchanges.tpl
===================================================================
--- trunk/templates/tiki-lastchanges.tpl	2009-01-01 17:46:20 UTC (rev 16168)
+++ trunk/templates/tiki-lastchanges.tpl	2009-01-04 22:37:28 UTC (rev 16169)
 <at>  <at>  -1,14 +1,23  <at>  <at> 
 {title url="tiki-lastchanges.php?days=$days"}{tr}Last Changes{/tr}{/title}
 <div class="navbar">
-<a {if $days eq '1'}id="highlight"{/if} href="tiki-lastchanges.php?days=1">{tr}Today{/tr}</a>
-<a {if $days eq '2'}id="highlight"{/if} href="tiki-lastchanges.php?days=2">{tr}Last{/tr} 2 {tr}days{/tr}</a>
-<a {if $days eq '3'}id="highlight"{/if} href="tiki-lastchanges.php?days=3">{tr}Last{/tr} 3 {tr}days{/tr}</a>
-<a {if $days eq '5'}id="highlight"{/if} href="tiki-lastchanges.php?days=5">{tr}Last{/tr} 5 {tr}days{/tr}</a>
-<a {if $days eq '7'}id="highlight"{/if} href="tiki-lastchanges.php?days=7">{tr}Last{/tr} {tr}week{/tr}</a>
-<a {if $days eq '14'}id="highlight"{/if} href="tiki-lastchanges.php?days=14">{tr}Last{/tr} 2 {tr}weeks{/tr}</a>
-<a {if $days eq '31'}id="highlight"{/if} href="tiki-lastchanges.php?days=31">{tr}Last{/tr} {tr}month{/tr}</a>
-<a {if $days eq '0'}id="highlight"{/if} href="tiki-lastchanges.php?days=0">{tr}All{/tr}</a>
+{if $days eq '1'}{assign var=thisclass value='highlight'}{else}{assign var=thisclass value=''}{/if}
+{button href="tiki-lastchanges.php?days=1" _text="{tr}Today{/tr}" _class=$thisclass}
(Continue reading)

sylvieg | 5 Jan 2009 14:50
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[16170] trunk/templates/tracker_item_field_value.tpl

Revision: 16170
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=16170&view=rev
Author:   sylvieg
Date:     2009-01-05 13:50:39 +0000 (Mon, 05 Jan 2009)

Log Message:
-----------
[FIX]tracker: do not export the flag of a country

Modified Paths:
--------------
    trunk/templates/tracker_item_field_value.tpl

Modified: trunk/templates/tracker_item_field_value.tpl
===================================================================
--- trunk/templates/tracker_item_field_value.tpl	2009-01-04 22:37:28 UTC (rev 16169)
+++ trunk/templates/tracker_item_field_value.tpl	2009-01-05 13:50:39 UTC (rev 16170)
 <at>  <at>  -234,8 +234,8  <at>  <at> 
 		{capture name=flag}
 		{tr}{$field_value.value}{/tr}
 		{/capture}
-		{if $o_opt ne '1'}<img src="img/flags/{$field_value.value}.gif"
title="{$smarty.capture.flag|replace:'_':' '}" alt="{$smarty.capture.flag|replace:'_':' '}" />{/if}
-		{if $o_opt ne '1' and $o_opt ne '2'}&nbsp;{/if}
+		{if $o_opt ne '1' and $list_mode ne 'csv'}<img src="img/flags/{$field_value.value}.gif"
title="{$smarty.capture.flag|replace:'_':' '}" alt="{$smarty.capture.flag|replace:'_':' '}" />{/if}
+		{if $o_opt ne '1' and $o_opt ne '2' and $list_mode ne 'csv'}&nbsp;{/if}
 		{if $o_opt ne '2'}{$smarty.capture.flag|replace:'_':' '}{/if}
 	{else}
 		&nbsp;
(Continue reading)

lphuberdeau | 5 Jan 2009 15:41
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[16171] trunk/lib/core/lib/DeclFilter.php

Revision: 16171
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=16171&view=rev
Author:   lphuberdeau
Date:     2009-01-05 14:41:53 +0000 (Mon, 05 Jan 2009)

Log Message:
-----------
[FIX] Wrong include

Modified Paths:
--------------
    trunk/lib/core/lib/DeclFilter.php

Modified: trunk/lib/core/lib/DeclFilter.php
===================================================================
--- trunk/lib/core/lib/DeclFilter.php	2009-01-05 13:50:39 UTC (rev 16170)
+++ trunk/lib/core/lib/DeclFilter.php	2009-01-05 14:41:53 UTC (rev 16171)
 <at>  <at>  -123,7 +123,7  <at>  <at> 
 	 */
 	function addCatchAllUnset( $param = null )
 	{
-		require_once 'DeclFilter/StaticKeyUnsetRule.php';
+		require_once 'DeclFilter/CatchAllUnsetRule.php';
 		$rule = new DeclFilter_CatchAllUnsetRule();

 		$this->rules[] = $rule;

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

(Continue reading)


Gmane