Revisions for dimp/config/conf.xml

Location: [ Horde ] / dimp / config / conf.xml 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.30.2.6 FRAMEWORK_3 (+4 -4 lines) 08/08/2008 01:00 PM Michael M Slusarz slusarz

MFH 1.36

Tags: DIMP_1_1, DIMP_1_1_RC2

1.36 (+4 -4 lines) 08/08/2008 09:37 AM Michael M Slusarz slusarz

Tweak settings a bit.  Show initial screen faster, at the penalty of requiring
more (but faster) server calls to display a large mailbox.

1.30.2.5 FRAMEWORK_3 (+7 -1 lines) 05/02/2008 12:30 AM Michael M Slusarz slusarz

MFH: Split message template into separate preview and fullmessage templates.

Tags: DIMP_1_0_1_RC1, DIMP_1_0, DIMP_1_0_RC4

1.35 (+7 -1 lines) 04/30/2008 06:21 PM Michael M Slusarz slusarz

Want to get this in before 1.0 because it changes template files so much...
Rework message display code. Preview mode vs. popup message mode are really
two different things. Hard code the message template into both views.  The
major benefit is we no longer have to create the full HTML page/set
event observers every time we view a preview message - we can set it up once
on login and simply update the relevant fields with the new information.
Greatly reduces bandwith and lessens resource needs on server side.  The
only drawback is the change of several templates and the addition of a new
hook for preview messages - since we are dynamically populating at load time,
we can't adopt the old template approach.  But there is a net -1 gain on
template files so that's always a good thing.

1.30.2.4 FRAMEWORK_3 (+1 -36 lines) 02/29/2008 08:22 AM Michael M Slusarz slusarz

MFH:
IMP/DIMP cleanup before 4.2.
Re-use as much of IMP code as possible to prevent code duplication.
Remove duplicate config options/prefs and use IMP versions instead.
No need to have own cache.php script - use IMP's instead.

Tags: DIMP_1_0_RC3

1.34 (+1 -36 lines) 02/29/2008 08:09 AM Michael M Slusarz slusarz

IMP/DIMP cleanup before 4.2.
Re-use as much of IMP code as possible to prevent code duplication.
Remove duplicate config options/prefs and use IMP versions instead.
No need to have own cache.php script - use IMP's instead.

1.30.2.3 FRAMEWORK_3 (+14 -10 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: DIMP_1_0_RC2

1.33 (+14 -10 lines) 12/26/2007 06:01 PM Michael M Slusarz slusarz

[mms] Add hook for adding formatting information to a message list row.

1.30.2.2 FRAMEWORK_3 (+2 -2 lines) 12/24/2007 01:25 AM Michael M Slusarz slusarz

MFH 1.32

1.32 (+2 -2 lines) 12/24/2007 01:25 AM Michael M Slusarz slusarz

Never mind - looking at the wrong thing here.

1.30.2.1 FRAMEWORK_3 (+2 -2 lines) 12/24/2007 01:24 AM Michael M Slusarz slusarz

MFH: DimpCore.js - 1.372, 1.373; conf.xml - 1.31; index.inc - 1.155, 1.156

1.31 (+2 -2 lines) 12/24/2007 01:09 AM Michael M Slusarz slusarz

Load INBOX in background by default (since user more often than not will
attempt to load INBOX at some point during a session).

1.30 (+9 -1 lines) 12/12/2007 06:27 PM Michael M Slusarz slusarz

Add configuration option to disallow searching all mailboxes.
Fix updating search mailbox name when editing current search.

Tags: FRAMEWORK_3, BEFORE_MERGE_3_2

1.29 (+8 -5 lines) 11/12/2007 11:53 AM Jan Schneider jan

checkboxes are never required.

Tags: DIMP_1_0_RC1

1.28 (+4 -1 lines) 11/12/2007 11:25 AM Jan Schneider jan

Add hook for e-mail address formatting.

1.27 (+3 -1 lines) 11/12/2007 10:22 AM Jan Schneider jan

Add option to load custom CSS files.

1.26 (+2 -2 lines) 08/22/2007 01:20 PM Michael M Slusarz slusarz

Fix name

1.25 (+3 -1 lines) 08/20/2007 04:14 PM Michael M Slusarz slusarz

On initial login, allow INBOX to load in background.

1.24 (+4 -20 lines) 06/19/2007 12:15 PM Michael M Slusarz slusarz

Move html editor configuration to prefs.

Tags: DIMP_1_0_ALPHA

1.23 (+26 -7 lines) 06/11/2007 08:44 AM Michael M Slusarz slusarz

Add cache timeout params to css/js caching.
Add option to check mtime of css/js of files to determine if cached version
has expired.
Fix relative url issue with cached css.  While we are at it, since we need to
do a preg_replace to fix this issue, throw in a few more regexps to strip
unnecessary whitespace and remove comments from cached CSS.

1.22 (+2 -1 lines) 06/11/2007 06:56 AM Michael M Slusarz slusarz

Add tinymce as a supported editor.

1.21 (+13 -3 lines) 06/07/2007 06:22 PM Michael M Slusarz slusarz

Move editor toolbar configuration to config file.
Add ability to define toolbars for fckeditor.

1.20 (+6 -1 lines) 06/06/2007 03:33 PM Michael M Slusarz slusarz

Add FCKeditor as a supported javascript HTML editor.

1.19 (+15 -1 lines) 06/05/2007 02:05 PM Michael M Slusarz slusarz

Javascript file/stylesheet caching.  More specifically, combining all files
into a single HTTP request.  Yahoo research indicates that reducing the
number of HTTP requests is the single best thing you can do to speed up
response time:
http://yuiblog.com/blog/2006/11/28/performance-research-part-1/
Not working yet: relative links in stylesheets (e.g. graphics)

1.18 (+4 -1 lines) 05/25/2007 07:29 AM Michael M Slusarz slusarz

Make timeout for viewport loading message easily configurable.

1.17 (+5 -5 lines) 05/24/2007 07:11 AM Michael M Slusarz slusarz

Can't use float values for these config options since casting from string to
floatval is unreliable due to differing decimal separators in different
locales.  Just use integers instead to make things portable.

1.16 (+12 -1 lines) 05/23/2007 03:26 PM Michael M Slusarz slusarz

Move buffer pages and limit factor to admin settable config settings to
allow for easier performance tweaking.

1.15 (+3 -3 lines) 05/23/2007 05:50 AM Michael M Slusarz slusarz

Break out portal configuration so an admin can define which portal blocks
to display.

1.14 (+1 -7 lines) 04/19/2007 02:53 PM Michael M Slusarz slusarz

Do away with folder loading queue.  Instead, just have ViewPort be smarter
about what to do with the AJAX return.  If showing the current folder, then
display the data.  If not, then cache the data and return with altering
any the viewport.  Also, better error handling for message list issues.  Do
away with "timeout" and instead display a notification message after 10
seconds indicating the message list is still being downloaded, and display
error message if invalid response received from the server.

1.13 (+29 -35 lines) 02/19/2007 04:34 AM Jan Schneider jan

There's no need for tabs.

1.12 (+10 -1 lines) 02/16/2007 10:19 PM Michael M Slusarz slusarz

Much better way of implementing debugging so I don't keep blowing away the
default setting in my commits.

1.11 (+8 -6 lines) 01/08/2007 01:42 AM Michael M Slusarz slusarz

Take 3 - Allow hook to alter/add any template item in dimp message text
view.

1.10 (+5 -5 lines) 01/07/2007 06:46 PM Michael M Slusarz slusarz

Alter hook to allow manipulation of message text in both preview and full
message modes.

1.9 (+11 -5 lines) 01/03/2007 01:26 AM Michael M Slusarz slusarz

Add ability to manipulate preview message text in dimp.

1.8 (+2 -2 lines) 12/06/2006 12:33 AM Michael M Slusarz slusarz

Add desc param.

1.7 (+9 -1 lines) 12/05/2006 12:20 PM Michael M Slusarz slusarz

Make timeout a config option.

1.6 (+1 -11 lines) 11/24/2006 03:06 PM Michael M Slusarz slusarz

Use spellchecker config located in imp.

1.5 (+13 -1 lines) 11/24/2006 02:15 PM Michael M Slusarz slusarz

Add hook to allow admin to add elements to the array passed to the mailbox
template.

1.4 (+1 -3 lines) 10/15/2006 01:12 PM Michael M Slusarz slusarz

Use $conf['menu']['links'] settings for logout link.

1.3 (+3 -1 lines) 10/12/2006 10:14 PM Michael M Slusarz slusarz

Add config option to hide logout link.

1.2 (+11 -1 lines) 12/07/2005 10:59 AM Jan Schneider jan

Add application links.

1.1 11/04/2005 06:29 AM Chuck Hagenbuch chuck

first pass at a conf.xml