Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-27 | use newforms on todo list | Dusty Phillips | |
2008-06-27 | better exception handling | Dusty Phillips | |
2008-06-27 | use a nicer decorator | Dusty Phillips | |
2008-06-23 | Revert "add maintainer to search log" | Dusty Phillips | |
This reverts commit fe03cefa08b4332c8a404a8952f21e39f7e26115. | |||
2008-06-23 | add maintainer to search log | Dusty Phillips | |
2008-06-21 | FS 10156 Linux Trademark Attribution | Dusty Phillips | |
2008-06-21 | Remove guide from dashboard and link to wikiFix for FS#10647 | Dusty Phillips | |
2008-06-21 | make the package model part of the admin | Dusty Phillips | |
2008-06-20 | Merge branch 'master' into newmodel | Dusty Phillips | |
2008-06-19 | sort last updated descending by default. FS#10703 | Dusty Phillips | |
2008-06-19 | order by last update on package view | Dusty Phillips | |
2008-06-04 | Removed some fields from the fellows page. | eliott | |
Most emails were forwarded from arch.org, which may or may not be still working. | |||
2008-06-04 | Template fix. doh! | eliott | |
2008-06-04 | Added an ex-developer 'fellows' page. | eliott | |
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 | 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-25 | change to pkg details for cvs -> svn links | 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. |