summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-04-03Partial fix for FS#9554release_2008040302eliott
2008-04-02Removed ads from dev siterelease_2008040202eliott
2008-03-29Fix for sort zebra stripingrelease_2008032902eliott
2008-03-29Added column sorting via javascript.release_2008032901eliott
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
2008-03-22Removed ads from the devel siteeliott
2008-03-22moving the reporead parser utility into the archweb_dev root.eliott
reporead uses the same model files, and needs access to the db anyway.
2008-03-22Refactored the model to remove arch and repo tables.eliott
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-08some model fixeseliott
2008-03-08Fix for time display on repo last updateeliott
2008-03-08Fix for package counts by archeliott
2008-03-08small model changeeliott
2008-03-08Renamed more tables for consistencyeliott
2008-03-08renamed some tableseliott
2008-03-08More changes to the multiarch model.eliott
2008-03-08Added/fixed package depends urlize logiceliott
2008-03-08cleanupeliott
2008-03-08Added alt_forums and press modelseliott
2008-03-08added packagedepends and arch modelseliott
2008-03-08renamed donator model to donor.eliott
remove category model
2008-03-08Moved models aroundeliott
2008-02-26Fix for testing cvs linksrelease_2008022601eliott
2008-01-13Changed AdSense AccountSimo Leone
Like that guy on the corner, all the cash goes in the big hat. Signed-off-by: Simo Leone <simo@archlinux.org>
2008-01-10Fixed localsettings.py.exampleeliott
2008-01-10updated developers page. inactive devs are not shownroot