[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] [SCM] UNNAMED PROJECT branch, master, updated. 6601e302fb
From: |
Jonathan Gonzalez V. |
Subject: |
[Savannah-cvs] [SCM] UNNAMED PROJECT branch, master, updated. 6601e302fb2d9862b9231f5d29239c0aebb96619 |
Date: |
Mon, 04 May 2009 02:12:39 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, master has been updated
via 6601e302fb2d9862b9231f5d29239c0aebb96619 (commit)
via 85e52d8043bd79c315e55185a32bf60a2627abf3 (commit)
from 7a9905f16771288612fbdca7358bec68af63d8b0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6601e302fb2d9862b9231f5d29239c0aebb96619
Author: Jonathan Gonzalez V <address@hidden(none)>
Date: Sun May 3 22:12:24 2009 -0400
Apply new design to header and main_page
commit 85e52d8043bd79c315e55185a32bf60a2627abf3
Author: Jonathan Gonzalez V <address@hidden(none)>
Date: Sun May 3 22:11:41 2009 -0400
Added new order and design with the login controller which doesn't work yet
-----------------------------------------------------------------------
Summary of changes:
lib/Savane/Controller/Root.pm | 6 +-
lib/Savane/Controller/login.pm | 52 ++
root/static/css/Savannah.css | 356 +++--------
root/static/css/internal/base.css | 857 --------------------------
root/static/css/internal/msie-dirtyhacks.css | 158 -----
root/static/css/internal/printer.css | 562 -----------------
root/static/css/internal/stone-age-menu.css | 58 --
root/templates/header.tt | 226 ++------
root/templates/login.tt | 23 +
root/templates/main_page.tt | 212 +++++--
t/controller_login.t | 10 +
11 files changed, 397 insertions(+), 2123 deletions(-)
create mode 100644 lib/Savane/Controller/login.pm
delete mode 100644 root/static/css/internal/base.css
delete mode 100644 root/static/css/internal/msie-dirtyhacks.css
delete mode 100644 root/static/css/internal/printer.css
delete mode 100644 root/static/css/internal/stone-age-menu.css
create mode 100644 root/templates/login.tt
create mode 100644 t/controller_login.t
hooks/post-receive
--
UNNAMED PROJECT
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] [SCM] UNNAMED PROJECT branch, master, updated. 6601e302fb2d9862b9231f5d29239c0aebb96619,
Jonathan Gonzalez V. <=