Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| bugs [09-07-2008 12:47] – Photos is not exported in vCard under Mac OS 10.5.4 on Intel Base Mac 62.80.190.238 | bugs [17-11-2016 12:34] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Bug Tracker ====== | ====== Bug Tracker ====== | ||
| - | Photo is not exported to vCard (2.1 or 3 version), string " | ||
| {{bug.png? | {{bug.png? | ||
| + | |||
| + | ==== Version 1.00 ==== | ||
| + | Try this code in iaddressbook/ | ||
| + | |||
| + | <code php> | ||
| + | | ||
| + | $sql .= " WHERE ((MONTH(birthdate) = MONTH(NOW()) OR MONTH(birthdate) = MONTH(NOW()) + 1) AND MONTH(NOW()) != 12)"; | ||
| + | $sql .= " OR ((MONTH(birthdate) = 12 OR MONTH(birthdate) = 1) AND MONTH(NOW()) = 12)"; | ||
| + | $sql .= " ORDER BY DAYOFYEAR(birthdate) ASC LIMIT 100"; | ||
| + | </ | ||
| + | |||
| + | This code exports LDIF to Mozilla Thunderbird, | ||
| + | |||
| + | iaddressbook/ | ||
| + | |||
| + | <code php> | ||
| + | $line[] .= rtrim(' | ||
| + | // $line[] .= rtrim(' | ||
| + | $line[] .= ' | ||
| + | $line[] .= ' | ||
| + | $line[] .= ' | ||
| + | $line[] .= 'cn: ' | ||
| + | // $line[] .= 'cn: ' | ||
| + | // $line[] .= 'cn: ' | ||
| + | </ | ||
| + | |||
| + | |||
| + | * Birthday reminder seems a little buggy with the new year. Since December, it only shows people born in january (although some contacts are born in december). | ||
| + | * The code has bugs in several files which prevent the program from being executed correctly. The code contains "<? | ||
| + | * [PHP 5.3] All occurences of " | ||
| + | * [PHP 5.3] All objects created by reference should be replaced by " | ||
| ==== Version 0.99 ==== | ==== Version 0.99 ==== | ||