View | Annotate | Download (8.2 KB)
reorder output handling, resolves #137
further rely on prepared SQL statements and no longer do quoting ourself, fixes #113
switch from ordinary MySQL to MySQLi interface, as it better support prepared statements
completely remove escape() function as it is no longer used
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
sort by owner is now done by user-name, not by user-id, fixes #101
sort columns, resolves #37
for error/warning use the general _error() function, fixes #99
address-book can now store contact fullname too, refs #50
correctly handle special characters and umlauts, fixes #46
add some missing translation to language files
vim modelines for all Nephthys PHP files, refs #44
update GPLv2 headers to GPLv3 headers in PHP code, resolveѕ #43
support for different languages, refs #1
use prepare() and execute() for data manipulating queries which then will auto-quote, refs #29
internal address book, include autosuggest, refs #18