Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-05 | Updates for CSRF protection in Django 1.2.X | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-05-17 | Redirect to root url after login | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-05-04 | Add a hacked version of Django UpdateCacheMiddlewarerelease_2010-05-04 | Dan McGee | |
This is to address a rather large issue with caching of feed objects in Django. Because they are built up using an XML library that does multiple writes on a file-like object, a single feed object, even when pulled from memcached, generates 1582 writes to the open socket rather than the optimal one it could do. Some version of this fix will be making it upstream, but I need to figure out how to approach that before I do so and for now this will address one of our larger performance issues on the live site since the packages feed is hit as often as it is. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-31 | Add initial South migration for 'main' app | Dan McGee | |
Thanks to Evangelos Foutras for the inspiration. Recreated from scratch only to make sure everything is in sync. From this point on, you will need to have the 'south' Django/Python package installed to use archweb. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-31 | Make all app name inclusions relative | Dan McGee | |
No need to slap 'archweb' in all of these in the settings file. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-11-15 | Remove default debug setting in main settings | Ismael Carnales | |
Signed-off-by: Ismael Carnales <icarnales@gmail.com> | |||
2009-11-09 | added USE_ETAGS setting from archweb_pub | Ismael Carnales | |
2009-11-09 | added chache middlewares and anonymous only cache setting | Ismael Carnales | |
2009-11-09 | added mirrors app from archweb_pub | Ismael Carnales | |
2009-11-09 | added sitemaps from archweb_pub | Ismael Carnales | |
2009-11-09 | added public app | Ismael Carnales | |
2009-11-09 | removed RequireLoginMiddleware | Ismael Carnales | |
2009-11-09 | modified import paths from archweb_dev to archweb | Ismael Carnales | |
2009-08-10 | Add a page to aid Aaron in user creation. | Dusty Phillips | |
2008-11-27 | Remove caching crud from archweb_dev | Dan McGee | |
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-10 | drop useless view | Dusty Phillips | |
2008-10-10 | drop wiki app | Dusty Phillips | |
2008-10-05 | use an autouser middleware to set the creator of an object | Dusty Phillips | |
2008-06-04 | Template fix. doh! | eliott | |
2008-05-23 | Updates for deployment. | eliott | |
- Fix for reporead when description is empty. - Fix for settings.py. Middleware wasn't found (changed import name) - Clarity change for dashboard. | |||
2008-04-16 | Added default charset setting value | eliott | |
2008-04-11 | set some default values in the settings file | eliott | |
2008-04-09 | Removed login_required from the individual views. | eliott | |
Not entire dev site requires login. | |||
2008-03-08 | Moved models around | eliott | |
2008-01-05 | Removed DATA_DIR setting var | eliott | |
2008-01-05 | subtle changes to settings files | eliott | |
moved cache controls to local_settings | |||
2008-01-05 | Changed a few var names | eliott | |
2007-12-29 | Removed public app | eliott | |
2007-12-29 | Moved some things around. | eliott | |
2007-12-29 | Massive retab fest. | eliott | |
Also added vim command comment to the end of files. | |||
2007-12-29 | Moved common to public | eliott | |
2007-12-29 | Moved admin media under media dir. | eliott | |
It helps with both serving static files during a testing scenario, to easing deployment. | |||
2007-12-26 | initial stab at an authentication middleware | eliott | |
2007-12-23 | removed need to specify deploypath manually | eliott | |
2007-12-22 | renamed imports | eliott | |
2007-11-03 | Initial import for public release... | eliott | |
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd! |