[commits] Horde branch develop updated. 5f357289fdf9bbeaa19aa0e9f71de4b30198bdb3
Jan Schneider
jan at horde.org
Thu Mar 22 19:14:11 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: b9912758019adbb8f908fc037edf9c34d4c4282a
e1acf5a Don't show unsupported columns in sqlhome backend.
2323c16 Fix selecting backend on login screen.
70eeb46 Check directory before attempting to read file.
ce91195 Set templatePath.
8593032 Convert templates to Horde_View.
df79dab Get rid of unnecessary browse.html.php template.
6187cac Indention
2010a2c Don't make popup window scroll.
aee2a84 Fix generation of <link> tags.
001bf65 Close tag.
b0f6adb Fix icon path.
a8d7769 Use correct header tag.
5f35728 Include table.js where required.
-----------------------------------------------------------------------
commit e1acf5a9c04c9fdbc713243da2763ada967cfd7a
Author: Jan Schneider <jan at horde.org>
Date: Wed Mar 21 17:48:34 2012 +0100
Don't show unsupported columns in sqlhome backend.
gollem/config/backends.php | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/e1acf5a9c04c9fdbc713243da2763ada967cfd7a
-----------------------------------------------------------------------
commit 2323c16f7dde143e0d8a845e7a60882096526d83
Author: Jan Schneider <jan at horde.org>
Date: Thu Mar 22 10:09:51 2012 +0100
Fix selecting backend on login screen.
gollem/lib/Application.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/2323c16f7dde143e0d8a845e7a60882096526d83
-----------------------------------------------------------------------
commit 70eeb46669c5055e1887406b37f187267f10a732
Author: Jan Schneider <jan at horde.org>
Date: Thu Mar 22 16:00:16 2012 +0100
Check directory before attempting to read file.
gollem/view.php | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/70eeb46669c5055e1887406b37f187267f10a732
-----------------------------------------------------------------------
commit ce911951e1aef1ec47a38dfb61a10ece70e37d9d
Author: Jan Schneider <jan at horde.org>
Date: Thu Mar 22 19:05:42 2012 +0100
Set templatePath.
framework/Core/lib/Horde/Core/Factory/View.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/ce911951e1aef1ec47a38dfb61a10ece70e37d9d
-----------------------------------------------------------------------
commit 8593032cd69c7fa0f48b7eef2d1ff6bfe5c38ca5
Author: Jan Schneider <jan at horde.org>
Date: Thu Mar 22 19:21:29 2012 +0100
Convert templates to Horde_View.
trean/browse.php | 10 ++++++++--
trean/lib/Trean.php | 9 +++++++++
trean/package.xml | 14 +++++++-------
trean/templates/add.html.php | 5 ++---
trean/templates/bookmarklet.html.php | 1 +
trean/templates/bookmarklet.php | 4 ----
trean/templates/browse.html.php | 7 +++++++
trean/templates/browse.php | 11 -----------
8 files changed, 34 insertions(+), 27 deletions(-)
create mode 100644 trean/templates/bookmarklet.html.php
delete mode 100644 trean/templates/bookmarklet.php
create mode 100644 trean/templates/browse.html.php
delete mode 100644 trean/templates/browse.php
http://git.horde.org/horde-git/-/commit/8593032cd69c7fa0f48b7eef2d1ff6bfe5c38ca5
-----------------------------------------------------------------------
commit df79dab16ac867c525fb8681b7b0c4a16e3649ea
Author: Jan Schneider <jan at horde.org>
Date: Thu Mar 22 19:27:23 2012 +0100
Get rid of unnecessary browse.html.php template.
trean/browse.php | 10 ++++++----
trean/package.xml | 4 +---
trean/templates/browse.html.php | 7 -------
trean/templates/views/BookmarkList.php | 2 ++
4 files changed, 9 insertions(+), 14 deletions(-)
delete mode 100644 trean/templates/browse.html.php
http://git.horde.org/horde-git/-/commit/df79dab16ac867c525fb8681b7b0c4a16e3649ea
-----------------------------------------------------------------------
commit 6187cac2f8dd49ab7614ae8b34a1914f0e031c2e
Author: Jan Schneider <jan at horde.org>
Date: Thu Mar 22 19:29:20 2012 +0100
Indention
trean/templates/add.html.php | 38 +++++++++++++++++++-------------------
1 files changed, 19 insertions(+), 19 deletions(-)
http://git.horde.org/horde-git/-/commit/6187cac2f8dd49ab7614ae8b34a1914f0e031c2e
-----------------------------------------------------------------------
commit 2010a2cb62dc9102933ca2b62c2074299292658e
Author: Jan Schneider <jan at horde.org>
Date: Thu Mar 22 19:30:53 2012 +0100
Don't make popup window scroll.
trean/templates/bookmarklet.html.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/2010a2cb62dc9102933ca2b62c2074299292658e
-----------------------------------------------------------------------
commit aee2a84cdd0da16355455f06c836d34806b993f3
Author: Jan Schneider <jan at horde.org>
Date: Thu Mar 22 19:34:11 2012 +0100
Fix generation of <link> tags.
framework/Core/lib/Horde/PageOutput.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/aee2a84cdd0da16355455f06c836d34806b993f3
-----------------------------------------------------------------------
commit 001bf65d621acc149d4b8b22560b9054d645501b
Author: Jan Schneider <jan at horde.org>
Date: Thu Mar 22 20:03:55 2012 +0100
Close tag.
trean/lib/View/Browse.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/001bf65d621acc149d4b8b22560b9054d645501b
-----------------------------------------------------------------------
commit b0f6adbbd907be3105ddf2e172490d33369c387a
Author: Jan Schneider <jan at horde.org>
Date: Thu Mar 22 20:12:39 2012 +0100
Fix icon path.
trean/lib/Trean.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/b0f6adbbd907be3105ddf2e172490d33369c387a
-----------------------------------------------------------------------
commit a8d7769bfebf668b5489c69be037eab29d7c1417
Author: Jan Schneider <jan at horde.org>
Date: Thu Mar 22 20:12:55 2012 +0100
Use correct header tag.
trean/lib/View/Browse.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/a8d7769bfebf668b5489c69be037eab29d7c1417
-----------------------------------------------------------------------
commit 5f357289fdf9bbeaa19aa0e9f71de4b30198bdb3
Author: Jan Schneider <jan at horde.org>
Date: Thu Mar 22 20:13:12 2012 +0100
Include table.js where required.
trean/browse.php | 3 ---
trean/lib/View/BookmarkList.php | 3 +++
2 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/5f357289fdf9bbeaa19aa0e9f71de4b30198bdb3
More information about the commits
mailing list