summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-04-29removed flag out of date from backend.eliott6-98/+2
Flagging a package out of date is not needed in the backend. Backend only needs to unflag.
2008-04-29Added back links to viewvc data.eliott1-0/+1
2008-04-25change to pkg details for cvs -> svn linkseliott1-5/+1
2008-04-18update fixtureseliott1-390/+390
2008-04-18fix for dep vercmpeliott1-1/+1
2008-04-18Modified get_depends handling slightlyeliott3-8/+11
2008-04-18Formatting adjustmenteliott1-3/+12
2008-04-18Added test harness and test data fixtures.eliott2-0/+11166
2008-04-18small changeeliott1-1/+1
2008-04-18added more clarity to required_by fieldseliott2-8/+5
2008-04-18Added some fixture data for repos and arches.eliott2-0/+53
2008-04-18Updated readmeeliott1-22/+13
2008-04-17fixed comment wordingeliott1-1/+1
2008-04-17fixed issue where testing and unstable packages caused errors in get_dependseliott1-7/+8
2008-04-17Commented out files link on package details.eliott1-1/+1
2008-04-17Add sorting of required_by valueseliott1-0/+4
2008-04-17Added some more debug logging.eliott1-1/+6
2008-04-17Added a test for what is effectively packages with super long descriptions.eliott1-0/+4
Chop so we don't throw mysql errors when we try to commit.
2008-04-17Changed url field type.eliott1-1/+1
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-17Added default charset setting valueeliott1-0/+1
2008-04-17updated gitignoreeliott1-1/+1
2008-04-12fixes for changes in the model dealing with the urlize -> get_* refactoreliott2-168/+167
2008-04-12updateeliott1-7/+0
2008-04-12Refactored the urlize sections to remove display/view data from the model.eliott1-13/+24
Renamed methods, and methods now return raw data to the view layer.
2008-04-12set some default values in the settings fileeliott1-0/+4
2008-04-10Removed login_required from the individual views.eliott5-18/+2
Not entire dev site requires login.
2008-04-10Added/changed full site login middleware.eliott2-15/+52
2008-04-10Change to landing page.eliott1-19/+6
2008-04-10Fix for dev image weirdness.eliott1-3/+1
Had to backport from archweb_pub
2008-04-10Fix for dev names in developer listeliott1-2/+2
Had to backport from archweb_pub.
2008-04-10Fix for required_by issue where all dependencies were listed, regardless of theeliott1-2/+3
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-10Cleanup from the previous change to the model for Arches and Repos.eliott3-6/+6
2008-04-10Changed to arches and repos in the db.eliott6-86/+78
Added them to the django admin interface as well.
2008-04-06cleanupeliott1-3/+5
2008-04-06fix for require query.eliott1-8/+6
2008-04-06renamed todolist tableeliott1-2/+2
2008-04-06added stanza at topeliott1-0/+1
2008-04-06small fix to arch verificationeliott1-2/+2
2008-04-06changes to try shoehorning multiarch ineliott1-7/+27
2008-04-05small fix to todolistseliott2-10/+13
2008-04-05Fix for FS#9554eliott3-7/+22
Backported and modified from 'master'
2008-04-05Implemented todolist javascript sortingeliott7-42/+114
2008-04-04Partial fix for FS#9554eliott2-2/+6
2008-04-02Removed ads from dev siteeliott1-15/+0
2008-03-30Fix for sort zebra stripingeliott1-9/+12
2008-03-30Added column sorting via javascript.eliott8-17/+71
2008-03-23Anyone can now unflag an out of date package.eliott1-3/+0
This was a flyspray request.
2008-03-23Added the ability to see flagged packages only, per use or repoeliott3-19/+29
2008-03-23Removed ads from the devel siteeliott1-19/+0
2008-03-23moving the reporead parser utility into the archweb_dev root.eliott1-0/+327
reporead uses the same model files, and needs access to the db anyway.