Michael J. Rubinsky [Mon, 29 Jun 2009 18:11:08 +0000 (14:11 -0400)]
More places we can't use Horde::img() now since these need to be fully
qualified urls
Michael J. Rubinsky [Mon, 29 Jun 2009 17:57:12 +0000 (13:57 -0400)]
Can't use Horde::img here since this is a fully qualified url
Martin Blumenthal [Mon, 29 Jun 2009 14:39:33 +0000 (16:39 +0200)]
Fixes a bug when automatically loading semester dates.
Michael M Slusarz [Mon, 29 Jun 2009 05:54:35 +0000 (23:54 -0600)]
Bug #8387: Add missing assignment
Michael M Slusarz [Mon, 29 Jun 2009 05:38:20 +0000 (23:38 -0600)]
Move RFC 2397 image data generation to Horde::
Michael M Slusarz [Mon, 29 Jun 2009 05:28:51 +0000 (23:28 -0600)]
Use Horde:: equivalents for token checking.
Michael M Slusarz [Mon, 29 Jun 2009 05:08:53 +0000 (23:08 -0600)]
Ticket #8384: Move all javascript files to the js/ directory
Chuck Hagenbuch [Mon, 29 Jun 2009 02:48:17 +0000 (22:48 -0400)]
- Add Horde_Date_Parser_Result for holding complex results from
Horde_Date_Parser#parse()
- Replace the 'guess' option with a generic 'return' option that allows you to
pick a Horde_Date, Horde_Date_Span, or Horde_Date_Parser_Result
- Move the guess() function to the Horde_Date_Parser_Result object (maybe it
should actually be on the span itself?)
- Horde_Date_Parser_Result can return the tagged or untagged text from the
original string.
Michael J. Rubinsky [Sun, 28 Jun 2009 19:03:55 +0000 (15:03 -0400)]
HTTP/WebDAV/Server.php (the PEAR package) has been deprecated in GIT
The code has been merged into RPC/webdav.php.
Remove require
Michael J. Rubinsky [Sun, 28 Jun 2009 18:10:54 +0000 (14:10 -0400)]
...and fix the CSS path for Horde's CSS
Michael J. Rubinsky [Sun, 28 Jun 2009 18:05:14 +0000 (14:05 -0400)]
Correctly fix the JS path
Michael J. Rubinsky [Sun, 28 Jun 2009 17:54:05 +0000 (13:54 -0400)]
Be sure to pass along the 'days' parameter now also
Michael J. Rubinsky [Sun, 28 Jun 2009 17:47:43 +0000 (13:47 -0400)]
Remove Horde/RPC.php require.
Do we still need the 'HTTP/WebDAV/Server.php'?
Michael J. Rubinsky [Sun, 28 Jun 2009 17:34:12 +0000 (13:34 -0400)]
Fix path to js
Michael J. Rubinsky [Sun, 28 Jun 2009 17:27:41 +0000 (13:27 -0400)]
Need a !empty() check here
Michael M Slusarz [Sun, 28 Jun 2009 02:35:21 +0000 (20:35 -0600)]
Bug #8383: Correctly remove null from mailbox name
Michael M Slusarz [Fri, 26 Jun 2009 22:49:22 +0000 (16:49 -0600)]
No need for separate print.css file
Michael M Slusarz [Fri, 26 Jun 2009 22:35:50 +0000 (16:35 -0600)]
Fix missing >
Michael M Slusarz [Fri, 26 Jun 2009 22:28:42 +0000 (16:28 -0600)]
Remove DIMP.conf.msg_index and msg_folder vars
Michael M Slusarz [Fri, 26 Jun 2009 21:40:33 +0000 (15:40 -0600)]
Fix adding subfolders UI
Michael M Slusarz [Fri, 26 Jun 2009 17:19:43 +0000 (11:19 -0600)]
Update drafts mailbox in base screen if drafts have been added/removed
Michael M Slusarz [Fri, 26 Jun 2009 17:11:50 +0000 (11:11 -0600)]
Fix deletion of auto-save drafts.
Michael M Slusarz [Fri, 26 Jun 2009 16:59:52 +0000 (10:59 -0600)]
Give notification feedback on auto-draft save
Michael M Slusarz [Fri, 26 Jun 2009 16:59:22 +0000 (10:59 -0600)]
Don't delete draft in dimp immediately after saving it.
Michael M Slusarz [Fri, 26 Jun 2009 16:58:37 +0000 (10:58 -0600)]
Don't keep growler log on popup pages.
Gunnar Wrobel [Fri, 26 Jun 2009 08:25:46 +0000 (10:25 +0200)]
Initialize the registry before the notification system the latter needs the registry.
Michael M Slusarz [Fri, 26 Jun 2009 08:01:47 +0000 (02:01 -0600)]
Don't pass mailbox-dimp.js through javascript.php
Michael M Slusarz [Fri, 26 Jun 2009 07:53:00 +0000 (01:53 -0600)]
IMP_Compose:: improvements.
No need to carry around state/information about reply, forward, and
drafts. Store this information inside the cached IMP_Compose object and
internally retrieve it from this object when needed.
Proactively remove unused IMP_Compose objects from the session when
finished using them.
Michael M Slusarz [Fri, 26 Jun 2009 05:50:07 +0000 (23:50 -0600)]
Truncate successful compose notification messages
Michael M Slusarz [Fri, 26 Jun 2009 05:36:50 +0000 (23:36 -0600)]
Fix duplicate notification messages on core & popup windows when using quickreply
Michael M Slusarz [Fri, 26 Jun 2009 05:28:17 +0000 (23:28 -0600)]
Don't need a border in popup message screen - especially since it is so hard to size properly
Michael M Slusarz [Fri, 26 Jun 2009 05:18:18 +0000 (23:18 -0600)]
Fix address context actions.
Michael M Slusarz [Thu, 25 Jun 2009 23:40:38 +0000 (17:40 -0600)]
More IMP_Mailbox data structure optimization
Gunnar Wrobel [Fri, 26 Jun 2009 07:24:58 +0000 (09:24 +0200)]
Allow to override attribute settings with the global attribute configuration.
Gunnar Wrobel [Fri, 26 Jun 2009 07:24:36 +0000 (09:24 +0200)]
Refresh the buttons after an action has been performed.
Michael M Slusarz [Thu, 25 Jun 2009 23:16:33 +0000 (17:16 -0600)]
First attempt to simplify IMP login tasks code.
Stupid framesets needlessly complicate everything.
Michael M Slusarz [Thu, 25 Jun 2009 23:16:02 +0000 (17:16 -0600)]
Use json encoding to save array data (lighter footprint)
Michael M Slusarz [Thu, 25 Jun 2009 21:51:58 +0000 (15:51 -0600)]
More POP3 disabling - don't allow on-demand filtering
Michael M Slusarz [Thu, 25 Jun 2009 17:59:49 +0000 (11:59 -0600)]
Fix/improve popup image handling
Michael M Slusarz [Thu, 25 Jun 2009 17:59:17 +0000 (11:59 -0600)]
Don't do unnecessary element refresh.
Michael M Slusarz [Thu, 25 Jun 2009 16:43:41 +0000 (10:43 -0600)]
Consolidate the imp and dimp notification handler
Michael M Slusarz [Thu, 25 Jun 2009 06:59:03 +0000 (00:59 -0600)]
Fix bad path
Matt Selsky [Thu, 25 Jun 2009 16:03:38 +0000 (12:03 -0400)]
Deprecated warning: Don't assign return value of new by reference.
Michael M Slusarz [Thu, 25 Jun 2009 01:02:59 +0000 (19:02 -0600)]
Offload much of the notification work to the base drivers
Michael M Slusarz [Wed, 24 Jun 2009 23:50:04 +0000 (17:50 -0600)]
Fix classnames.
Michael M Slusarz [Wed, 24 Jun 2009 23:38:49 +0000 (17:38 -0600)]
Notification:: -> Horde_Notification::
Michael M Slusarz [Wed, 24 Jun 2009 22:23:19 +0000 (16:23 -0600)]
Secret:: -> Horde_Secret::
Michael M Slusarz [Wed, 24 Jun 2009 06:17:16 +0000 (00:17 -0600)]
Convert from Maintenance:: -> Horde_LoginTasks::.
Michael M Slusarz [Wed, 24 Jun 2009 18:23:12 +0000 (12:23 -0600)]
Autoloading needs to be done in Registry::
Michael J. Rubinsky [Wed, 24 Jun 2009 13:24:07 +0000 (09:24 -0400)]
_params['alarms'] won't be set at all unless the checkbox is checked,
need a !empty() check here.
Michael M Slusarz [Wed, 24 Jun 2009 04:28:53 +0000 (22:28 -0600)]
Do this check earlier.
Michael M Slusarz [Tue, 23 Jun 2009 23:43:08 +0000 (17:43 -0600)]
Better way of adding JS files to flags page.
Michael M Slusarz [Tue, 23 Jun 2009 20:43:27 +0000 (14:43 -0600)]
Error message if Date_Holidays is not installed.
Michael M Slusarz [Tue, 23 Jun 2009 20:36:52 +0000 (14:36 -0600)]
Fix typo.
Matt Selsky [Tue, 23 Jun 2009 13:33:01 +0000 (09:33 -0400)]
Class with abstract methods must be declared as abstract, too.
Matt Selsky [Tue, 23 Jun 2009 13:27:49 +0000 (09:27 -0400)]
Abstract functions cannot have bodies, even if empty.
Matt Selsky [Tue, 23 Jun 2009 13:23:31 +0000 (09:23 -0400)]
Parse error: add missing '}'.
Matt Selsky [Tue, 23 Jun 2009 13:11:49 +0000 (09:11 -0400)]
Parse error: add missing ';'.
Matt Selsky [Tue, 23 Jun 2009 13:09:22 +0000 (09:09 -0400)]
Parse error: add missing ']'.
Matt Selsky [Tue, 23 Jun 2009 13:05:42 +0000 (09:05 -0400)]
Fix parse error: stray ')'.
Chuck Hagenbuch [Tue, 23 Jun 2009 02:59:55 +0000 (22:59 -0400)]
fix Exception arguments
Gunnar Wrobel [Mon, 22 Jun 2009 18:34:49 +0000 (20:34 +0200)]
Improve the search:
- Allow a sizelimit parameter and indicate if the search result
exceeded this limit
- Disallow an empty search form
- Use the find() method of the server class.
Gunnar Wrobel [Mon, 22 Jun 2009 18:33:37 +0000 (20:33 +0200)]
Fix setting variables.
Michael M Slusarz [Mon, 22 Jun 2009 04:11:08 +0000 (22:11 -0600)]
Fix some icon paths
Michael M Slusarz [Mon, 22 Jun 2009 04:09:17 +0000 (22:09 -0600)]
Bug #8330: Merge from CVS HEAD
Michael M Slusarz [Mon, 22 Jun 2009 04:08:58 +0000 (22:08 -0600)]
Catch Horde_Exception, not Exception.
Michael M Slusarz [Fri, 19 Jun 2009 22:35:18 +0000 (16:35 -0600)]
Fix collapsing folders.
Michael M Slusarz [Fri, 19 Jun 2009 21:14:32 +0000 (15:14 -0600)]
Optimize/fix expanding folders in dimp sidebar
Michael M Slusarz [Fri, 19 Jun 2009 20:24:37 +0000 (14:24 -0600)]
Remove redundant folder graphics
Michael M Slusarz [Fri, 19 Jun 2009 20:10:48 +0000 (14:10 -0600)]
Suppress vertical scrollbars in browser
Michael M Slusarz [Fri, 19 Jun 2009 18:28:08 +0000 (12:28 -0600)]
Better branch display on file screen
Michael M Slusarz [Fri, 19 Jun 2009 18:23:34 +0000 (12:23 -0600)]
Correctly pass branch between browse screens
Michael M Slusarz [Fri, 19 Jun 2009 18:22:15 +0000 (12:22 -0600)]
For some reason need this to make fonts the correct size on FF.
Michael M Slusarz [Fri, 19 Jun 2009 17:46:58 +0000 (11:46 -0600)]
Fix branch determination in CVS driver
Michael M Slusarz [Fri, 19 Jun 2009 17:14:22 +0000 (11:14 -0600)]
Various display improvements.
Remove table-based options layout with DIV-based layout.
Don't show manual diff/revisions entry box unless javascript is not
available.
Jan Schneider [Fri, 19 Jun 2009 15:53:15 +0000 (17:53 +0200)]
Fix viral typo.
Jan Schneider [Fri, 19 Jun 2009 15:48:41 +0000 (17:48 +0200)]
Move portal block configuration from prefs to block params.
Jan Schneider [Fri, 19 Jun 2009 15:39:50 +0000 (17:39 +0200)]
MFB: Should be implicit
Jan Schneider [Fri, 19 Jun 2009 15:38:49 +0000 (17:38 +0200)]
MFB: Make these look like regular prefs.
Jan Schneider [Thu, 18 Jun 2009 17:33:46 +0000 (19:33 +0200)]
MFB: Catch error.
Michael M Slusarz [Thu, 18 Jun 2009 22:54:29 +0000 (16:54 -0600)]
A bit better error message when mailbox list can not be generated.
Michael M Slusarz [Thu, 18 Jun 2009 22:46:04 +0000 (16:46 -0600)]
Use default timeout in Horde_Imap_Client::
Michael M Slusarz [Thu, 18 Jun 2009 22:26:05 +0000 (16:26 -0600)]
Folder handling UI improvements in DIMP.
Add Folder Options menu to DIMP.
Add ability to expand/collapse all folders in DIMP.
Michael M Slusarz [Thu, 18 Jun 2009 18:32:29 +0000 (12:32 -0600)]
Add save link to full message display in DIMP.
Michael M Slusarz [Thu, 18 Jun 2009 18:31:26 +0000 (12:31 -0600)]
Better notification message on successful send in dimp.
Michael M Slusarz [Thu, 18 Jun 2009 17:40:08 +0000 (11:40 -0600)]
Don't need IE8 workarounds with prototypejs 1.6.1
Michael M Slusarz [Thu, 18 Jun 2009 17:32:52 +0000 (11:32 -0600)]
Fix typo
Chuck Hagenbuch [Wed, 17 Jun 2009 16:00:55 +0000 (12:00 -0400)]
tweaks I needed for logs and patchset lists to still work and not throw warnings/errors
Michael M Slusarz [Wed, 17 Jun 2009 06:39:52 +0000 (00:39 -0600)]
Reuse diff graphic.
Michael M Slusarz [Wed, 17 Jun 2009 06:35:02 +0000 (00:35 -0600)]
null is the default argument here.
Michael M Slusarz [Wed, 17 Jun 2009 05:57:44 +0000 (23:57 -0600)]
Add diffstat information.
Diffstat info added to single patchset, diff, and browsefile screens.
Currently, only git supports. CVS uses a different way to generate this
info (see queryChangedLines()), but should eventually be changed to the
same mechanism - this diff information should not live directly in the
log object, but rather in the file objects inside of the master log
object.
Michael M Slusarz [Wed, 17 Jun 2009 05:09:14 +0000 (23:09 -0600)]
Improved patchset display.
Big improvement: the ability to view a single patchset. Ultimate goal is
to get this display to look similar/identical to a commit message, so
that this page becomes the one-stop shop when it comes to a commit
(instead of linking to the various diff pages in commit e-mails for each
file, we instead link to a single patchset page for each commit). Input
and/or tweaking of the display of this page would be great.
Additionally, tweak error display on unavailable patchset, link to the
checkout page for file name (instead of patchset page), and add full
revision tooltip information to revision links.
Michael M Slusarz [Wed, 17 Jun 2009 04:28:21 +0000 (22:28 -0600)]
Remove unneeded/duplicate CSS declarations
Chuck Hagenbuch [Wed, 17 Jun 2009 03:32:22 +0000 (23:32 -0400)]
assign variable
Michael M Slusarz [Wed, 17 Jun 2009 03:08:50 +0000 (21:08 -0600)]
Optimize quicklog for git (i.e. browsedir display)
Michael M Slusarz [Tue, 16 Jun 2009 16:47:47 +0000 (10:47 -0600)]
Merge from CVS HEAD: Bug #8345 (IE8 and javascript)
Jan Schneider [Tue, 16 Jun 2009 14:28:37 +0000 (16:28 +0200)]
Document all possible json event properties.
Jan Schneider [Tue, 16 Jun 2009 14:10:46 +0000 (16:10 +0200)]
Default to SQL storage.
Jan Schneider [Tue, 16 Jun 2009 12:50:23 +0000 (14:50 +0200)]
Propagate the 'modified' API method (Request #8274).
Jan Schneider [Mon, 8 Jun 2009 12:54:33 +0000 (14:54 +0200)]
Store event editing in dhtml history.