[commits] Horde branch develop updated. 7b932c57ab48267373adb3fe6899449c0e2beeb4
Michael M Slusarz
slusarz at horde.org
Tue Jun 12 16:14:09 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: 770e2fa88d57eb85a7921936864b1a17ca4593ae
a47a5ad Fix element IDs
352255d Fix export menu item
92497b0 Always include prototype.js for basic view, for now
c92cc2a Use Horde_Variables
8035537 Better charset support in CSV Data driver
3d391c4 Rework access to the data storage object, so data details can be retrieved outside of Horde_Data class
b24cb4d Fix path to graphics
2150356 [mms] Move attachment strip icon to MIME part tree display.
42a0e73 Another fix for address expansion
6c9c4d4 Fix outputting prototypejs separately from other files when caching
fae21f7 Fix undefined error
ff0b401 Fix variable name
33cc57f Fix undefined variable
32bfe6b Better error handling in Help library
1165a7b Fix english imp help file
3db0a76 More places we can directly bind events
989e4b8 simplify
7b932c5 fix JS variable scope
-----------------------------------------------------------------------
commit a47a5adb8e41607556fef3f6232589dce5c6af08
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jun 11 15:05:51 2012 -0600
Fix element IDs
imp/js/dimpbase.js | 6 +++---
imp/themes/default/dynamic/screen.css | 4 ++--
imp/themes/silver/dynamic/screen.css | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/a47a5adb8e41607556fef3f6232589dce5c6af08
-----------------------------------------------------------------------
commit 352255d4bb4d2dbd34e450a48b62b931288cfedb
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jun 11 15:15:20 2012 -0600
Fix export menu item
imp/js/dimpbase.js | 8 ++++----
imp/lib/Dynamic/Mailbox.php | 5 +++++
2 files changed, 9 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/352255d4bb4d2dbd34e450a48b62b931288cfedb
-----------------------------------------------------------------------
commit 92497b0f2fb8324372a2d2bd79fa94612130e84b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jun 11 16:09:11 2012 -0600
Always include prototype.js for basic view, for now
framework/Core/lib/Horde/PageOutput.php | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/92497b0f2fb8324372a2d2bd79fa94612130e84b
-----------------------------------------------------------------------
commit c92cc2aa53f94d2e0a5a6048e2ab235e0a9c5d01
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jun 11 16:12:28 2012 -0600
Use Horde_Variables
turba/data.php | 82 +++++++++++++++++++++++++++++++------------------------
1 files changed, 46 insertions(+), 36 deletions(-)
http://git.horde.org/horde-git/-/commit/c92cc2aa53f94d2e0a5a6048e2ab235e0a9c5d01
-----------------------------------------------------------------------
commit 80355371b0d3ad3eab95b3f31d084c9ace04831b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jun 11 16:48:51 2012 -0600
Better charset support in CSV Data driver
Always assume output data is UTF-8.
Add option to check charset of Csv, and throw exception if charset is
incorrect.
framework/Core/lib/Horde/Core/Factory/Data.php | 12 +---
framework/Data/doc/Horde/Data/UPGRADING | 5 ++
framework/Data/lib/Horde/Data/Csv.php | 64 ++++++++++---------
framework/Data/lib/Horde/Data/Exception/Charset.php | 25 +++++++
framework/Data/package.xml | 12 +++-
turba/data.php | 25 ++++++--
turba/templates/data/import.inc | 2 +
7 files changed, 100 insertions(+), 45 deletions(-)
create mode 100644 framework/Data/lib/Horde/Data/Exception/Charset.php
http://git.horde.org/horde-git/-/commit/80355371b0d3ad3eab95b3f31d084c9ace04831b
-----------------------------------------------------------------------
commit 3d391c47ca591662f94aceaa3fb184e8485bff49
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jun 11 16:57:07 2012 -0600
Rework access to the data storage object, so data details can be retrieved outside of Horde_Data class
framework/Core/lib/Horde/Core/Factory/Data.php | 2 +-
framework/Data/lib/Horde/Data/Base.php | 34 ++++++++++++------------
framework/Data/lib/Horde/Data/Csv.php | 20 +++++++-------
framework/Data/lib/Horde/Data/Tsv.php | 18 ++++++------
horde/templates/data/csvinfo.inc | 4 +-
horde/templates/data/csvmap.inc | 6 ++--
horde/templates/data/datemap.inc | 4 +-
horde/templates/data/tsvinfo.inc | 2 +-
kronolith/data.php | 15 +++++-----
mnemo/data.php | 13 +++++----
nag/data.php | 9 +++---
turba/data.php | 18 +++++++-----
turba/lib/Data/Ldif.php | 2 +-
13 files changed, 76 insertions(+), 71 deletions(-)
http://git.horde.org/horde-git/-/commit/3d391c47ca591662f94aceaa3fb184e8485bff49
-----------------------------------------------------------------------
commit b24cb4d7b9ed1eafafcb1dd219880906eecd1b0c
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jun 11 17:18:11 2012 -0600
Fix path to graphics
imp/themes/default/basic/screen.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/b24cb4d7b9ed1eafafcb1dd219880906eecd1b0c
-----------------------------------------------------------------------
commit 215035637bb85ac309f946ef5c04a4ada149ce4c
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jun 11 17:24:44 2012 -0600
[mms] Move attachment strip icon to MIME part tree display.
imp/docs/CHANGES | 1 +
imp/js/message.js | 7 +++++-
imp/lib/Ajax/Application/ShowMessage.php | 7 ------
imp/lib/Contents.php | 35 ++++++++++++-----------------
imp/message.php | 20 +++++++++++------
imp/package.xml | 1 +
6 files changed, 36 insertions(+), 35 deletions(-)
http://git.horde.org/horde-git/-/commit/215035637bb85ac309f946ef5c04a4ada149ce4c
-----------------------------------------------------------------------
commit 42a0e73889c831d8543d95826e3e4f163203e62d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jun 11 17:37:55 2012 -0600
Another fix for address expansion
imp/js/dimpcore.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/42a0e73889c831d8543d95826e3e4f163203e62d
-----------------------------------------------------------------------
commit 6c9c4d4a0f30c707f4764ef9532ef229c309c0f0
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jun 11 22:57:15 2012 -0600
Fix outputting prototypejs separately from other files when caching
framework/Core/lib/Horde/PageOutput.php | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/6c9c4d4a0f30c707f4764ef9532ef229c309c0f0
-----------------------------------------------------------------------
commit fae21f7531504e01b9785810e9926a12646345a5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jun 11 23:27:47 2012 -0600
Fix undefined error
framework/Core/lib/Horde/PageOutput.php | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/fae21f7531504e01b9785810e9926a12646345a5
-----------------------------------------------------------------------
commit ff0b4015175e4d821e4f258bd0a7793317b0770a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jun 11 23:27:54 2012 -0600
Fix variable name
framework/Core/lib/Horde/Script/File/External.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/ff0b4015175e4d821e4f258bd0a7793317b0770a
-----------------------------------------------------------------------
commit 33cc57fe6295ba891fed2b061702443aa55af467
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jun 11 23:29:32 2012 -0600
Fix undefined variable
turba/lib/Application.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/33cc57fe6295ba891fed2b061702443aa55af467
-----------------------------------------------------------------------
commit 32bfe6bef22a641e0294abc80d3799b78746e52a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jun 11 23:56:11 2012 -0600
Better error handling in Help library
framework/Core/lib/Horde/Help.php | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/32bfe6bef22a641e0294abc80d3799b78746e52a
-----------------------------------------------------------------------
commit 1165a7b86f98b3af4e9bde7ad3fa0897963e9165
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jun 11 23:56:19 2012 -0600
Fix english imp help file
imp/locale/en/help.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/1165a7b86f98b3af4e9bde7ad3fa0897963e9165
-----------------------------------------------------------------------
commit 3db0a769122df7fc5707ff1ad7afe1482a2cd358
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Jun 12 00:02:36 2012 -0600
More places we can directly bind events
framework/Core/js/hordecore.js | 13 ++++++-------
framework/Core/js/toggle_quotes.js | 9 ++-------
2 files changed, 8 insertions(+), 14 deletions(-)
http://git.horde.org/horde-git/-/commit/3db0a769122df7fc5707ff1ad7afe1482a2cd358
-----------------------------------------------------------------------
commit 989e4b8408becf48e57d5a684d71dd75f5d2880e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Jun 12 00:12:26 2012 -0600
simplify
imp/js/imp.js | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/989e4b8408becf48e57d5a684d71dd75f5d2880e
-----------------------------------------------------------------------
commit 7b932c57ab48267373adb3fe6899449c0e2beeb4
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Jun 12 00:21:48 2012 -0600
fix JS variable scope
imp/js/dimpbase.js | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/7b932c57ab48267373adb3fe6899449c0e2beeb4
More information about the commits
mailing list