<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs">
    <title>gmane.comp.cms.tiki.cvs</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79533"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79532"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79531"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79530"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79529"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79528"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79527"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79526"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79525"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79524"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79523"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79522"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79521"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79520"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79519"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79518"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79517"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79516"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79515"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79514"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79533">
    <title>[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46407]branches/11.x/templates/tiki-pagehistory.tpl</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79533</link>
    <description>&lt;pre&gt;Revision: 46407
          http://sourceforge.net/p/tikiwiki/code/46407
Author:   jonnybradley
Date:     2013-06-18 18:32:47 +0000 (Tue, 18 Jun 2013)
Log Message:
-----------
[FIX] chosen: Add support for Chosen in page history (thanks marclaporte)

Modified Paths:
--------------
    branches/11.x/templates/tiki-pagehistory.tpl

Modified: branches/11.x/templates/tiki-pagehistory.tpl
===================================================================
--- branches/11.x/templates/tiki-pagehistory.tpl2013-06-18 18:01:43 UTC (rev 46406)
+++ branches/11.x/templates/tiki-pagehistory.tpl2013-06-18 18:32:47 UTC (rev 46407)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -106,15 +106,36 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 $("#toggle_diffs a").click(function(){
 if ($(this).text() == "{tr}Advanced{/tr}") {
 $(this).text("{tr}Simple{/tr}");
-$("#diff_style_all").show().attr("name", "diff_style");
-$("#diff_style_simple").hide().attr("name", "");
+if (jqueryTiki.chosen) {
+$("#diff_style_all").next(".chzn-container").show();
+$("#diff_style_simple").next(".chzn-container").hide();&lt;/pre&gt;</description>
    <dc:creator>jonnybradley-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-18T18:32:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79532">
    <title>[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46406]branches/11.x/lib/parser/parserlib.php</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79532</link>
    <description>&lt;pre&gt;Revision: 46406
          http://sourceforge.net/p/tikiwiki/code/46406
Author:   jonnybradley
Date:     2013-06-18 18:01:43 +0000 (Tue, 18 Jun 2013)
Log Message:
-----------
[FIX] wysiwyg: Add {sort} to plugins not to render (thanks again Geoff)

Modified Paths:
--------------
    branches/11.x/lib/parser/parserlib.php

Modified: branches/11.x/lib/parser/parserlib.php
===================================================================
--- branches/11.x/lib/parser/parserlib.php2013-06-18 17:54:53 UTC (rev 46405)
+++ branches/11.x/lib/parser/parserlib.php2013-06-18 18:01:43 UTC (rev 46406)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1053,7 +1053,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 // some plugins are just too fragile to do wysiwyg, so show the "source" for them ;(
 $excluded = array('tracker', 'trackerlist', 'trackerfilter', 'kaltura', 'toc', 'freetagged', 'draw', 'googlemap',
-'include', 'module', 'list', 'custom_search', 'iframe', 'map', 'calendar', 'file', 'files', 'mouseover');
+'include', 'module', 'list', 'custom_search', 'iframe', 'map', 'calendar', 'file', &lt;/pre&gt;</description>
    <dc:creator>jonnybradley-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-18T18:01:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79531">
    <title>[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46405]branches/11.x/lib/auth/tokens.php</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79531</link>
    <description>&lt;pre&gt;Revision: 46405
          http://sourceforge.net/p/tikiwiki/code/46405
Author:   jonnybradley
Date:     2013-06-18 17:54:53 +0000 (Tue, 18 Jun 2013)
Log Message:
-----------
[FIX] share: Remove now unused includeTokenReturn function in AuthTokens

Modified Paths:
--------------
    branches/11.x/lib/auth/tokens.php

Modified: branches/11.x/lib/auth/tokens.php
===================================================================
--- branches/11.x/lib/auth/tokens.php2013-06-18 17:52:25 UTC (rev 46404)
+++ branches/11.x/lib/auth/tokens.php2013-06-18 17:54:53 UTC (rev 46405)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -169,32 +169,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 return "{$data['scheme']}://{$data['host']}{$data['path']}$query$anchor";
 }
 
-function includeTokenReturn( $url, array $groups = array(), $email = '' )
-{
-$data = parse_url($url);
-if ( isset($data['query']) ) {
-parse_str($data['query'], $args);
-unset($args['TOKEN']);
-} else {
-$args = array();
-}
-
-$token = $this-&amp;gt;createToken($data['path'], $args, $groups, array('email'=&amp;gt;$email));
-$arg&lt;/pre&gt;</description>
    <dc:creator>jonnybradley-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-18T17:54:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79530">
    <title>[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46404] branches/11.x</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79530</link>
    <description>&lt;pre&gt;Revision: 46404
          http://sourceforge.net/p/tikiwiki/code/46404
Author:   jonnybradley
Date:     2013-06-18 17:52:25 +0000 (Tue, 18 Jun 2013)
Log Message:
-----------
[FIX] share: Replace calls to includeTokenReturn with includeToken as includeTokenReturn was faulty and seemed to do the same as includeToken when fixed (was assigning an offset in a string leading to the link being an 'h' char), also, use the same token over and over when not "subscribing" and there is only one.
Also put the SERVER_NAME at the end of the mail subject and make the "return" link look a little better (thanks Xavi)

Modified Paths:
--------------
    branches/11.x/templates/tiki-share.tpl
    branches/11.x/tiki-share.php

Modified: branches/11.x/templates/tiki-share.tpl
===================================================================
--- branches/11.x/templates/tiki-share.tpl2013-06-18 15:26:58 UTC (rev 46403)
+++ branches/11.x/templates/tiki-share.tpl2013-06-18 17:52:25 UTC (rev 46404)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -385,5 +385,5 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 &amp;lt;/table&amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>jonnybradley-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-18T17:52:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79529">
    <title>[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46403] branches/11.x</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79529</link>
    <description>&lt;pre&gt;Revision: 46403
          http://sourceforge.net/p/tikiwiki/code/46403
Author:   jonnybradley
Date:     2013-06-18 15:26:58 +0000 (Tue, 18 Jun 2013)
Log Message:
-----------
[FIX] sign plugin: Some improvement on the signature info popup - was failing and being annoying when line wraps were caused by changes in the text, so make the popup absolute position and use js to show &amp;amp; hide. Better, but some more to do...

Modified Paths:
--------------
    branches/11.x/lib/wiki-plugins/wikiplugin_sign.php
    branches/11.x/styles/layout/design.css
    branches/11.x/templates/wiki-plugins/wikiplugin_sign.tpl

Modified: branches/11.x/lib/wiki-plugins/wikiplugin_sign.php
===================================================================
--- branches/11.x/lib/wiki-plugins/wikiplugin_sign.php2013-06-18 13:38:49 UTC (rev 46402)
+++ branches/11.x/lib/wiki-plugins/wikiplugin_sign.php2013-06-18 15:26:58 UTC (rev 46403)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -46,7 +46,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 return false;
 }
 
-function wikiplugin_sign($data, $params)
+function wikiplugin_s&lt;/pre&gt;</description>
    <dc:creator>jonnybradley-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-18T15:26:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79528">
    <title>[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46402] trunk</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79528</link>
    <description>&lt;pre&gt;Revision: 46402
          http://sourceforge.net/p/tikiwiki/code/46402
Author:   jonnybradley
Date:     2013-06-18 13:38:49 +0000 (Tue, 18 Jun 2013)
Log Message:
-----------
[MRG] Automatic merge, branches/11.x 46388 to 46401

Modified Paths:
--------------
    trunk/lib/cache/cachelib.php
    trunk/lib/jquery_tiki/elfinder/elFinderVolumeTikiFiles.class.php
    trunk/tiki-setup_base.php
    trunk/vendor_extra/elfinder/css/elfinder.full.css
    trunk/vendor_extra/elfinder/css/elfinder.min.css
    trunk/vendor_extra/elfinder/js/elfinder.full.js
    trunk/vendor_extra/elfinder/js/elfinder.min.js

Added Paths:
-----------
    trunk/installer/schema/20130314_keep_search_pref_settings_tiki.php

Property Changed:
----------------
    trunk/

Index: trunk
===================================================================
--- trunk2013-06-18 13:36:53 UTC (rev 46401)
+++ trunk2013-06-18 13:38:49 UTC (rev 46402)

Property changes on: trunk
___________________________________________________________________
Modified:&lt;/pre&gt;</description>
    <dc:creator>jonnybradley-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-18T13:38:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79527">
    <title>[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46401]branches/11.x/tiki-setup_base.php</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79527</link>
    <description>&lt;pre&gt;Revision: 46401
          http://sourceforge.net/p/tikiwiki/code/46401
Author:   jonnybradley
Date:     2013-06-18 13:36:53 +0000 (Tue, 18 Jun 2013)
Log Message:
-----------
[FIX] sys-config: Merge prefs from tiki.ini into $needed_prefs early in setup-base, so you can change caching settings from there in time.

Modified Paths:
--------------
    branches/11.x/tiki-setup_base.php

Modified: branches/11.x/tiki-setup_base.php
===================================================================
--- branches/11.x/tiki-setup_base.php2013-06-18 10:54:46 UTC (rev 46400)
+++ branches/11.x/tiki-setup_base.php2013-06-18 13:36:53 UTC (rev 46401)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -73,6 +73,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 exit;
 }
 $tikilib-&amp;gt;get_preferences($needed_prefs, true, true);
+$prefs = $systemConfiguration-&amp;gt;preference-&amp;gt;toArray() + $prefs;
 
 if (isset($prefs['session_protected']) &amp;amp;&amp;amp; $prefs['session_protected'] == 'y' &amp;amp;&amp;amp; ! isset($_SERVER['HTTPS']) &amp;amp;&amp;amp; php_sapi_name() != 'cli') {
 header("Location: https://{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}");

This was &lt;/pre&gt;</description>
    <dc:creator>jonnybradley-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-18T13:36:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79526">
    <title>[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46400]branches/11.x/lib/cache/cachelib.php</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79526</link>
    <description>&lt;pre&gt;Revision: 46400
          http://sourceforge.net/p/tikiwiki/code/46400
Author:   jonnybradley
Date:     2013-06-18 10:54:46 +0000 (Tue, 18 Jun 2013)
Log Message:
-----------
[FIX] cache: Suppress warnings about "directory not empty" as these cache directories can have other multitiki dirs within them

Modified Paths:
--------------
    branches/11.x/lib/cache/cachelib.php

Modified: branches/11.x/lib/cache/cachelib.php
===================================================================
--- branches/11.x/lib/cache/cachelib.php2013-06-17 22:18:55 UTC (rev 46399)
+++ branches/11.x/lib/cache/cachelib.php2013-06-18 10:54:46 UTC (rev 46400)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -245,7 +245,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 if (is_dir($path . "/" . $file)) {
 $this-&amp;gt;erase_dir_content($path . "/" . $file);
-rmdir($path . "/" . $file);
+&amp;lt; at &amp;gt;rmdir($path . "/" . $file);// dir won't be empty if there are multitiki dirs inside
 } else {
 unlink($path . "/" . $file);
 }

This was sent by the SourceForge.net collaborative development platform, the wor&lt;/pre&gt;</description>
    <dc:creator>jonnybradley-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-18T10:54:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79525">
    <title>[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46399] trunk</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79525</link>
    <description>&lt;pre&gt;Revision: 46399
          http://sourceforge.net/p/tikiwiki/code/46399
Author:   arildb
Date:     2013-06-17 22:18:55 +0000 (Mon, 17 Jun 2013)
Log Message:
-----------
[NEW] Add viewing of table data for report_string_in_db search tool

Modified Paths:
--------------
    trunk/templates/tiki-report_string_in_db.tpl
    trunk/tiki-report_string_in_db.php

Modified: trunk/templates/tiki-report_string_in_db.tpl
===================================================================
--- trunk/templates/tiki-report_string_in_db.tpl2013-06-17 21:14:36 UTC (rev 46398)
+++ trunk/templates/tiki-report_string_in_db.tpl2013-06-17 22:18:55 UTC (rev 46399)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -15,14 +15,35 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 &amp;lt;td&amp;gt;Table&amp;lt;/td&amp;gt;
 &amp;lt;td&amp;gt;Column&amp;lt;/td&amp;gt;
 &amp;lt;td&amp;gt;Occurrences&amp;lt;/td&amp;gt;
+&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 {foreach from=$searchResult item=res}
 &amp;lt;tr&amp;gt;
 &amp;lt;td&amp;gt;{$res['table']}&amp;lt;/td&amp;gt;
 &amp;lt;td&amp;gt;{$res['column']}&amp;lt;/td&amp;gt;
 &amp;lt;td&amp;gt;{$res['occurrences']}&amp;lt;/td&amp;gt;
+&amp;lt;td&amp;gt;&amp;lt;a href="tiki-report_string_in_db.php?query={$searchString}&amp;amp;table={$res['table']}&amp;amp;column={$res['column']}"&amp;gt;View&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;
 &lt;/pre&gt;</description>
    <dc:creator>arildb-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-17T22:18:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79524">
    <title>[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46398] trunk</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79524</link>
    <description>&lt;pre&gt;Revision: 46398
          http://sourceforge.net/p/tikiwiki/code/46398
Author:   arildb
Date:     2013-06-17 21:14:36 +0000 (Mon, 17 Jun 2013)
Log Message:
-----------
[NEW] Added new tab "Tools" in the admin search panel
[NEW] Added search for string in all text columns, in all tables. Search is limited to admins

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

Added Paths:
-----------
    trunk/templates/tiki-report_string_in_db.tpl
    trunk/tiki-report_string_in_db.php

Modified: trunk/templates/admin/include_search.tpl
===================================================================
--- trunk/templates/admin/include_search.tpl2013-06-17 18:35:39 UTC (rev 46397)
+++ trunk/templates/admin/include_search.tpl2013-06-17 21:14:36 UTC (rev 46398)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -182,6 +182,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 {preference name=search_parsed_snippet}
 &amp;lt;/fieldset&amp;gt;
 {/tab}
+
+{tab name="{tr}Tools{/tr}"}
+&amp;lt;a href="tiki-report_string_in_db.php"&amp;gt;{tr}Report all occurences of a string in any table{/tr}&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;
+{/&lt;/pre&gt;</description>
    <dc:creator>arildb-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-17T21:14:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79523">
    <title>[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46397] trunk/lib</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79523</link>
    <description>&lt;pre&gt;Revision: 46397
          http://sourceforge.net/p/tikiwiki/code/46397
Author:   lphuberdeau
Date:     2013-06-17 18:35:39 +0000 (Mon, 17 Jun 2013)
Log Message:
-----------
[MOD] Use the unified index infrastructure for preference search, allowing for elasticsearch to be used there as well

Modified Paths:
--------------
    trunk/lib/core/Search/Elastic/Connection.php
    trunk/lib/core/Search/Elastic/Index.php
    trunk/lib/core/Search/Index/Interface.php
    trunk/lib/core/Search/Index/Lucene.php
    trunk/lib/core/Search/Index/Memory.php
    trunk/lib/core/Search/Index/TypeAnalysisDecorator.php
    trunk/lib/prefslib.php
    trunk/lib/search/searchlib-unified.php

Modified: trunk/lib/core/Search/Elastic/Connection.php
===================================================================
--- trunk/lib/core/Search/Elastic/Connection.php2013-06-17 18:26:14 UTC (rev 46396)
+++ trunk/lib/core/Search/Elastic/Connection.php2013-06-17 18:35:39 UTC (rev 46397)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -47,6 +47,15 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 }
 }
 
+function getIndexStat&lt;/pre&gt;</description>
    <dc:creator>lphuberdeau-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-17T18:35:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79522">
    <title>[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46396]branches/11.x/vendor_extra/elfinder/css</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79522</link>
    <description>&lt;pre&gt;Revision: 46396
          http://sourceforge.net/p/tikiwiki/code/46396
Author:   jonnybradley
Date:     2013-06-17 18:26:14 +0000 (Mon, 17 Jun 2013)
Log Message:
-----------
[FIX] elfinder: Update to github version [Improve toolbar display by making tools wrap properly (by making search box a little taller)]

Modified Paths:
--------------
    branches/11.x/vendor_extra/elfinder/css/elfinder.full.css
    branches/11.x/vendor_extra/elfinder/css/elfinder.min.css

Modified: branches/11.x/vendor_extra/elfinder/css/elfinder.full.css
===================================================================
--- branches/11.x/vendor_extra/elfinder/css/elfinder.full.css2013-06-17 17:59:07 UTC (rev 46395)
+++ branches/11.x/vendor_extra/elfinder/css/elfinder.full.css2013-06-17 18:26:14 UTC (rev 46396)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1574,9 +1574,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 border:0 solid;
 background:transparent;
 padding:0;
-margin: 1px 4px;
+margin: 4px 4px;
 height: auto;
-min-height: 26px;
+min-height: 30px;
 float:right;
 width:202px;
 }

Modified: branches&lt;/pre&gt;</description>
    <dc:creator>jonnybradley-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-17T18:26:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79521">
    <title>[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46395] branches/11.x/lib/jquery_tiki/elfinder/ elFinderVolumeTikiFiles.class.php</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79521</link>
    <description>&lt;pre&gt;Revision: 46395
          http://sourceforge.net/p/tikiwiki/code/46395
Author:   jonnybradley
Date:     2013-06-17 17:59:07 +0000 (Mon, 17 Jun 2013)
Log Message:
-----------
[FIX] elfinder: Retrieve image dimensions for info dialogs

Modified Paths:
--------------
    branches/11.x/lib/jquery_tiki/elfinder/elFinderVolumeTikiFiles.class.php

Modified: branches/11.x/lib/jquery_tiki/elfinder/elFinderVolumeTikiFiles.class.php
===================================================================
--- branches/11.x/lib/jquery_tiki/elfinder/elFinderVolumeTikiFiles.class.php2013-06-17 17:16:00 UTC (rev 46394)
+++ branches/11.x/lib/jquery_tiki/elfinder/elFinderVolumeTikiFiles.class.php2013-06-17 17:59:07 UTC (rev 46395)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -500,7 +500,37 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
  **/
 protected function _dimensions($path, $mime)
 {
-return ($stat = $this-&amp;gt;stat($path)) &amp;amp;&amp;amp; isset($stat['width']) &amp;amp;&amp;amp; isset($stat['height']) ? $stat['width'].'x'.$stat['height'] : '';
+global $prefs;
+
+$ar = explode('_', $path);
+if (count($ar) === 2) {
+$isgal = $&lt;/pre&gt;</description>
    <dc:creator>jonnybradley-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-17T17:59:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79520">
    <title>[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46394] trunk/lib</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79520</link>
    <description>&lt;pre&gt;Revision: 46394
          http://sourceforge.net/p/tikiwiki/code/46394
Author:   lphuberdeau
Date:     2013-06-17 17:16:00 +0000 (Mon, 17 Jun 2013)
Log Message:
-----------
[MOD] Moving the destruction logic in the index

Modified Paths:
--------------
    trunk/lib/core/Search/Elastic/Index.php
    trunk/lib/core/Search/Index/Interface.php
    trunk/lib/core/Search/Index/Lucene.php
    trunk/lib/core/Search/Index/Memory.php
    trunk/lib/core/Search/Index/TypeAnalysisDecorator.php
    trunk/lib/search/searchlib-unified.php
    trunk/lib/test/core/Search/Index/LuceneIncrementalUpdateTest.php
    trunk/lib/test/core/Search/Index/LuceneNumericTest.php
    trunk/lib/test/core/Search/Index/LucenePaginationTest.php
    trunk/lib/test/core/Search/Index/LuceneSortTest.php
    trunk/lib/test/core/Search/Index/LuceneStemmingTest.php
    trunk/lib/test/core/Search/Index/LuceneTest.php
    trunk/lib/test/core/Search/Index/LuceneTypeAnalyzerTest.php

Modified: trunk/lib/core/Search/Elastic/Index.php
====================&lt;/pre&gt;</description>
    <dc:creator>lphuberdeau-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-17T17:16:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79519">
    <title>[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46393]branches/11.x/vendor_extra/elfinder</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79519</link>
    <description>&lt;pre&gt;Revision: 46393
          http://sourceforge.net/p/tikiwiki/code/46393
Author:   jonnybradley
Date:     2013-06-17 17:13:57 +0000 (Mon, 17 Jun 2013)
Log Message:
-----------
[FIX] elfinder: Update to github version [Fix display of file info dialogs, misplaced due to jquery-ui (resizeable) setting the position to relative]

Modified Paths:
--------------
    branches/11.x/vendor_extra/elfinder/css/elfinder.full.css
    branches/11.x/vendor_extra/elfinder/css/elfinder.min.css
    branches/11.x/vendor_extra/elfinder/js/elfinder.full.js
    branches/11.x/vendor_extra/elfinder/js/elfinder.min.js

Modified: branches/11.x/vendor_extra/elfinder/css/elfinder.full.css
===================================================================
--- branches/11.x/vendor_extra/elfinder/css/elfinder.full.css2013-06-17 16:04:13 UTC (rev 46392)
+++ branches/11.x/vendor_extra/elfinder/css/elfinder.full.css2013-06-17 17:13:57 UTC (rev 46393)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,6 +1,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 /*!
  * elFinder - file manager for web
- * Version 2.x github.com/jonnybra&lt;/pre&gt;</description>
    <dc:creator>jonnybradley-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-17T17:13:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79518">
    <title>[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46392] branches/11.x/installer/schema/ 20130314_keep_search_pref_settings_tiki.php</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79518</link>
    <description>&lt;pre&gt;Revision: 46392
          http://sourceforge.net/p/tikiwiki/code/46392
Author:   jonnybradley
Date:     2013-06-17 16:04:13 +0000 (Mon, 17 Jun 2013)
Log Message:
-----------
[FIX] upgrade: Check the prefs in the database for feature_search setting and set both search prefs if it's 'y' or empty (which was the default prior to r45122) to avoid settings being switched around (thanks Geoff)

Revision Links:
--------------
    http://sourceforge.net/p/tikiwiki/code/45122

Added Paths:
-----------
    branches/11.x/installer/schema/20130314_keep_search_pref_settings_tiki.php

Copied: branches/11.x/installer/schema/20130314_keep_search_pref_settings_tiki.php (from rev 46388, branches/11.x/installer/schema/20130415_repair_file_galleries_again_tiki.php)
===================================================================
--- branches/11.x/installer/schema/20130314_keep_search_pref_settings_tiki.php                        (rev 0)
+++ branches/11.x/installer/schema/20130314_keep_search_pref_settings_tiki.php2013-06-17&lt;/pre&gt;</description>
    <dc:creator>jonnybradley-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-17T16:04:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79517">
    <title>[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46391] trunk</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79517</link>
    <description>&lt;pre&gt;Revision: 46391
          http://sourceforge.net/p/tikiwiki/code/46391
Author:   lphuberdeau
Date:     2013-06-17 14:42:29 +0000 (Mon, 17 Jun 2013)
Log Message:
-----------
[ENH] Providing more flexibility to the customsearch facet implementation

Modified Paths:
--------------
    trunk/lib/core/Search/ResultSet.php
    trunk/lib/jquery_tiki/tiki-jquery.js
    trunk/templates/searchresults-plain.tpl

Modified: trunk/lib/core/Search/ResultSet.php
===================================================================
--- trunk/lib/core/Search/ResultSet.php2013-06-17 13:52:53 UTC (rev 46390)
+++ trunk/lib/core/Search/ResultSet.php2013-06-17 14:42:29 UTC (rev 46391)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -121,7 +121,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 function addFacetFilter(Search_ResultSet_FacetFilter $facet)
 {
-$this-&amp;gt;filters[] = $facet;
+$this-&amp;gt;filters[$facet-&amp;gt;getName()] = $facet;
 }
 }
 

Modified: trunk/lib/jquery_tiki/tiki-jquery.js
===================================================================
--- trunk/lib/jquery_tiki/tiki-jquery.js2013-06-17 13:52:53 &lt;/pre&gt;</description>
    <dc:creator>lphuberdeau-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-17T14:42:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79516">
    <title>[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46390] trunk</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79516</link>
    <description>&lt;pre&gt;Revision: 46390
          http://sourceforge.net/p/tikiwiki/code/46390
Author:   lphuberdeau
Date:     2013-06-17 13:52:53 +0000 (Mon, 17 Jun 2013)
Log Message:
-----------
[MOD] Adding ability to specify desired facets in customsearch

Modified Paths:
--------------
    trunk/lib/core/Search/FacetProvider.php
    trunk/lib/core/Search/Formatter/Plugin/SmartyTemplate.php
    trunk/lib/core/Search/Query/Facet/Interface.php
    trunk/lib/core/Search/Query/Facet/Term.php
    trunk/lib/core/Search/ResultSet/FacetFilter.php
    trunk/lib/core/Services/Search/CustomSearchController.php
    trunk/lib/wiki-plugins/wikiplugin_customsearch.php
    trunk/templates/searchresults-plain.tpl

Added Paths:
-----------
    trunk/lib/core/Search/Query/FacetWikiBuilder.php

Modified: trunk/lib/core/Search/FacetProvider.php
===================================================================
--- trunk/lib/core/Search/FacetProvider.php2013-06-17 12:13:26 UTC (rev 46389)
+++ trunk/lib/core/Search/FacetProvider.php2013-06-17 13:5&lt;/pre&gt;</description>
    <dc:creator>lphuberdeau-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-17T13:52:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79515">
    <title>[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46389] trunk</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79515</link>
    <description>&lt;pre&gt;Revision: 46389
          http://sourceforge.net/p/tikiwiki/code/46389
Author:   lphuberdeau
Date:     2013-06-17 12:13:26 +0000 (Mon, 17 Jun 2013)
Log Message:
-----------
[MRG] Automatic merge, branches/11.x 46372 to 46388

Modified Paths:
--------------
    trunk/changelog.txt
    trunk/copyright.txt
    trunk/db/tiki-secdb_11.0_mysql.sql
    trunk/installer/tiki-installer.php
    trunk/lang/ar/language.php
    trunk/lang/bg/language.php
    trunk/lang/ca/language.php
    trunk/lang/cn/language.php
    trunk/lang/cs/language.php
    trunk/lang/cy/language.php
    trunk/lang/da/language.php
    trunk/lang/de/language.php
    trunk/lang/el/language.php
    trunk/lang/en/language.php
    trunk/lang/en-uk/language.php
    trunk/lang/es/language.php
    trunk/lang/fa/language.php
    trunk/lang/fi/language.php
    trunk/lang/fj/language.php
    trunk/lang/fr/language.php
    trunk/lang/fy-NL/language.php
    trunk/lang/gl/language.php
    trunk/lang/he/language.php
    trunk/lang/hr/language.php
    trunk/lang&lt;/pre&gt;</description>
    <dc:creator>lphuberdeau-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-17T12:13:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79514">
    <title>[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46388]branches/11.x/lib/userslib.php</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79514</link>
    <description>&lt;pre&gt;Revision: 46388
          http://sourceforge.net/p/tikiwiki/code/46388
Author:   jonnybradley
Date:     2013-06-17 11:16:04 +0000 (Mon, 17 Jun 2013)
Log Message:
-----------
[FIX] Revert r45969 ([FIX] User not in registered group when using CAS)
This commit broke creating new users as the admin user would end up with the userid of the new user, and thus lose admin rights.
Sorry, cannot test for CAS now, but please find another way of doing this. Setting the session value of the current user's id to effectively a random number can't be right.

Revision Links:
--------------
    http://sourceforge.net/p/tikiwiki/code/45969

Modified Paths:
--------------
    branches/11.x/lib/userslib.php

Modified: branches/11.x/lib/userslib.php
===================================================================
--- branches/11.x/lib/userslib.php2013-06-16 20:05:03 UTC (rev 46387)
+++ branches/11.x/lib/userslib.php2013-06-17 11:16:04 UTC (rev 46388)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -5608,14 +5608,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 $tikilib-&amp;gt;invalidate_usergroups_cache($user);
 
 &lt;/pre&gt;</description>
    <dc:creator>jonnybradley-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-06-17T11:16:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79513">
    <title>Re: [Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[46368]branches/11.x/lib/smarty_tiki/block.textarea. php</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.tiki.cvs/79513</link>
    <description>&lt;pre&gt;
Yup, that's the one! :)

jb


On 17 Jun 2013, at 01:06, Marc Laporte &amp;lt;marc-5VF8g4rcdUm22ymzAWvf8A&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>Jonny Bradley</dc:creator>
    <dc:date>2013-06-17T10:07:52</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.cms.tiki.cvs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.cms.tiki.cvs</link>
  </textinput>
</rdf:RDF>
