Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-06 | port admin to django 1.0 | Dusty Phillips | 3 | -40/+45 | |
2008-10-06 | drop some unused imports | Dusty Phillips | 3 | -10/+3 | |
2008-10-06 | port news to django 1.0 using generic views | Dusty Phillips | 5 | -80/+39 | |
2008-10-06 | use an autouser middleware to set the creator of an object | Dusty Phillips | 2 | -0/+16 | |
2008-09-17 | drop a bunch of stuff not necessary for django 1.0 | Dusty Phillips | 2 | -59/+37 | |
2008-09-17 | port profile_form to newforms | Dusty Phillips | 2 | -30/+29 | |
2008-09-13 | fix bug with packages being orphaned | Dusty Phillips | 1 | -4/+8 | |
2008-09-13 | add some extra debugging output | Dusty Phillips | 1 | -3/+6 | |
2008-09-13 | add a threshold check to reporead to try to catch the orphaning packages error | Dusty Phillips | 1 | -0/+15 | |
2008-08-21 | Fix for FS#10881 - URL missing in some packages. | eliott | 1 | -0/+1 | |
This patch adds URL to the fields to be updated on package update. Path is a fix for the following scenario: - a package is added at one point. - later a url is changed or added. - when the package is updated, the following fields are updated: pkgver, pkgrel, pkgdesc, needupdate, last_update There was an original assumption, that some fields were very seldom changed, and it would not have make sense from a performance standpoint to update the fields that never changed, since the update mechanism was written using the django orm..which is 'chatty'. NOTE: It is rather pointless to do a compare to test if the field has changed. It is more performant to simply update the field regardless. | |||||
2008-08-16 | #10340 Integrated Signoffs completed but untested | Dusty Phillips | 6 | -20/+71 | |
2008-08-16 | add signoff model for capturing signoffs | Dusty Phillips | 2 | -0/+25 | |
2008-08-16 | add signoffs to the main menu | Dusty Phillips | 2 | -1/+2 | |
2008-08-06 | improve the template | Dusty Phillips | 2 | -2/+8 | |
2008-08-06 | boilerplate for new signoffs code | Dusty Phillips | 3 | -0/+39 | |
2008-07-30 | allow anyone to adopt or disown a package | Dusty Phillips | 1 | -9/+3 | |
2008-07-30 | fix permission bug on news | Dusty Phillips | 2 | -4/+4 | |
2008-07-23 | fix problem with to-do list showing testing packages | Dusty Phillips | 1 | -1/+1 | |
2008-07-09 | fix up permissions on todolists | Dusty Phillips | 2 | -3/+3 | |
2008-07-09 | attempt to reduce missing packages | Dusty Phillips | 1 | -3/+2 | |
2008-07-06 | minor refactor to available_arches | Dusty Phillips | 1 | -4/+4 | |
2008-07-06 | #10213 make package urls be pretty cool, if not awesome | Dusty Phillips | 4 | -10/+20 | |
2008-07-04 | make url field non validaty | Dusty Phillips | 1 | -1/+1 | |
2008-07-02 | make the notification e-mail include description | Dusty Phillips | 1 | -1/+1 | |
2008-07-02 | stupid stupid variable overwrite | Dusty Phillips | 1 | -4/+9 | |
2008-07-02 | mistake | Dusty Phillips | 1 | -1/+1 | |
2008-07-02 | missing import | Dusty Phillips | 1 | -0/+1 | |
2008-07-02 | add reminder e-mails to todo lists | Dusty Phillips | 2 | -2/+41 | |
2008-07-02 | format description | Dusty Phillips | 1 | -1/+1 | |
2008-06-30 | fix depends bug in reporead | Dusty Phillips | 1 | -1/+1 | |
2008-06-30 | drop an unnecessary db hit | Dusty Phillips | 1 | -3/+4 | |
2008-06-30 | add maintainer column to search results | Dusty Phillips | 2 | -0/+14 | |
2008-06-30 | fix problem with deleting packages from a list | Dusty Phillips | 1 | -0/+6 | |
2008-06-28 | use funky model layout for permissions | Dusty Phillips | 2 | -3/+3 | |
2008-06-28 | add delete functionality to todo lists | Dusty Phillips | 4 | -6/+41 | |
2008-06-28 | add list description to the list view page | Dusty Phillips | 1 | -0/+5 | |
2008-06-28 | make package names unique | Dusty Phillips | 1 | -1/+1 | |
2008-06-28 | refactor package cleaning to be duplicate sensitive | Dusty Phillips | 1 | -6/+5 | |
2008-06-28 | add an 'edit todolist' functionality | Dusty Phillips | 3 | -4/+42 | |
2008-06-28 | improve indentation | Dusty Phillips | 1 | -5/+5 | |
2008-06-28 | refactor todo packages a bit | Dusty Phillips | 3 | -9/+13 | |
2008-06-28 | improve look of todo list | Dusty Phillips | 1 | -4/+2 | |
2008-06-28 | use newforms on todo list | Dusty Phillips | 3 | -49/+65 | |
2008-06-27 | better exception handling | Dusty Phillips | 1 | -2/+4 | |
2008-06-27 | use a nicer decorator | Dusty Phillips | 2 | -6/+6 | |
2008-06-24 | Revert "add maintainer to search log" | Dusty Phillips | 1 | -2/+0 | |
This reverts commit fe03cefa08b4332c8a404a8952f21e39f7e26115. | |||||
2008-06-24 | add maintainer to search log | Dusty Phillips | 1 | -0/+2 | |
2008-06-22 | FS 10156 Linux Trademark Attribution | Dusty Phillips | 1 | -1/+3 | |
2008-06-22 | Remove guide from dashboard and link to wikiFix for FS#10647 | Dusty Phillips | 4 | -173/+2 | |
2008-06-22 | make the package model part of the admin | Dusty Phillips | 1 | -2/+24 | |