[commits] Horde branch master updated. 270d077bcb8bd349a84f4fa497d639a7a4b68908

Jan Schneider jan at horde.org
Thu Nov 8 16:57:15 UTC 2012


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

from: 031b0b6b52b58a89f2038a59d054adebcfd97bba

b73c695 This is used for the chmod form.
8395dcc Remove unneeded stuff.
0f73862 First round of H5 styling.
f990557 Convert to Horde_View.
11a34ad Custom login page is long gone.
8eb0cd9 [jan] Convert templates to Horde_View.
270d077 Fix displaying quota icon.

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

commit b73c695d77e8514ba11a039948cbdedda1fbc46b
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 8 14:39:14 2012 +0100

    This is used for the chmod form.

 gollem/templates/javascript_defs.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/b73c695d77e8514ba11a039948cbdedda1fbc46b

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

commit 8395dcce1d02ccf40eda2a43ccc59031767dc027
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 8 14:49:33 2012 +0100

    Remove unneeded stuff.
    
    Only set JS vars where needed.
    Drop Gollem::status().

 gollem/clipboard.php                 |    6 +---
 gollem/edit.php                      |    3 +-
 gollem/js/manager.js                 |    2 +-
 gollem/lib/Gollem.php                |    8 -------
 gollem/manager.php                   |   25 +++++++++++++++++++----
 gollem/package.xml                   |   10 +-------
 gollem/quota.php                     |    3 +-
 gollem/selectlist.php                |   10 +++++++-
 gollem/templates/javascript_defs.php |   35 ----------------------------------
 9 files changed, 35 insertions(+), 67 deletions(-)
 delete mode 100644 gollem/templates/javascript_defs.php

http://git.horde.org/horde-git/-/commit/8395dcce1d02ccf40eda2a43ccc59031767dc027

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

commit 0f738624dfb4dfe8ba56b6ad128a994d0eab48c1
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 8 15:35:12 2012 +0100

    First round of H5 styling.

 gollem/edit.php                                   |    1 +
 gollem/lib/Application.php                        |    4 ++--
 gollem/manager.php                                |    6 +++++-
 gollem/templates/manager/manager.html             |    3 ---
 gollem/themes/default/graphics/clipboard.png      |  Bin 379 -> 476 bytes
 gollem/themes/default/graphics/copy.png           |  Bin 217 -> 442 bytes
 gollem/themes/default/graphics/cut.png            |  Bin 228 -> 553 bytes
 gollem/themes/default/graphics/download.png       |  Bin 190 -> 422 bytes
 gollem/themes/default/graphics/favicon.ico        |  Bin 1092 -> 1742 bytes
 gollem/themes/default/graphics/folder.png         |  Bin 583 -> 319 bytes
 gollem/themes/default/graphics/folder_create.png  |  Bin 487 -> 434 bytes
 gollem/themes/default/graphics/folder_goto.png    |  Bin 488 -> 441 bytes
 gollem/themes/default/graphics/folder_home.png    |  Bin 481 -> 449 bytes
 gollem/themes/default/graphics/folder_symlink.png |  Bin 580 -> 548 bytes
 gollem/themes/default/graphics/gollem.png         |  Bin 481 -> 319 bytes
 gollem/themes/default/graphics/perms.png          |  Bin 243 -> 577 bytes
 gollem/themes/default/graphics/reload.png         |  Bin 261 -> 478 bytes
 gollem/themes/default/screen.css                  |   17 +++--------------
 gollem/view.php                                   |    1 +
 19 files changed, 12 insertions(+), 20 deletions(-)

http://git.horde.org/horde-git/-/commit/0f738624dfb4dfe8ba56b6ad128a994d0eab48c1

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

commit f9905578b62cc2eb3a5734d342ce1279fb05a7bc
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 8 16:56:31 2012 +0100

    Convert to Horde_View.

 gollem/manager.php                    |   74 +++++++--------
 gollem/package.xml                    |    8 +-
 gollem/templates/manager.html.php     |  174 +++++++++++++++++++++++++++++++++
 gollem/templates/manager/manager.html |  174 ---------------------------------
 4 files changed, 212 insertions(+), 218 deletions(-)
 create mode 100644 gollem/templates/manager.html.php
 delete mode 100644 gollem/templates/manager/manager.html

http://git.horde.org/horde-git/-/commit/f9905578b62cc2eb3a5734d342ce1279fb05a7bc

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

commit 11a34ad0449c95c143f52a6783d3bc4777a1bf40
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 8 16:56:55 2012 +0100

    Custom login page is long gone.

 gollem/package.xml                |    6 +--
 gollem/templates/login/login.html |   87 -------------------------------------
 2 files changed, 1 insertions(+), 92 deletions(-)
 delete mode 100644 gollem/templates/login/login.html

http://git.horde.org/horde-git/-/commit/11a34ad0449c95c143f52a6783d3bc4777a1bf40

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

commit 8eb0cd99dd1ac91e69e75ac4e1801097606b967e
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 8 17:55:00 2012 +0100

    [jan] Convert templates to Horde_View.

 gollem/clipboard.php                        |   23 +++++------
 gollem/docs/CHANGES                         |    1 +
 gollem/edit.php                             |    8 +++-
 gollem/package.xml                          |   30 ++++++--------
 gollem/quota.php                            |   27 ++++++-------
 gollem/selectlist.php                       |   28 +++++---------
 gollem/templates/clipboard.html.php         |   55 +++++++++++++++++++++++++++
 gollem/templates/clipboard/clipboard.html   |   54 --------------------------
 gollem/templates/edit.html.php              |   14 +++++++
 gollem/templates/edit/edit.inc              |   14 -------
 gollem/templates/quota.html.php             |   25 ++++++++++++
 gollem/templates/quota/quota.html           |   25 ------------
 gollem/templates/selectlist.html.php        |   32 +++++++++++++++
 gollem/templates/selectlist/selectlist.html |   33 ----------------
 14 files changed, 181 insertions(+), 188 deletions(-)
 create mode 100644 gollem/templates/clipboard.html.php
 delete mode 100644 gollem/templates/clipboard/clipboard.html
 create mode 100644 gollem/templates/edit.html.php
 delete mode 100644 gollem/templates/edit/edit.inc
 create mode 100644 gollem/templates/quota.html.php
 delete mode 100644 gollem/templates/quota/quota.html
 create mode 100644 gollem/templates/selectlist.html.php
 delete mode 100644 gollem/templates/selectlist/selectlist.html

http://git.horde.org/horde-git/-/commit/8eb0cd99dd1ac91e69e75ac4e1801097606b967e

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

commit 270d077bcb8bd349a84f4fa497d639a7a4b68908
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 8 17:57:00 2012 +0100

    Fix displaying quota icon.

 gollem/lib/Application.php               |    5 ++---
 gollem/lib/Factory/Vfs.php               |    6 +-----
 gollem/themes/default/graphics/quota.png |  Bin 0 -> 610 bytes
 gollem/themes/default/screen.css         |    3 +++
 4 files changed, 6 insertions(+), 8 deletions(-)
 create mode 100644 gollem/themes/default/graphics/quota.png

http://git.horde.org/horde-git/-/commit/270d077bcb8bd349a84f4fa497d639a7a4b68908




More information about the commits mailing list