Custom Query (1174 matches)
Results (19 - 21 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #21 | FIXED | Put a link to our gitorious repo on main page and/or get involved | ||
| Description |
Specifically, link to: https://gitorious.org/mediagoblin/ |
|||
| #23 | FIXED | Structure for testing views via webtest | ||
| Description |
We need to start testing views to make sure they work right. Right now we should create a "test app" to start testing things in. Use webtest: http://pythonpaste.org/webtest/ The testing app should be importable from something like: from mediagoblin.tests.tools import get_test_app test_app, webtest_app = get_test_app() where the test_app is the MediaGoblinApp instance and webtest_app is a wrapped instance in webtest. The testapp should do the following things:
One note: cache the database connection in a global variable like mediagoblin.tests.tools.DATABASE_CONNECTION and also note whether celery is set up in mediagoblin.tests.tools.CELERY_IS_SET_UP... we should only set up celery once :) |
|||
| #25 | FIXED | A nice looking basic theme | ||
| Description |
We need some sort of theme, any kind of theme :) Some stuff mentioned here: http://docs.mediagoblin.org/vision.html#look-and-feel but admittedly that's a bit vaporous. I'd love it if we could have a base theme that's dark, kind of tango-ish in colors and icons (could even use tango icons!) etc. |
|||
