Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-15 | Update comment in local_settings.py.example | Luke Shumaker | |
2011-12-14 | add a censored logo, to help fight SOPA | Luke Shumaker | |
2011-12-11 | I take it back, using // instead of https:// was a bad idea, it makes links ↵ | Luke Shumaker | |
from non-https be bad | |||
2011-12-08 | add the i586 architecture to arches.json | Luke Shumaker | |
2011-12-08 | Replace the arch silhouette with a (low quality) parabola. | Luke Shumaker | |
TODO: make it look better. But props to johkra (I think?) for getting it done quickly. | |||
2011-12-04 | Change "Developers" to "Hackers" in groups.json | Luke Shumaker | |
2011-12-04 | I think this should fix all css problems. | Luke Shumaker | |
2011-12-04 | revert /media/media_admin to point to the system install of django | Luke Shumaker | |
2011-12-04 | Fix 5 missed instances of `Arch Linux' that slipped through. | Luke Shumaker | |
One of these even predates the latest merge. | |||
2011-12-04 | Fix a URL that was still pointing to kiwwwi.org | Luke Shumaker | |
2011-12-04 | strip https: from another URL | Luke Shumaker | |
2011-12-04 | in requirements_prod.txt: drop MySQL-python for psycopg2 | Luke Shumaker | |
2011-12-04 | Adjust README (fix markdown, remove hack for bad groups.json) | Luke Shumaker | |
2011-12-04 | Merge branch 'master' of ssh://gparabola/parabolaweb | Nicolás Reynolds | |
Conflicts: local_settings.py.example media/archweb.css packages/templatetags/package_extras.py public/views.py templates/packages/details.html templates/packages/flag.html templates/packages/flag_confirmed.html templates/packages/flagged.html templates/packages/search.html templates/public/download.html templates/todolists/view.html | |||
2011-12-03 | Allow architecure selection for difference view | Johannes Krampf | |
2011-12-03 | Fix differences query if there are more than 2 architectures | Johannes Krampf | |
2011-12-03 | Re-enable fixture import by deleting the offending permissions for now | Johannes Krampf | |
2011-12-03 | Add mips64el to arches fixture | Johannes Krampf | |
2011-12-03 | Merge https://projects.archlinux.org/git/archweb | Johannes Krampf | |
2011-12-02 | Merge branch 'master' of https://johkra.net/git/parabolaweb-johkra | Luke Shumaker | |
Conflicts: packages/templatetags/package_extras.py | |||
2011-12-02 | Add database settings for PostgreSQL | Johannes Krampf | |
2011-12-02 | Fix download link. Solution looks a bit unclean to me. | Johannes Krampf | |
2011-12-02 | Fix bug tracker URLs | Johannes Krampf | |
2011-12-02 | Spelling in Readme | Johannes Krampf | |
2011-12-02 | These for references to arch slipped through. | Luke Shumaker | |
2011-12-01 | Normalize the URI scheme used for inbound links. Don't use one when ↵ | Luke Shumaker | |
possible, else use https | |||
2011-12-01 | I think this fixes all the broken links (that point to parabolagnulinux.org ↵ | Luke Shumaker | |
anyway) | |||
2011-12-01 | add get_wiki_link() to packages/templatetags/package_extras.py (fix the 500 ↵ | Luke Shumaker | |
error) | |||
2011-12-01 | this probably should have happened during the merge (small stuff) | Luke Shumaker | |
2011-11-30 | reporead: fix not defined variable | Dan McGee | |
Way to fail at refactoring, Dan. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-12-01 | Update localsettings.py.example, README, etc for parabolaweb. | Luke Shumaker | |
2011-12-01 | move media/silhouette.png to media/devs/silhouette.png | Luke Shumaker | |
2011-11-30 | Master keys: reduce query count, add default orderingrelease_2011-11-30 | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-11-30 | Allow generation of an ownertrust file | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-11-30 | Integrate master key into rest of site | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-11-30 | Add master key overview page | Dan McGee | |
And a bunch of text that may suck, but is better than nothing. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-11-30 | Add master key model and admin integration | Dan McGee | |
2011-11-30 | Move main fields to separate module | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-11-30 | Add initial migration for devel app | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-11-30 | reporead: split out filesonly update method | Dan McGee | |
This removes a bunch of the conditional logic at a slight cost of some code duplication. However, the methods and madness is now much easier to follow. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-11-30 | Add more precise sort for last update signoff column | Dan McGee | |
This allows sorting by the exact time recorded in the database, even if we don't show it directly to the user, which makes finding the most recent updates a lot easier. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-11-30 | Fix minor validation error | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-11-30 | reporead: fix filesonly needs update checks | Dan McGee | |
This was broken after the select for update changes. We really should split the whole filesonly update into another method instead of the current shotgun approach with conditionals everywhere. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-11-29 | Untrack bin/ and lib/ they aren't in archweb | Luke Shumaker | |
2011-11-26 | A bunch of whitespace or .example/whatever changes | Luke Shumaker | |
to reduce stupid differences between us and upstream archweb | |||
2011-11-26 | Merged with archweb trunk | Johannes Krampf | |
2011-11-21 | Better support for non-latin full namesrelease_2011-11-21 | Dan McGee | |
Add a 'latin_name' field to the user profile so we can better support those developers with names in non-Latin scripts, and yet still show a Latin name as necessary on the developer profile page. This field only shows up if populated. Also, use consistent sorting everywhere- rather than using username, always use first_name and last_name fields. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-11-17 | reporead: don't trim pkgdesc length | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-11-17 | Display package URLs unquoted if possible | Dan McGee | |
Example: kbd-ru-keymaps. Before: http://wiki.archlinux.org/index.php/%D0%98%D0%BD%D1%82%D0%B5%D1%80%D0%BD%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D0%B8%D0%B7%D0%B0%D1%86%D0%B8%D1%8F After: http://wiki.archlinux.org/index.php/Интернационализация Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-11-17 | Change package description to a text fieldrelease_2011-11-17 | Dan McGee | |
No need to have length restrictions on this. Although long descriptions are frowned upon, we shouldn't truncate them if someone really wants one. Signed-off-by: Dan McGee <dan@archlinux.org> |