summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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.
2008-03-23Refactored the model to remove arch and repo tables.eliott6-62/+82
Refactored the model to remove the arch and repo tables. Those data points are now encapsulated in the package table as an ENUM field. Changes to models and templates as needed.
2008-03-09some model fixeseliott1-6/+8
2008-03-09Fix for time display on repo last updateeliott1-1/+1
2008-03-09Fix for package counts by archeliott1-2/+2
2008-03-08small model changeeliott1-1/+1
2008-03-08Renamed more tables for consistencyeliott1-4/+4
2008-03-08renamed some tableseliott1-5/+6