Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-31 | Fix up the packages search page | Dan McGee | 1 | -11/+14 | |
* Don't show checkboxes for non-authenticated users * Fix up the adopt buttons to not be a table row * Fix the form which didn't have a closing tag Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
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 from archweb_pub | Ismael Carnales | 4 | -0/+71 | |
2009-10-17 | Port archweb_pub commit 1f96c7a1182ef75279c18986b708e683f89dd690 to ↵ | Thomas Bächler | 1 | -1/+1 | |
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-09-12 | Fix community links. | Dusty Phillips | 1 | -1/+1 | |
2009-08-18 | Apparently you couldn't view the packages page if the user wasn't logged ↵ | Dusty Phillips | 1 | -1/+1 | |
into the admin. | |||||
2009-04-14 | FS#11325. Add a 'Target Repo' column to the signoffs page. | Dusty Phillips | 1 | -1/+3 | |
2009-04-14 | Aaron says maintainer column isn't necessary (FS#11325) | Dusty Phillips | 1 | -2/+0 | |
2009-01-31 | Add package count to the top of the search table. | Dusty Phillips | 1 | -1/+26 | |
2009-01-01 | display the license field on package descriptions | Dusty Phillips | 1 | -0/+3 | |
2008-10-12 | drop jquery dependency | Dusty Phillips | 1 | -5/+0 | |
2008-10-10 | use standard messaging | Dusty Phillips | 1 | -6/+0 | |
2008-10-10 | drop search/ url and just go to packages | Dusty Phillips | 1 | -8/+8 | |
2008-10-08 | fix package details page | Dusty Phillips | 1 | -1/+1 | |
2008-10-07 | sort returns to first page | Dusty Phillips | 1 | -5/+5 | |
2008-10-07 | trying to flesh out the page | Dusty Phillips | 1 | -7/+10 | |
2008-10-07 | make sort form work | Dusty Phillips | 1 | -1/+1 | |
2008-10-07 | make form submit some but not all values | Dusty Phillips | 1 | -28/+49 | |
2008-10-07 | replace package search with a nonfunctional newform | Dusty Phillips | 2 | -66/+25 | |
2008-10-07 | move validation template tage temporarily; it will be removed eventually | Dusty Phillips | 2 | -2/+0 | |
2008-08-16 | #10340 Integrated Signoffs completed but untested | Dusty Phillips | 1 | -2/+17 | |
2008-08-06 | improve the template | Dusty Phillips | 1 | -1/+7 | |
2008-08-06 | boilerplate for new signoffs code | Dusty Phillips | 1 | -0/+32 | |
2008-07-06 | #10213 make package urls be pretty cool, if not awesome | Dusty Phillips | 1 | -2/+2 | |
2008-06-30 | add maintainer column to search results | Dusty Phillips | 1 | -0/+11 | |
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-20 | sort last updated descending by default. FS#10703 | Dusty Phillips | 1 | -1/+1 | |
2008-04-29 | removed flag out of date from backend. | eliott | 4 | -58/+2 | |
Flagging a package out of date is not needed in the backend. Backend only needs to unflag. | |||||
2008-04-29 | Added back links to viewvc data. | eliott | 1 | -0/+1 | |
2008-04-18 | Modified get_depends handling slightly | eliott | 1 | -4/+4 | |
2008-04-18 | small change | eliott | 1 | -1/+1 | |
2008-04-18 | added more clarity to required_by fields | eliott | 1 | -1/+1 | |
2008-04-17 | Commented out files link on package details. | eliott | 1 | -1/+1 | |
2008-04-12 | fixes for changes in the model dealing with the urlize -> get_* refactor | eliott | 2 | -168/+167 | |
2008-04-10 | Cleanup from the previous change to the model for Arches and Repos. | eliott | 2 | -4/+4 | |
2008-03-23 | Refactored the model to remove arch and repo tables. | eliott | 2 | -10/+8 | |
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 | 2 | -20/+18 | |
2008-02-27 | Fix for testing cvs links | eliott | 1 | -0/+4 | |
2007-12-30 | Changed color alternation on pkglist to be conformant. | eliott | 1 | -1/+1 | |
2007-12-30 | Fixes for FS#7980 | eliott | 1 | -3/+3 | |
2007-11-03 | Initial import for public release... | eliott | 6 | -0/+261 | |
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd! |