/[cvs]/nfo/php/libs/org.netfrag.flib/Tracker/User.php
ViewVC logotype

Log of /nfo/php/libs/org.netfrag.flib/Tracker/User.php

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Links to HEAD: (view) (annotate)
Sticky Tag:

Revision 1.23 - (view) (annotate) - [select for diffs]
Thu Aug 11 14:08:11 2005 UTC (18 years, 11 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +52 -1 lines
Diff to previous 1.22
+ added functions relating to TerminalUser


Revision 1.22 - (view) (annotate) - [select for diffs]
Wed Nov 17 16:14:47 2004 UTC (19 years, 7 months ago) by jonen
Branch: MAIN
Changes since 1.21: +5 -2 lines
Diff to previous 1.21
+ minor changes related to utf8 encoding


Revision 1.21 - (view) (annotate) - [select for diffs]
Wed Nov 3 14:13:21 2004 UTC (19 years, 8 months ago) by jonen
Branch: MAIN
Changes since 1.20: +5 -2 lines
Diff to previous 1.20
 small changes at create function


Revision 1.20 - (view) (annotate) - [select for diffs]
Thu Oct 7 14:08:51 2004 UTC (19 years, 9 months ago) by jonen
Branch: MAIN
Changes since 1.19: +9 -5 lines
Diff to previous 1.19
+ bufix related to save new-registered user-data


Revision 1.19 - (view) (annotate) - [select for diffs]
Tue Jun 22 09:18:47 2004 UTC (20 years ago) by jonen
Branch: MAIN
Changes since 1.18: +0 -1 lines
Diff to previous 1.18
removed debug dumps


Revision 1.18 - (view) (annotate) - [select for diffs]
Tue Jun 22 09:15:50 2004 UTC (20 years ago) by jonen
Branch: MAIN
Changes since 1.17: +8 -2 lines
Diff to previous 1.17
bugfix: use unique cache-keys at createGuest


Revision 1.17 - (view) (annotate) - [select for diffs]
Mon Jun 7 16:54:53 2004 UTC (20 years, 1 month ago) by joko
Branch: MAIN
Changes since 1.16: +8 -3 lines
Diff to previous 1.16
modified cache-key
added cache-control


Revision 1.16 - (view) (annotate) - [select for diffs]
Thu May 6 13:02:09 2004 UTC (20 years, 2 months ago) by jonen
Branch: MAIN
Changes since 1.15: +91 -12 lines
Diff to previous 1.15
+ added/modified functions related to User-Messages


Revision 1.15 - (view) (annotate) - [select for diffs]
Thu Mar 11 21:04:48 2004 UTC (20 years, 4 months ago) by jonen
Branch: MAIN
Changes since 1.14: +14 -4 lines
Diff to previous 1.14
+changed backend-functions to only get/save User ONLY not SOME object (security!)


Revision 1.14 - (view) (annotate) - [select for diffs]
Wed Jul 2 11:02:09 2003 UTC (21 years ago) by joko
Branch: MAIN
Changes since 1.13: +6 -2 lines
Diff to previous 1.13
+ fixed bug with create/_create


Revision 1.13 - (view) (annotate) - [select for diffs]
Fri Apr 4 02:15:09 2003 UTC (21 years, 3 months ago) by joko
Branch: MAIN
Changes since 1.12: +24 -2 lines
Diff to previous 1.12
renamed method of helper object


Revision 1.12 - (view) (annotate) - [select for diffs]
Mon Mar 3 21:20:47 2003 UTC (21 years, 4 months ago) by joko
Branch: MAIN
Changes since 1.11: +6 -3 lines
Diff to previous 1.11
mungled the namespaces


Revision 1.11 - (view) (annotate) - [select for diffs]
Fri Feb 14 14:22:06 2003 UTC (21 years, 4 months ago) by joko
Branch: MAIN
Changes since 1.10: +5 -2 lines
Diff to previous 1.10
+ always (re-)tries to connect


Revision 1.10 - (view) (annotate) - [select for diffs]
Thu Feb 13 21:58:39 2003 UTC (21 years, 4 months ago) by joko
Branch: MAIN
Changes since 1.9: +5 -2 lines
Diff to previous 1.9
+ caching mechanisms more configurable now


Revision 1.9 - (view) (annotate) - [select for diffs]
Sun Feb 9 17:46:26 2003 UTC (21 years, 5 months ago) by joko
Branch: MAIN
Changes since 1.8: +14 -18 lines
Diff to previous 1.8
+ now utilizing Data::Driver::Proxy and Data::Deep


Revision 1.8 - (view) (annotate) - [select for diffs]
Sat Dec 28 01:16:42 2002 UTC (21 years, 6 months ago) by jonen
Branch: MAIN
Changes since 1.7: +6 -2 lines
Diff to previous 1.7
+ added clear of $this->state[autologout] at 'hadTimeout()'


Revision 1.7 - (view) (annotate) - [select for diffs]
Mon Dec 23 11:32:28 2002 UTC (21 years, 6 months ago) by jonen
Branch: MAIN
Changes since 1.6: +23 -3 lines
Diff to previous 1.6
+ added inserting of uservars on '_create' to frontend db(needed to login user after create!)
  + added hard link to page 'pub/register', TODO: move this out here


Revision 1.6 - (view) (annotate) - [select for diffs]
Wed Dec 18 22:46:06 2002 UTC (21 years, 6 months ago) by jonen
Branch: MAIN
Changes since 1.5: +12 -5 lines
Diff to previous 1.5
+ added function 'getUserGuid()'
   (returns user's 'guid' read from database at function 'login()'  (now))
+ function '_loadData()' loads user remote now via 'getUserGuid()'


Revision 1.5 - (view) (annotate) - [select for diffs]
Thu Dec 12 21:34:32 2002 UTC (21 years, 6 months ago) by joko
Branch: MAIN
Changes since 1.4: +13 -5 lines
Diff to previous 1.4
+ fix in 'function update': invalidate data only if it's not for caching purposes


Revision 1.4 - (view) (annotate) - [select for diffs]
Fri Dec 6 04:10:28 2002 UTC (21 years, 7 months ago) by joko
Branch: MAIN
Changes since 1.3: +5 -2 lines
Diff to previous 1.3
+ replaced 'xyzCache' through 'xyzProxy'


Revision 1.3 - (view) (annotate) - [select for diffs]
Wed Dec 4 07:42:54 2002 UTC (21 years, 7 months ago) by jonen
Branch: MAIN
Changes since 1.2: +8 -3 lines
Diff to previous 1.2
+ changes according to backend schema change


Revision 1.2 - (view) (annotate) - [select for diffs]
Tue Dec 3 16:47:22 2002 UTC (21 years, 7 months ago) by joko
Branch: MAIN
Changes since 1.1: +10 -4 lines
Diff to previous 1.1
- function preLogout()
+ function preLogout($autologout = 0)
+ function hadTimeout()


Revision 1.1 - (view) (annotate) - [select for diffs]
Tue Nov 12 05:42:31 2002 UTC (21 years, 8 months ago) by joko
Branch: MAIN
+ initial checkin


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed