horde.git
15 years agoClean up some javascript defs in kronolith
Michael M Slusarz [Fri, 30 Jul 2010 17:30:30 +0000 (11:30 -0600)]
Clean up some javascript defs in kronolith

15 years agoFix forwarding from the IMP mailbox page
Michael M Slusarz [Fri, 30 Jul 2010 17:23:08 +0000 (11:23 -0600)]
Fix forwarding from the IMP mailbox page

15 years agoFix popup JS code.
Michael M Slusarz [Fri, 30 Jul 2010 17:22:22 +0000 (11:22 -0600)]
Fix popup JS code.

15 years agoprototypejs 1.7 fixes
Michael M Slusarz [Fri, 30 Jul 2010 16:52:08 +0000 (10:52 -0600)]
prototypejs 1.7 fixes

15 years agoConvert browse javascript to a static js file
Michael M Slusarz [Fri, 30 Jul 2010 16:02:16 +0000 (10:02 -0600)]
Convert browse javascript to a static js file

15 years agoNot used
Michael M Slusarz [Fri, 30 Jul 2010 08:38:28 +0000 (02:38 -0600)]
Not used

15 years agoBetter random string generation.
Michael M Slusarz [Fri, 30 Jul 2010 07:47:44 +0000 (01:47 -0600)]
Better random string generation.

Use either Horde_Support_Uuid or uniqid(mt_rand()) (the former is more
random and should be used for things like persistent data; the latter is
useful for things like cache-busting).

15 years agoMake sure this always returns a string (URL could be completely empty)
Michael M Slusarz [Fri, 30 Jul 2010 08:19:59 +0000 (02:19 -0600)]
Make sure this always returns a string (URL could be completely empty)

15 years agoAdd Horde_Url::unique().
Michael M Slusarz [Fri, 30 Jul 2010 06:21:06 +0000 (00:21 -0600)]
Add Horde_Url::unique().

Remove Horde::nocacheUrl().

15 years agoHave inline script appear in HEAD.
Michael M Slusarz [Fri, 30 Jul 2010 06:18:06 +0000 (00:18 -0600)]
Have inline script appear in HEAD.

15 years agoMissed an onclick conversion
Michael M Slusarz [Fri, 30 Jul 2010 06:12:42 +0000 (00:12 -0600)]
Missed an onclick conversion

15 years agoFix function call parameters for Horde_Script_Files::_add()
Michael M Slusarz [Thu, 29 Jul 2010 22:43:13 +0000 (16:43 -0600)]
Fix function call parameters for Horde_Script_Files::_add()

15 years agoFix output buffering for things like the new sidebar code in the prefs screen
Michael M Slusarz [Thu, 29 Jul 2010 22:38:56 +0000 (16:38 -0600)]
Fix output buffering for things like the new sidebar code in the prefs screen

15 years agoFix improper handling of upload errors.
Michael M Slusarz [Thu, 29 Jul 2010 22:25:41 +0000 (16:25 -0600)]
Fix improper handling of upload errors.

15 years agoMore removal of onclick attributes.
Michael M Slusarz [Thu, 29 Jul 2010 22:11:01 +0000 (16:11 -0600)]
More removal of onclick attributes.

15 years agoThis code needs to run on dom:loaded
Michael M Slusarz [Thu, 29 Jul 2010 22:14:51 +0000 (16:14 -0600)]
This code needs to run on dom:loaded

15 years agoaddInlineScript() should use Horde::outputSent()
Michael M Slusarz [Thu, 29 Jul 2010 21:59:27 +0000 (15:59 -0600)]
addInlineScript() should use Horde::outputSent()

15 years agoExclusively use Horde_Url in horde/Core
Michael M Slusarz [Thu, 29 Jul 2010 21:27:30 +0000 (15:27 -0600)]
Exclusively use Horde_Url in horde/Core

15 years agoMore addslashes->JSON conversions
Michael M Slusarz [Thu, 29 Jul 2010 21:20:40 +0000 (15:20 -0600)]
More addslashes->JSON conversions

15 years agoFix some typos
Michael M Slusarz [Thu, 29 Jul 2010 18:21:17 +0000 (12:21 -0600)]
Fix some typos

15 years agoSome DIMP index template cleanups
Michael M Slusarz [Thu, 29 Jul 2010 17:42:43 +0000 (11:42 -0600)]
Some DIMP index template cleanups

15 years agoCleaner implementation of onclick handler
Michael M Slusarz [Thu, 29 Jul 2010 17:27:26 +0000 (11:27 -0600)]
Cleaner implementation of onclick handler

15 years agowindow.confirm() is more correct/thorough
Michael M Slusarz [Thu, 29 Jul 2010 17:20:05 +0000 (11:20 -0600)]
window.confirm() is more correct/thorough

15 years agoMore places to move javascript into static js files
Michael M Slusarz [Thu, 29 Jul 2010 17:17:32 +0000 (11:17 -0600)]
More places to move javascript into static js files

15 years agoRemove javascript notification listener
Michael M Slusarz [Thu, 29 Jul 2010 17:04:49 +0000 (11:04 -0600)]
Remove javascript notification listener

15 years agoprototypejs existence check.
Michael M Slusarz [Thu, 29 Jul 2010 16:48:01 +0000 (10:48 -0600)]
prototypejs existence check.

Automatically add prototpye.js if using a mode of Horde::addInlineScript()
that requires it ('dom', 'load').

15 years agoFix dom:loaded actions
Michael M Slusarz [Thu, 29 Jul 2010 16:36:51 +0000 (10:36 -0600)]
Fix dom:loaded actions

15 years agoAnother place to use JSON encoding instead of addslashes()
Michael M Slusarz [Thu, 29 Jul 2010 16:32:27 +0000 (10:32 -0600)]
Another place to use JSON encoding instead of addslashes()

15 years agoaddslashes() not needed - handled by JSON encoding
Michael M Slusarz [Thu, 29 Jul 2010 16:25:30 +0000 (10:25 -0600)]
addslashes() not needed - handled by JSON encoding

15 years agoRemove Horde_Browser::escapeJSCode()
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.

15 years agoMore places to add ajaxui to URL
Michael M Slusarz [Thu, 29 Jul 2010 16:22:46 +0000 (10:22 -0600)]
More places to add ajaxui to URL

15 years agoSome H4 updates
Michael M Slusarz [Wed, 28 Jul 2010 22:56:41 +0000 (16:56 -0600)]
Some H4 updates

15 years agoPortuguese fixes.
Jan Schneider [Thu, 29 Jul 2010 12:34:35 +0000 (14:34 +0200)]
Portuguese fixes.

15 years agoSend agenda emails with HTML part and convert to Horde_View.
Jan Schneider [Thu, 29 Jul 2010 12:26:28 +0000 (14:26 +0200)]
Send agenda emails with HTML part and convert to Horde_View.

15 years agoMerge branch 'prototype-1.7'
Jan Schneider [Thu, 29 Jul 2010 09:52:48 +0000 (11:52 +0200)]
Merge branch 'prototype-1.7'

15 years agoArrange task list tabs like calendar tabs. Fixes sharing tab not being
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.

15 years agoSubscribe to created task list.
Jan Schneider [Thu, 29 Jul 2010 09:26:16 +0000 (11:26 +0200)]
Subscribe to created task list.

15 years agoFix adding task lists.
Jan Schneider [Thu, 29 Jul 2010 08:50:44 +0000 (10:50 +0200)]
Fix adding task lists.

15 years agoGreatly simplify javascript.
Jan Schneider [Wed, 28 Jul 2010 21:40:31 +0000 (23:40 +0200)]
Greatly simplify javascript.

15 years agolabel this as "Tweet" and not "Update"
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.

15 years agoUse a 2 row textarea, and add a characters remaining countdown
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

15 years agoOptimize sidebar loading
Michael M Slusarz [Wed, 28 Jul 2010 17:59:20 +0000 (11:59 -0600)]
Optimize sidebar loading

15 years agoMove sidebar out of portal namespace.
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.

15 years agoMake the portal the default Horde initial page
Michael M Slusarz [Wed, 28 Jul 2010 17:19:11 +0000 (11:19 -0600)]
Make the portal the default Horde initial page

15 years agoMore tweaks to HTML quoting style.
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.

15 years agoThank you, failing git merge.
Jan Schneider [Wed, 28 Jul 2010 16:44:20 +0000 (18:44 +0200)]
Thank you, failing git merge.

15 years agosetAnchor() makes more sense actually.
Jan Schneider [Wed, 28 Jul 2010 16:41:51 +0000 (18:41 +0200)]
setAnchor() makes more sense actually.

15 years agoHopefully the final, working version.
Jan Schneider [Wed, 28 Jul 2010 16:24:57 +0000 (18:24 +0200)]
Hopefully the final, working version.

15 years agoFix method name
Michael J. Rubinsky [Wed, 28 Jul 2010 16:25:30 +0000 (12:25 -0400)]
Fix method name

15 years agoStill need to catch the encoded place holder too.
Jan Schneider [Wed, 28 Jul 2010 16:17:22 +0000 (18:17 +0200)]
Still need to catch the encoded place holder too.

15 years agoBug #9155: IMP_Compose:: fixes.
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.

15 years agoFix this.
Jan Schneider [Wed, 28 Jul 2010 16:12:44 +0000 (18:12 +0200)]
Fix this.

15 years agoWork on the url parameters directly.
Jan Schneider [Wed, 28 Jul 2010 16:10:00 +0000 (18:10 +0200)]
Work on the url parameters directly.

15 years agoCast to string.
Jan Schneider [Wed, 28 Jul 2010 15:58:28 +0000 (17:58 +0200)]
Cast to string.

15 years agoremaining LIMIT to queryLimit() changes
Michael J. Rubinsky [Wed, 28 Jul 2010 15:17:53 +0000 (11:17 -0400)]
remaining LIMIT to queryLimit() changes

15 years ago...actually remove the LIMIT from the SQL statement
Michael J. Rubinsky [Wed, 28 Jul 2010 14:48:52 +0000 (10:48 -0400)]
...actually remove the LIMIT from the SQL statement

15 years agonote about LIMIT and AS in CODING_STANDARDS
Michael J. Rubinsky [Wed, 28 Jul 2010 14:44:01 +0000 (10:44 -0400)]
note about LIMIT and AS in CODING_STANDARDS

15 years agoRevert "Fix portal access"
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.

15 years agoUse From: address too when searching for matching identities, to select the
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.

15 years agoFix variable name.
Jan Schneider [Wed, 28 Jul 2010 10:38:57 +0000 (12:38 +0200)]
Fix variable name.

15 years agoMFB: Set emulate_database option for Oracle (Bug #9151).
Jan Schneider [Wed, 28 Jul 2010 09:08:26 +0000 (11:08 +0200)]
MFB: Set emulate_database option for Oracle (Bug #9151).

15 years agoDon't use non-portable LIMIT syntax, use db abstraction methods.
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.

15 years agoUpdate goto.js script to use Horde_Calendar js lib.
Michael M Slusarz [Wed, 28 Jul 2010 03:34:56 +0000 (21:34 -0600)]
Update goto.js script to use Horde_Calendar js lib.

15 years agoAllow month/year/week to be clicked on and trigger events.
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.

15 years agoFix class name
Michael M Slusarz [Wed, 28 Jul 2010 02:37:01 +0000 (20:37 -0600)]
Fix class name

15 years agoSome sidebar fixes
Michael M Slusarz [Wed, 28 Jul 2010 02:09:29 +0000 (20:09 -0600)]
Some sidebar fixes

15 years agoAdd missing charset parameter
Michael M Slusarz [Wed, 28 Jul 2010 00:29:52 +0000 (18:29 -0600)]
Add missing charset parameter

15 years agoFix default charset.
Michael M Slusarz [Wed, 28 Jul 2010 00:29:33 +0000 (18:29 -0600)]
Fix default charset.

15 years agoAdd preference to define default font family/size for the HTML compose editor
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.

15 years agoMake sure we convert back to proper charset
Michael M Slusarz [Tue, 27 Jul 2010 23:57:01 +0000 (17:57 -0600)]
Make sure we convert back to proper charset

15 years agoMFB, don't use 'AS' in table aliases.
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

15 years agoFinally can get rid of the javascript.php helper script
Michael M Slusarz [Tue, 27 Jul 2010 21:32:23 +0000 (15:32 -0600)]
Finally can get rid of the javascript.php helper script

15 years agoNo PHP code in open_html_helper.js script
Michael M Slusarz [Tue, 27 Jul 2010 21:28:31 +0000 (15:28 -0600)]
No PHP code in open_html_helper.js script

15 years agoGit rid of the last of the open_calendar.js references
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

15 years agoUse Horde_Core_Ui_JsCalendar.
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.

15 years agoMake sure Horde_Core_Ui_JsCalendar::init() is only run once.
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.

15 years agoImport and export the privacy field in CSV data (Request #9139).
Jan Schneider [Tue, 27 Jul 2010 17:54:16 +0000 (19:54 +0200)]
Import and export the privacy field in CSV data (Request #9139).

15 years agoInclude anyone user when listing users in the ACL screen (Bug 9135).
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).

15 years agoMake this a warning.
Jan Schneider [Tue, 27 Jul 2010 17:03:55 +0000 (19:03 +0200)]
Make this a warning.

15 years agoAdd fr_FR translation.
Jan Schneider [Tue, 27 Jul 2010 17:02:42 +0000 (19:02 +0200)]
Add fr_FR translation.

15 years agotranslations should also be searched on the framework (Bug #9144).
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>
15 years agoFix portal access
Michael M Slusarz [Tue, 27 Jul 2010 08:17:38 +0000 (02:17 -0600)]
Fix portal access

15 years agoConsistently use Horde_Url::setAnchor()
Michael M Slusarz [Tue, 27 Jul 2010 08:11:56 +0000 (02:11 -0600)]
Consistently use Horde_Url::setAnchor()

15 years agoFix undefined variable warning
Michael M Slusarz [Tue, 27 Jul 2010 08:06:38 +0000 (02:06 -0600)]
Fix undefined variable warning

15 years agoMove all edit screen javascript to a static file.
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.

15 years agoAdd full_weekdays option to Horde_Core_Ui_JsCalendar::.
Michael M Slusarz [Tue, 27 Jul 2010 06:05:09 +0000 (00:05 -0600)]
Add full_weekdays option to Horde_Core_Ui_JsCalendar::.

15 years agofix replying, again.
Michael J. Rubinsky [Tue, 27 Jul 2010 00:15:55 +0000 (20:15 -0400)]
fix replying, again.

15 years agoMore OpenOffice MIME types.
Michael M Slusarz [Mon, 26 Jul 2010 23:33:07 +0000 (17:33 -0600)]
More OpenOffice MIME types.

15 years agoMissed a place to indicate HTML images are blocked
Michael M Slusarz [Mon, 26 Jul 2010 21:15:33 +0000 (15:15 -0600)]
Missed a place to indicate HTML images are blocked

15 years agohorde/Mime_Viewer cleanups.
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.

15 years agoMove Mime Viewer code to horde/Mime_Viewer package
Michael M Slusarz [Mon, 26 Jul 2010 19:49:29 +0000 (13:49 -0600)]
Move Mime Viewer code to horde/Mime_Viewer package

15 years agoparse error
Michael J. Rubinsky [Mon, 26 Jul 2010 23:08:53 +0000 (19:08 -0400)]
parse error

15 years agoRedirect to ajax interface when trying to access a tradtional page directly.
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.

15 years agoCatch empty title due to invalid json strings.
Jan Schneider [Tue, 20 Jul 2010 22:00:42 +0000 (00:00 +0200)]
Catch empty title due to invalid json strings.

15 years agoRemove unused code.
Jan Schneider [Tue, 20 Jul 2010 21:51:13 +0000 (23:51 +0200)]
Remove unused code.

15 years agoCatch errors in Kronolith::listEvents() so that the remaining drivers are still loade...
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.

15 years agoRequire a supported calendar type for editing.
Jan Schneider [Tue, 20 Jul 2010 21:01:32 +0000 (23:01 +0200)]
Require a supported calendar type for editing.

15 years agoAdd addAnchor() for chaining.
Jan Schneider [Tue, 20 Jul 2010 20:44:33 +0000 (22:44 +0200)]
Add addAnchor() for chaining.

15 years agoAdd showAjaxView().
Jan Schneider [Tue, 20 Jul 2010 20:38:35 +0000 (22:38 +0200)]
Add showAjaxView().

15 years agoMove this method.
Jan Schneider [Tue, 20 Jul 2010 20:33:05 +0000 (22:33 +0200)]
Move this method.