Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-08 | attempt to reduce missing packages | Dusty Phillips | |
2008-07-05 | #10213 make package urls be pretty cool, if not awesome | Dusty Phillips | |
2008-07-03 | make url field non validaty | Dusty Phillips | |
2008-06-27 | make package names unique | Dusty Phillips | |
2008-06-27 | refactor todo packages a bit | Dusty Phillips | |
2008-06-21 | make the package model part of the admin | Dusty Phillips | |
2008-06-19 | order by last update on package view | Dusty Phillips | |
2008-05-23 | Added more meta to the admin interface for the press model. | eliott | |
2008-04-18 | update fixtures | eliott | |
2008-04-17 | Modified get_depends handling slightly | eliott | |
2008-04-17 | Formatting adjustment | eliott | |
2008-04-17 | Added test harness and test data fixtures. | eliott | |
2008-04-17 | added more clarity to required_by fields | eliott | |
2008-04-17 | Added some fixture data for repos and arches. | eliott | |
2008-04-17 | fixed comment wording | eliott | |
2008-04-16 | fixed issue where testing and unstable packages caused errors in get_depends | eliott | |
2008-04-16 | Add sorting of required_by values | eliott | |
2008-04-16 | Changed 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-11 | Refactored 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-09 | Added/changed full site login middleware. | eliott | |
2008-04-09 | Fix for required_by issue where all dependencies were listed, regardless of the | eliott | |
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-09 | Changed to arches and repos in the db. | eliott | |
Added them to the django admin interface as well. | |||
2008-04-05 | cleanup | eliott | |
2008-04-05 | fix for require query. | eliott | |
2008-04-05 | renamed todolist table | eliott | |
2008-04-05 | Fix for FS#9554 | eliott | |
Backported and modified from 'master' | |||
2008-03-22 | Refactored 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-08 | some model fixes | eliott | |
2008-03-08 | small model change | eliott | |
2008-03-08 | Renamed more tables for consistency | eliott | |
2008-03-08 | renamed some tables | eliott | |
2008-03-08 | More changes to the multiarch model. | eliott | |
2008-03-08 | Added/fixed package depends urlize logic | eliott | |
2008-03-08 | Added alt_forums and press models | eliott | |
2008-03-08 | added packagedepends and arch models | eliott | |
2008-03-08 | renamed donator model to donor. | eliott | |
remove category model | |||
2008-03-08 | Moved models around | eliott | |