Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| bugs [05-05-2008 17:47] – 79.175.204.86 | bugs [17-11-2016 12:34] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| {{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 ==== | ||
| - | * category management (edit, delete) not complete | ||
| - | * add to category and delete from category has no effect (at least in Firefox 3b5 Linux and Firefox 2 Windows) | ||
| * < | * < | ||
| * < | * < | ||
| Line 74: | Line 101: | ||
| * < | * < | ||
| * < | * < | ||
| - | |||
| - | |||