summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-04Removed some fields from the fellows page.eliott
Most emails were forwarded from arch.org, which may or may not be still working.
2008-06-04Template fix. doh!eliott
2008-06-04Added an ex-developer 'fellows' page.eliott
2008-05-23Added more meta to the admin interface for the press model.eliott
2008-05-23Updates 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-28Fix for FS#9999eliott
2008-04-28update siteindex page to reflect move to svneliott
2008-04-28removed flag out of date from backend.eliott
Flagging a package out of date is not needed in the backend. Backend only needs to unflag.
2008-04-28Added back links to viewvc data.eliott
2008-04-18update fixtureseliott
2008-04-17fix for dep vercmpeliott
2008-04-17Modified get_depends handling slightlyeliott
2008-04-17Formatting adjustmenteliott
2008-04-17Added test harness and test data fixtures.eliott
2008-04-17small changeeliott
2008-04-17added more clarity to required_by fieldseliott
2008-04-17Added some fixture data for repos and arches.eliott
2008-04-17Updated readmeeliott
2008-04-17fixed comment wordingeliott
2008-04-16fixed issue where testing and unstable packages caused errors in get_dependseliott
2008-04-16Commented out files link on package details.eliott
2008-04-16Add sorting of required_by valueseliott
2008-04-16Added some more debug logging.eliott
2008-04-16Added a test for what is effectively packages with super long descriptions.eliott
Chop so we don't throw mysql errors when we try to commit.
2008-04-16Changed url field type.eliott
Default url field oddly enough in django appears to be 200 chars long. A url is valid up to 255 chars I believe.
2008-04-16Added default charset setting valueeliott
2008-04-16updated gitignoreeliott
2008-04-11fixes for changes in the model dealing with the urlize -> get_* refactoreliott
2008-04-11updateeliott
2008-04-11Refactored the urlize sections to remove display/view data from the model.eliott
Renamed methods, and methods now return raw data to the view layer.
2008-04-11set some default values in the settings fileeliott
2008-04-09Removed login_required from the individual views.eliott
Not entire dev site requires login.
2008-04-09Added/changed full site login middleware.eliott
2008-04-09Change to landing page.eliott
2008-04-09Fix for dev image weirdness.eliott
Had to backport from archweb_pub
2008-04-09Fix for dev names in developer listeliott
Had to backport from archweb_pub.
2008-04-09Fix for required_by issue where all dependencies were listed, regardless of theeliott
architecture of the dep. Modified it so that only the current package's arch, as well as the 'any' arch, are valid for required by listing.
2008-04-09Cleanup from the previous change to the model for Arches and Repos.eliott
2008-04-09Changed to arches and repos in the db.eliott
Added them to the django admin interface as well.
2008-04-05cleanupeliott
2008-04-05fix for require query.eliott
2008-04-05renamed todolist tableeliott
2008-04-05added stanza at topeliott
2008-04-05small fix to arch verificationeliott
2008-04-05changes to try shoehorning multiarch ineliott
2008-04-05small fix to todolistseliott
2008-04-05Fix for FS#9554eliott
Backported and modified from 'master'
2008-04-05Implemented todolist javascript sortingeliott
2008-03-22Anyone can now unflag an out of date package.eliott
This was a flyspray request.
2008-03-22Added the ability to see flagged packages only, per use or repoeliott