pkdille | 1 Nov 2008 14:10
Picon

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

Revision: 15458
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=15458&view=rev
Author:   pkdille
Date:     2008-11-01 13:10:53 +0000 (Sat, 01 Nov 2008)

Log Message:
-----------
[MOD] titles: deploy smarty plugin to some templates

Modified Paths:
--------------
    trunk/templates/tiki-admin_integrator.tpl
    trunk/templates/tiki-admin_integrator_rules.tpl
    trunk/templates/tiki-edit_question_options.tpl
    trunk/templates/tiki-edit_quiz_questions.tpl
    trunk/templates/tiki-edit_quiz_results.tpl
    trunk/templates/tiki-newsletter_archives.tpl
    trunk/templates/tiki-quiz_result_stats.tpl
    trunk/templates/tiki-quiz_stats_quiz.tpl

Modified: trunk/templates/tiki-admin_integrator.tpl
===================================================================
--- trunk/templates/tiki-admin_integrator.tpl	2008-10-31 23:59:43 UTC (rev 15457)
+++ trunk/templates/tiki-admin_integrator.tpl	2008-11-01 13:10:53 UTC (rev 15458)
 <at>  <at>  -11,23 +11,17  <at>  <at> 
 {else}
     <h2>{tr}Create New Repository{/tr}</h2>
 {/if}
-<div id="page-bar">
-  <table><tr>
(Continue reading)

pkdille | 1 Nov 2008 14:24
Picon

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

Revision: 15459
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=15459&view=rev
Author:   pkdille
Date:     2008-11-01 13:24:02 +0000 (Sat, 01 Nov 2008)

Log Message:
-----------
[MOD] theme control: deploy smarty plugin to some templates

Modified Paths:
--------------
    trunk/templates/tiki-theme_control.tpl
    trunk/templates/tiki-theme_control_objects.tpl
    trunk/templates/tiki-theme_control_sections.tpl

Modified: trunk/templates/tiki-theme_control.tpl
===================================================================
--- trunk/templates/tiki-theme_control.tpl	2008-11-01 13:10:53 UTC (rev 15458)
+++ trunk/templates/tiki-theme_control.tpl	2008-11-01 13:24:02 UTC (rev 15459)
 <at>  <at>  -10,9 +10,12  <at>  <at> 
 4. {tr}If none of the above was selected the user theme is used{/tr}<br />
 5. {tr}Finally if the user didn't select a theme the default theme is used{/tr}<br />
 </div>
-<br /><br />
-<span class="button2"><a href="tiki-theme_control_objects.php">{tr}Control by Objects{/tr}</a></span>
-<span class="button2"><a href="tiki-theme_control_sections.php">{tr}Control by Sections{/tr}</a></span>
+
+<div class="navbar">
+	{button href="tiki-theme_control_objects.php" _text="{tr}Control by Objects{/tr}"}
+	{button href="tiki-theme_control_sections.php" _text="{tr}Control by Sections{/tr}"}
(Continue reading)

pkdille | 1 Nov 2008 18:01
Picon

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

Revision: 15460
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=15460&view=rev
Author:   pkdille
Date:     2008-11-01 17:01:30 +0000 (Sat, 01 Nov 2008)

Log Message:
-----------
[MOD] buttons: deploy button smarty plugin to some templates

Modified Paths:
--------------
    trunk/templates/tiki-edit_image.tpl
    trunk/templates/tiki-file_archives.tpl
    trunk/templates/tiki-minical.tpl
    trunk/templates/tiki-minical_prefs.tpl
    trunk/templates/tiki-referer_stats.tpl
    trunk/templates/tiki-removepage.tpl
    trunk/templates/tiki-send_blog_post.tpl
    trunk/templates/tiki-view_banner.tpl

Modified: trunk/templates/tiki-edit_image.tpl
===================================================================
--- trunk/templates/tiki-edit_image.tpl	2008-11-01 13:24:02 UTC (rev 15459)
+++ trunk/templates/tiki-edit_image.tpl	2008-11-01 17:01:30 UTC (rev 15460)
 <at>  <at>  -1,8 +1,10  <at>  <at> 
 {title}{tr}Edit Image{/tr}{/title}

-<span class="button2"><a href="{$galleryId|sefurl:gallery}">{tr}Return to Gallery{/tr}</a></span>
-<span class="button2"><a href="tiki-browse_image.php?imageId={$imageId}">{tr}Browse Images{/tr}</a></span>
-<br /><br />
(Continue reading)

pkdille | 1 Nov 2008 21:38
Picon

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

Revision: 15461
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=15461&view=rev
Author:   pkdille
Date:     2008-11-01 20:38:24 +0000 (Sat, 01 Nov 2008)

Log Message:
-----------
[MOD] buttons: deploy button smarty plugin to some templates

Modified Paths:
--------------
    trunk/templates/tiki-admin_links.tpl
    trunk/templates/tiki-article_types.tpl
    trunk/templates/tiki-edit_translation.tpl
    trunk/templates/tiki-freetag-translate.tpl
    trunk/templates/tiki-mods.tpl
    trunk/templates/tiki-notepad_read.tpl

Modified: trunk/templates/tiki-admin_links.tpl
===================================================================
--- trunk/templates/tiki-admin_links.tpl	2008-11-01 17:01:30 UTC (rev 15460)
+++ trunk/templates/tiki-admin_links.tpl	2008-11-01 20:38:24 UTC (rev 15461)
 <at>  <at>  -2,7 +2,10  <at>  <at> 

 {remarksbox type="tip" title="{tr}Tip{/tr}"}{tr}To use these links, you must assign the
featured_links <a class="rbox-link" href="tiki-admin_modules.php">module</a>.{/tr}{/remarksbox}

-<span class="button2"><a href="tiki-admin_links.php?generate=1">{tr}Generate positions by hits{/tr}</a></span>
+<div class="navbar">
+	{button href="tiki-admin_links.php?generate=1" _text="{tr}Generate positions by hits{/tr}"}
(Continue reading)

pkdille | 2 Nov 2008 00:21
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[15462] trunk/installer/schema/ 20081102_application_menu_structures.sql

Revision: 15462
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=15462&view=rev
Author:   pkdille
Date:     2008-11-01 23:21:17 +0000 (Sat, 01 Nov 2008)

Log Message:
-----------
[FIX] structures item in application memu/wiki: no spaces are allowed between 2 features

Added Paths:
-----------
    trunk/installer/schema/20081102_application_menu_structures.sql

Added: trunk/installer/schema/20081102_application_menu_structures.sql
===================================================================
--- trunk/installer/schema/20081102_application_menu_structures.sql	                        (rev 0)
+++ trunk/installer/schema/20081102_application_menu_structures.sql	2008-11-01 23:21:17 UTC
(rev 15462)
 <at>  <at>  -0,0 +1,3  <at>  <at> 
+# Fix on application menu (Menu 42). No space between two features !
+
+UPDATE `tiki_menu_options` SET section = 'feature_wiki,feature_wiki_structure' WHERE menuId = '42'
AND type = 'o' AND name = 'Structures' AND url = 'tiki-admin_structures.php' AND position = '250';

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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
(Continue reading)

nyloth | 2 Nov 2008 02:35
Picon

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

Revision: 15465
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=15465&view=rev
Author:   nyloth
Date:     2008-11-02 01:35:52 +0000 (Sun, 02 Nov 2008)

Log Message:
-----------
[FIX] wiki edit template: add check for feature_template_zoom

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

Modified: trunk/templates/wiki_edit.tpl
===================================================================
--- trunk/templates/wiki_edit.tpl	2008-11-02 01:34:48 UTC (rev 15464)
+++ trunk/templates/wiki_edit.tpl	2008-11-02 01:35:52 UTC (rev 15465)
 <at>  <at>  -1,4 +1,4  <at>  <at> 
-{if isset($smarty.request.zoom) && $smarty.request.zoom|cat:'.tpl' eq $smarty.template}
+{if $prefs.feature_template_zoom eq 'y' && isset($smarty.request.zoom) &&
$smarty.request.zoom|cat:'.tpl' eq $smarty.template}
 	{assign var=zoom_mode value='y'}
 	{popup_init src="lib/overlib.js"}
 {else}

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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
(Continue reading)

nyloth | 2 Nov 2008 02:39
Picon

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

Revision: 15466
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=15466&view=rev
Author:   nyloth
Date:     2008-11-02 01:39:11 +0000 (Sun, 02 Nov 2008)

Log Message:
-----------
[MOD] tikineat and tikinewt themes: remove support of .button2 and .button3 + better style for .button and
input buttons + try to have a better font size in tikinewt (especially in input texts) + add some spacing
under navbar and find

Modified Paths:
--------------
    trunk/styles/tikineat.css
    trunk/styles/tikinewt.css

Modified: trunk/styles/tikineat.css
===================================================================
--- trunk/styles/tikineat.css	2008-11-02 01:35:52 UTC (rev 15465)
+++ trunk/styles/tikineat.css	2008-11-02 01:39:11 UTC (rev 15466)
 <at>  <at>  -145,15 +145,6  <at>  <at> 
 input[type=checkbox], input[type=radio] {
 	border : 0;
 }
-button, input[type=submit], .button input, .submitbutton {
-	border : 1px solid #46596f;
-	background-color: #C7D0D9;
-	font-weight : bold;
-}
-button:hover, input[type=submit]:hover, .button input:hover, .submitbutton:hover {
(Continue reading)

nyloth | 2 Nov 2008 02:32
Picon

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

Revision: 15463
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=15463&view=rev
Author:   nyloth
Date:     2008-11-02 01:32:43 +0000 (Sun, 02 Nov 2008)

Log Message:
-----------
[FIX] smarty find: fix typo

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

Modified: trunk/templates/find.tpl
===================================================================
--- trunk/templates/find.tpl	2008-11-01 23:21:17 UTC (rev 15462)
+++ trunk/templates/find.tpl	2008-11-02 01:32:43 UTC (rev 15463)
 <at>  <at>  -113,7 +113,7  <at>  <at> 
 <div class="findtitle findsubmit">
   <input type="submit" name="search" value="{tr}Go{/tr}" />
 {if $find ne ''}
-	<span class="button"><a href="{$smarty.server.PHP_SELF}" itle="{tr}Clear
Filter{/tr}">{tr}Clear Filter{/tr}</a></span>
+	<span class="button"><a href="{$smarty.server.PHP_SELF}" title="{tr}Clear
Filter{/tr}">{tr}Clear Filter{/tr}</a></span>
 {/if}
 </div>

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

nyloth | 2 Nov 2008 02:34
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[15464] trunk/lib/smarty_tiki/block.textarea.php

Revision: 15464
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=15464&view=rev
Author:   nyloth
Date:     2008-11-02 01:34:48 +0000 (Sun, 02 Nov 2008)

Log Message:
-----------
[MOD] smarty textarea block: do not support _wikiparsed option anymore + handle zoom feature

Modified Paths:
--------------
    trunk/lib/smarty_tiki/block.textarea.php

Modified: trunk/lib/smarty_tiki/block.textarea.php
===================================================================
--- trunk/lib/smarty_tiki/block.textarea.php	2008-11-02 01:32:43 UTC (rev 15463)
+++ trunk/lib/smarty_tiki/block.textarea.php	2008-11-02 01:34:48 UTC (rev 15464)
 <at>  <at>  -11,7 +11,6  <at>  <at> 
  *
  * special params:
  *    _quicktags: if set to 'y', display quicktags above the textarea
- *    _wikiparsed: y|n|optional_on|optional_off. If set to 'optional_on' or 'optional_off', a checkbox
will be added to enable/disable wiki parsing and to show/hide quicktags 
  *
  * usage: {textarea id='my_area' name='my_area'}{tr}My Text{/tr}{/textarea}
  *
 <at>  <at>  -22,11 +21,17  <at>  <at> 
 	if ( $repeat || $content == '' ) return;

 	if ( ! isset($params['_quicktags']) ) $params['quicktags'] = 'n';
(Continue reading)

pkdille | 2 Nov 2008 08:52
Picon

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

Revision: 15467
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=15467&view=rev
Author:   pkdille
Date:     2008-11-02 07:52:55 +0000 (Sun, 02 Nov 2008)

Log Message:
-----------
[MOD] tiki-admin: change section "More links" in remarksbox

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

Modified: trunk/templates/tiki-admin.tpl
===================================================================
--- trunk/templates/tiki-admin.tpl	2008-11-02 01:39:11 UTC (rev 15466)
+++ trunk/templates/tiki-admin.tpl	2008-11-02 07:52:55 UTC (rev 15467)
 <at>  <at>  -36,80 +36,77  <at>  <at> 
 {/if}
 {include file="tiki-admin-include-$include.tpl"}

-<a name="morelinks"></a>
 <br style="clear:both" />
-<span class="button2"><a href="#morelinks">{tr}More Links{/tr}</a></span><br />
+{remarksbox type="tip" title="{tr}Crosslinks to other features and settings{/tr}"}

-<div class="cbox" id="morelinks" style="display:block;">
-<div class="cbox-title">{tr}Crosslinks to other features and settings{/tr}</div>
-<div class="cbox-data">
-{tr}Other sections{/tr}:<br />
(Continue reading)


Gmane