[commits] Horde Web Source branch hordeweb_new updated. 0659535c763775d3597b99665341bb0f48e8f26d
Michael J. Rubinsky
mrubinsk at horde.org
Wed Apr 6 04:25:47 UTC 2011
The branch "hordeweb_new" has been updated.
The following is a summary of the commits.
from: 4e194e3f37f03cd0a8841477abfe6291f9bd277a
da33a42 add documentation section to Community subpages as well
0659535 Add basic license page.
-----------------------------------------------------------------------
commit da33a422c05846cd923d4a36863e6184eeecc392
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Apr 5 23:49:39 2011 -0400
add documentation section to Community subpages as well
app/controllers/Community.php | 1 +
app/views/Community/documentation.html.php | 13 +++++++
app/views/Development/documentation.html.php | 48 +-------------------------
app/views/shared/communitynav.html.php | 3 +-
app/views/shared/docs.html.php | 47 +++++++++++++++++++++++++
5 files changed, 64 insertions(+), 48 deletions(-)
create mode 100644 app/views/Community/documentation.html.php
create mode 100644 app/views/shared/docs.html.php
http://git.horde.org/horde-web/-/commit/da33a422c05846cd923d4a36863e6184eeecc392
-----------------------------------------------------------------------
commit 0659535c763775d3597b99665341bb0f48e8f26d
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Apr 6 00:24:47 2011 -0400
Add basic license page.
Need to build a full controller for this, so we can wrap our own text around
the license display (like in current hordeweb), but for now, just link to the
raw license file.
app/controllers/Community.php | 1 +
app/controllers/Development.php | 1 +
app/views/Community/licenses.html.php | 13 +
app/views/Development/licenses.html.php | 13 +
app/views/shared/applicenses.html.php | 8 +
config/lighttpd.conf.dist | 2 +-
licenses/COPYING | 280 ++++++++++++++++++
licenses/COPYRIGHT | 24 ++
licenses/LGPL | 481 +++++++++++++++++++++++++++++++
licenses/LICENSE | 48 +++
10 files changed, 870 insertions(+), 1 deletions(-)
create mode 100644 app/views/Community/licenses.html.php
create mode 100644 app/views/Development/licenses.html.php
create mode 100644 app/views/shared/applicenses.html.php
create mode 100644 licenses/COPYING
create mode 100644 licenses/COPYRIGHT
create mode 100644 licenses/LGPL
create mode 100644 licenses/LICENSE
http://git.horde.org/horde-web/-/commit/0659535c763775d3597b99665341bb0f48e8f26d
More information about the commits
mailing list