Revisions for vilma/users/edit.php

Location: [ Horde ] / vilma / users / edit.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.
 
  Revision Date Author Log Message
1.40 (+2 -2 lines) 01/02/2008 06:14 AM Jan Schneider jan

Happy New Year

1.39 (+5 -5 lines) 06/14/2007 11:56 PM Chuck Hagenbuch chuck

Rename $vilma to $vilma_driver
Bug: 5287

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

Happy New Year

1.37 (+4 -2 lines) 01/01/2007 07:42 PM Jan Schneider jan

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

1.36 (+2 -2 lines) 12/30/2006 03:24 PM Jan Schneider jan

Standardize copyright wrapping and spacing.

1.35 (+5 -5 lines) 11/03/2006 05:17 PM Ben Klang bklang

* Fix confusion between 'any' and 'all' when selecting address information
* Make form field names consistent between driver and UI
* Begin to implement qmailldap driver 'save' functionality

1.34 (+4 -4 lines) 08/26/2006 11:46 PM Ben Klang bklang

Move actions to menu bar for consistency
Continue moving toward unified address concept instead of users/virtuals

1.33 (+8 -9 lines) 08/24/2006 07:49 PM Ben Klang bklang

* Renamed Vilma::isDomainAdmin() to hasPermission() and allowed permissions to
be granted via the Horde_Perms framework
* Continued transition away from old users/virtuals concept to new Users/Aliases  /GroupsAndForwards
* Now store the current domain in the session
* Marked three internal methods as private in qmailldap driver
* Datatree bugfixes in domain attribute storage for qmailldap driver
* Created domain pager (does not yet allow navigating to pages beyond
page 1...will have that fix merged shortly)

1.32 (+8 -2 lines) 08/24/2006 03:28 PM Ben Klang bklang

Gracefully handle errors from backend

1.31 (+10 -31 lines) 07/16/2006 07:26 PM Ben Klang bklang

Fix searches on null domain
Allow backend drivers to add extra attributes to users
Create Forms area and move EditUserForm definition out of users/edit.php

1.30 (+4 -4 lines) 03/10/2006 02:21 PM Chuck Hagenbuch chuck

No reason to use Horde_Form::singleton

1.29 (+4 -4 lines) 01/13/2006 04:06 AM Jan Schneider jan

Automatically select new user when creating virtual addresses.

Bug: 3257
Submitted by: guilleva (at) gmail (dot) com

1.28 (+2 -2 lines) 01/01/2006 04:12 PM Jan Schneider jan

Happy new year\!

1.27 (+3 -3 lines) 08/24/2005 01:31 AM Matt Selsky selsky

Use double-quotes.

1.26 (+4 -4 lines) 03/09/2005 12:04 PM eraserhd

* Consistent verbiage.  And nounage and adjectivage as well.

1.25 (+4 -4 lines) 01/25/2005 01:00 PM eraserhd

* Don't encode urls which are passed to header('Location: ...') calls.

1.24 (+17 -9 lines) 01/25/2005 12:32 PM eraserhd

* Sort out issue with missing user name when editing a user (since the field
is now read-only)
* Sort out issue with losing whether we are editing or adding a new user
after submitting the edit form.

1.23 (+2 -2 lines) 01/13/2005 12:52 PM eraserhd

* Prevent administrator from renaming a user (in IMAP, the underlying mailbox
cannot always be renamed, and the case is not handled for maildrop, so the
mail would be lost).

1.22 (+2 -2 lines) 01/03/2005 09:35 AM Jan Schneider jan

Happy New Year

1.21 (+2 -2 lines) 12/22/2004 12:08 PM eraserhd

* Downcase users, virtuals, and domains to prevent mailsystem problems.

1.20 (+2 -4 lines) 12/10/2004 01:40 PM eraserhd

* Fix logic error.

1.19 (+2 -6 lines) 11/22/2004 04:50 PM Chuck Hagenbuch chuck

Aaand Vilma.

1.18 (+3 -3 lines) 10/18/2004 08:46 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

1.17 (+3 -3 lines) 06/08/2004 11:00 PM eraserhd

Then no full stop here.

1.16 (+4 -4 lines) 06/08/2004 10:28 AM eraserhd

* Correctly determin whether there are virtuals for address.

1.15 (+4 -3 lines) 06/04/2004 02:08 PM eraserhd

* Make things a little more uniform in the driver.

1.14 (+3 -3 lines) 05/20/2004 12:41 PM Jan Schneider jan

Fix package names.

1.13 (+5 -5 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.12 (+4 -4 lines) 03/03/2004 07:35 AM mdjukic

fix notification

1.11 (+4 -3 lines) 02/26/2004 08:02 AM eraserhd

* Use Variables::getDefaultVariables() instead of Horde_Form::getDefaultVars()
* Delete Horde_Form::getDefaultVars()
* Make sure that appropriate files require 'Horde/Variables.php'

1.10 (+7 -7 lines) 02/25/2004 11:19 PM eraserhd

* Delete Horde_Form_Vars::, use Variables:: instead.
* Delete Horde_Form_Renderer_rows::, was only used by Hermes and depends on
Horde_Form_Vars:: cruft.

1.9 (+4 -2 lines) 02/08/2004 04:46 PM mdjukic

require form libs here, fix delete to work

1.8 (+5 -2 lines) 02/08/2004 01:38 PM mdjukic

add enabling/disabling users

1.7 (+3 -3 lines) 02/07/2004 07:10 PM mdjukic

typo

1.6 (+16 -14 lines) 02/07/2004 07:04 PM mdjukic

fix field names, a few other clean ups

1.5 (+4 -4 lines) 02/07/2004 11:01 AM mdjukic

add base header to all files

1.4 (+6 -6 lines) 02/07/2004 10:45 AM mdjukic

fix paths, use horde's main footer

1.3 (+19 -19 lines) 02/06/2004 07:43 PM eraserhd

* Code cleanup.
* s/Ulaform/Vilma/g, s/Mailadmin/Vilma/g

1.2 (+2 -2 lines) 01/01/2004 11:17 AM Jan Schneider jan

Happy new year everyone.

1.1.1.1 (+0 -0 lines) 12/03/2003 11:35 AM mdjukic

Vilma - the VIrtuaL Mail Admin
- allows a site to offer admin for a number of virtual domains
- config for a domain admin
- config for number of mailboxes per domain
- unlimited alias per mailbox
- currently supports mysql/courier setup

Note: code was designed to run against HEAD of some months ago, also may contain some hardcoded stuff.

Submitted by: Fred and Barney

Tags: start

1.1 12/03/2003 11:35 AM mdjukic

Initial revision