Revisions for vilma/lib/base.php

Location: [ Horde ] / vilma / lib / base.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.30 (+3 -2 lines) 03/12/2008 01:14 AM Ben Klang bklang

Rename $domain to $curdomain for clarity
Log LDAP filters like SQL queries
Fix more broken things in qmailldap driver
... lots more work to do before this works

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

Happy New Year

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

Rename $vilma to $vilma_driver
Bug: 5287

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

Happy New Year

1.26 (+2 -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.25 (+2 -2 lines) 12/30/2006 03:24 PM Jan Schneider jan

Standardize copyright wrapping and spacing.

1.24 (+4 -1 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.23 (+7 -1 lines) 07/16/2006 02:00 PM Ben Klang bklang

This commit marks the beginning of work to rebuild Vilma per the discusson I
initiated last week.  Because this commit is essentially rebuilding the Driver
API it's going to break some things.  I'm trying to commit when things are as
close to working as possible but expect a bumpy ride.

Changes:
- Simplified array element names between Driver and UI
- Created Users, Aliases and Groups/Forwards to replace Virtuals
- Adding ability to sort by arbitrary field (not yet implemented in UI)
- Added navigation tabs
- Simplified some LDAP search filters
- Added configplaceholder to make MailboxDriver_hooks work

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

Happy new year\!

1.21 (+2 -2 lines) 10/12/2005 11:52 PM Matt Selsky selsky

ws

1.20 (+1 -2 lines) 04/19/2005 11:06 PM Matt Selsky selsky

Remove @version.

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

Happy New Year

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

Aaand Vilma.

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

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

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

Fix package names.

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

No more HORDE_LIBS.

1.14 (+3 -9 lines) 02/13/2004 11:02 PM Chuck Hagenbuch chuck

Remove includes of Browser.php that are no longer needed.

1.13 (+3 -3 lines) 02/13/2004 08:36 PM Chuck Hagenbuch chuck

Config:: and Help:: moved to framework packages.

1.12 (+3 -3 lines) 02/12/2004 03:50 PM Chuck Hagenbuch chuck

Browser:: is now a framework package.

1.11 (+3 -3 lines) 02/11/2004 05:17 PM Chuck Hagenbuch chuck

move Menu.php to a framework package.

1.10 (+2 -6 lines) 02/08/2004 04:29 PM mdjukic

don't always require form libs

1.9 (+3 -4 lines) 02/07/2004 01:42 PM mdjukic

initialise() is called in the driver file when required

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

add base header to all files

1.7 (+1 -4 lines) 02/06/2004 08:18 PM eraserhd

* Don't need to start compression.

1.6 (+23 -13 lines) 01/24/2004 03:04 PM Chuck Hagenbuch chuck

[cjh] Various $no_auth and $self_contained_auth flags have been standardized
into an AUTH_HANDLER constant, which if defined signals the application
that it should not check permissions upon calling $registry->pushApp(),
as the calling script will handle that itself, or is a system-level cron
job/script/etc.
[cjh] Add an option to $registry->pushApp() to specify whether or not to check
application permissions.

1.5 (+3 -3 lines) 01/13/2004 01:46 PM mdjukic

updated paths for Horde_Form

1.4 (+1 -2 lines) 01/05/2004 06:03 PM Michael M Slusarz slusarz

Moved Notification:: to framework.

1.3 (+2 -2 lines) 12/23/2003 07:48 PM Michael M Slusarz slusarz

Horde_Secret:: package moved to framework.

1.2 (+3 -1 lines) 12/13/2003 02:10 PM Michael M Slusarz slusarz

Move Horde_Template to framework

1.1.1.1 (+0 -0 lines) 12/03/2003 11:36 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:36 AM mdjukic

Initial revision