root/trunk/Framework/User


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @298 [298] 04/24/08 23:40:36 shupp Some CS fixes for Framework_User_ToasterAdmin
(edit) @274 [274] 04/12/08 21:14:59 shupp Got gettext support working using a custom request parser and a custom …
(edit) @242 [242] 04/06/08 11:32:13 shupp Get rid of Framework_User warnings that $this->userID is not set
(edit) @200 [200] 11/07/07 22:53:07 shupp updates to work with Net_Vpopmaild 0.0.2
(edit) @197 [197] 07/16/07 16:48:09 shupp switch new Net_Vpopmaild:accept() method for passing Framework:: to …
(edit) @196 [196] 07/16/07 13:59:27 shupp Framework_User_ToasterAdmin now extends from the new Net_Vpopmaild class
(edit) @194 [194] 07/16/07 10:29:16 shupp switch to Crypt_Blowfish
(edit) @189 [189] 07/11/07 18:41:17 shupp renamed Framework_User_toasterAdmin to Framework_User_ToasterAdmin
(edit) @187 [187] 07/11/07 17:52:50 shupp update parseAliases() to support ezmlm lists, add ezmlmOpts variable and …
(edit) @184 [184] 07/10/07 13:27:20 shupp move Framework_Auth_Vpopmail::authenticate() to …
(edit) @178 [178] 07/03/07 14:41:57 shupp fixes for Accounts module
(edit) @169 [169] 07/02/07 13:26:22 shupp missed a couple of leftover defines
(edit) @167 [167] 07/02/07 12:16:52 shupp remove Framework_User_toasterAdmin::listAliases, it's a duplicate of …
(edit) @166 [166] 07/02/07 11:45:50 shupp changed robot defines to variables that can be overridden in config.xml
(edit) @164 [164] 07/01/07 15:33:05 shupp updates to Framework_Module_Forwards, doc fix in …
(edit) @163 [163] 07/01/07 12:00:48 shupp add space between control structure keyword and opening parentheses for …
(edit) @157 [157] 06/29/07 18:18:05 shupp Framework_Module_Accounts related fixes
(edit) @154 [154] 06/29/07 14:24:49 shupp more docblock fixes, also naming convention updates and phpdoc script …
(edit) @149 [149] 06/28/07 19:21:07 shupp create clogin(), update login stuff
(edit) @147 [147] 06/28/07 18:06:48 shupp get_quota() to getQuota
(edit) @144 [144] 06/28/07 00:33:19 shupp lots more cleanups from Vpopmail class shuffling
(edit) @142 [142] 06/27/07 19:50:40 shupp first step in breaking off vpopmal base
(edit) @141 [141] 06/27/07 18:40:55 shupp shuffle around Log settings so that Framework specifics are in …
(edit) @139 [139] 06/27/07 14:23:33 shupp userInfo update, AND to && changes
(edit) @134 [134] 06/27/07 12:29:21 shupp code style changes, cleanups
(edit) @133 [133] 06/27/07 12:24:27 shupp update domainCount, code style changes
(edit) @130 [130] 06/26/07 22:44:51 shupp move debug setting to config.xml, set connect timeout of 30
(edit) @129 [129] 06/26/07 22:12:52 shupp login/authentication cleanups
(edit) @126 [126] 06/26/07 13:39:06 shupp LoginUser? to loginUser changes
(edit) @125 [125] 06/26/07 13:38:32 shupp LoginUser? to loginUser changes
(edit) @124 [124] 06/26/07 13:37:01 shupp remove _SESSION access from Framework_User_toasterAdmin
(edit) @123 [123] 06/26/07 12:23:09 shupp load Framework_Session before Framework_User_toasterAdmin in …
(edit) @122 [122] 06/26/07 11:58:37 shupp move setLanguage() to Framework_User_Lang::construct()
(edit) @120 [120] 06/26/07 11:07:45 shupp moving destruct() to Framework_Vpopmail, logging update
(edit) @117 [117] 06/26/07 01:07:37 shupp Framework_User_vpopmail to Framework_User_Vpopmail
(edit) @116 [116] 06/25/07 21:18:52 shupp update Framework_User_vpopmail to use Log and Net_Socket, coding style …
(edit) @115 [115] 06/25/07 21:17:47 shupp move socket connection out of Framework_User_toasterAdmin::construct, …
(edit) @110 [110] 05/27/07 20:28:00 shupp make passEncryption class functions static and remove it from vpopmail …
(edit) @109 [109] 04/01/07 23:02:03 shupp define VPOPMAIL_ROBOT_PROGRAM in toasterAdmin::construct()
(edit) @107 [107] 03/25/07 00:56:38 shupp improve code for distinquising between forwards and responders
(edit) @104 [104] 03/20/07 16:18:59 shupp added listAutoresponders() and paginateArray() to toasterAdmin.php
(edit) @101 [101] 03/19/07 00:09:14 shupp change method of setting locale, get rid of defaultLocale for now, …
(edit) @97 [97] 02/06/07 16:08:11 shupp updates to Forwards.php and toasterAdmin.php to support vpopmaild in …
(edit) @94 [94] 02/06/07 12:56:13 shupp update destruct to use Quit(), as 5.4.18 wasn't responding to …
(edit) @93 [93] 02/06/07 11:10:09 shupp another docblock change, update authenticate() to use clogin instead of …
(edit) @91 [91] 02/05/07 10:40:37 shupp lots of docblock changes
(edit) @90 [90] 02/05/07 01:33:39 shupp docblock update
(edit) @89 [89] 02/05/07 00:52:18 shupp docblock updates
(edit) @88 [88] 02/05/07 00:09:41 shupp update doc blocks to use Framewok instead of TA_Modules, update doc script …
(edit) @86 [86] 02/05/07 00:02:47 shupp make validEmailAddress static
(edit) @84 [84] 02/04/07 14:59:47 shupp added wrapper function validEmailAddress to toasterAdmin.php
(edit) @83 [83] 02/01/07 20:17:52 shupp typo in toasterAdmin.php
(edit) @82 [82] 01/31/07 19:17:13 shupp return pear error instead of die in GetAliasContents?
(edit) @80 [80] 01/30/07 18:01:00 shupp add error checking to GetAliasContents?
(edit) @79 [79] 01/29/07 23:22:08 shupp get modifyAccount related stuff working. still needs some QF tweaking so …
(edit) @69 [69] 01/29/07 01:53:56 shupp stop storing messages in _SESSION, but rather set 'message' variable and …
(edit) @68 [68] 01/13/07 17:34:28 shupp added destruct() to toasterAdmin.php
(edit) @66 [66] 01/13/07 14:15:04 shupp added message passing support back
(edit) @65 [65] 12/28/06 17:54:15 shupp updates to Lang.php
(edit) @58 [58] 12/28/06 13:48:24 shupp xml fixes in config.xml, fixes for initial i18n support, now added to …
(edit) @56 [56] 12/28/06 13:06:48 shupp added initial i18nv2 support
(edit) @51 [51] 12/20/06 10:57:13 shupp documentation update
(edit) @50 [50] 12/20/06 09:35:58 shupp break passEncryption off into its own class, have vpopmail extend from it. …
(edit) @35 [35] 12/16/06 12:57:16 shupp has_domain_privs to isDomainAdmin in Framework/User/vpopmail
(edit) @22 [22] 12/08/06 10:32:33 shupp changed variable delcarations, has_sysadmin_privs -> isSysAdmin in …
(edit) @15 [15] 12/07/06 19:36:07 shupp added pass encryption methods to User/vpopmail.php
(edit) @9 [9] 12/05/06 14:07:16 shupp updates to page.tpl, remove temp logins from config.xml, remove …
(add) @8 [8] 12/05/06 13:54:27 shupp added new trunk, including new Framework layout, and basics from John …
Note: See TracRevisionLog for help on using the revision log.