Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-10 | updated packages template files from code of pub | Ismael Carnales | 2 | -14/+17 | |
2009-11-10 | update packages detail template with code from pub | Ismael Carnales | 1 | -13/+20 | |
also added user restrictions | |||||
2009-11-10 | added missing packages views code from archweb_pub | Ismael Carnales | 1 | -2/+14 | |
2009-11-10 | added missing packages views from archweb_pub | Ismael Carnales | 6 | -0/+144 | |
2009-11-10 | updated news list template | Ismael Carnales | 1 | -3/+5 | |
- added title - added permission checks | |||||
2009-11-10 | corrected context variable names in index view | Ismael Carnales | 1 | -3/+3 | |
2009-11-10 | added login_required to devel views | Ismael Carnales | 1 | -0/+5 | |
2009-11-10 | use RequestContext in mirrors.views.choose | Ismael Carnales | 1 | -1/+3 | |
2009-11-10 | fixed error in mirrors.views.choose | Ismael Carnales | 1 | -2/+2 | |
2009-11-10 | added mirrors app from archweb_pub | Ismael Carnales | 6 | -0/+101 | |
2009-11-10 | added sitemaps from archweb_pub | Ismael Carnales | 3 | -0/+34 | |
2009-11-10 | added feeds from archweb_pub | Ismael Carnales | 6 | -0/+54 | |
2009-11-10 | made every public view return a RequestContext | Ismael Carnales | 2 | -13/+19 | |
RequestContexts are needed to check if the user is logged in NOTE: Generic views as direct_to_template and object_list always return a request context, so is good to use them :) Later will add a render_template shortcut that adds the RequestContext automatically | |||||
2009-11-10 | use direct_to_template to replace static views | Ismael Carnales | 2 | -17/+5 | |
2009-11-10 | changed landing view | Ismael Carnales | 9 | -79/+34 | |
- moved devel.views.siteindex to public.views.index - using template from public view with added devel menu - added extra styles and images | |||||
2009-11-10 | added public app | Ismael Carnales | 2 | -0/+16 | |
2009-11-10 | updated base template to use menu from archweb_pub base template | Ismael Carnales | 1 | -6/+6 | |
2009-11-10 | removed RequireLoginMiddleware | Ismael Carnales | 2 | -20/+0 | |
2009-11-10 | "imported" public app files from archweb_pub | Ismael Carnales | 15 | -0/+788 | |
2009-11-10 | fixed error in todolists list view | Ismael Carnales | 1 | -2/+2 | |
2009-11-10 | modified import paths from archweb_dev to archweb | Ismael Carnales | 8 | -48/+48 | |
2009-10-18 | Correct link to WebSVN | Thomas Bächler | 1 | -1/+1 | |
2009-10-18 | Adjust SVN links to the WebSVN URL scheme | Thomas Bächler | 1 | -4/+4 | |
2009-10-17 | Port archweb_pub commit 1f96c7a1182ef75279c18986b708e683f89dd690 to ↵ | Thomas Bächler | 3 | -3/+16 | |
archweb_dev. This is the original commit message by Dan: "Make package SVN links always work This should clean up the links for all varieties of things- different arches (including any), different repos (community and community-testing), and split packages. All of the logic is in one place now and any further changes should be made to the method on the package object." | |||||
2009-10-14 | reporead: don't blow up on division by zero | Dan McGee | 1 | -1/+6 | |
We didn't sanity check the length of the DB set, so if it was zero we would blow up. Add a sanity check and also limit the whole thing to only apply if there are > 20 packages in a given {repo, arch} combo. Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-10-07 | Set verify_exists=False on ExternalProjects model | Aaron Griffin | 1 | -1/+1 | |
This causes issues when entering some URLs. See http://code.djangoproject.com/ticket/9918 Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-10-05 | reporead: ensure we catch all testing repos in ratio check | Dan McGee | 1 | -8/+9 | |
With community testing, we want to ignore the ratio check failure there as well. Clean up the whole check a bit and store the percentage in a variable as it is useful in both checks and for output purposes. Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-09-26 | reporead: do all DB updates in one transaction | Dan McGee | 1 | -0/+4 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-09-26 | Make community-testing accessable | Dan McGee | 1 | -2/+2 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-09-26 | reporead: join multivalue attributes with ', ' | Dan McGee | 1 | -1/+1 | |
Fixes FS#14270. Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-09-26 | Update reporead and model to store pkgbase | Dan McGee | 2 | -2/+7 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-09-16 | Add a basic mirror view for the dev site | Dan McGee | 4 | -1/+41 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-09-12 | Fix community links. | Dusty Phillips | 2 | -2/+3 | |
2009-08-21 | Add an 'external projects' model and admin for managing the projects page. | Dusty Phillips | 2 | -1/+10 | |
2009-08-18 | Apparently you couldn't view the packages page if the user wasn't logged ↵ | Dusty Phillips | 2 | -1/+36 | |
into the admin. | |||||
2009-08-12 | Too many columns in mirror admin | Dusty Phillips | 1 | -1/+1 | |
2009-08-12 | Merge branch 'master' of /srv/projects/git/archweb_dev | Dusty Phillips | 2 | -1/+7 | |
2009-08-12 | Add a couple columns to user admin at Aaron's request. | Dusty Phillips | 1 | -0/+2 | |
2009-08-12 | Add a couple fields to mirror admin at Aaron's request | Dusty Phillips | 2 | -1/+5 | |
2009-08-12 | merge fix | Dusty Phillips | 2 | -4/+3 | |
2009-08-11 | So now the created user passwords should work and Aaron will be less pissed ↵ | Dusty Phillips | 1 | -4/+4 | |
off at me. | |||||
2009-08-10 | Merge branch 'master' of ssh://archlinux.org/srv/projects/git/archweb_dev | Dusty Phillips | 1 | -1/+1 | |
2009-08-10 | Dan's patch applied. | Dusty Phillips | 1 | -1/+1 | |
2009-08-10 | Sometimes its better if you test your code before deploying. Other times, ↵ | Dusty Phillips | 1 | -0/+1 | |
you just fix the missing imports in a second commit. | |||||
2009-08-10 | Add a page to aid Aaron in user creation. | Dusty Phillips | 5 | -3/+147 | |
2009-08-05 | Whoops! Got to clear that dep list first | Dan McGee | 1 | -0/+1 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-08-04 | Change deprecated admin site urls for 1.1. | Dusty Phillips | 1 | -1/+1 | |
2009-08-04 | Fix Dan's package population patch. Now it is tested. | Dusty Phillips | 1 | -4/+5 | |
2009-08-04 | reporead: unify add and update package code | Dan McGee | 1 | -36/+29 | |
We had a bit of a disparity between the add and update sections in reporead, causing issues like FS#12400 to only manifest themselves on updated packages rather than brand new ones. Unify the code into a function that does the updating so this doesn't happen again. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Dusty Phillips <buchuki@gmail.com> | |||||
2009-07-24 | Allow setting allowed repos to empty. | Dusty Phillips | 1 | -1/+1 | |