chealer | 1 Jan 2010 01:10
Picon

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

Revision: 24097
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=24097&view=rev
Author:   chealer
Date:     2010-01-01 00:10:13 +0000 (Fri, 01 Jan 2010)

Log Message:
-----------
[FIX] HTML special chars encoding
[FIX] colons inside tr blocks

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

Modified: trunk/templates/tiki-listpages_content.tpl
===================================================================
--- trunk/templates/tiki-listpages_content.tpl	2009-12-31 22:15:13 UTC (rev 24096)
+++ trunk/templates/tiki-listpages_content.tpl	2010-01-01 00:10:13 UTC (rev 24097)
 <at>  <at>  -11,7 +11,7  <at>  <at> 
 {/if}

 {if $find ne '' and $listpages| <at> count ne '0'}
-	<p>{tr}Found{/tr} &quot;{$find}&quot; {tr}in{/tr} {$listpages| <at> count} {tr}pages{/tr}.</p>
+	<p>{tr}Found{/tr} &quot;{$find|escape}&quot; {tr}in{/tr} {$listpages| <at> count} {tr}pages{/tr}.</p>
 {/if}

 
 <at>  <at>  -328,7 +328,7  <at>  <at> 
 	{sectionelse}
 		<tr>
(Continue reading)

chealer | 1 Jan 2010 03:17
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[24099] branches/proposals/4.x/modules/ mod-func-search_wiki_page_new.php

Revision: 24099
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=24099&view=rev
Author:   chealer
Date:     2010-01-01 02:17:34 +0000 (Fri, 01 Jan 2010)

Log Message:
-----------
[FIX] strange module title "Search Wiki Page (new)" (already fixed in trunk by r24098). reported by Marc Laporte

Modified Paths:
--------------
    branches/proposals/4.x/modules/mod-func-search_wiki_page_new.php

Modified: branches/proposals/4.x/modules/mod-func-search_wiki_page_new.php
===================================================================
--- branches/proposals/4.x/modules/mod-func-search_wiki_page_new.php	2010-01-01 02:02:10 UTC
(rev 24098)
+++ branches/proposals/4.x/modules/mod-func-search_wiki_page_new.php	2010-01-01 02:17:34 UTC
(rev 24099)
 <at>  <at>  -15,5 +15,6  <at>  <at> 
 }

 function module_search_wiki_page_new( $mod_reference, $module_params ) {
-	
+	global $smarty;
+	$smarty->clear_assign('tpl_module_title');
 }

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

chealer | 1 Jan 2010 03:02
Picon

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

Revision: 24098
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=24098&view=rev
Author:   chealer
Date:     2010-01-01 02:02:10 +0000 (Fri, 01 Jan 2010)

Log Message:
-----------
[MOD] merge search_wiki_page_new in search_wiki_page
This adds pagename autocompletion search_wiki_page. However, the Exact match checkbox is always
displayed. Just ask if you find this cumbersome and I'll add a parameter.
[FIX] undefined Smarty variables
[FIX] strange module title

Modified Paths:
--------------
    trunk/templates/modules/mod-search_wiki_page.tpl

Added Paths:
-----------
    trunk/installer/schema/20100101_search_wiki_page_modules_merge_tiki.sql

Removed Paths:
-------------
    trunk/modules/mod-func-search_wiki_page_new.php
    trunk/templates/modules/mod-search_wiki_page_new.tpl

Added: trunk/installer/schema/20100101_search_wiki_page_modules_merge_tiki.sql
===================================================================
--- trunk/installer/schema/20100101_search_wiki_page_modules_merge_tiki.sql	                        (rev 0)
+++ trunk/installer/schema/20100101_search_wiki_page_modules_merge_tiki.sql	2010-01-01
(Continue reading)

Nyloth | 1 Jan 2010 10:23

Re: [Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[23793] branches/proposed/styles/coelesce.css

+1

Nyloth

2009/12/16 Jonny Bradley <jonny@...>:
> +1
>
> On 10 Dec 2009, at 14:11, Jyhem@... wrote:
>
>> Revision: 23793
>>          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=23793&view=rev
>> Author:   Jyhem
>> Date:     2009-12-10 14:11:30 +0000 (Thu, 10 Dec 2009)
>>
>> Log Message:
>> -----------
>> [ENH] Improve bottom of wiki pages (comments and attribution)
>>
>> Modified Paths:
>> --------------
>>    branches/proposed/styles/coelesce.css
>>
>> Modified: branches/proposed/styles/coelesce.css
>> ===================================================================
>> --- branches/proposed/styles/coelesce.css     2009-12-10 13:44:26 UTC (rev 23792)
>> +++ branches/proposed/styles/coelesce.css     2009-12-10 14:11:30 UTC (rev 23793)
>>  <at>  <at>  -2794,4 +2794,19  <at>  <at> 
>>       color: red;
>> }
>>
(Continue reading)

Nyloth | 1 Jan 2010 10:24

Re: [Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[23791] branches/proposed

+1

Nyloth

2009/12/16 Jonny Bradley <jonny@...>:
> +1 (thanks Jyhem)
>
> On 10 Dec 2009, at 11:08, Jyhem@... wrote:
>
>> Revision: 23791
>>          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=23791&view=rev
>> Author:   Jyhem
>> Date:     2009-12-10 11:08:19 +0000 (Thu, 10 Dec 2009)
>>
>> Log Message:
>> -----------
>> [FIX] Let's preserve the existing classes like tiki_wiki_page, it corrects issues identified about #23490
>>
>> Modified Paths:
>> --------------
>>    branches/proposed/lib/setup/sections.php
>>    branches/proposed/styles/coelesce.css
>>    branches/proposed/templates/error_simple.tpl
>>    branches/proposed/templates/error_ticket.tpl
>>    branches/proposed/templates/header_simple.tpl
>>    branches/proposed/templates/information.tpl
>>    branches/proposed/templates/tiki-index_p.tpl
>>    branches/proposed/templates/tiki-print.tpl
>>    branches/proposed/templates/tiki-print_article.tpl
>>    branches/proposed/templates/tiki-print_multi_pages.tpl
(Continue reading)

Nyloth | 1 Jan 2010 10:27

Re: [Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[23663] branches/proposed/styles

-1
I agree with Sylvie

Nyloth

2009/12/5 Sylvie Greverend <sgreverend@...>:
>
> -1
> I would prefer to backport {remarkbox type='errors' } from commit 23690
>
> On Fri, 2009-12-04 at 14:40 +0000, xavidp@... wrote:
>> Revision: 23663
>>           http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=23663&view=rev
>> Author:   xavidp
>> Date:     2009-12-04 14:40:26 +0000 (Fri, 04 Dec 2009)
>>
>> Log Message:
>> -----------
>> [bp/r23659][FIX]Added missing mandatory_note class for wikiplugin_tracker to all themes (directly
to all themes and transitions css file in 3.x; through design.css in 4.x)
>>
>> Modified Paths:
>> --------------
>>     branches/proposed/styles/coelesce.css
>>     branches/proposed/styles/darkroom.css
>>     branches/proposed/styles/feb12.css
>>     branches/proposed/styles/strasa.css
>>     branches/proposed/styles/tikinewt.css
>>     branches/proposed/styles/transitions/2.0to3.0.css
>>
(Continue reading)

Nyloth | 1 Jan 2010 10:30

Re: [Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[23579] branches/proposed/lib/logs/logslib.php

+1

Nyloth

2009/12/1 Jonny Bradley <tw@...>:
> +1
> On 28 Nov 2009, at 14:57, sylvieg@... wrote:
>
>> Revision: 23579
>>          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=23579&view=rev
>> Author:   sylvieg
>> Date:     2009-11-28 14:57:18 +0000 (Sat, 28 Nov 2009)
>>
>> Log Message:
>> -----------
>> [bp/r 23578] [FIX]actionlog: tmpDir by default has not /
>>
>> Modified Paths:
>> --------------
>>    branches/proposed/lib/logs/logslib.php
>>
>> Modified: branches/proposed/lib/logs/logslib.php
>> ===================================================================
>> --- branches/proposed/lib/logs/logslib.php    2009-11-28 14:54:06 UTC (rev 23578)
>> +++ branches/proposed/lib/logs/logslib.php    2009-11-28 14:57:18 UTC (rev 23579)
>>  <at>  <at>  -948,7 +948,7  <at>  <at> 
>>       function insert_image($galleryId, $graph, $ext, $title, $period) {
>>               global $prefs, $user;
>>               global $imagegallib; include_once('lib/imagegals/imagegallib.php');
>> -             $filename = $prefs['tmpDir'].md5(rand().time()).'.'.$ext;
(Continue reading)

Nyloth | 1 Jan 2010 10:32

Re: [Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[23426] branches/proposed/lib/tikilib.php

+1

Nyloth

2009/11/22 Jonny Bradley <tw@...>:
>
> Is it right to do this in a minor release? I agree with the behaviour
> change in principle (best not to give out remove perms
> unintentionally) and the fix looks good, but it may catch people out
> who have managed to set up usable 3.x category perms systems (i've
> heard it is possible ;)
>
> +1 with the hope that the release notes can make this change clear.
>
> On 22 Nov 2009, at 12:38, sylvieg@... wrote:
>
>> Revision: 23426
>>          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=23426&view=rev
>> Author:   sylvieg
>> Date:     2009-11-22 12:38:05 +0000 (Sun, 22 Nov 2009)
>>
>> Log Message:
>> -----------
>> [bp/r 23254][FIX]categ perm: some people found intrusive that an
>> edit_categorized was able to remove a wiki page-> the perm will have
>> to be added manually
>>
>> Modified Paths:
>> --------------
>>    branches/proposed/lib/tikilib.php
(Continue reading)

nyloth | 1 Jan 2010 10:43
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[24100] branches/3.0

Revision: 24100
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=24100&view=rev
Author:   nyloth
Date:     2010-01-01 09:43:31 +0000 (Fri, 01 Jan 2010)

Log Message:
-----------
[QT] Quality Team Backport

r22727 | nyloth | 2009-10-28 23:06:24 +0100 (mer. 28 oct. 2009) | 2 lignes
[bp/r22726][FIX] release script: Update the checkout before trying to get its last revision, in order to
be sure to create the svn tag with the last commit from the release script (usually secdb changes).

Modified Paths:
--------------
    branches/3.0/doc/devtools/release.php

Property Changed:
----------------
    branches/3.0/


Property changes on: branches/3.0
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/experimental/declfilter:15787-16031
/branches/proposed:18856,18890,18929,18940,18971-18972,18974-18975,18977,18982,18984-18988,18990,18993-18997,18999-19001,19003-19005,19021-19022,19030,19037,19040-19041,19044,19052,19065-19067,19081-19082,19087,19090,19094,19142,19144-19147,19150-19151,19153,19155,19157,19159,19174-19175,19191,19197,19201-19202,19222-19223,19227,19241,19246,19318,19337,19344,19380,19384,19398,19408,19410-19411,19413-19414,19427,19439-19441,19446,19449,19453-19455,19481,19550,19557,19566,19602,19615-19616,19618-19623,19625,19627-19629,19648,19662,19669,19673,19778,19801,19815,19892,19898-19900,19936,20052,20074,20090,20099,20101-20103,20105,20119,20135,20140,20167,20417,20455,20491,20542,20558,20579,20582,20632,20791,20822-20823,20825,20913-20915,21017,21032,21048,21214,21236,21268,21299,21302,21307,21325,2
 1329-21330,21332,21339-21340,21404,21432,21448,21450,21452,21469,21472,21474,21477,21484,21487,21491,21548,21559,21564,21583,21585,21621,21629,21632,21635,21649,21668,21687,21693,21882,21908,21914-21915,21927,21929,21931-21935,21961,21965,21967,22008,22050,22085-22086,22093,22287,22419-22420,22422,22444,22447-22448,22452,22455,22485,22523,22533,22614,22630,22649,22663-22664,22674
/trunk:17461,17744,19213,19219,19224-19225,19235
   + /branches/experimental/declfilter:15787-16031
(Continue reading)

nyloth | 1 Jan 2010 13:44
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[24102] branches/3.0

Revision: 24102
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=24102&view=rev
Author:   nyloth
Date:     2010-01-01 12:44:36 +0000 (Fri, 01 Jan 2010)

Log Message:
-----------
[QT] Quality Team Backport

r22768 | sylvieg | 2009-10-30 17:39:40 +0100 (ven. 30 oct. 2009) | 1 ligne
[bp/ r 22764 22766] getrif off REQUEST_URI

Modified Paths:
--------------
    branches/3.0/templates/modules/mod-change_category.tpl
    branches/3.0/templates/modules/mod-freetag.tpl
    branches/3.0/templates/tracker_item_field_value.tpl

Property Changed:
----------------
    branches/3.0/


Property changes on: branches/3.0
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/experimental/declfilter:15787-16031
/branches/proposed:18856,18890,18929,18940,18971-18972,18974-18975,18977,18982,18984-18988,18990,18993-18997,18999-19001,19003-19005,19021-19022,19030,19037,19040-19041,19044,19052,19065-19067,19081-19082,19087,19090,19094,19142,19144-19147,19150-19151,19153,19155,19157,19159,19174-19175,19191,19197,19201-19202,19222-19223,19227,19241,19246,19318,19337,19344,19380,19384,19398,19408,19410-19411,19413-19414,19427,19439-19441,19446,19449,19453-19455,19481,19550,19557,19566,19602,19615-19616,19618-19623,19625,19627-19629,19648,19662,19669,19673,19778,19801,19815,19892,19898-19900,19936,20052,20074,20090,20099,20101-20103,20105,20119,20135,20140,20167,20417,20455,20491,20542,20558,20579,20582,20632,20791,20822-20823,20825,20913-20915,21017,21032,21048,21214,21236,21268,21299,21302,21307,21325,2
 1329-21330,21332,21339-21340,21404,21432,21448,21450,21452,21469,21472,21474,21477,21484,21487,21491,21548,21559,21564,21583,21585,21621,21629,21632,21635,21649,21668,21687,21693,21882,21908,21914-21915,21927,21929,21931-21935,21961,21965,21967,22008,22050,22085-22086,22093,22287,22419-22420,22422,22444,22447-22448,22452,22455,22485,22523,22533,22614,22630,22649,22663-22664,22674,22727,22733
/trunk:17461,17744,19213,19219,19224-19225,19235
(Continue reading)


Gmane