Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-26 | reporead: accommodate old-school build date | Dan McGee | |
I can't believe we still have some of these around, but they are relatively straightforward to handle. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-26 | reporead: allow a force update | Dan McGee | |
This allows re-running repoadd on all packages in case of adding data or fixing a bug without rendering the last_update values in the database useless. For packages that aren't geting their version bumped, don't touch last_update on a force import but do touch the rest of the fields. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-26 | Add some additional fields to package import | Dan McGee | |
We can capture the build date, compressed size, and installed size when reporead runs. Even if we don't show all of it, we should pull it in. FS#14270 is requesting that the package size be shown on the website. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-16 | reporead: use different timestamp for each packagerelease_2010-02-17 | Dan McGee | |
Since these timestamps will differ across repos and arches anyway (for a total of 10 distinct timestamps currently per hour), it isn't really necessary to only use one timestamp. Allow each package to get a unique creation time. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-10 | reporead: small touchups, mostly in argument validation | Dan McGee | |
Check the arch, check the filename for existence, etc. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-10 | reporead: turn into a django-admin command | Dan McGee | |
Rather than struggle with getting the environment set up, let's make this a custom Django admin command and use the flexibility that gives us. This is the initial rough cut of making it happen; further commits should clean up some of the rough edges. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-10 | Remove archweb prefix from all imports | Dan McGee | |
Unnecessary, and lets us standardize on not using it everywhere. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-31 | Make marking out of date actually work | Dan McGee | |
And honor the packager's notify flag, as Pierre pointed out. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-31 | Adjust models and views for nullable maintainer | Evangelos Foutras | |
Signed-off-by: Evangelos Foutras <foutrelis@gmail.com> [Dan: made a few other small touchups] Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-30 | Use select_related() for some mirror pages | Dan McGee | |
We also traverse relationships here, so select the associated items. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-12-01 | Add credential requirements tests to devel app | Ismael Carnales | |
* Add models.py required file to app * Use user_passes_test instead of custom superuser checking in new_user_form as it implements the same "next" redirection as login_required Signed-off-by: Ismael Carnales <icarnales@gmail.com> | |||
2009-11-09 | added login_required to devel views | Ismael Carnales | |
2009-11-09 | changed landing view | Ismael Carnales | |
- moved devel.views.siteindex to public.views.index - using template from public view with added devel menu - added extra styles and images | |||
2009-11-09 | modified import paths from archweb_dev to archweb | Ismael Carnales | |
2009-09-15 | Add a basic mirror view for the dev site | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-08-12 | merge fix | Dusty Phillips | |
2009-08-11 | So now the created user passwords should work and Aaron will be less pissed ↵ | Dusty Phillips | |
off at me. | |||
2009-08-10 | Sometimes its better if you test your code before deploying. Other times, ↵ | Dusty Phillips | |
you just fix the missing imports in a second commit. | |||
2009-08-10 | Add a page to aid Aaron in user creation. | Dusty Phillips | |
2009-01-30 | Put maintainer list by last name. | Dusty Phillips | |
2008-11-15 | alphabetical order on maintainers and packages | Dusty Phillips | |
2008-11-09 | don't show inactive users in dev list | Dusty Phillips | |
2008-10-11 | simplify both look and code for dashboard | Dusty Phillips | |
2008-10-10 | use RequestContext because its standard | Dusty Phillips | |
2008-10-10 | drop useless view | Dusty Phillips | |
2008-10-10 | fix broken maintainer packages links | Dusty Phillips | |
2008-10-07 | make form submit some but not all values | Dusty Phillips | |
2008-10-07 | move validation template tage temporarily; it will be removed eventually | Dusty Phillips | |
2008-10-07 | fairly invasive refactor to developer dashboard to be more django friendly | Dusty Phillips | |
2008-10-07 | indicate that index is the dev dashboard | Dusty Phillips | |
2008-10-07 | fix bug introduced by previous code removal | Dusty Phillips | |
2008-10-07 | Dusty's 80 char issue | Dusty Phillips | |
2008-10-07 | remove senseless code | Dusty Phillips | |
2008-10-07 | drop a bunch of static stuff necessary only in archweb_pub | Dusty Phillips | |
2008-10-07 | remove reference to old cvs entry | Dusty Phillips | |
2008-10-05 | drop a bunch of unusued imports | Dusty Phillips | |
2008-09-16 | port profile_form to newforms | Dusty Phillips | |
2008-06-21 | Remove guide from dashboard and link to wikiFix for FS#10647 | Dusty Phillips | |
2008-06-04 | Added an ex-developer 'fellows' page. | eliott | |
2008-04-09 | Removed login_required from the individual views. | eliott | |
Not entire dev site requires login. | |||
2008-04-09 | Changed to arches and repos in the db. | eliott | |
Added them to the django admin interface as well. | |||
2008-04-05 | Fix for FS#9554 | eliott | |
Backported and modified from 'master' | |||
2008-03-22 | Added the ability to see flagged packages only, per use or repo | eliott | |
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 | More changes to the multiarch model. | eliott | |
2008-03-08 | renamed donator model to donor. | eliott | |
remove category model | |||
2008-03-08 | Moved models around | eliott | |
2008-01-10 | updated developers page. inactive devs are not shown | root | |
2008-01-05 | Removed DATA_DIR setting var | eliott | |
2008-01-03 | Fixed a bug with pkgmaint page | eliott | |