[commits] Horde branch master updated.	eb3c253fe3eddbfde7def6dcb965e31c3b5ebccd
    Michael M Slusarz 
    slusarz at horde.org
       
    Wed Oct 12 04:32:01 UTC 2011
    
    
  
The branch "master" has been updated.
The following is a summary of the commits.
from: 6003a275a62148c8e281e191ea2b96197f0aaa7a
846f6ae Cleanups for edit page; fix variable name
585a843 Manager script improvements
c6942d9 Redirect to default page on permissions creation/edit error
b631e51 Move js out of template file
e1d217f Cleanups to selectlist file
ec3cfca optimizations
a7b1392 Gollem MIME config file is no longer needed
eb3c253 Update gollem package.xml
-----------------------------------------------------------------------
commit 846f6ae611e92f2b44467e689d5b339fc55a8379
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 11 14:21:15 2011 -0600
    Cleanups for edit page; fix variable name
 gollem/docs/CHANGES              |    3 ++-
 gollem/edit.php                  |   17 ++++++++++-------
 gollem/js/edit.js                |   21 +++++++++++++++++++++
 gollem/package.xml               |    8 +++++---
 gollem/templates/edit/edit.inc   |   24 ++++++++++--------------
 gollem/themes/default/screen.css |    4 ++++
 6 files changed, 52 insertions(+), 25 deletions(-)
 create mode 100644 gollem/js/edit.js
http://git.horde.org/horde-git/-/commit/846f6ae611e92f2b44467e689d5b339fc55a8379
-----------------------------------------------------------------------
commit 585a843566ac260c1db8cb8e441f8d7f1ab8b8ad
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 11 15:14:11 2011 -0600
    Manager script improvements
    
    Clean up javascript; move js out of template file
    Use sprites for frequently used icons
 gollem/js/manager.js                        |  149 +++++++++++++++++++++-----
 gollem/manager.php                          |  156 ++++++++++++---------------
 gollem/templates/manager/manager.html       |   56 ++++++-----
 gollem/themes/default/graphics/download.png |  Bin 0 -> 190 bytes
 gollem/themes/default/graphics/edit.png     |  Bin 0 -> 585 bytes
 gollem/themes/default/graphics/reload.png   |  Bin 0 -> 264 bytes
 gollem/themes/default/screen.css            |   26 +++++
 gollem/themes/silver/graphics/download.png  |  Bin 0 -> 620 bytes
 gollem/themes/silver/graphics/edit.png      |  Bin 0 -> 807 bytes
 gollem/themes/silver/graphics/reload.png    |  Bin 0 -> 630 bytes
 gollem/themes/silver/screen.css             |   25 +++++
 11 files changed, 273 insertions(+), 139 deletions(-)
 create mode 100644 gollem/themes/default/graphics/download.png
 create mode 100644 gollem/themes/default/graphics/edit.png
 create mode 100644 gollem/themes/default/graphics/reload.png
 create mode 100644 gollem/themes/silver/graphics/download.png
 create mode 100644 gollem/themes/silver/graphics/edit.png
 create mode 100644 gollem/themes/silver/graphics/reload.png
 create mode 100644 gollem/themes/silver/screen.css
http://git.horde.org/horde-git/-/commit/585a843566ac260c1db8cb8e441f8d7f1ab8b8ad
-----------------------------------------------------------------------
commit c6942d9c9e645f27f4f2d1148e1a4f10d49d5e32
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 11 15:46:36 2011 -0600
    Redirect to default page on permissions creation/edit error
 gollem/permissions.php |   16 ++++------------
 1 files changed, 4 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/c6942d9c9e645f27f4f2d1148e1a4f10d49d5e32
-----------------------------------------------------------------------
commit b631e51c15a070f01be08a5ea182713652cccfaf
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 11 15:50:10 2011 -0600
    Move js out of template file
 gollem/quota.php                  |    5 +++--
 gollem/templates/quota/quota.html |    6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/b631e51c15a070f01be08a5ea182713652cccfaf
-----------------------------------------------------------------------
commit e1d217f53dcee032b96d2dbe4cbd431e1e2f8171
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 11 15:53:30 2011 -0600
    Cleanups to selectlist file
 gollem/selectlist.php |   38 +++++++++++++++-----------------------
 1 files changed, 15 insertions(+), 23 deletions(-)
http://git.horde.org/horde-git/-/commit/e1d217f53dcee032b96d2dbe4cbd431e1e2f8171
-----------------------------------------------------------------------
commit ec3cfca0ca6b9e7b23c6ba5d3b766e3d916c0b1a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 11 16:03:18 2011 -0600
    optimizations
 gollem/lib/Application.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/ec3cfca0ca6b9e7b23c6ba5d3b766e3d916c0b1a
-----------------------------------------------------------------------
commit a7b13921d6068f0df299d9e9ac78e8ceebd8175f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 11 16:06:45 2011 -0600
    Gollem MIME config file is no longer needed
 gollem/config/mime_drivers.php    |   23 -----------------
 gollem/docs/UPGRADING             |    7 +++++
 gollem/lib/Mime/Viewer/Images.php |   48 -------------------------------------
 3 files changed, 7 insertions(+), 71 deletions(-)
 delete mode 100644 gollem/config/mime_drivers.php
 delete mode 100644 gollem/lib/Mime/Viewer/Images.php
http://git.horde.org/horde-git/-/commit/a7b13921d6068f0df299d9e9ac78e8ceebd8175f
-----------------------------------------------------------------------
commit eb3c253fe3eddbfde7def6dcb965e31c3b5ebccd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 11 16:06:55 2011 -0600
    Update gollem package.xml
 gollem/package.xml |   24 +++++++++++++++---------
 1 files changed, 15 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/eb3c253fe3eddbfde7def6dcb965e31c3b5ebccd
    
    
More information about the commits
mailing list