Author: cornmander
Date: Wed Jun 24 08:03:34 2009
New Revision: 36382
URL: http://svn.gna.org/viewcvs/wesnoth?rev=36382&view=rev
Log:
updated todo, removed extraneous dependency on sqlalchemy, moved calendar
script to correct directory
Removed:
website/stats.wesnoth.org/wesstats/static/
Modified:
website/stats.wesnoth.org/TODO
website/stats.wesnoth.org/wesstats/config/app_cfg.py
Modified: website/stats.wesnoth.org/TODO
URL:
http://svn.gna.org/viewcvs/wesnoth/website/stats.wesnoth.org/TODO?rev=36382&r1=36381&r2=36382&view=diff
==============================================================================
--- website/stats.wesnoth.org/TODO (original)
+++ website/stats.wesnoth.org/TODO Wed Jun 24 08:03:34 2009
@@ -2,6 +2,7 @@
--add in support for line and bar graphs (6/22)
--finish the page for adding new views (6/22?-6/24)
--add page for deleting views (6/23)
+--add filtering by date ranges (6/24)
-code documentation and cleanness (6/24)
--add proper logging support, everything is currently spewed to httpd's stdout
Modified: website/stats.wesnoth.org/wesstats/config/app_cfg.py
URL:
http://svn.gna.org/viewcvs/wesnoth/website/stats.wesnoth.org/wesstats/config/app_cfg.py?rev=36382&r1=36381&r2=36382&view=diff
==============================================================================
--- website/stats.wesnoth.org/wesstats/config/app_cfg.py (original)
+++ website/stats.wesnoth.org/wesstats/config/app_cfg.py Wed Jun 24 08:03:34
2009
@@ -24,6 +24,8 @@
base_config.package = wesstats
+base_config.serve_static = True
+
#Set the default renderer
base_config.default_renderer = 'genshi'
base_config.renderers.append('genshi')
@@ -33,7 +35,7 @@
#base_config.renderers.append('chameleon_genshi')
#Configure the base SQLALchemy Setup
-base_config.use_sqlalchemy = True
+base_config.use_sqlalchemy = False
base_config.model = wesstats.model
base_config.DBSession = wesstats.model.DBSession
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits