Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-23 | Added more meta to the admin interface for the press model. | eliott | |
2008-05-23 | Updates 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-28 | Fix for FS#9999 | eliott | |
2008-04-28 | update siteindex page to reflect move to svn | eliott | |
2008-04-28 | removed 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-28 | Added back links to viewvc data. | eliott | |
2008-04-18 | update fixtures | eliott | |
2008-04-17 | fix for dep vercmp | 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 | small change | 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 | Updated readme | 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 | Commented out files link on package details. | eliott | |
2008-04-16 | Add sorting of required_by values | eliott | |
2008-04-16 | Added some more debug logging. | eliott | |
2008-04-16 | Added 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-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-16 | Added default charset setting value | eliott | |
2008-04-16 | updated gitignore | eliott | |
2008-04-11 | fixes for changes in the model dealing with the urlize -> get_* refactor | eliott | |
2008-04-11 | update | eliott | |
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-11 | set some default values in the settings file | eliott | |
2008-04-09 | Removed login_required from the individual views. | eliott | |
Not entire dev site requires login. | |||
2008-04-09 | Added/changed full site login middleware. | eliott | |
2008-04-09 | Change to landing page. | eliott | |
2008-04-09 | Fix for dev image weirdness. | eliott | |
Had to backport from archweb_pub | |||
2008-04-09 | Fix for dev names in developer list | eliott | |
Had to backport from archweb_pub. | |||
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 | Cleanup from the previous change to the model for Arches and Repos. | eliott | |
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 | added stanza at top | eliott | |
2008-04-05 | small fix to arch verification | eliott | |
2008-04-05 | changes to try shoehorning multiarch in | eliott | |
2008-04-05 | small fix to todolists | eliott | |
2008-04-05 | Fix for FS#9554 | eliott | |
Backported and modified from 'master' | |||
2008-04-05 | Implemented todolist javascript sorting | eliott | |
2008-03-22 | Anyone can now unflag an out of date package. | eliott | |
This was a flyspray request. | |||
2008-03-22 | Added the ability to see flagged packages only, per use or repo | eliott | |
2008-03-22 | Removed ads from the devel site | eliott | |
2008-03-22 | moving 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-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. |