<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Listshares cache is not beeing used when previous result is an empty array</title> 
  <pubDate>Fri, 10 Apr 2026 10:04:38 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/11045</link> 
  <atom:link rel="self" type="application/rss+xml" title="Listshares cache is not beeing used when previous result is an empty array" href="https://bugs.horde.org/ticket/11045/rss" /> 
  <description>Listshares cache is not beeing used when previous result is an empty array</description> 
 
   
   
  <item> 
   <title>The listshares stores an empty array on cache, but when it v</title> 
   <description>The listshares stores an empty array on cache, but when it verifies the existence of cache, it check if the value is !empty</description> 
   <pubDate>Thu, 01 Mar 2012 19:30:25 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11045#t70565</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (develop):

commit fc4877ab48a</title> 
   <description>Changes have been made in Git (develop):

commit fc4877ab48a28d5375f7a42af4989e179c24f58c
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
Date:   Thu Mar 8 00:18:02 2012 -0500

    [mjr] Properly cache empty listShares results (Bug #11045).

 framework/Share/lib/Horde/Share/Sql.php   |    6 +++---
 framework/Share/lib/Horde/Share/Sqlng.php |    6 +++---
 framework/Share/package.xml               |    4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/fc4877ab48a28d5375f7a42af4989e179c24f58c</description> 
   <pubDate>Thu, 08 Mar 2012 05:18:56 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11045#t70635</link> 
  </item> 
   
  <item> 
   <title>Reverted - causing fatal errors on any page that accesses Tu</title> 
   <description>Reverted - causing fatal errors on any page that accesses Turba&#039;s API.  Error:

Fatal error: Call to a member function get() on a non-object in /disk2/src/horde/turba/lib/Turba.php on line 452</description> 
   <pubDate>Thu, 08 Mar 2012 19:39:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11045#t70649</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (develop):

commit 2424ea5ba64</title> 
   <description>Changes have been made in Git (develop):

commit 2424ea5ba64ffb9e566cc148f6db9c8497d0e99a
Author: Michael M Slusarz &lt;slusarz@horde.org&gt;
Date:   Thu Mar 8 12:38:11 2012 -0700

    Revert &quot;[mjr] Properly cache empty listShares results (Bug #11045).&quot;
    
    This reverts commit fc4877ab48a28d5375f7a42af4989e179c24f58c.
    
    This is causing fatal errors on any access to Turba.

 framework/Share/lib/Horde/Share/Sql.php   |    6 +++---
 framework/Share/lib/Horde/Share/Sqlng.php |    6 +++---
 framework/Share/package.xml               |    4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/2424ea5ba64ffb9e566cc148f6db9c8497d0e99a</description> 
   <pubDate>Thu, 08 Mar 2012 19:40:57 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11045#t70650</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (develop):

commit 0cdd9e9d581</title> 
   <description>Changes have been made in Git (develop):

commit 0cdd9e9d58135f152973c3c4648f32f312d8bb92
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
Date:   Thu Mar 8 16:44:44 2012 -0500

    Revert &quot;Revert &quot;[mjr] Properly cache empty listShares results (Bug #11045).&quot;&quot;
    
    This reverts commit 2424ea5ba64ffb9e566cc148f6db9c8497d0e99a.

 framework/Share/lib/Horde/Share/Sql.php   |    6 +++---
 framework/Share/lib/Horde/Share/Sqlng.php |    6 +++---
 framework/Share/package.xml               |    4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/0cdd9e9d58135f152973c3c4648f32f312d8bb92</description> 
   <pubDate>Thu, 08 Mar 2012 21:47:16 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11045#t70653</link> 
  </item> 
   
  <item> 
   <title>Typo fixed by:

55f60efb24d39dd1758a21b130a71e058d457462</title> 
   <description>Typo fixed by:

55f60efb24d39dd1758a21b130a71e058d457462</description> 
   <pubDate>Thu, 08 Mar 2012 21:48:54 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11045#t70654</link> 
  </item> 
   
  <item> 
   <title>List shares is now caching a false value if $sharelist is em</title> 
   <description>List shares is now caching a false value if $sharelist is empty.
$this-&gt;_listcache[$key] = empty($sharelist) ? false : $sharelist;

The problem is that on the first run the method will return false, but on the second run, because of:
return is_array($this-&gt;_listcache[$key]) ? $this-&gt;_listcache[$key] : array();

it will return an empty array.
Shouldn&#039;t it always return an empty array?</description> 
   <pubDate>Wed, 14 Mar 2012 14:58:16 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11045#t70714</link> 
  </item> 
   
  <item> 
   <title>This has been fixed already.</title> 
   <description>This has been fixed already.</description> 
   <pubDate>Wed, 14 Mar 2012 15:14:00 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11045#t70715</link> 
  </item> 
   
  <item> 
   <title>Sorry forgot to check the develop branch

&gt; This has been </title> 
   <description>Sorry forgot to check the develop branch

&gt; This has been fixed already.
</description> 
   <pubDate>Wed, 14 Mar 2012 17:05:52 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11045#t70716</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit fc4877ab48a2</title> 
   <description>Changes have been made in Git (master):

commit fc4877ab48a28d5375f7a42af4989e179c24f58c
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
Date:   Thu Mar 8 00:18:02 2012 -0500

    [mjr] Properly cache empty listShares results (Bug #11045).

 framework/Share/lib/Horde/Share/Sql.php   |    6 +++---
 framework/Share/lib/Horde/Share/Sqlng.php |    6 +++---
 framework/Share/package.xml               |    4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/fc4877ab48a28d5375f7a42af4989e179c24f58c</description> 
   <pubDate>Wed, 29 Aug 2012 12:32:25 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11045#t72496</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit 2424ea5ba64f</title> 
   <description>Changes have been made in Git (master):

commit 2424ea5ba64ffb9e566cc148f6db9c8497d0e99a
Author: Michael M Slusarz &lt;slusarz@horde.org&gt;
Date:   Thu Mar 8 12:38:11 2012 -0700

    Revert &quot;[mjr] Properly cache empty listShares results (Bug #11045).&quot;
    
    This reverts commit fc4877ab48a28d5375f7a42af4989e179c24f58c.
    
    This is causing fatal errors on any access to Turba.

 framework/Share/lib/Horde/Share/Sql.php   |    6 +++---
 framework/Share/lib/Horde/Share/Sqlng.php |    6 +++---
 framework/Share/package.xml               |    4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/2424ea5ba64ffb9e566cc148f6db9c8497d0e99a</description> 
   <pubDate>Wed, 29 Aug 2012 12:32:34 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11045#t72497</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit 0cdd9e9d5813</title> 
   <description>Changes have been made in Git (master):

commit 0cdd9e9d58135f152973c3c4648f32f312d8bb92
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
Date:   Thu Mar 8 16:44:44 2012 -0500

    Revert &quot;Revert &quot;[mjr] Properly cache empty listShares results (Bug #11045).&quot;&quot;
    
    This reverts commit 2424ea5ba64ffb9e566cc148f6db9c8497d0e99a.

 framework/Share/lib/Horde/Share/Sql.php   |    6 +++---
 framework/Share/lib/Horde/Share/Sqlng.php |    6 +++---
 framework/Share/package.xml               |    4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/0cdd9e9d58135f152973c3c4648f32f312d8bb92</description> 
   <pubDate>Wed, 29 Aug 2012 12:32:38 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11045#t72498</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
