Revisions for framework/Prefs/Identity.php

Location: [ Horde ] / framework / Prefs / Identity.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.1.2.12 FRAMEWORK_3 (+5 -1 lines) 06/12/2008 06:13 PM Jan Schneider jan

MFH: 1.14

Tags: HORDE_3_2_1

1.14 (+5 -1 lines) 06/12/2008 06:08 PM Jan Schneider jan

Load required Prefs.php.

1.1.2.11 FRAMEWORK_3 (+2 -5 lines) 06/06/2008 12:17 AM Chuck Hagenbuch chuck

MFH:
1.239     +2 -6      framework/Browser/Browser.php
1.49      +2 -6      framework/Crypt/Crypt.php
1.100     +2 -5      framework/Data/Data.php
1.188     +2 -5      framework/DataTree/DataTree.php
1.25      +2 -6      framework/Editor/Editor.php
1.30      +2 -5      framework/Form/Form/Action.php
1.221     +2 -5      framework/Form/Form/Renderer.php
1.18      +2 -6      framework/IMAP/IMAP/ACL.php
1.68      +2 -5      framework/Image/Image.php
1.122     +2 -6      framework/NLS/NLS.php
1.40      +2 -5      framework/Net_IMSP/IMSP.php
1.13      +2 -5      framework/Prefs/Identity.php
1.51      +2 -5      framework/Token/Token.php
1.7       +2 -5      framework/VFS/lib/VFS.php

1.13 (+2 -5 lines) 06/06/2008 12:15 AM Chuck Hagenbuch chuck

Short syntax for static initializers
Bug: 6837
Submitted by: Thomas Jarosch <thomas (dot) jarosch (at) intra2net (dot) com>

1.1.2.10 FRAMEWORK_3 (+13 -1 lines) 05/23/2008 10:36 PM Chuck Hagenbuch chuck

MFH:
1.12      +13 -1     framework/Prefs/Identity.php
1.1086    +1 -0      horde/docs/CHANGES

Tags: HORDE_3_2

1.12 (+13 -1 lines) 05/23/2008 10:33 PM Chuck Hagenbuch chuck

[cjh] Ensure users' email addresses are well-formed (Bug #6654).

1.1.2.9 FRAMEWORK_3 (+2 -2 lines) 01/02/2008 06:30 AM Jan Schneider jan

Happy New Year

Tags: HORDE_3_2_RC4, HORDE_3_2_RC3, HORDE_3_2_RC2

1.11 (+2 -2 lines) 01/02/2008 06:12 AM Jan Schneider jan

Happy New Year

1.1.2.8 FRAMEWORK_3 (+141 -14 lines) 12/20/2007 08:49 AM Jan Schneider jan

Merge from HEAD.

1.10 (+8 -1 lines) 08/28/2007 02:18 PM Michael M Slusarz slusarz

Fix generation of default e-mail address if using current identity.
Fix generation of default e-mail address if no fullname available.

Tags: BEFORE_MERGE_3_2, HORDE_3_2_RC1

1.1.2.7 FRAMEWORK_3 (+3 -2 lines) 05/07/2007 05:44 PM Jan Schneider jan

MFH: 1.9

Tags: HORDE_3_1_8, HORDE_3_1_7, HORDE_3_1_6, HORDE_3_1_5

1.9 (+3 -2 lines) 05/07/2007 05:41 PM Jan Schneider jan

An identity value can be empty causing a PHP warning.
Bug: 5332

Tags: HORDE_3_2_ALPHA

1.1.2.6 FRAMEWORK_3 (+2 -2 lines) 01/02/2007 08:54 AM Jan Schneider jan

Happy New Year

Tags: HORDE_3_1_4, HORDE_3_1_4_RC1

1.8 (+2 -2 lines) 01/02/2007 07:47 AM Jan Schneider jan

Happy New Year

1.7 (+2 -2 lines) 01/01/2007 07:40 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.1.2.5 FRAMEWORK_3 (+2 -2 lines) 12/06/2006 01:05 AM Chuck Hagenbuch chuck

MFH: Horde_Identity is not a package anymore.

1.6 (+2 -2 lines) 12/06/2006 01:05 AM Chuck Hagenbuch chuck

Horde_Identity is not a package anymore.
Bug: 4735

1.5 (+9 -18 lines) 11/22/2006 11:47 PM Chuck Hagenbuch chuck

[cjh] Rewrite the Prefs code to keep the same Prefs object through multiple
scope changes, instead of re-loading the Horde prefs, or prefs for
a scope that had already been loaded. Fixes bugs when making changes
to preferences and then switching scopes again (Bug #2838).

This is a big change to the prefs system, and while I've tested all of
it as best as I can, and the SQL driver I'm pretty confident in, this
needs testing before we even think about merging it. It would all be
BC, though.

Please let me know (or update the bug) if this works or doesn't work
for you, especially people using lots of hooks and other more edge
cases, and also let me know if you think it should be merged or not.

1.1.2.4 FRAMEWORK_3 (+2 -2 lines) 11/02/2006 05:54 PM Chuck Hagenbuch chuck

MFH 1.4

1.4 (+2 -2 lines) 11/02/2006 05:54 PM Chuck Hagenbuch chuck

Always silence unserialize errors.
Bug: 4615
Submitted by: vilius (at) lnk (dot) lt

1.1.2.3 FRAMEWORK_3 (+2 -2 lines) 09/26/2006 02:43 PM Chuck Hagenbuch chuck

MFH 1.3: default to the user the identity object was created for, not
Auth::getAuth().

1.3 (+6 -6 lines) 09/26/2006 02:41 PM Chuck Hagenbuch chuck

- remove a few mime part references
- don't use Auth::getAuth as a default value, use $this->_user.

1.2 (+3 -2 lines) 06/28/2006 04:56 PM Jan Schneider jan

MFB: 1.1.2.2

1.1.2.2 FRAMEWORK_3 (+3 -2 lines) 06/28/2006 04:52 PM Jan Schneider jan

Don't use $prefs if isn't intatiated yet.

Tags: HORDE_3_1_3, HORDE_3_1_2

1.1.2.1 FRAMEWORK_3 (+13 -142 lines) 05/12/2006 12:00 AM Chuck Hagenbuch chuck

MFH: move Identity.php into the Prefs package.

1.1 05/11/2006 11:58 PM Chuck Hagenbuch chuck

Move Identity.php into the Prefs package.

Tags: FRAMEWORK_3