Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-08 | Move /jsi18n/ back out of /admin/ apprelease_2010-02-08 | Dan McGee | |
This way we can skip the redirect to HTTPS on the real site that is not necessary by any means, and it works out for the best. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-08 | Add OpenSearch support to the site | Dan McGee | |
Implements FS#14185. It is a bit more complex than listed there as I wanted to not hardcode the URLs in the descriptor file; to do this we need to make it a template and fill some things in. We also need to serve the file using the correct mime type. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-31 | Get the calendar widget working | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-31 | More template cleanup: flag packagerelease_2010-01-31-2 | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-31 | Provide SVN links to trunk/ for each package | Dan McGee | |
This is, at least for me, more useful than the link to a specific build of a package. We provide both so no one should lose here. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-31 | More validation fixups | Dan McGee | |
Random stupids in our HTML, this should be a little better at least. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-31 | Touch up the depends and requiredby display in package details | Dan McGee | |
This started out as a validation fix for the W3 validator: we had some <ul/> elements that ended up on that page with no inner <li/> elements, so it was invalid markup. I then realized we don't need to call the methods multiple times so use the 'with' template tag. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-31 | Handle empty pkgdesc and url a bit better | Dan McGee | |
Put an actual NULL in the database and handle it for both display and import. Also add a migration to clean up any bad data we currently have in there. Fixes FS#17144. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-31 | Make bugs link more useful | Dan McGee | |
Link directly to the right project in Flyspray instead of whatever the user looked at last. Fixes FS#13166. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-31 | Fix up the packages search pagerelease_2010-01-31 | Dan McGee | |
* 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-09 | updated packages template files from code of pub | Ismael Carnales | |
2009-11-09 | update packages detail template with code from pub | Ismael Carnales | |
also added user restrictions | |||
2009-11-09 | added missing packages views from archweb_pub | Ismael Carnales | |
2009-10-17 | Port archweb_pub commit 1f96c7a1182ef75279c18986b708e683f89dd690 to ↵ | Thomas Bächler | |
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-11 | Fix community links. | Dusty Phillips | |
2009-08-18 | Apparently you couldn't view the packages page if the user wasn't logged ↵ | Dusty Phillips | |
into the admin. | |||
2009-04-13 | FS#11325. Add a 'Target Repo' column to the signoffs page. | Dusty Phillips | |
2009-04-13 | Aaron says maintainer column isn't necessary (FS#11325) | Dusty Phillips | |
2009-01-30 | Add package count to the top of the search table. | Dusty Phillips | |
2009-01-01 | display the license field on package descriptions | Dusty Phillips | |
2008-10-11 | drop jquery dependency | Dusty Phillips | |
2008-10-10 | use standard messaging | Dusty Phillips | |
2008-10-10 | drop search/ url and just go to packages | Dusty Phillips | |
2008-10-07 | fix package details page | Dusty Phillips | |
2008-10-07 | sort returns to first page | Dusty Phillips | |
2008-10-07 | trying to flesh out the page | Dusty Phillips | |
2008-10-07 | make sort form work | Dusty Phillips | |
2008-10-07 | make form submit some but not all values | Dusty Phillips | |
2008-10-07 | replace package search with a nonfunctional newform | Dusty Phillips | |
2008-10-07 | move validation template tage temporarily; it will be removed eventually | Dusty Phillips | |
2008-08-16 | #10340 Integrated Signoffs completed but untested | Dusty Phillips | |
2008-08-06 | improve the template | Dusty Phillips | |
2008-08-06 | boilerplate for new signoffs code | Dusty Phillips | |
2008-07-05 | #10213 make package urls be pretty cool, if not awesome | Dusty Phillips | |
2008-06-29 | add maintainer column to search results | Dusty Phillips | |
2008-06-23 | Revert "add maintainer to search log" | Dusty Phillips | |
This reverts commit fe03cefa08b4332c8a404a8952f21e39f7e26115. | |||
2008-06-23 | add maintainer to search log | Dusty Phillips | |
2008-06-19 | sort last updated descending by default. FS#10703 | Dusty Phillips | |
2008-04-28 | removed flag out of date from backend. | eliott | |
Flagging a package out of date is not needed in the backend. Backend only needs to unflag. | |||
2008-04-28 | Added back links to viewvc data. | eliott | |
2008-04-17 | Modified get_depends handling slightly | eliott | |
2008-04-17 | small change | eliott | |
2008-04-17 | added more clarity to required_by fields | eliott | |
2008-04-16 | Commented out files link on package details. | eliott | |
2008-04-11 | fixes for changes in the model dealing with the urlize -> get_* refactor | eliott | |
2008-04-09 | Cleanup from the previous change to the model for Arches and Repos. | eliott | |
2008-03-22 | Refactored the model to remove arch and repo tables. | eliott | |
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 | |
2008-02-26 | Fix for testing cvs linksrelease_2008022601 | eliott | |
2007-12-30 | Changed color alternation on pkglist to be conformant. | eliott | |