<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://iaddressbook.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>PHP iAddressBook</title>
    <subtitle></subtitle>
    <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/"/>
    <id>http://iaddressbook.org/wiki/</id>
    <updated>2010-08-04T22:03:07+02:00</updated>
    <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
<link rel="self" type="application/atom+xml" href="http://iaddressbook.org/wiki/feed.php" />
    <entry>
        <title>bugs</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/bugs?rev=1263639060&amp;do=diff"/>
        <published>2010-01-16T11:51:00+02:00</published>
        <updated>2010-01-16T11:51:00+02:00</updated>
        <id>http://iaddressbook.org/wiki/bugs?rev=1263639060&amp;do=diff</id>
        <summary>Try this code in iaddressbook/functions/module_birthday.php, line 30, to fix end-of-year bug:


 $sql  = &quot;SELECT * FROM &quot;.$db_config['dbtable_ab'].
 $sql .= &quot; WHERE ((MONTH(birthdate) = MONTH(NOW()) OR MONTH(birthdate) = MONTH(NOW()) + 1) AND MONTH(NOW()) != 12)&quot;;
 $sql .= &quot; OR ((MONTH(birthdate) = 12 OR MONTH(birthdate) = 1) AND MONTH(NOW()) = 12)&quot;;
 $sql .= &quot; ORDER BY DAYOFYEAR(birthdate) ASC LIMIT 100&quot;;</summary>
    </entry>
    <entry>
        <title>changelog</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/changelog?rev=1211824105&amp;do=diff"/>
        <published>2008-05-26T19:48:25+02:00</published>
        <updated>2008-05-26T19:48:25+02:00</updated>
        <id>http://iaddressbook.org/wiki/changelog?rev=1211824105&amp;do=diff</id>
        <summary>Changes marked with :!: need some attention on upgrading! 

Version 1.0 (2008-05-26)

	*  fixed bug in birthday reminder: if there are no birthdays in the future but at least one in the past, the birthday 'none' label was not displayed
	*  fixed file creation modes. config setting $conf['fmode'] now has effect whenever a file is created
	*  fixed a bug in addressbook db handling
	*  fixed a minor GMT bug in date handling
	*  fixed image/format bug
	*  improved image handling: proc_open replaced …</summary>
    </entry>
    <entry>
        <title>demo</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/demo?rev=1211825670&amp;do=diff"/>
        <published>2008-05-26T20:14:30+02:00</published>
        <updated>2008-05-26T20:14:30+02:00</updated>
        <id>http://iaddressbook.org/wiki/demo?rev=1211825670&amp;do=diff</id>
        <summary>see &lt;http://iaddressbook.org/demo/&gt; for an online demonstration. 

To login with admin rights use:

username demo password demo 







You can also try all supported languages here:
 Supported Languages  Translation Status  Български   47%   Czech   39%   Deutsch   100%   English   100%   Español   38%   Esperanto   37%   Français   39%   Bahasa Indonesia   39%   Italiano   38%   Magyar   39%   Nederlands   38%   Português   38%   Русский   39%   Schwiizerdütsch    47%   Slovenčina   37%   Sáme…</summary>
    </entry>
    <entry>
        <title>development</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/development?rev=1211838049&amp;do=diff"/>
        <published>2008-05-26T23:40:49+02:00</published>
        <updated>2008-05-26T23:40:49+02:00</updated>
        <id>http://iaddressbook.org/wiki/development?rev=1211838049&amp;do=diff</id>
        <summary>Source Code &amp; Version Control


The source code for this project is currently hosted at SourceForge.net.

You can find the project details for PHP iAddressBook on SourceForge.net here.




The SVN repository is organised the usual way:

	*  The trunk tree contains the most recent development version.
	*  The branches tree contains subfolders for the different versions (0.9x, 1.0x etc.)
	*  The tags tree contains snapshots for all software releases ever made.</summary>
    </entry>
    <entry>
        <title>docs</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/docs?rev=1280815460&amp;do=diff"/>
        <published>2010-08-03T08:04:20+02:00</published>
        <updated>2010-08-03T08:04:20+02:00</updated>
        <id>http://iaddressbook.org/wiki/docs?rev=1280815460&amp;do=diff</id>
        <summary>Prerequisites / Dependencies

PHP iAddressbook does only have very little dependencies since I wanted it to work on as many systems as possible.

You will need:

	*  PHP (Version 4.3 or higher)
	*  a database (MySQL or SQLite, ADOdb is used as abstraction layer)
	*  (optional) iconv (if you want to import vcards that are not UTF-8 encoded)
	*  (optional) ImageMagick's convert or GD (if you want to import photos)</summary>
    </entry>
    <entry>
        <title>download</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/download?rev=1211824053&amp;do=diff"/>
        <published>2008-05-26T19:47:33+02:00</published>
        <updated>2008-05-26T19:47:33+02:00</updated>
        <id>http://iaddressbook.org/wiki/download?rev=1211824053&amp;do=diff</id>
        <summary>Array



:!: Refer to the Changelog if you are upgrading!

	*  
	*  
	*  
	*  
	*  
	*   (categories)
	*  
	*  
	*   (Template fixed for Internet Explorer)
	*  
	*  [iaddressbook_0.9.zip] (working, but misses a nice default template)</summary>
    </entry>
    <entry>
        <title>feature_requests</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/feature_requests?rev=1260477170&amp;do=diff"/>
        <published>2009-12-10T21:32:50+02:00</published>
        <updated>2009-12-10T21:32:50+02:00</updated>
        <id>http://iaddressbook.org/wiki/feature_requests?rev=1260477170&amp;do=diff</id>
        <summary>Feature Requests

	*  templates for printing of single cards and address lists
	*  localization for addresses in person view (different address templates for countries)</summary>
    </entry>
    <entry>
        <title>home</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/home?rev=1212527794&amp;do=diff"/>
        <published>2008-06-03T23:16:34+02:00</published>
        <updated>2008-06-03T23:16:34+02:00</updated>
        <id>http://iaddressbook.org/wiki/home?rev=1212527794&amp;do=diff</id>
        <summary>PHP iAddressBook is an address book for a single user. You can use it for Personal or Business Cards (it supports tons of fields), features a spotlight-like search, has transparent vCard import/export, multilanguage support, design templates and an intuitive interface. It aims at 100% compatibility to the AddressBook in Mac OS X.</summary>
    </entry>
    <entry>
        <title>roadmap</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/roadmap?rev=1212527879&amp;do=diff"/>
        <published>2008-06-03T23:17:59+02:00</published>
        <updated>2008-06-03T23:17:59+02:00</updated>
        <id>http://iaddressbook.org/wiki/roadmap?rev=1212527879&amp;do=diff</id>
        <summary>*  0.9 initial release
		*  add/edit/view contacts
		*  search contacts
		*  vcard import (import single and multiple cards, duplicate check)
		*  vcard export (single card export)
		*  multilanguage support
		*  photos in contacts
		*  template support</summary>
    </entry>
    <entry>
        <title>screenshots</title>
        <link rel="alternate" type="text/html" href="http://iaddressbook.org/wiki/screenshots?rev=1211838616&amp;do=diff"/>
        <published>2008-05-26T23:50:16+02:00</published>
        <updated>2008-05-26T23:50:16+02:00</updated>
        <id>http://iaddressbook.org/wiki/screenshots?rev=1211838616&amp;do=diff</id>
    </entry>
</feed>
