Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-10 | added sitemaps from archweb_pub | Ismael Carnales | 1 | -0/+1 | |
2009-11-10 | added public app | Ismael Carnales | 1 | -0/+1 | |
2009-11-10 | removed RequireLoginMiddleware | Ismael Carnales | 1 | -1/+0 | |
2009-11-10 | modified import paths from archweb_dev to archweb | Ismael Carnales | 1 | -9/+9 | |
2009-08-10 | Add a page to aid Aaron in user creation. | Dusty Phillips | 1 | -1/+1 | |
2008-11-28 | Remove caching crud from archweb_dev | Dan McGee | 1 | -8/+0 | |
We aren't going to enable this because it is a restricted-access site, so no need in keeping the crud around. Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2008-10-11 | drop useless view | Dusty Phillips | 1 | -3/+0 | |
2008-10-11 | drop wiki app | Dusty Phillips | 1 | -1/+0 | |
2008-10-06 | use an autouser middleware to set the creator of an object | Dusty Phillips | 1 | -0/+1 | |
2008-06-05 | Template fix. doh! | eliott | 1 | -1/+1 | |
2008-05-23 | Updates for deployment. | eliott | 1 | -1/+1 | |
- Fix for reporead when description is empty. - Fix for settings.py. Middleware wasn't found (changed import name) - Clarity change for dashboard. | |||||
2008-04-17 | Added default charset setting value | eliott | 1 | -0/+1 | |
2008-04-12 | set some default values in the settings file | eliott | 1 | -0/+4 | |
2008-04-10 | Removed login_required from the individual views. | eliott | 1 | -0/+1 | |
Not entire dev site requires login. | |||||
2008-03-08 | Moved models around | eliott | 1 | -1/+2 | |
2008-01-06 | Removed DATA_DIR setting var | eliott | 1 | -1/+0 | |
2008-01-06 | subtle changes to settings files | eliott | 1 | -7/+0 | |
moved cache controls to local_settings | |||||
2008-01-06 | Changed a few var names | eliott | 1 | -2/+2 | |
2007-12-30 | Removed public app | eliott | 1 | -1/+0 | |
2007-12-30 | Moved some things around. | eliott | 1 | -1/+1 | |
2007-12-30 | Massive retab fest. | eliott | 1 | -0/+2 | |
Also added vim command comment to the end of files. | |||||
2007-12-30 | Moved common to public | eliott | 1 | -2/+1 | |
2007-12-29 | Moved admin media under media dir. | eliott | 1 | -1/+1 | |
It helps with both serving static files during a testing scenario, to easing deployment. | |||||
2007-12-26 | initial stab at an authentication middleware | eliott | 1 | -0/+3 | |
2007-12-23 | removed need to specify deploypath manually | eliott | 1 | -0/+2 | |
2007-12-22 | renamed imports | eliott | 1 | -9/+9 | |
2007-11-03 | Initial import for public release... | eliott | 1 | -0/+89 | |
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd! |