[commits] Horde branch develop updated. b123ccb017e3bd826f5ea553c963528a9277f0fe

Jan Schneider jan at horde.org
Mon Mar 26 19:48:54 UTC 2012


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

from: 1404d623c79ebb49a2e8cb34817e7b26112e1e95

92cba38 Keep the default size.
2fe0dce Use consistent styling for tags across all applications.
f008985 Remove empty todo list.
ee49a7d Fix indention.
0844abd Fix index name.
e9b6d61 Fold Trean_View_BookmarkList into Trean_View_Browse and tagbrowse.php into browse.php.
f9ddfeb Horde_View clean, tweak output.
e87564b Fix saving sort order.
b123ccb Fix saving sort order.

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

commit 92cba38e4ebd90142e039634c79d36772ba3e182
Author: Jan Schneider <jan at horde.org>
Date:   Mon Mar 26 11:22:04 2012 +0200

    Keep the default size.

 imp/themes/default/mobile.css |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/92cba38e4ebd90142e039634c79d36772ba3e182

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

commit 2fe0dcebc88bb4d1c7bc04c7809f51b23656ce8e
Author: Jan Schneider <jan at horde.org>
Date:   Mon Mar 26 18:03:14 2012 +0200

    Use consistent styling for tags across all applications.

 ansel/lib/Search/Tag.php                |    2 +-
 ansel/lib/View/Results.php              |    2 +-
 ansel/lib/Widget/Tags.php               |    6 ++--
 ansel/themes/default/screen.css         |   24 ++----------------
 framework/Core/js/prettyautocomplete.js |    6 +---
 horde/themes/default/screen.css         |   39 ++++++++++++++++++++++--------
 kronolith/js/kronolith.js               |    4 +-
 kronolith/themes/default/screen.css     |   12 +--------
 trean/lib/View/Browse.php               |   12 +++++----
 trean/templates/views/BookmarkList.php  |    6 ++--
 trean/themes/default/screen.css         |   20 ++++-----------
 11 files changed, 57 insertions(+), 76 deletions(-)

http://git.horde.org/horde-git/-/commit/2fe0dcebc88bb4d1c7bc04c7809f51b23656ce8e

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

commit f00898505b39e6d3e4f618ac949ea62f2ceae306
Author: Jan Schneider <jan at horde.org>
Date:   Mon Mar 26 18:10:18 2012 +0200

    Remove empty todo list.

 trean/docs/TODO |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
 delete mode 100644 trean/docs/TODO

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

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

commit ee49a7d86ddf8a9697fdd630a2ff84ae8583a987
Author: Jan Schneider <jan at horde.org>
Date:   Mon Mar 26 18:21:14 2012 +0200

    Fix indention.

 trean/lib/View/Browse.php |   51 ++++++++++++++++++++++-----------------------
 1 files changed, 25 insertions(+), 26 deletions(-)

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

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

commit 0844abd5daaacbe6a1492ba7149895bd7cd56c1e
Author: Jan Schneider <jan at horde.org>
Date:   Mon Mar 26 18:56:50 2012 +0200

    Fix index name.

 trean/lib/Tagger.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/0844abd5daaacbe6a1492ba7149895bd7cd56c1e

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

commit e9b6d61fb64c010e5e9dd5c927f113a2422a6993
Author: Jan Schneider <jan at horde.org>
Date:   Mon Mar 26 21:05:09 2012 +0200

    Fold Trean_View_BookmarkList into Trean_View_Browse and tagbrowse.php into browse.php.

 trean/browse.php                       |   12 ++---
 trean/docs/CHANGES                     |    8 ++-
 trean/lib/View/BookmarkList.php        |   41 --------------
 trean/lib/View/Browse.php              |   93 ++++++++++++++++++++++++--------
 trean/tagbrowse.php                    |   24 --------
 trean/templates/list.html.php          |   72 ++++++++++++++++++++++++
 trean/templates/views/BookmarkList.php |   73 -------------------------
 7 files changed, 153 insertions(+), 170 deletions(-)
 delete mode 100644 trean/lib/View/BookmarkList.php
 delete mode 100644 trean/tagbrowse.php
 create mode 100644 trean/templates/list.html.php
 delete mode 100644 trean/templates/views/BookmarkList.php

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

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

commit f9ddfebfcc0d351a1fe12c787b8618819e78f9be
Author: Jan Schneider <jan at horde.org>
Date:   Mon Mar 26 21:22:26 2012 +0200

    Horde_View clean, tweak output.

 trean/templates/list.html.php |   39 +++++++++++++++++++--------------------
 1 files changed, 19 insertions(+), 20 deletions(-)

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

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

commit e87564b368a091f05f02af4e0690fc3f139edb19
Author: Jan Schneider <jan at horde.org>
Date:   Mon Mar 26 21:46:18 2012 +0200

    Fix saving sort order.

 trean/lib/Ajax/Application.php |   14 ++++++++++++++
 trean/lib/View/Browse.php      |    2 ++
 trean/package.xml              |   20 +++++++-------------
 trean/templates/list.html.php  |   16 ++--------------
 4 files changed, 25 insertions(+), 27 deletions(-)
 create mode 100644 trean/lib/Ajax/Application.php

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

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

commit b123ccb017e3bd826f5ea553c963528a9277f0fe
Author: Jan Schneider <jan at horde.org>
Date:   Mon Mar 26 21:47:25 2012 +0200

    Fix saving sort order.

 mnemo/templates/list/memo_headers.inc |   20 ++------------------
 1 files changed, 2 insertions(+), 18 deletions(-)

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




More information about the commits mailing list