summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-10-10drop wiki appDusty Phillips1-1/+0
2008-10-10port to django 1.0Dusty Phillips1-12/+14
2008-10-10change of style, I decided I like to have a wrapper for all generic viewsDusty Phillips1-6/+2
2008-10-10use standard messagingDusty Phillips1-6/+0
2008-10-10simplify package details viewDusty Phillips1-21/+16
2008-10-10knock of todo itemDusty Phillips1-1/+0
2008-10-10drop search/ url and just go to packagesDusty Phillips3-14/+16
2008-10-07drop id based searchingDusty Phillips2-3/+2
2008-10-07fix package details pageDusty Phillips1-1/+1
2008-10-07use user messages to communicate statusDusty Phillips3-16/+16
2008-10-07sort returns to first pageDusty Phillips2-6/+7
2008-10-07reorder ifsDusty Phillips1-92/+4
2008-10-07fix sorting issueDusty Phillips1-3/+6
2008-10-07trying to flesh out the pageDusty Phillips4-15/+38
2008-10-07fix the last update scriptDusty Phillips1-4/+4
2008-10-07make sort form workDusty Phillips2-5/+11
2008-10-07notes to selfDusty Phillips1-5/+6
2008-10-07make form submit some but not all valuesDusty Phillips4-44/+99
2008-10-07need better than ids for optionsDusty Phillips2-37/+23
2008-10-07add some reminders to the TODO listDusty Phillips1-0/+8
2008-10-07replace package search with a nonfunctional newformDusty Phillips7-70/+126
2008-10-07move validation template tage temporarily; it will be removed eventuallyDusty Phillips5-17/+9
2008-10-07fairly invasive refactor to developer dashboard to be more django friendlyDusty Phillips3-49/+18
2008-10-07these tests will be broken and should have some real tests written laterDusty Phillips1-49/+0
2008-10-07optimize get_flag_statsDusty Phillips1-9/+8
2008-10-07indicate that index is the dev dashboardDusty Phillips1-1/+1
2008-10-07drop extraneous commentsDusty Phillips1-3/+0
2008-10-07fix bug introduced by previous code removalDusty Phillips1-0/+2
2008-10-07Dusty's 80 char issueDusty Phillips1-2/+2
2008-10-07use external links to avoid duplicate code between projectsDusty Phillips6-368/+7
2008-10-07remove senseless codeDusty Phillips1-5/+0
2008-10-07drop a bunch of static stuff necessary only in archweb_pubDusty Phillips2-35/+0
2008-10-07rearrange top menu to refer more accurately to dev vs real siteDusty Phillips1-3/+4
2008-10-07remove reference to old cvs entryDusty Phillips3-55/+8
2008-10-07add myself to the Author's listDusty Phillips1-0/+1
2008-10-07remove migration code that has been completedDusty Phillips1-10/+0
2008-10-05drop references to the wikiDusty Phillips7-2001/+1
2008-10-05drop a bunch of unusued importsDusty Phillips6-17/+7
2008-10-05port admin to django 1.0Dusty Phillips3-40/+45
2008-10-05drop some unused importsDusty Phillips3-10/+3
2008-10-05port news to django 1.0 using generic viewsDusty Phillips5-80/+39
2008-10-05use an autouser middleware to set the creator of an objectDusty Phillips2-0/+16
2008-09-16drop a bunch of stuff not necessary for django 1.0Dusty Phillips2-59/+37
2008-09-16port profile_form to newformsDusty Phillips2-30/+29
2008-09-13fix bug with packages being orphanedDusty Phillips1-4/+8
2008-09-12add some extra debugging outputDusty Phillips1-3/+6
2008-09-12add a threshold check to reporead to try to catch the orphaning packages errorDusty Phillips1-0/+15
2008-08-21Fix for FS#10881 - URL missing in some packages.eliott1-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 untestedDusty Phillips6-20/+71
2008-08-16add signoff model for capturing signoffsDusty Phillips2-0/+25