[commits] Horde-Hatchery branch master updated. cd2c41491d849229e4949aff9e6884979549196d

Michael M Slusarz slusarz at horde.org
Tue Sep 29 04:36:31 UTC 2009


The branch "master" has been updated.
The following is a summary of the commits.

from: 9884bfe175913c50c2cb169a8628067fceba5290

a63503c... Better naming for this function
d3f4c8f... Add AND keyword to search UI
96ad932... Don't show info message if part is marked as attachment.
872c0da... Need this more complex way to resize the iframe after all images are loaded
dfa6402... Fix English and indenting
6197caa... Add deleted vfolders to eltdiff list.
63e02f5... Fix missing name parameter
e5601f9... Focus on search criteria field after creation.
1ab7ab1... Fix thread image positioning in dimp
cd2c414... Yet more Search/Virtual Folder fixes/improvements

-----------------------------------------------------------------------

commit a63503caf3189465141a627c7a3254d24babe6ef
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Sep 28 16:07:12 2009 -0600

    Better naming for this function

 imp/js/DimpBase.js |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=ea9c6b72366de9f0e562a8dcf297c665dad72deb&r2=a63503caf3189465141a627c7a3254d24babe6ef

-----------------------------------------------------------------------

commit d3f4c8f7dea60a6cdd656eb63a80052a3f7b58d0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Sep 28 16:26:59 2009 -0600

    Add AND keyword to search UI

 imp/js/search.js      |   18 +++++++++++++++---
 imp/search.php        |    1 +
 imp/themes/screen.css |    5 +++++
 3 files changed, 21 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/js/search.js?rt=horde-hatchery&r1=9884bfe175913c50c2cb169a8628067fceba5290&r2=d3f4c8f7dea60a6cdd656eb63a80052a3f7b58d0
http://git.horde.org/diff.php/imp/search.php?rt=horde-hatchery&r1=9884bfe175913c50c2cb169a8628067fceba5290&r2=d3f4c8f7dea60a6cdd656eb63a80052a3f7b58d0
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=9884bfe175913c50c2cb169a8628067fceba5290&r2=d3f4c8f7dea60a6cdd656eb63a80052a3f7b58d0

-----------------------------------------------------------------------

commit 96ad932fcf1afa2e9dc73a052b5c37ca899ff781
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Sep 28 16:51:27 2009 -0600

    Don't show info message if part is marked as attachment.

 imp/lib/Mime/Viewer/Html.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-hatchery&r1=741ec47be78a89d1019a6282ff67f422f801bc6c&r2=96ad932fcf1afa2e9dc73a052b5c37ca899ff781

-----------------------------------------------------------------------

commit 872c0da070b41e2a4e859986885ea174ebdf4f02
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Sep 28 16:53:19 2009 -0600

    Need this more complex way to resize the iframe after all images are loaded

 imp/js/imp.js |   48 +++++++++++++++++++++++++++++++-----------------
 1 files changed, 31 insertions(+), 17 deletions(-)

http://git.horde.org/diff.php/imp/js/imp.js?rt=horde-hatchery&r1=c6ca40d5ef1c53f63e85958b3a688040fa8ee43e&r2=872c0da070b41e2a4e859986885ea174ebdf4f02

-----------------------------------------------------------------------

commit dfa6402b9127dd8cfa2fd61a7a910840cbbdb846
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Sep 28 17:29:55 2009 -0600

    Fix English and indenting

 turba/lib/Api.php |   35 ++++++++++++++++++-----------------
 1 files changed, 18 insertions(+), 17 deletions(-)

http://git.horde.org/diff.php/turba/lib/Api.php?rt=horde-hatchery&r1=31c6d734f5231ba87b1898e2af6be730c27dd2ca&r2=dfa6402b9127dd8cfa2fd61a7a910840cbbdb846

-----------------------------------------------------------------------

commit 6197caa0f256eddb31ea7800827d8f5d2b548fc4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Sep 28 22:09:57 2009 -0600

    Add deleted vfolders to eltdiff list.

 imp/lib/Imap/Tree.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-hatchery&r1=9cc18d71a7bf73b8fe87c7acb74f16f8b5ff327c&r2=6197caa0f256eddb31ea7800827d8f5d2b548fc4

-----------------------------------------------------------------------

commit 63e02f5c0387c6109f51f5569e750718bc9faf49
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Sep 28 22:10:24 2009 -0600

    Fix missing name parameter

 imp/templates/search/search.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/templates/search/search.html?rt=horde-hatchery&r1=9884bfe175913c50c2cb169a8628067fceba5290&r2=63e02f5c0387c6109f51f5569e750718bc9faf49

-----------------------------------------------------------------------

commit e5601f9a71e075482093c90d2fac70b1aff39437
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Sep 28 22:28:11 2009 -0600

    Focus on search criteria field after creation.

 imp/js/search.js |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/js/search.js?rt=horde-hatchery&r1=d3f4c8f7dea60a6cdd656eb63a80052a3f7b58d0&r2=e5601f9a71e075482093c90d2fac70b1aff39437

-----------------------------------------------------------------------

commit 1ab7ab12a4a36a517344bf0cf2d189601dad6c89
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Sep 28 22:34:08 2009 -0600

    Fix thread image positioning in dimp

 imp/themes/screen-dimp.css |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=ea9c6b72366de9f0e562a8dcf297c665dad72deb&r2=1ab7ab12a4a36a517344bf0cf2d189601dad6c89

-----------------------------------------------------------------------

commit cd2c41491d849229e4949aff9e6884979549196d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Sep 28 22:34:21 2009 -0600

    Yet more Search/Virtual Folder fixes/improvements
    
    Big addition: ability to right click user-editable Virtual Folders in
    DIMP and receieve a context menu with Edit/Delete options.
    Add notifications when deleting virtual folders.
    Correctly populate label input when editing virtual folders.

 imp/ajax.php                       |   11 +++++++++--
 imp/folders.php                    |    1 +
 imp/js/DimpBase.js                 |   31 +++++++++++++++++++++++--------
 imp/js/search.js                   |    6 ++++++
 imp/lib/Dimp.php                   |    7 ++++---
 imp/search.php                     |   11 ++++++-----
 imp/templates/index/index-dimp.inc |    9 +++++++++
 imp/themes/silver/screen-dimp.css  |    4 ++--
 8 files changed, 60 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=84ff5f52aac7015ed4734b102d2f4b80dff61ad6&r2=cd2c41491d849229e4949aff9e6884979549196d
http://git.horde.org/diff.php/imp/folders.php?rt=horde-hatchery&r1=3dbe22020d3fae879d21f0ada99251a12edf7e25&r2=cd2c41491d849229e4949aff9e6884979549196d
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=a63503caf3189465141a627c7a3254d24babe6ef&r2=cd2c41491d849229e4949aff9e6884979549196d
http://git.horde.org/diff.php/imp/js/search.js?rt=horde-hatchery&r1=e5601f9a71e075482093c90d2fac70b1aff39437&r2=cd2c41491d849229e4949aff9e6884979549196d
http://git.horde.org/diff.php/imp/lib/Dimp.php?rt=horde-hatchery&r1=6e5965469ac2288d23e74a7e6d47e9771b5179c8&r2=cd2c41491d849229e4949aff9e6884979549196d
http://git.horde.org/diff.php/imp/search.php?rt=horde-hatchery&r1=d3f4c8f7dea60a6cdd656eb63a80052a3f7b58d0&r2=cd2c41491d849229e4949aff9e6884979549196d
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=ea9c6b72366de9f0e562a8dcf297c665dad72deb&r2=cd2c41491d849229e4949aff9e6884979549196d
http://git.horde.org/diff.php/imp/themes/silver/screen-dimp.css?rt=horde-hatchery&r1=73301e93cdbd8b9730fabe6230e5933e67d419f7&r2=cd2c41491d849229e4949aff9e6884979549196d




More information about the commits mailing list