Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-11 | drop wiki app | Dusty Phillips | 1 | -1/+0 | |
2008-10-11 | port to django 1.0 | Dusty Phillips | 1 | -12/+14 | |
2008-10-11 | change of style, I decided I like to have a wrapper for all generic views | Dusty Phillips | 1 | -6/+2 | |
2008-10-10 | use standard messaging | Dusty Phillips | 1 | -6/+0 | |
2008-10-10 | simplify package details view | Dusty Phillips | 1 | -21/+16 | |
2008-10-10 | knock of todo item | Dusty Phillips | 1 | -1/+0 | |
2008-10-10 | drop search/ url and just go to packages | Dusty Phillips | 3 | -14/+16 | |
2008-10-08 | drop id based searching | Dusty Phillips | 2 | -3/+2 | |
2008-10-08 | fix package details page | Dusty Phillips | 1 | -1/+1 | |
2008-10-07 | use user messages to communicate status | Dusty Phillips | 3 | -16/+16 | |
2008-10-07 | sort returns to first page | Dusty Phillips | 2 | -6/+7 | |
2008-10-07 | reorder ifs | Dusty Phillips | 1 | -92/+4 | |
2008-10-07 | fix sorting issue | Dusty Phillips | 1 | -3/+6 | |
2008-10-07 | trying to flesh out the page | Dusty Phillips | 4 | -15/+38 | |
2008-10-07 | fix the last update script | Dusty Phillips | 1 | -4/+4 | |
2008-10-07 | make sort form work | Dusty Phillips | 2 | -5/+11 | |
2008-10-07 | notes to self | Dusty Phillips | 1 | -5/+6 | |
2008-10-07 | make form submit some but not all values | Dusty Phillips | 4 | -44/+99 | |
2008-10-07 | need better than ids for options | Dusty Phillips | 2 | -37/+23 | |
2008-10-07 | add some reminders to the TODO list | Dusty Phillips | 1 | -0/+8 | |
2008-10-07 | replace package search with a nonfunctional newform | Dusty Phillips | 7 | -70/+126 | |
2008-10-07 | move validation template tage temporarily; it will be removed eventually | Dusty Phillips | 5 | -17/+9 | |
2008-10-07 | fairly invasive refactor to developer dashboard to be more django friendly | Dusty Phillips | 3 | -49/+18 | |
2008-10-07 | these tests will be broken and should have some real tests written later | Dusty Phillips | 1 | -49/+0 | |
2008-10-07 | optimize get_flag_stats | Dusty Phillips | 1 | -9/+8 | |
2008-10-07 | indicate that index is the dev dashboard | Dusty Phillips | 1 | -1/+1 | |
2008-10-07 | drop extraneous comments | Dusty Phillips | 1 | -3/+0 | |
2008-10-07 | fix bug introduced by previous code removal | Dusty Phillips | 1 | -0/+2 | |
2008-10-07 | Dusty's 80 char issue | Dusty Phillips | 1 | -2/+2 | |
2008-10-07 | use external links to avoid duplicate code between projects | Dusty Phillips | 6 | -368/+7 | |
2008-10-07 | remove senseless code | Dusty Phillips | 1 | -5/+0 | |
2008-10-07 | drop a bunch of static stuff necessary only in archweb_pub | Dusty Phillips | 2 | -35/+0 | |
2008-10-07 | rearrange top menu to refer more accurately to dev vs real site | Dusty Phillips | 1 | -3/+4 | |
2008-10-07 | remove reference to old cvs entry | Dusty Phillips | 3 | -55/+8 | |
2008-10-07 | add myself to the Author's list | Dusty Phillips | 1 | -0/+1 | |
2008-10-07 | remove migration code that has been completed | Dusty Phillips | 1 | -10/+0 | |
2008-10-06 | drop references to the wiki | Dusty Phillips | 7 | -2001/+1 | |
2008-10-06 | drop a bunch of unusued imports | Dusty Phillips | 6 | -17/+7 | |
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 | |