<?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/simplgroup/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/simplgroup/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 26 Jul 2012 14:36:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/simplgroup/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>Extension SGS_MandatorCustomer_0.2.tar.gz</title><link>https://sourceforge.net/p/simplgroup/patches/20/</link><description>This module manages the supply relationships between a company and its customers.
The module also allows the creation of PDF file type with customer data.
Requires the fpdf class \(http://www.fpdf.org/\) and fpdf\_extendtable class \(http://www.vonderborn.com/extended-tables-with-fpdf.php\)
that were already included in the archive.

To make the creation of PDF you must modify your /etc/apache2/sites-enabled/000-default or/etc/apache2/sites-available/default
according with this http://webhelp.ucs.ed.ac.uk/services/mysql/hide-pass.php

Massimo Arnaudo
arnaudo.massimo@gmail.com</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Massimo Arnaudo</dc:creator><pubDate>Thu, 26 Jul 2012 14:36:07 -0000</pubDate><guid>https://sourceforge.netdf7a736df6b0c7c413dceedbbdd2299190ee584f</guid></item><item><title>synchronizing Birthdays before 1970-01-01</title><link>https://sourceforge.net/p/simplgroup/patches/19/</link><description>Birthdays before 1970-01-01 are not synchronized by funambol because of view fnbl\_simple\_contacts\_exp
Workaround:
WHEN \(\`simple\_contacts\`.\`birthday\` &amp;lt; 0\) THEN \(\_utf8\'1970-01-02\' + INTERVAL \`simple\_contacts\`.\`birthday\` SECOND\)

SQL script attached</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ben</dc:creator><pubDate>Fri, 27 Jan 2012 20:01:37 -0000</pubDate><guid>https://sourceforge.net56d7a8d1ba7cddf07b44ab934bf8962e63768056</guid></item><item><title>ptPT.lang new version</title><link>https://sourceforge.net/p/simplgroup/patches/18/</link><description>Corrected the tag \{t\}en\{/t\} to ptPT</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pedro Silva</dc:creator><pubDate>Thu, 29 Dec 2011 13:49:30 -0000</pubDate><guid>https://sourceforge.nete2a88da0c2eae9d828f1c7171721ca30b25ec4d7</guid></item><item><title>New translation file for ptPt language</title><link>https://sourceforge.net/p/simplgroup/patches/17/</link><description>Hello,

Please find attached the language file ptPT.lang with a translation for Portugal / Português, based on the master.lang file from SG version 0.730.

Thank you very much for your work and this software.

Best regards,</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pedro Silva</dc:creator><pubDate>Mon, 19 Dec 2011 16:05:55 -0000</pubDate><guid>https://sourceforge.net410dfdffeff0031d6ed369e77b78b929621da1fb</guid></item><item><title>singlebutton for locations calendar</title><link>https://sourceforge.net/p/simplgroup/patches/16/</link><description>Hello,
what do you thing about singebuton in module locations for its calendar?

Jan Benda
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 01 Dec 2011 18:41:56 -0000</pubDate><guid>https://sourceforge.netabf890987a8f7669842cea848308df50cc5cb8b1</guid></item><item><title>SyncMoreFields</title><link>https://sourceforge.net/p/simplgroup/patches/15/</link><description>Hello,
i have made an extension that can improve the number of fields synchronizable between SG and Funambol.
It organize the fields in the view CONTACTS with a new tab.
I have made a file with extension SQL, to change two views inside the database, but I do not know how make this action by SG \(and i am not a programmer...\).

I have improved the Italian translation with the new fields, if you think the extension work fine, i will send you.

I hope you like this extension\!

Best Regards
Massimo</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Massimo Arnaudo</dc:creator><pubDate>Thu, 11 Aug 2011 15:02:07 -0000</pubDate><guid>https://sourceforge.netd7af21539df70eb42409f7e7d5a824e24f1b20af</guid></item><item><title>Bug in calendar.xml</title><link>https://sourceforge.net/p/simplgroup/patches/14/</link><description>Attached corrected "calendar.xml" Field "unitl" should have simple-type "id"  as in earler editions instead of "int" as per 7.06 and 7.07 which results in a SQL-error

attached  corrected verion of 7.07

So long

Ronald</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 03 Mar 2011 08:23:11 -0000</pubDate><guid>https://sourceforge.net1d73ca8a2bcbf905879b0a9a32bad2c5d4147397</guid></item><item><title>LDAP authorization notices and warnings fix</title><link>https://sourceforge.net/p/simplgroup/patches/13/</link><description>When anonymous LDAP authorization is selected in conjuction with Automatic \(SQL\) user acc creation, these warning and notices are generated on first login:

Php Notice: 10/10/12 23:46:55 Undefined index: permission\_sql /var/www/groupware.office.arkon.hu/bin/core/functions.php 691
Php Notice: 10/10/12 23:46:55 Undefined index: groups /var/www/groupware.office.arkon.hu/bin/core/functions.php 733
Php Notice: 10/10/12 23:46:55 Undefined index: new /var/www/groupware.office.arkon.hu/bin/core/functions.php 843
Php Warning: 10/10/12 23:46:55 array\_keys\(\) expects parameter 1 to be array, null given /var/www/groupware.office.arkon.hu/bin/core/classes/sgsml.php 40

The modifications in the attached files prevent these, by using "is\_array\(\)", "isset\(\)" checking and the "@" operator.

Attached files:
src/core/functions.php

src/core/classes/sgsml.php

</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Laszlo Hajdu</dc:creator><pubDate>Thu, 14 Oct 2010 15:07:14 -0000</pubDate><guid>https://sourceforge.netd11676c47bbfc1e60226ce2b920de374935ee05e</guid></item><item><title>[Simple Spreadsheet] row delete bug</title><link>https://sourceforge.net/p/simplgroup/patches/12/</link><description>Removing row 4 of following CSV data in simple spredsheet removes unwanted data :
,
,
,,,,"a"
,
,,,,"b"
,,,,"p"
,,,,"c"
,
,
,,,,"e"
,
,,,,"z"
,
,,,,"bpcez","ab"
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Omar BENHAMID</dc:creator><pubDate>Tue, 10 Aug 2010 12:22:21 -0000</pubDate><guid>https://sourceforge.netbe1911a189111318b8477765ef2ed497fe28db41</guid></item><item><title>Fixed Error with deleted Subfolders in Folder Templates</title><link>https://sourceforge.net/p/simplgroup/patches/11/</link><description>When customizing Folder templates and deleting some of the subfolders \(for instance in /bin/modules/core/projects.xml\) then the new\_project trigger \(user/department\) will fail with an error.
The patch fixes this error and has an auto-number function for the portal-elements.

Bye
Rudi</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RFK</dc:creator><pubDate>Thu, 08 Apr 2010 14:16:03 -0000</pubDate><guid>https://sourceforge.net9d7e3ecb99d5e7adbde501366c4e3bac73d38404</guid></item></channel></rss>