<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to patches</title><link>https://sourceforge.net/p/docmgr/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/docmgr/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 27 Mar 2011 18:20:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/docmgr/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>French translation for DocMGR 1.x</title><link>https://sourceforge.net/p/docmgr/patches/27/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Here is French translation of the lang files (Quick done ; may have some mistakes...)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jerome BONIN</dc:creator><pubDate>Sun, 27 Mar 2011 18:20:48 -0000</pubDate><guid>https://sourceforge.net83adefc3dad709706183b3feff10b27f05b1e3a0</guid></item><item><title>permission issue</title><link>https://sourceforge.net/p/docmgr/patches/26/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have installed docmgr 1.0 RC17, which was missing the docmgr.pgsql, I installed the script form 1.0 RC6 and then ran the upgrade from RC6&lt;br /&gt;
The problem is when I login the first time as admin I get the following error:&lt;/p&gt;
&lt;p&gt;Array ( [0] =&amp;gt; You do not have permissions to create objects [1] =&amp;gt; ) &lt;/p&gt;
&lt;p&gt;I do not know what causes this error, the apache user own the docmgr directory as was specified in the instructions, HELP!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SaadB</dc:creator><pubDate>Fri, 17 Dec 2010 23:13:41 -0000</pubDate><guid>https://sourceforge.net4ef3be1b158a626e3fd5c3ecfdfef50cd1a0814f</guid></item><item><title>1.0 RC17: patch to get permission to move to root</title><link>https://sourceforge.net/p/docmgr/patches/25/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;This patch permits to move objects to root for non admin users who have the "create in root" permission.&lt;/p&gt;
&lt;p&gt;Best regards.&lt;/p&gt;
&lt;p&gt;Guillaume&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 03 Dec 2010 14:18:12 -0000</pubDate><guid>https://sourceforge.net1dd82a3d4f297e3d017a7b1431b1e9167de408ff</guid></item><item><title>French language (0.58)</title><link>https://sourceforge.net/p/docmgr/patches/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Here is a French version for the lang directory&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jerome BONIN</dc:creator><pubDate>Wed, 13 Oct 2010 14:52:48 -0000</pubDate><guid>https://sourceforge.neteef2c31f4cf1a50e81e7ef8e831e8ade9315394a</guid></item><item><title>Fixed sendmail location on Debian</title><link>https://sourceforge.net/p/docmgr/patches/23/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;the /lib/email.php uses relative, hard-coded usage of sendmail binary, I suppose it should be called via $APP_SENDMAIL configuration variable.&lt;/p&gt;
&lt;p&gt;-- &lt;br /&gt;
Ondrej Cecak&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 21 Aug 2010 12:26:52 -0000</pubDate><guid>https://sourceforge.net8bcc3e60a79b355c84a2cb0e10a46a24fdc5fafd</guid></item><item><title>LDAP auth doesn't get password from cookie</title><link>https://sourceforge.net/p/docmgr/patches/22/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When using LDAP authentication, there is no account made of the fact that if the password is taken from the cookie due to session timeout, then it will already be encrypted.&lt;/p&gt;
&lt;p&gt;Fix: ldap.inc.php; function password_check(...)&lt;/p&gt;
&lt;p&gt;$ldap_pw = substr($accountInfo["userPassword"][0],7);&lt;br /&gt;
+        if ($password == $ldap_pw) &lt;br /&gt;
+              $cryptpw = $password;&lt;br /&gt;
+       else&lt;br /&gt;
$cryptpw = returnCryptPassword($password,$ldap_pw);&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian Catley</dc:creator><pubDate>Thu, 13 Aug 2009 12:09:44 -0000</pubDate><guid>https://sourceforge.net6ff5b20180e4edcc5d5e365fc84a3bfe16247558</guid></item><item><title>Added Support for Tesseract, CBR Files and view diskspace</title><link>https://sourceforge.net/p/docmgr/patches/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;I added Support for Tesseract (OCR Software hosted on Google Code. Should be superior than ocrad or gocr. For my files the result are excellent even without training tesseract) and for CBR files (Comic Books files). There are also one minor change in the menu admin/statistics. Available free space of the DATA_DIR is shown. Consider this as a beta version. It works on my machine, so if you encounter an error please drop me a line.&lt;/p&gt;
&lt;p&gt;First of all you have to install tesseract and unrar (uses by CBR files. There is no sanity check by now. Without unrar thumbnailing of CBR files will produce a failure). Maybe you like to apply the patch from OCRpus (s. Google Code).&lt;/p&gt;
&lt;p&gt;You have to apply the path with "patch -p0 &amp;lt; docmgr-0.57.3-02-07-2009.diff" in the parent directory of your docmgr installation (named doc/ in the following lines). It would be in ../doc.&lt;/p&gt;
&lt;p&gt;Copy cbz.png and cbr.png into doc/themes/default/fileicons.&lt;/p&gt;
&lt;p&gt;Copy freeSpace.php into doc/lib&lt;/p&gt;
&lt;p&gt;Thats it. In the menu admin/external Apps on the right side you should see the following lines:&lt;br /&gt;
Tesseract Support&lt;br /&gt;
Tesseract is active &lt;/p&gt;
&lt;p&gt;This is my first patch made with diff. It works for me with a unmodified version of docmgr-0.57.3. If you encounter any trouble or have any question do not hesitate to write me a mail.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Danny Gerst</dc:creator><pubDate>Sat, 07 Feb 2009 22:01:15 -0000</pubDate><guid>https://sourceforge.net3a5941f08e8e97e039ee2a7a0f1f78e515d2d740</guid></item><item><title>Add docmgr icon to favorites.</title><link>https://sourceforge.net/p/docmgr/patches/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Add this:&lt;/p&gt;
&lt;p&gt;&amp;lt;LINK rel="SHORTCUT ICON" href="/docmgr/docmgrlogo.ico"&amp;gt;&lt;/p&gt;
&lt;p&gt;To this file /themes/default/layout/logo.php.&lt;/p&gt;
&lt;p&gt;Add the attached condensed logo to the docmgr folder.&lt;/p&gt;
&lt;p&gt;I hope it does not offend anyone that I modified the logo to make it as small as possible.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gimili</dc:creator><pubDate>Tue, 13 Nov 2007 12:58:31 -0000</pubDate><guid>https://sourceforge.net9f75e37905d66205d94852fb435c8cd227356725</guid></item><item><title>German language</title><link>https://sourceforge.net/p/docmgr/patches/19/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;German language files for version 0.57.3&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wuerl</dc:creator><pubDate>Tue, 06 Mar 2007 19:37:14 -0000</pubDate><guid>https://sourceforge.net288d9bf9df87976f50358e4765aabbbf95879c21</guid></item><item><title>Brazilian Portuguese for 0.56.3</title><link>https://sourceforge.net/p/docmgr/patches/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I translated version 0.56.3 for the Brazilian&lt;br /&gt;
Portuguese. Contact in the email&lt;br /&gt;
marcos.felisberto@gmail.com.&lt;/p&gt;
&lt;p&gt;Eu traduzi a versão 0.56.3 para o Português Brasileiro.&lt;br /&gt;
Quem precisar, entre em contato no email&lt;br /&gt;
marcos.felisberto@gmail.com.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 18 Jul 2006 15:59:31 -0000</pubDate><guid>https://sourceforge.net236d7bc043f1b74ab594283b7759104fed349964</guid></item></channel></rss>