root / nephthys_profile.php

View | Annotate | Download (6.6 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 <>

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

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

Signed-off-by: Andreas Unterkircher <>

0c545690 10/11/2008 09:49 AM Andreas Unterkircher

avoid a warning message for users with deny-password-change-flag when they update their profiles, fixes #86

Signed-off-by: Andreas Unterkircher <>

1ee643b7 10/10/2008 01:23 PM Andreas Unterkircher

make password changes again possible via 'My Profile', fixes #84

Signed-off-by: Andreas Unterkircher <>

ec4319a4 10/05/2008 10:40 AM Andreas Unterkircher

new flag to deny user to change his password, refs #71

  • upgrade of database schema to version 6
    additional column user_deny_chpwd in nephthys_users
  • update language files
  • update templates to reflect changes

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

69f0963f 07/12/2008 07:40 AM Andreas Unterkircher

cleanup code to avoid warning and notice messages, fixes #35
update dist config and default config to use /srv instead /var

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

84741d30 07/07/2008 07:59 PM Andreas Unterkircher

escape HTML entities on submitting forms with PHP's htmlentities(), resolvs #20

Signed-off-by: Andreas Unterkircher <>

31710e0c 05/17/2008 09:38 AM Andreas Unterkircher

issue17, no longer possible to save an invalid email address

Signed-off-by: Andreas Unterkircher <>

af5a4c47 05/06/2008 12:22 PM Andreas Unterkircher

fix SQL-syntax error

Signed-off-by: Andreas Unterkircher <>

4e04a610 05/06/2008 12:21 PM Andreas Unterkircher

fix SQL-syntax error

Signed-off-by: Andreas Unterkircher <>

a7e2fd8c 04/19/2008 02:04 PM Andreas Unterkircher

issue11, allow auto-created users to change their email address

Signed-off-by: Andreas Unterkircher <>

263d7067 04/19/2008 02:04 PM Andreas Unterkircher

issue11, allow auto-created users to change their email address

Signed-off-by: Andreas Unterkircher <>

71d037fc 04/19/2008 01:37 PM Andreas Unterkircher

issue9, fix editing profile

Signed-off-by: Andreas Unterkircher <>

017c4db4 03/23/2008 03:21 PM Andreas Unterkircher

let user set default-expiration time in his profile

Signed-off-by: Andreas Unterkircher <>

b77ba60d 03/23/2008 03:13 PM Andreas Unterkircher

prefix login credentials with login_ instead of user_ to avoid confusion when handling users in users or profile module

Signed-off-by: Andreas Unterkircher <>

3a36047f 03/23/2008 09:58 AM Andreas Unterkircher

remove has_user_priv() and use check_privileges() instead. fix user-update when password has not changed

Signed-off-by: Andreas Unterkircher <>

d8166861 03/23/2008 09:09 AM Andreas Unterkircher

let user edit his profile

Signed-off-by: Andreas Unterkircher <>