root / nephthys_tmpl.php

View | Annotate | Download (10.6 KB)

# Date Author Comment
7831391e 06/05/2011 03:21 PM Andreas Unterkircher

PHP 5.3 compatibility - replace split() and ereg, resolves #391

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...
af004dfa 12/25/2008 09:28 AM Andreas Unterkircher

move javascript calls out of href parameters, resolves #108

  • all <a href>'s are now free off invoking javascript functions.
    instead the onclick() events are getting used.
  • ajaxtabs are still old-fashined equipped href's

Signed-off-by: Andreas Unterkircher <>

e0eec83a 12/16/2008 08:47 PM Andreas Unterkircher

make location of template engine cache directories configureable, resolves #134

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

385f188a 10/26/2008 08:07 AM Andreas Unterkircher

notify owner when bucket has expired, resolves #96

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

2bf77cf3 07/20/2008 10:39 AM Andreas Unterkircher

new user-permission for unprivileged users to create long-time buckets, resolves #41

Signed-off-by: Andreas Unterkircher <>

dcf31c83 07/20/2008 09:53 AM Andreas Unterkircher

move images and icons to default-theme directory, resolves #39

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

f8489c50 06/29/2008 10:27 AM Andreas Unterkircher

common save-button, closes #12 * save_button.tpl smarty template * disk.png - floppy disk icon

Signed-off-by: Andreas Unterkircher <>

88e8c926 06/29/2008 09:45 AM Andreas Unterkircher

GUI design rework, refs #10

  • more brighter color of content-box and tab-border
  • underline hovering links
  • minimize usage of HTML tables
  • move big amount of style definition to css file

Signed-off-by: Andreas Unterkircher <>

c170abeb 06/29/2008 09:32 AM Andreas Unterkircher

Record database version, closes #11

  • new table nephthys_meta
  • store current database version in nephthys_meta
  • display current database version in about-page

Signed-off-by: Andreas Unterkircher <>

524f818d 06/22/2008 05:44 PM Andreas Unterkircher

enable/disable WebDAV and FTP support, refs #6

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

0a410f73 03/23/2008 09:19 AM Andreas Unterkircher

new privilege-check function check_privilege()

Signed-off-by: Andreas Unterkircher <>

28fad955 03/22/2008 11:20 AM Andreas Unterkircher

edit bucket

Signed-off-by: Andreas Unterkircher <>

10c3d3f3 03/22/2008 10:09 AM Andreas Unterkircher

new expiration-list smarty function to create expiration-dropdown list

Signed-off-by: Andreas Unterkircher <>

6ca17b5b 03/22/2008 09:19 AM Andreas Unterkircher

show owner in bucket-list for privileged users. correctly import users email for user-privileged users

Signed-off-by: Andreas Unterkircher <>

f49348b2 03/22/2008 08:19 AM Andreas Unterkircher

rearrange code and display bucket list

Signed-off-by: Andreas Unterkircher <>

2d3cfe88 03/21/2008 08:13 PM Andreas Unterkircher

move some template functions from the NEPHTHYS main class to the template class

Signed-off-by: Andreas Unterkircher <>

28a2b576 03/21/2008 07:43 PM Andreas Unterkircher

only show user and group tab when privilege admin is set for the user

Signed-off-by: Andreas Unterkircher <>

5453eb2a 03/21/2008 04:50 PM Andreas Unterkircher

login and logout

Signed-off-by: Andreas Unterkircher <>

848b4dbd 03/20/2008 08:30 PM Andreas Unterkircher

instead of slots we are talking now about buckets

Signed-off-by: Andreas Unterkircher <>

123b4741 03/19/2008 10:19 PM Andreas Unterkircher

first code for managing users

Signed-off-by: Andreas Unterkircher <>

e5080fd1 03/08/2008 12:18 PM Andreas Unterkircher

fix some session handling

Signed-off-by: Andreas Unterkircher <>

57ce528e 03/08/2008 09:53 AM Andreas Unterkircher

further development

Signed-off-by: Andreas Unterkircher <>

b2ccb86e 03/08/2008 09:36 AM Andreas Unterkircher

additional smarty function

Signed-off-by: Andreas Unterkircher <>

d507c3ee 03/08/2008 09:11 AM Andreas Unterkircher

initial import of NEPHTHYS_DB() class

Signed-off-by: Andreas Unterkircher <>