Revisions for imp/acl.php

Location: [ Horde ] / imp / acl.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.23.10.14 FRAMEWORK_3 (+6 -4 lines) 04/08/2008 12:48 AM Michael M Slusarz slusarz

MFH: Start updating app pref handlers to correctly work with DIMP.

Tags: IMP_4_2, IMP_4_2_RC4

1.58 (+6 -4 lines) 04/08/2008 12:38 AM Michael M Slusarz slusarz

Start updating app pref handlers to correctly work with DIMP.

1.23.10.13 FRAMEWORK_3 (+19 -2 lines) 04/03/2008 08:01 AM Jan Schneider jan

MFH: Show user drop down list in ACL screen if possible etc.

1.57 (+19 -2 lines) 04/03/2008 07:12 AM Jan Schneider jan

- Show user drop down list in ACL screen if possible.
- Fix current folder display.
- Set columns to equal widths.
Bug:
Submitted by:
Merge after:

1.23.10.12 FRAMEWORK_3 (+2 -2 lines) 01/03/2008 02:07 AM Michael M Slusarz slusarz

Bug: 5234
MFH: Add hook for adding formatting information to a message list row.

Tags: IMP_4_2_RC3, IMP_4_2_RC2

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

Happy New Year

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

Happy New Year

1.55 (+2 -2 lines) 12/26/2007 05:27 PM Michael M Slusarz slusarz

Bug: 5234
Merge after: 3 days
Add hook for adding formatting information to a message list row.

1.23.10.10 FRAMEWORK_3 (+130 -82 lines) 12/20/2007 08:59 AM Jan Schneider jan

Merge from HEAD.

1.54 (+11 -10 lines) 11/23/2007 03:05 AM Michael M Slusarz slusarz

trim trailing ws
Use prototypejs to simplify js code.

Tags: BEFORE_MERGE_3_2, IMP_4_2_RC1

1.53 (+2 -1 lines) 11/14/2007 05:28 AM Michael M Slusarz slusarz

Do a smarter job of loading some libraries - we pretty much will always need
IMAP.php, while Template/Help is only needed when viewing via imp (they
are not needed when using dimp/mimp).

1.52 (+4 -4 lines) 11/05/2007 07:23 PM Jan Schneider jan

Copyright assignments.

1.51 (+4 -2 lines) 10/30/2007 08:23 PM Jan Schneider jan

First round of copyright assignments.

1.50 (+3 -3 lines) 06/27/2007 01:23 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

Tags: IMP_4_2_ALPHA

1.49 (+1 -2 lines) 06/20/2007 03:33 PM Michael M Slusarz slusarz

Bug: 5307
Inline PHP-generated javascript to avoid cross-domain leaking.

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

Happy New Year

Tags: IMP_4_1_6, IMP_4_1_5, IMP_4_1_4, IMP_4_1_4_RC1

1.48 (+2 -2 lines) 01/01/2007 07:41 PM Jan Schneider jan

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

1.47 (+17 -17 lines) 12/27/2006 02:21 AM Michael M Slusarz slusarz

Move acl.js to javascript directory.
Some code cleanup in acl.php.

1.46 (+1 -2 lines) 12/18/2006 03:26 PM Chuck Hagenbuch chuck

- Load template engine in base.php since it's used pretty much everywhere.
- Use IMP_Template everywhere, not Horde_Template
- No reason to use Template/Template.php, just use lib/Template.php.

1.45 (+4 -4 lines) 12/15/2006 02:16 AM Michael M Slusarz slusarz

No need for if flag in templates anymore

1.44 (+4 -1 lines) 10/20/2006 03:28 PM Matt Selsky selsky

Display error notification if user tries to edit a protected user.

Submitted by: Eric Garrido <ekg2002@columbia.edu>

1.43 (+2 -1 lines) 10/10/2006 12:27 AM Matt Selsky selsky

Fix template tag leakage when 'noacl' variable is set.  Also, don't
bother with 'canedit' stuff if 'noacl' is set.

Submitted by: Eric Garrido <ekg2002@columbia.edu>

1.42 (+69 -75 lines) 10/03/2006 05:04 PM Matt Selsky selsky

New IMAP ACL manager.

Bug: 4146
Submitted by: Eric Garrido <ekg2002@columbia.edu>

1.41 (+2 -2 lines) 10/03/2006 04:44 PM Matt Selsky selsky

Disable checkboxes for other users if user doesn't have edit permissions.

Bug: 4480

1.40 (+9 -2 lines) 09/01/2006 10:19 AM Jan Schneider jan

Vhost'ed preference files.

1.39 (+1 -2 lines) 05/31/2006 05:29 PM Michael M Slusarz slusarz

Refactor code so Auth_imp:: only deals with authenticating to the IMAP server.
Auth_imp no longer automatically opens a connection to the current mailbox. We
must now manually call IMP_IMAP::changeMbox() anytime we are working with the
IMAP stream and require a connection to a mailbox.  Much cleaner, and should
eliminate any issues with clearing the 'recent' flag incorrectly.

1.23.10.8 FRAMEWORK_3 (+7 -1 lines) 05/24/2006 05:20 AM Jan Schneider jan

MFH: 1.38

Tags: IMP_4_1_3, IMP_4_1_2

1.38 (+7 -1 lines) 05/24/2006 05:10 AM Jan Schneider jan

Notification when editing or deleting ACLs.

Bug: 3970
Submitted by: ekg2002 (at) columbia (dot) edu

1.37 (+2 -1 lines) 04/25/2006 06:00 PM Jan Schneider jan

Fix template and javascript to propagate acl list.

1.36 (+2 -2 lines) 03/11/2006 08:54 PM Michael M Slusarz slusarz

fix navcell generation

1.35 (+3 -3 lines) 03/02/2006 06:55 PM Matt Selsky selsky

Fix function name and off-by-one error.

Submitted by: ekg2002@columbia.edu

1.34 (+3 -3 lines) 02/26/2006 02:33 PM Michael M Slusarz slusarz

Need to use IMP_Template due to BC issues.

1.33 (+46 -6 lines) 02/26/2006 01:39 AM Michael M Slusarz slusarz

Convert ACL to Horde_Template::.

1.32 (+2 -2 lines) 02/25/2006 08:37 PM Michael M Slusarz slusarz

use correct constant

1.31 (+2 -1 lines) 02/25/2006 08:25 PM Michael M Slusarz slusarz

Move ACL javascript code to templates/javascript.

1.23.10.7 FRAMEWORK_3 (+2 -2 lines) 01/01/2006 04:28 PM Jan Schneider jan

Happy new year

Tags: IMP_4_1_1, IMP_4_1, IMP_4_1_RC3, IMP_4_1_RC2, IMP_4_1_RC1

1.30 (+2 -2 lines) 01/01/2006 04:10 PM Jan Schneider jan

Happy new year\!

1.23.10.6 FRAMEWORK_3 (+1 -2 lines) 11/17/2005 10:26 PM Michael M Slusarz slusarz

MFH 1.29

1.29 (+1 -2 lines) 11/17/2005 10:25 PM Michael M Slusarz slusarz

remove duplicate require

1.23.10.5 FRAMEWORK_3 (+3 -3 lines) 11/02/2005 12:06 PM Matt Selsky selsky

MFH: cannot

1.28 (+3 -3 lines) 11/02/2005 11:43 AM Matt Selsky selsky

cannot

1.23.10.4 FRAMEWORK_3 (+2 -2 lines) 10/25/2005 04:57 PM Chuck Hagenbuch chuck

@define (MFH 1.27)

1.27 (+2 -2 lines) 10/25/2005 04:57 PM Chuck Hagenbuch chuck

fix illegal tag nesting
Bug: 2765

1.23.10.3 FRAMEWORK_3 (+4 -4 lines) 10/18/2005 08:13 AM Jan Schneider jan

Merged from HEAD

1.26 (+4 -4 lines) 10/13/2005 12:03 AM Matt Selsky selsky

ws

Tags: BEFORE_MERGE_3_1

1.23.10.2 FRAMEWORK_3 (+3 -3 lines) 08/24/2005 09:15 AM Matt Selsky selsky

MFH: Use double-quotes.

Tags: IMP_4_0_5, IMP_4_0_4, IMP_4_0_4_RC2, IMP_4_0_4_RC1

1.25 (+3 -3 lines) 08/24/2005 09:05 AM Matt Selsky selsky

Use double-quotes.

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

Happy New Year

1.23.10.1 FRAMEWORK_3 (+2 -2 lines) 01/03/2005 07:25 AM Jan Schneider jan

Happy New Year

Tags: IMP_4_0_3, IMP_4_0_3_RC1, IMP_4_0_2, IMP_4_0_2_RC1, IMP_4_0_1

1.23 (+2 -2 lines) 10/18/2004 08:45 PM Chuck Hagenbuch chuck

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

Tags: FRAMEWORK_3, IMP_4_0, IMP_4_0_RC3, IMP_4_0_RC2, IMP_4_0_RC1, IMP_4_0_BETA

1.22 (+2 -2 lines) 08/18/2004 12:35 PM Jan Schneider jan

Make sure $curr_acl is an array.

1.21 (+6 -5 lines) 04/09/2004 10:38 AM Jan Schneider jan

Let special prefs use the same layout as "normal" prefs. PGP and S/MIME are
still to be cleaned up.

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

No more HORDE_LIBS.

1.19 (+38 -41 lines) 03/11/2004 03:14 AM Michael M Slusarz slusarz

Cleanups in acl.php
No need for 3 separate template files since all 3 are alway called - smush
contents into a single file.

Tags: IMP_4_0_ALPHA

1.18 (+5 -3 lines) 02/23/2004 03:19 AM Michael M Slusarz slusarz

A bunch more prefs links exist in IMP, so create IMP::prefsURL() to assist
us.

1.17 (+51 -34 lines) 02/18/2004 07:12 PM Jan Schneider jan

Use IMAP_ACL from framework.

1.16 (+2 -2 lines) 01/17/2004 05:57 PM Jan Schneider jan

All footers look the same, so why not use only one.

1.15 (+2 -2 lines) 01/15/2004 08:03 PM Jan Schneider jan

Prefs moved to framework

1.14 (+2 -2 lines) 01/01/2004 10:15 AM Jan Schneider jan

Happy new year everyone.

1.13 (+4 -7 lines) 11/26/2003 02:28 PM Chuck Hagenbuch chuck

PrefsUI.php is now Prefs/UI.php for better packaging/etc. More work on this
may follow later. Now it's pie-baking time.

1.12 (+8 -8 lines) 09/16/2003 07:04 PM Jan Schneider jan

Use the new Util:: class.

1.11 (+5 -1 lines) 08/21/2003 09:21 AM Jan Schneider jan

Add navigation cell

1.10 (+3 -7 lines) 06/17/2003 03:53 AM Michael M Slusarz slusarz

Convert from numeric -> string Action IDs.
If this works out, we can do this with the other Horde apps as well.

1.9 (+5 -1 lines) 06/13/2003 04:57 PM Michael M Slusarz slusarz

Move all action IDs exclusive to a single page to that page to avoid unneeded
define() calls.
ActionIDs that are accessed by more than 1 page remain in IMP.php.
The only thing this might affect is a user's encryption/composition
preference - this can simply be reset by going to the options menu.
Removed some unneeded constants, and a few Horde::addParameter() cleanups.

1.8 (+2 -2 lines) 06/12/2003 02:10 AM Michael M Slusarz slusarz

Nuke status.php - 1 less pageload - and move to IMP::status().
This can be done for all other Horde applications also (e.g. like what
Chuck did for menu.php).  I'll slowly try to do this, but any help would
be cool also :)

1.7 (+2 -2 lines) 05/22/2003 03:14 PM Chuck Hagenbuch chuck

Nuke menu.php - one less file included on every page load.

1.6 (+10 -13 lines) 02/07/2003 06:24 PM Jan Schneider jan

Read ACL configuration from servers.php.
Fix canEdit(), several small fixes.
Submitted by: Chris Hastie <lists@oak-wood.co.uk>

1.5 (+3 -3 lines) 02/05/2003 04:45 PM Jan Schneider jan

Use stronger equal operator.
Submitted by: Chris Hastie <lists@oak-wood.co.uk>

1.4 (+6 -10 lines) 02/04/2003 12:46 PM Chuck Hagenbuch chuck

fix some shoddy style, unnecessary regexp use (probably much more of
that can be fixed), typos, etc.

1.3 (+7 -6 lines) 02/03/2003 05:51 PM Jan Schneider jan

Fix changing to another folder.
Fix displaying encoded folders.

1.2 (+94 -95 lines) 02/03/2003 04:55 PM Jan Schneider jan

Cleanup

1.1 02/03/2003 10:40 AM Jan Schneider jan

Add UI/API for changing ACLs on IMAP folders.
Submitted by: Chris Hastie <lists@oak-wood.co.uk>