Michael M Slusarz [Thu, 29 Jul 2010 16:36:51 +0000 (10:36 -0600)]
Fix dom:loaded actions
Michael M Slusarz [Thu, 29 Jul 2010 16:32:27 +0000 (10:32 -0600)]
Another place to use JSON encoding instead of addslashes()
Michael M Slusarz [Thu, 29 Jul 2010 16:25:30 +0000 (10:25 -0600)]
addslashes() not needed - handled by JSON encoding
Michael M Slusarz [Thu, 29 Jul 2010 16:24:25 +0000 (10:24 -0600)]
Remove Horde_Browser::escapeJSCode()
This is handled by json encoding now.
Michael M Slusarz [Thu, 29 Jul 2010 16:22:46 +0000 (10:22 -0600)]
More places to add ajaxui to URL
Michael M Slusarz [Wed, 28 Jul 2010 22:56:41 +0000 (16:56 -0600)]
Some H4 updates
Jan Schneider [Thu, 29 Jul 2010 12:34:35 +0000 (14:34 +0200)]
Portuguese fixes.
Jan Schneider [Thu, 29 Jul 2010 12:26:28 +0000 (14:26 +0200)]
Send agenda emails with HTML part and convert to Horde_View.
Jan Schneider [Thu, 29 Jul 2010 09:52:48 +0000 (11:52 +0200)]
Merge branch 'prototype-1.7'
Jan Schneider [Thu, 29 Jul 2010 09:44:15 +0000 (11:44 +0200)]
Arrange task list tabs like calendar tabs. Fixes sharing tab not being
available when creating task lists.
Jan Schneider [Thu, 29 Jul 2010 09:26:16 +0000 (11:26 +0200)]
Subscribe to created task list.
Jan Schneider [Thu, 29 Jul 2010 08:50:44 +0000 (10:50 +0200)]
Fix adding task lists.
Jan Schneider [Wed, 28 Jul 2010 21:40:31 +0000 (23:40 +0200)]
Greatly simplify javascript.
Michael J. Rubinsky [Wed, 28 Jul 2010 21:20:56 +0000 (17:20 -0400)]
label this as "Tweet" and not "Update"
This doesn't update anything, it posts a tweet.
Michael J. Rubinsky [Wed, 28 Jul 2010 21:15:57 +0000 (17:15 -0400)]
Use a 2 row textarea, and add a characters remaining countdown
Michael M Slusarz [Wed, 28 Jul 2010 17:59:20 +0000 (11:59 -0600)]
Optimize sidebar loading
Michael M Slusarz [Wed, 28 Jul 2010 17:38:45 +0000 (11:38 -0600)]
Move sidebar out of portal namespace.
Sidebar really doesn't have anything to do with the portal, so separate
thse elements in the Horde directory layout.
Michael M Slusarz [Wed, 28 Jul 2010 17:19:11 +0000 (11:19 -0600)]
Make the portal the default Horde initial page
Michael M Slusarz [Wed, 28 Jul 2010 17:15:00 +0000 (11:15 -0600)]
More tweaks to HTML quoting style.
Outlook and/or hotmail doesn't seem to reply to just blockquote/cite
very well.
Jan Schneider [Wed, 28 Jul 2010 16:44:20 +0000 (18:44 +0200)]
Thank you, failing git merge.
Jan Schneider [Wed, 28 Jul 2010 16:41:51 +0000 (18:41 +0200)]
setAnchor() makes more sense actually.
Jan Schneider [Wed, 28 Jul 2010 16:24:57 +0000 (18:24 +0200)]
Hopefully the final, working version.
Michael J. Rubinsky [Wed, 28 Jul 2010 16:25:30 +0000 (12:25 -0400)]
Fix method name
Jan Schneider [Wed, 28 Jul 2010 16:17:22 +0000 (18:17 +0200)]
Still need to catch the encoded place holder too.
Michael M Slusarz [Wed, 28 Jul 2010 16:11:40 +0000 (10:11 -0600)]
Bug #9155: IMP_Compose:: fixes.
Fix 2 charset parameter's for Horde_Mime::encodeAddress().
Fix use of un-initialized variable.
Jan Schneider [Wed, 28 Jul 2010 16:12:44 +0000 (18:12 +0200)]
Fix this.
Jan Schneider [Wed, 28 Jul 2010 16:10:00 +0000 (18:10 +0200)]
Work on the url parameters directly.
Jan Schneider [Wed, 28 Jul 2010 15:58:28 +0000 (17:58 +0200)]
Cast to string.
Michael J. Rubinsky [Wed, 28 Jul 2010 15:17:53 +0000 (11:17 -0400)]
remaining LIMIT to queryLimit() changes
Michael J. Rubinsky [Wed, 28 Jul 2010 14:48:52 +0000 (10:48 -0400)]
...actually remove the LIMIT from the SQL statement
Michael J. Rubinsky [Wed, 28 Jul 2010 14:44:01 +0000 (10:44 -0400)]
note about LIMIT and AS in CODING_STANDARDS
Jan Schneider [Wed, 28 Jul 2010 13:15:23 +0000 (15:15 +0200)]
Revert "Fix portal access"
This reverts commit
da1e6a55be90f4653aa964ee1003c44a1701846a.
This broke initial_application redirection after logging in.
Jan Schneider [Wed, 28 Jul 2010 10:45:49 +0000 (12:45 +0200)]
Use From: address too when searching for matching identities, to select the
correct identity when replying to a message from yourself.
Jan Schneider [Wed, 28 Jul 2010 10:38:57 +0000 (12:38 +0200)]
Fix variable name.
Jan Schneider [Wed, 28 Jul 2010 09:08:26 +0000 (11:08 +0200)]
MFB: Set emulate_database option for Oracle (Bug #9151).
Michael J. Rubinsky [Wed, 28 Jul 2010 05:47:37 +0000 (01:47 -0400)]
Don't use non-portable LIMIT syntax, use db abstraction methods.
Michael M Slusarz [Wed, 28 Jul 2010 03:34:56 +0000 (21:34 -0600)]
Update goto.js script to use Horde_Calendar js lib.
Michael M Slusarz [Wed, 28 Jul 2010 03:33:27 +0000 (21:33 -0600)]
Allow month/year/week to be clicked on and trigger events.
Also, clean up event handling so it is all done with a single observe.
Michael M Slusarz [Wed, 28 Jul 2010 02:37:01 +0000 (20:37 -0600)]
Fix class name
Michael M Slusarz [Wed, 28 Jul 2010 02:09:29 +0000 (20:09 -0600)]
Some sidebar fixes
Michael M Slusarz [Wed, 28 Jul 2010 00:29:52 +0000 (18:29 -0600)]
Add missing charset parameter
Michael M Slusarz [Wed, 28 Jul 2010 00:29:33 +0000 (18:29 -0600)]
Fix default charset.
Michael M Slusarz [Wed, 28 Jul 2010 00:26:36 +0000 (18:26 -0600)]
Add preference to define default font family/size for the HTML compose editor
Essentially makes HTML compose mode a WYSIWYG editor, since it now will
send th message using the same default font as appears on the screen.
Michael M Slusarz [Tue, 27 Jul 2010 23:57:01 +0000 (17:57 -0600)]
Make sure we convert back to proper charset
Michael J. Rubinsky [Tue, 27 Jul 2010 23:14:18 +0000 (19:14 -0400)]
MFB, don't use 'AS' in table aliases.
Some of the changes from CVS were already present in Git, this is the remaining changes.
Bug: 9151
Michael M Slusarz [Tue, 27 Jul 2010 21:32:23 +0000 (15:32 -0600)]
Finally can get rid of the javascript.php helper script
Michael M Slusarz [Tue, 27 Jul 2010 21:28:31 +0000 (15:28 -0600)]
No PHP code in open_html_helper.js script
Michael M Slusarz [Tue, 27 Jul 2010 21:06:13 +0000 (15:06 -0600)]
Git rid of the last of the open_calendar.js references
Michael M Slusarz [Tue, 27 Jul 2010 20:51:17 +0000 (14:51 -0600)]
Use Horde_Core_Ui_JsCalendar.
Add some functionality from kronolith also, like displaying the weekday
name and doing javascript actions when clicking on input labels.
Michael M Slusarz [Tue, 27 Jul 2010 20:25:25 +0000 (14:25 -0600)]
Make sure Horde_Core_Ui_JsCalendar::init() is only run once.
Jan Schneider [Tue, 27 Jul 2010 17:54:16 +0000 (19:54 +0200)]
Import and export the privacy field in CSV data (Request #9139).
Jan Schneider [Tue, 27 Jul 2010 17:52:36 +0000 (19:52 +0200)]
Include anyone user when listing users in the ACL screen (Bug 9135).
Jan Schneider [Tue, 27 Jul 2010 17:03:55 +0000 (19:03 +0200)]
Make this a warning.
Jan Schneider [Tue, 27 Jul 2010 17:02:42 +0000 (19:02 +0200)]
Add fr_FR translation.
Gonçalo Queirós [Tue, 20 Jul 2010 10:34:37 +0000 (11:34 +0100)]
translations should also be searched on the framework (Bug #9144).
Signed-off-by: Jan Schneider <jan@horde.org>
Michael M Slusarz [Tue, 27 Jul 2010 08:17:38 +0000 (02:17 -0600)]
Fix portal access
Michael M Slusarz [Tue, 27 Jul 2010 08:11:56 +0000 (02:11 -0600)]
Consistently use Horde_Url::setAnchor()
Michael M Slusarz [Tue, 27 Jul 2010 08:06:38 +0000 (02:06 -0600)]
Fix undefined variable warning
Michael M Slusarz [Tue, 27 Jul 2010 08:02:51 +0000 (02:02 -0600)]
Move all edit screen javascript to a static file.
This started off as converting to Horde_Core_Ui_JsCalendar usage, but
ended up an entire rewrite of the edit screen.
Michael M Slusarz [Tue, 27 Jul 2010 06:05:09 +0000 (00:05 -0600)]
Add full_weekdays option to Horde_Core_Ui_JsCalendar::.
Michael J. Rubinsky [Tue, 27 Jul 2010 00:15:55 +0000 (20:15 -0400)]
fix replying, again.
Michael M Slusarz [Mon, 26 Jul 2010 23:33:07 +0000 (17:33 -0600)]
More OpenOffice MIME types.
Michael M Slusarz [Mon, 26 Jul 2010 21:15:33 +0000 (15:15 -0600)]
Missed a place to indicate HTML images are blocked
Michael M Slusarz [Mon, 26 Jul 2010 21:06:48 +0000 (15:06 -0600)]
horde/Mime_Viewer cleanups.
Horde_Mime_Viewer_Driver -> Horde_Mime_Viewer_Base to be more consistent
with other packages.
Add some helper functions to reduce duplicate code.
Michael M Slusarz [Mon, 26 Jul 2010 19:49:29 +0000 (13:49 -0600)]
Move Mime Viewer code to horde/Mime_Viewer package
Michael J. Rubinsky [Mon, 26 Jul 2010 23:08:53 +0000 (19:08 -0400)]
parse error
Jan Schneider [Tue, 20 Jul 2010 22:07:08 +0000 (00:07 +0200)]
Redirect to ajax interface when trying to access a tradtional page directly.
Jan Schneider [Tue, 20 Jul 2010 22:00:42 +0000 (00:00 +0200)]
Catch empty title due to invalid json strings.
Jan Schneider [Tue, 20 Jul 2010 21:51:13 +0000 (23:51 +0200)]
Remove unused code.
Jan Schneider [Tue, 20 Jul 2010 21:34:24 +0000 (23:34 +0200)]
Catch errors in Kronolith::listEvents() so that the remaining drivers are still loaded and displayed.
Jan Schneider [Tue, 20 Jul 2010 21:01:32 +0000 (23:01 +0200)]
Require a supported calendar type for editing.
Jan Schneider [Tue, 20 Jul 2010 20:44:33 +0000 (22:44 +0200)]
Add addAnchor() for chaining.
Jan Schneider [Tue, 20 Jul 2010 20:38:35 +0000 (22:38 +0200)]
Add showAjaxView().
Jan Schneider [Tue, 20 Jul 2010 20:33:05 +0000 (22:33 +0200)]
Move this method.
Michael M Slusarz [Mon, 26 Jul 2010 06:02:52 +0000 (00:02 -0600)]
One source driver viewer.
Remove Webcpp and Enscript drivers. Use a single driver
(GNU source-highlight) to render code data.
Michael M Slusarz [Mon, 26 Jul 2010 06:16:29 +0000 (00:16 -0600)]
Use parameter in correct function call
Michael M Slusarz [Mon, 26 Jul 2010 05:20:10 +0000 (23:20 -0600)]
Update phpdoc
Michael M Slusarz [Sat, 24 Jul 2010 18:47:22 +0000 (12:47 -0600)]
More HTML viewer tweaking
Chuck Hagenbuch [Sat, 24 Jul 2010 20:34:23 +0000 (16:34 -0400)]
Take a guess at the number of rows in the note and pass it to the editor.
Chuck Hagenbuch [Sat, 24 Jul 2010 20:27:06 +0000 (16:27 -0400)]
HEREDOCs in class member initializers don't seem to work in PHP 5.2.x (parse error)
Chuck Hagenbuch [Sat, 24 Jul 2010 20:10:50 +0000 (16:10 -0400)]
ws
Chuck Hagenbuch [Sat, 24 Jul 2010 20:10:31 +0000 (16:10 -0400)]
Fix type ($cookie => $cookies)
Chuck Hagenbuch [Sat, 24 Jul 2010 20:10:01 +0000 (16:10 -0400)]
Set $path before returning the request
Chuck Hagenbuch [Sat, 24 Jul 2010 20:09:10 +0000 (16:09 -0400)]
Add a dom id to details, move it to a div (instead of a pre inside a p, which isn't valid).
Also remove some unnecessary code now that we show a backtrace instead of file/line.
Chuck Hagenbuch [Sat, 24 Jul 2010 20:08:46 +0000 (16:08 -0400)]
ws
Chuck Hagenbuch [Sat, 24 Jul 2010 20:08:06 +0000 (16:08 -0400)]
Make this class friendlier to injection by moving $path to a setter
Chuck Hagenbuch [Sat, 24 Jul 2010 19:56:57 +0000 (15:56 -0400)]
Show the function call trace rather than just the line of the eventual error.
Chuck Hagenbuch [Sat, 24 Jul 2010 19:56:40 +0000 (15:56 -0400)]
ws
Michael J. Rubinsky [Sat, 24 Jul 2010 18:59:24 +0000 (14:59 -0400)]
Various renaming and code organization changes:
Rename ansel gallery's "default" image to "key" image - it's not a
default for anything, name it appropriately in the code
Move all sql storage related code to Ansel_Storage.
Don't use the share's database to manipulate non-share tables.
Michael J. Rubinsky [Sat, 24 Jul 2010 18:01:34 +0000 (14:01 -0400)]
Rename Ansel_Gallery::getOwner to Ansel_Gallery::getIdentity
Michael J. Rubinsky [Fri, 23 Jul 2010 23:13:54 +0000 (19:13 -0400)]
First pass at adding Ajax editing to menmo's note block.
Can probably still tweak some things, but basic functionality is there.
Just click any where on the note to activate the editor.
Michael M Slusarz [Fri, 23 Jul 2010 22:46:00 +0000 (16:46 -0600)]
Fix mailto: processing for link tags with pre-existing target attribute
Michael M Slusarz [Fri, 23 Jul 2010 22:35:04 +0000 (16:35 -0600)]
Fix unknown image display for PDF thumbnails
Michael M Slusarz [Fri, 23 Jul 2010 22:27:21 +0000 (16:27 -0600)]
Fix missing parameter error
Michael M Slusarz [Fri, 23 Jul 2010 22:19:31 +0000 (16:19 -0600)]
Fix undefined error for Outlook style addresses
Michael M Slusarz [Fri, 23 Jul 2010 22:08:00 +0000 (16:08 -0600)]
Fix variable name
Michael M Slusarz [Fri, 23 Jul 2010 21:52:46 +0000 (15:52 -0600)]
Need to check the scheme of the actual link, not the text data
Michael M Slusarz [Fri, 23 Jul 2010 21:32:19 +0000 (15:32 -0600)]
Don't search own addresses when doing tied/recipient check
Michael M Slusarz [Fri, 23 Jul 2010 20:53:14 +0000 (14:53 -0600)]
Clean up Horde_Ui_Core_Pager::.
Use Horde_Url.
Combine statements.
Michael M Slusarz [Fri, 23 Jul 2010 20:46:01 +0000 (14:46 -0600)]
Fix phpdoc.