Revisions for imp/contacts.php

Location: [ Horde ] / imp / contacts.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
2.67.10.10 FRAMEWORK_3 (+2 -1 lines) 05/20/2008 09:16 PM Chuck Hagenbuch chuck

MFH:
2.94      +2 -1      imp/contacts.php
1.1123    +2 -0      imp/docs/CHANGES

Tags: IMP_4_2

2.94 (+2 -1 lines) 05/20/2008 09:15 PM Chuck Hagenbuch chuck

[cjh] Fix defaulting to the wrong address book in the Contacts popup
(steinhof@umich.edu, Bug #6723).

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

Happy New Year

Tags: IMP_4_2_RC4, IMP_4_2_RC3, IMP_4_2_RC2

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

Happy New Year

2.67.10.8 FRAMEWORK_3 (+54 -14 lines) 12/20/2007 08:59 AM Jan Schneider jan

Merge from HEAD.

2.92 (+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).

Tags: BEFORE_MERGE_3_2, IMP_4_2_RC1

2.91 (+2 -2 lines) 08/01/2007 12:32 AM Chuck Hagenbuch chuck

Marcus Ryan has assigned his copyrights to The Horde Project.

Tags: IMP_4_2_ALPHA

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

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

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

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

2.88 (+3 -3 lines) 02/28/2007 06:46 PM Jan Schneider jan

Fix an encoding issue with the address book popup (Bug #5050).

2.87 (+2 -2 lines) 02/06/2007 12:12 PM Jan Schneider jan

Move imp.js.php out of js/.

2.86 (+6 -9 lines) 01/07/2007 02:15 PM Michael M Slusarz slusarz

Improvements to addInlineScript() usage.

2.67.10.7 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

2.85 (+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.

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

Standardize copyright wrapping and spacing.

2.83 (+15 -8 lines) 12/27/2006 02:10 AM Michael M Slusarz slusarz

Remove PHP code from contacts JS file.

2.82 (+2 -3 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.

2.81 (+6 -7 lines) 12/15/2006 02:16 AM Michael M Slusarz slusarz

No need for if flag in templates anymore

2.80 (+3 -1 lines) 12/05/2006 12:24 PM Michael M Slusarz slusarz

Convert to prototype.

2.79 (+2 -2 lines) 04/26/2006 12:36 AM Michael M Slusarz slusarz

Remove deprecated assign by reference for new object instantiations.

2.67.10.6 FRAMEWORK_3 (+2 -1 lines) 04/10/2006 01:03 AM Michael M Slusarz slusarz

MFH: Never open connection to specific mailbox unless we need it.

Tags: IMP_4_1_3, IMP_4_1_2, IMP_4_1_1

2.78 (+2 -1 lines) 04/07/2006 04:47 PM Michael M Slusarz slusarz

Unless we explicitly set the OP_HALFOPEN flag, imap will default to INBOX.
Automatically convert a blank mailbox to OP_HALFOPEN in IMP_IMAP so we can
more accurately track the current stream state.
Don't open a mailbox if the page has explicitly said we do not need a
connection to a mailbox (e.g. OP_HALFOPEN).
Add some more pages to the list of pages that don't need an active mailbox.

2.77 (+2 -2 lines) 02/12/2006 08:43 PM Michael M Slusarz slusarz

Add IMP_JAVASCRIPT constant.

2.76 (+2 -2 lines) 02/10/2006 05:05 PM Michael M Slusarz slusarz

Move all javascript specific files to templates/javascript/src.  Allows us to
1) compress JS code, 2) keep javascript files separate from presentation
files.
Add header comments to all JS files.

2.75 (+2 -10 lines) 01/23/2006 12:03 PM Michael M Slusarz slusarz

Apparently you can use gettext tags inside an HTML tag.  I don't know why I
thought otherwise.

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

Happy new year

Tags: IMP_4_1, IMP_4_1_RC3, IMP_4_1_RC2, IMP_4_1_RC1

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

Happy new year\!

2.73 (+2 -2 lines) 12/11/2005 01:39 PM Michael M Slusarz slusarz

Bug: 3121
set 'if' parameter for the loop variable

2.72 (+56 -12 lines) 12/10/2005 10:43 PM Michael M Slusarz slusarz

Convert contacts.php to Horde_Template::.

2.67.10.4 FRAMEWORK_3 (+6 -11 lines) 10/18/2005 08:13 AM Jan Schneider jan

Merged from HEAD

2.71 (+6 -11 lines) 06/09/2005 05:24 PM Chuck Hagenbuch chuck

Trust the ordering of sources from the contacts/sources API call.
Bug: 1650

Tags: BEFORE_MERGE_3_1

2.67.10.3 FRAMEWORK_3 (+2 -2 lines) 05/12/2005 04:19 PM Chuck Hagenbuch chuck

MFH: Allow sending blank searches to Turba even if the display_contact
preference is false (Bug #1854).

Also HTML cleanup.

Tags: IMP_4_0_5, IMP_4_0_4, IMP_4_0_4_RC2, IMP_4_0_4_RC1

2.70 (+2 -2 lines) 05/12/2005 04:18 PM Chuck Hagenbuch chuck

[cjh] Allow sending blank searches to Turba even if the display_contact
preference is false (Bug #1854).

2.67.10.2 FRAMEWORK_3 (+11 -16 lines) 03/06/2005 01:20 PM Jan Schneider jan

MFH contacts.php: 2.69, contacts.inc: 1.30, 1.31

Tags: IMP_4_0_3, IMP_4_0_3_RC1

2.69 (+11 -16 lines) 03/06/2005 01:08 PM Jan Schneider jan

Correctly pass already selected addressed when reloading the window.
It looks like JavaScript's escape() function mangles the value's charset at
least with Firefox.
Bug: 1424

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

Happy New Year

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

Happy New Year

Tags: IMP_4_0_2, IMP_4_0_2_RC1, IMP_4_0_1

2.39.2.12 RELENG_3 (+2 -2 lines) 01/03/2005 06:25 AM Jan Schneider jan

Happy New Year! :-)

Tags: IMP_3_2_8, IMP_3_2_7

2.67 (+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

2.66 (+2 -3 lines) 07/27/2004 07:09 PM Chuck Hagenbuch chuck

Try to tighten up the contacts popup window a bit.

2.39.2.11 RELENG_3 (+2 -2 lines) 03/26/2004 05:43 PM Jan Schneider jan

Lots and lots of copyright and license updates and fixes. Someone will have to that for the HEAD branches too.

Tags: IMP_3_2_7_RC1, IMP_3_2_6, IMP_3_2_5, IMP_3_2_4

2.65 (+7 -1 lines) 03/20/2004 04:33 PM Michael M Slusarz slusarz

[mms] Added addressbook lookup and expand names feature to the redirect
screen.

Tags: IMP_4_0_ALPHA

2.64 (+12 -13 lines) 03/11/2004 03:19 PM Michael M Slusarz slusarz

Some small code cleanups.

2.63 (+15 -18 lines) 03/09/2004 01:32 PM Chuck Hagenbuch chuck

- Fix double-clicking (Benoit St-Andre <ben@benoitst-andre.net>)
- consolidate templates that don't need to be different files
- remove unneeded auth check
- cleanup

2.62 (+1 -2 lines) 02/13/2004 09:40 PM Chuck Hagenbuch chuck

[cjh] Horde::, Registry::, and the last of the libs that are moving should be
moved to framework packages now.

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

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

2.60 (+3 -3 lines) 01/15/2004 01:57 PM Michael M Slusarz slusarz

Submitted by: Didi Rieder <adrieder@sbox.tugraz.at>
when a user wants to add addresses to the "To:" field by doubleclicking on them
in the address book it didn't work, they showed up in the list of selected
addresses but didn't make their way to the "To:" field in the message
composition window by clicking on the "ok" button.

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

Happy new year everyone.

2.58 (+1 -2 lines) 12/24/2003 04:31 PM Michael M Slusarz slusarz

We shouldn't need these anymore now that js_onLoad is obtained through
Util::nonInputVar().

2.57 (+10 -1 lines) 12/12/2003 07:32 AM Jan Schneider jan

Mozilla fires double click event on all parts (including scrollbars) of a
select widget while IE doesn't fire on option tags.
Thus the browser switch.

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

Use the new Util:: class.

2.39.2.10 RELENG_3 (+5 -3 lines) 06/04/2003 01:34 PM Chuck Hagenbuch chuck

Trap contact searching errors.

Bug: 1272

Tags: IMP_3_2_3, IMP_3_2_3_RC1, IMP_3_2_2_RC1, IMP_3_2_2

2.55 (+6 -2 lines) 02/03/2003 07:12 PM Jan Schneider jan

Honor display_contact preference again.
Submitted by: Oliver Kuhl <okuhl@netcologne.de>

2.39.2.9 RELENG_3 (+2 -2 lines) 01/03/2003 07:48 AM Jan Schneider jan

Bump year.

Tags: IMP_3_2_1, IMP_3_2, IMP_3_2_RC3, IMP_3_2_RC2, IMP_3_2_RC1

2.54 (+2 -2 lines) 01/02/2003 09:15 PM Jan Schneider jan

Bump year.

2.53 (+2 -2 lines) 12/20/2002 03:52 PM Michael M Slusarz slusarz

Only output javascript code once.

2.39.2.8 RELENG_3 (+8 -7 lines) 12/19/2002 09:31 PM Jan Schneider jan

MFH 2.52: better error checking for empty/non-existant sources

2.52 (+8 -7 lines) 12/16/2002 05:42 PM Chuck Hagenbuch chuck

better error checking for empty/non-existant sources

2.51 (+2 -2 lines) 11/07/2002 10:43 PM Michael M Slusarz slusarz

Use Horde::closeWindowJS().

2.50 (+2 -4 lines) 11/05/2002 09:38 AM Chuck Hagenbuch chuck

Close several small XSS vulnerabilities (Mitja Kolsek <mitja.kolsek@acros.si>).

2.39.2.7 RELENG_3 (+12 -21 lines) 09/11/2002 08:01 AM Jan Schneider jan

MFH: addressbook -> address book, style, remove output compression.

2.49 (+1 -4 lines) 07/05/2002 05:37 PM Michael M Slusarz slusarz

Remove Horde::compressOutput().

2.48 (+2 -2 lines) 07/02/2002 03:48 PM Michael M Slusarz slusarz

Moved compressOutput() to Horde::.  Compress all printing output except for
NS <= 4.

2.47 (+3 -5 lines) 07/01/2002 02:04 PM Michael M Slusarz slusarz

Move compression start/stop code to IMP::.

2.46 (+11 -15 lines) 06/27/2002 02:50 AM Michael M Slusarz slusarz

style

2.45 (+3 -3 lines) 06/22/2002 06:07 AM Jan Schneider jan

addressbook -> address book

2.39.2.6 RELENG_3 (+1 -1 lines) 06/19/2002 10:58 AM Jan Schneider jan

Use superglobal arrays.

Submitted by: Nuno Loureiro <nuno@co.eth.pt>

2.39.2.5 RELENG_3 (+2 -2 lines) 06/05/2002 06:46 PM Jan Schneider jan

MFH: Send url parameter to login screen if not authenticated.

Tags: IMP_3_1

2.44 (+2 -2 lines) 05/27/2002 05:45 PM Jan Schneider jan

Set the url parameter so that we get back to the original page if a session
fails.

2.39.2.4 RELENG_3 (+2 -3 lines) 05/07/2002 07:06 AM Jan Schneider jan

MFH 2.43: Remove unnecessary include and fix "offset 0" bug.

Tags: IMP_3_1_RC3

2.43 (+2 -3 lines) 05/07/2002 07:05 AM Jan Schneider jan

Remove unnecessary include and fix "offset 0" bug.

2.42 (+2 -2 lines) 04/18/2002 07:28 PM Jan Schneider jan

Superglobals patch for IMP.

Submitted by: Nuno Loureiro <nuno@eth.pt>

2.39.2.3 RELENG_3 (+2 -1 lines) 03/18/2002 08:53 PM Chuck Hagenbuch chuck

MFH: Close a potential problem with register_globals On and $js_onLoad.

Tags: IMP_3_1_RC2

2.41 (+2 -1 lines) 03/18/2002 08:48 PM Chuck Hagenbuch chuck

Close a potential problem with register_globals On and $js_onLoad.

2.39.2.2 RELENG_3 (+18 -4 lines) 03/12/2002 12:37 PM Jan Schneider jan

MFH: Fixes.

Submitted by: "Marcus I. Ryan" <marcus@riboflavin.net>

2.40 (+18 -4 lines) 03/12/2002 12:31 PM Jan Schneider jan

Search only fields from preference and fix javascript bug.

Submitted by: "Marcus I. Ryan" <marcus@riboflavin.net>

2.39.2.1 RELENG_3 (+1 -1 lines) 03/09/2002 11:27 PM Chuck Hagenbuch chuck

MFH: the rest of the IMP merges.

Tags: IMP_3_1_RC1

2.39 (+12 -12 lines) 03/06/2002 12:23 AM Chuck Hagenbuch chuck

some cleanup; we don't actually need to hit the IMAP server here (just check
for a login with Auth::getAuth()), also add $Horde$ tag.

Tags: RELENG_3

2.38 (+65 -59 lines) 03/06/2002 12:19 AM Chuck Hagenbuch chuck

Add addressbook interface popup to the compose window (Marcus I. Ryan
<marcus@riboflavin.net>).

2.37 (+3 -3 lines) 05/06/2000 03:45 AM jon

Removing IMP's contacts support in favor of using Turba via the registry
system.

2.36 (+5 -4 lines) 05/02/2000 02:42 AM Chuck Hagenbuch chuck

*whomp*

we're now using php4 sessions for imp.

only thing left is to fix things like the sql preferences, since they'll be
broken for now.

2.35 (+2 -4 lines) 03/03/2000 10:01 AM jon

An instance of WebClient is not needed here.

2.34 (+2 -11 lines) 02/22/2000 02:53 PM jon

Removing unused code.

Tags: imp_2_3_5_dev

2.33 (+3 -3 lines) 02/22/2000 01:13 PM jon

Killing contacts/header.inc in favor of generics-header.inc.  Moved the
$help->print_help_js() call to ldap-php.inc.

2.32 (+18 -85 lines) 02/22/2000 01:03 PM jon

Axing a lot of the contacts / addressbook stuff.  This is old, doesn't work
anymore, and it destined to be reincarnated in turba.

2.31 (+11 -10 lines) 02/21/2000 03:35 PM jon

Ridding the tree of the htmlDocument class in favor of the HTMLDocument
package.  This removes a lot of redundant code in the Horde package.

2.30 (+4 -4 lines) 02/12/2000 01:46 PM Chuck Hagenbuch chuck

horde.lib -> package.horde.php

2.29 (+4 -4 lines) 02/12/2000 12:01 PM Chuck Hagenbuch chuck

... and now all files correctly reference the new package files. :)

2.28 (+66 -66 lines) 02/12/2000 11:12 AM Chuck Hagenbuch chuck

A nice batch of changes to fit the more nicely packaged Mime module, and
some cleanups.

2.8.2.7 STABLE_2_2 (+3 -3 lines) 02/01/2000 07:30 PM rkrusty

[IEM] nuking out .php files

2.27 (+6 -6 lines) 01/28/2000 04:56 PM Chuck Hagenbuch chuck

Ok, here's the big mother of all IMP commits. I _think_ I got everything. Do
please test.

2.8.2.6 STABLE_2_2 (+4 -4 lines) 01/20/2000 01:42 AM Chuck Hagenbuch chuck

- Some more MIME cleaup and a few fixes
- updated all of the (easy to find, at least) copyright statements to 2000
- slight tweak to login.php3 that might improve phplib auth behavior
- replaced a bunch of calls to imap_msgno with the FT_UID flag to avoid a
  trip to the imap server
- added a horde.lang file for de/.
- added a script to add strings to horde.lang (slightly different syntax)

Tags: IMP_2_2_0_pre10, IMP_2_2_0_pre9, IMP_2_2_0_pre8

2.26 (+3 -3 lines) 01/20/2000 01:41 AM Chuck Hagenbuch chuck

- Some more MIME cleaup and a few fixes
- updated all of the (easy to find, at least) copyright statements to 2000
- slight tweak to login.php3 that might improve phplib auth behavior
- replaced a bunch of calls to imap_msgno with the FT_UID flag to avoid a
  trip to the imap server

2.25 (+3 -3 lines) 11/02/1999 11:14 AM jon


jon: moving config/html.php3[.dist] to config/html.php[.dist]

Tags: imp-dev-20000104

2.24 (+80 -57 lines) 10/28/1999 02:32 PM jon


jon: style

2.23 (+20 -21 lines) 10/28/1999 01:35 PM jon


jon: more $conf changes / fixes

2.22 (+4 -4 lines) 10/27/1999 04:38 PM Chuck Hagenbuch chuck

cjh: lots more s/horde.php3/horde.php/ and an s|conf/php|conf.php| in
compose.php3

2.21 (+3 -3 lines) 10/26/1999 03:52 PM jon


jon: changing config/lang.php3 to config/lang.php
     adding an $ispell array in place of the old $default->ispell_lang stuff

2.8.2.5 STABLE_2_2 (+3 -3 lines) 10/21/1999 03:56 AM rkrusty

[IEM] fixing a small bug with ldap.  it wasn't including the ldap.php3 file
for some reason. (or at least wasn't doing it properly)  (updating debian
packaging stuff a bit..cleaning up typos, expanding descriptions, adding
changelog entries)

Tags: IMP_2_2_0_pre6

2.20 (+5 -5 lines) 10/18/1999 12:53 PM Chuck Hagenbuch chuck

cjh: fixing a typo s//include/

2.19 (+3 -5 lines) 10/13/1999 10:06 PM Chuck Hagenbuch chuck

cjh: nuking a bunch of unneccesary $need_horde_db and $db_lib_loaded
variables.

2.18 (+10 -18 lines) 10/13/1999 03:37 PM jon


jon: killing a use_db reference

Only showing the 100 latest revisions. Show all revisions? (may take a while).