[xiph-commits] r13148 - in trunk/icebreaker/Icebreaker/icebreaker:
. templates
nickmudd at svn.xiph.org
nickmudd at svn.xiph.org
Wed Jun 20 02:55:01 PDT 2007
Author: nickmudd
Date: 2007-06-20 02:55:01 -0700 (Wed, 20 Jun 2007)
New Revision: 13148
Modified:
trunk/icebreaker/Icebreaker/icebreaker/controllers.py
trunk/icebreaker/Icebreaker/icebreaker/templates/icebreaker.pyc
Log:
update
Modified: trunk/icebreaker/Icebreaker/icebreaker/controllers.py
===================================================================
--- trunk/icebreaker/Icebreaker/icebreaker/controllers.py 2007-06-20 09:52:31 UTC (rev 13147)
+++ trunk/icebreaker/Icebreaker/icebreaker/controllers.py 2007-06-20 09:55:01 UTC (rev 13148)
@@ -11,9 +11,7 @@
# @identity.require(identity.in_group("admin"))
def index(self):
import time
- # log.debug("Happy TurboGears Controller Responding For Duty")
- flash("Your application is now running")
- return dict(now=time.ctime())
+ return dict(now=time.ctime(), greeting="poooooooooooooooop")
@expose(template="icebreaker.templates.login")
def login(self, forward_url=None, previous_url=None, *args, **kw):
@@ -45,8 +43,3 @@
def logout(self):
identity.current.logout()
raise redirect("/")
-
- @expose(template="icebreaker.templates.icebreaker")
- def icebreaker(self):
- import time
- return dict(greeting="greetings from the controller")
Modified: trunk/icebreaker/Icebreaker/icebreaker/templates/icebreaker.pyc
===================================================================
(Binary files differ)
More information about the commits
mailing list