<?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>db_migrate filtered appsFix</title> 
  <pubDate>Fri, 10 Apr 2026 17:28:11 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/8846</link> 
  <atom:link rel="self" type="application/rss+xml" title="db_migrate filtered appsFix" href="https://bugs.horde.org/ticket/8846/rss" /> 
  <description>db_migrate filtered appsFix</description> 
 
   
   
  <item> 
   <title>db_migrate can&#039;t update all installed apps, eg &#039;content&#039;.
</title> 
   <description>db_migrate can&#039;t update all installed apps, eg &#039;content&#039;.

the default filter $GLOBALS[&#039;registry&#039;]-&gt;listApps() is set to ( &#039;notoolbar&#039;, &#039;active&#039;).

Quick fix :
- if (!in_array($app, $GLOBALS[&#039;registry&#039;]-&gt;listApps(array()))) {
+ if (!in_array($app, $GLOBALS[&#039;registry&#039;]-&gt;listApps(array(&#039;inactive&#039;, &#039;hidden&#039;, &#039;notoolbar&#039;, &#039;heading&#039;, &#039;block&#039;, &#039;admin&#039;, &#039;active&#039;)))) {

I don&#039;t know if you want to run db_migrate on apps with status = &#039;inactive&#039;.
</description> 
   <pubDate>Mon, 01 Feb 2010 15:55:42 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8846#t57817</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

List all app</title> 
   <description>Changes have been made in Git for this ticket:

List all applications, not just active ones (rsalmon (at) mbpgroup (dot) com, Bug #8846)

http://git.horde.org/diff.php/horde/bin/db_migrate?rt=horde-git&amp;r1=c47b942008a20196a5bb01f72164e9e63019ec2c&amp;r2=9139fa8926b79116c5024a7b29df5d081f5a9cd8</description> 
   <pubDate>Thu, 04 Feb 2010 15:32:16 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8846#t57846</link> 
  </item> 
   
  <item> 
   <title>Committed, thanks.</title> 
   <description>Committed, thanks.</description> 
   <pubDate>Thu, 04 Feb 2010 15:32:43 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8846#t57847</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

List all app</title> 
   <description>Changes have been made in Git for this ticket:

List all applications, not just active ones (rsalmon (at) mbpgroup (dot) com, Bug #8846)

http://git.horde.org/diff.php/horde/bin/db_migrate?rt=horde-git&amp;r1=c47b942008a20196a5bb01f72164e9e63019ec2c&amp;r2=9139fa8926b79116c5024a7b29df5d081f5a9cd8</description> 
   <pubDate>Sat, 06 Feb 2010 06:15:23 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8846#t57880</link> 
  </item> 
   
  <item> 
   <title>&gt; Changes have been made in Git for this ticket:
&gt;
&gt; List </title> 
   <description>&gt; Changes have been made in Git for this ticket:
&gt;
&gt; List all applications, not just active ones (rsalmon (at) mbpgroup 
&gt; (dot) com, Bug #8846)
&gt;
&gt; http://git.horde.org/diff.php/horde/bin/db_migrate?rt=horde-git&amp;r1=c47b942008a20196a5bb01f72164e9e63019ec2c&amp;r2=9139fa8926b79116c5024a7b29df5d081f5a9cd8

this is sending several strings, not an array as expected by listApps :

listApps(array(&#039;inactive&#039;, &#039;hidden&#039;, &#039;notoolbar&#039;, &#039;heading&#039;, &#039;block&#039;, &#039;admin&#039;, &#039;active&#039;))
</description> 
   <pubDate>Mon, 08 Feb 2010 08:57:30 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8846#t57896</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

Fix argument</title> 
   <description>Changes have been made in Git for this ticket:

Fix argument passing (Bug #8846).

http://git.horde.org/diff.php/horde/bin/db_migrate?rt=horde-git&amp;r1=242acc9bf080088f01bfb84ef5ae66ab2efba642&amp;r2=4bea67f7f2ab5f8a23133e9df157c7ebddf3c1ac</description> 
   <pubDate>Mon, 08 Feb 2010 09:16:38 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8846#t57897</link> 
  </item> 
   
  <item> 
   <title>Fixed, thanks!</title> 
   <description>Fixed, thanks!</description> 
   <pubDate>Mon, 08 Feb 2010 09:17:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8846#t57898</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

Fix argument</title> 
   <description>Changes have been made in Git for this ticket:

Fix argument passing (Bug #8846).

http://git.horde.org/diff.php/horde/bin/db_migrate?rt=horde-git&amp;r1=242acc9bf080088f01bfb84ef5ae66ab2efba642&amp;r2=4bea67f7f2ab5f8a23133e9df157c7ebddf3c1ac</description> 
   <pubDate>Wed, 10 Feb 2010 19:27:30 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8846#t57925</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
