root / nephthys_addressbook.php

View | Annotate | Download (8.2 KB)

# Date Author Comment
bc003de0 12/25/2008 09:51 AM Andreas Unterkircher

reorder output handling, resolves #137

  • NEPHTHYS_TMPL will return results to the caller function
    instead of printing them directly.
  • NEPHTHYS init() is the only function outside NEPHTHYS_RPC
    which will invoking print() to output the initial
    template content of index.tpl...
de253b48 12/02/2008 08:28 PM Andreas Unterkircher

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 <>

ae2d18b9 10/29/2008 06:53 PM Andreas Unterkircher

sort by owner is now done by user-name, not by user-id, fixes #101

Signed-off-by: Andreas Unterkircher <>

fbaee801 10/28/2008 08:35 PM Andreas Unterkircher

sort columns, resolves #37

Signed-off-by: Andreas Unterkircher <>

b340940a 10/26/2008 01:07 PM Andreas Unterkircher

for error/warning use the general _error() function, fixes #99

Signed-off-by: Andreas Unterkircher <>

e5ea37f1 08/04/2008 08:38 PM Andreas Unterkircher

address-book can now store contact fullname too, refs #50

Signed-off-by: Andreas Unterkircher <>

ccc35b9d 07/30/2008 08:09 PM Andreas Unterkircher

correctly handle special characters and umlauts, fixes #46

Signed-off-by: Andreas Unterkircher <>

4a23938d 07/28/2008 09:01 PM Andreas Unterkircher

add some missing translation to language files

Signed-off-by: Andreas Unterkircher <>

b392cb9b 07/28/2008 08:03 PM Andreas Unterkircher

vim modelines for all Nephthys PHP files, refs #44

Signed-off-by: Andreas Unterkircher <>

9a37d81c 07/28/2008 07:35 PM Andreas Unterkircher

update GPLv2 headers to GPLv3 headers in PHP code, resolveѕ #43

Signed-off-by: Andreas Unterkircher <>

c70b4618 07/27/2008 07:19 AM Andreas Unterkircher

support for different languages, refs #1

Signed-off-by: Andreas Unterkircher <>

b1fa0a38 07/09/2008 08:39 PM Andreas Unterkircher

use prepare() and execute() for data manipulating queries which then will auto-quote, refs #29

Signed-off-by: Andreas Unterkircher <>

d08c99b8 07/06/2008 05:02 PM Andreas Unterkircher

internal address book, include autosuggest, refs #18

Signed-off-by: Andreas Unterkircher <>