Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-28 | Merge commit 'cc202e923': Add copyright/authorship headers to ↵ | Luke Shumaker | |
Archweb-original .js files | |||
2012-02-28 | (1) Use phony %.min.js files (2) copyright headers in d3.*.js (3) Makefile! | Luke Shumaker | |
---- Due to our support of free software, we have two (uncommon) requirements for .min.js files: 1. They preserve the header comments; for license-identification 2. They can be created with free software; a free minifier, SaaS does not count. The only viable way to do this is to use django's compress.py, which requires the Google Closure Compiler, (or use the closure-compiler directly), which is not (yet) packaged for Parabola. So, for now just copy the *.js to *.min.js in order to avoid having to change URLs to temporarily point to the non-minified versions until we can properly minify them. ---- Add copyright headers to d3.js files, which by default ship without the copyright included in the file, despite being free software. ---- Create a Makefile that automatically does this. It fetches the d3 and jquery .js files, adds the copyright headers to the d3.*.js files, and then copies .js files to .min.js files. | |||
2011-12-29 | Add copyright/authorship headers to Archweb-original .js files | Luke Shumaker | |
* media/archweb.js: GPLv2, (c) 2007-2011 The Archweb Team * media/visualize.js: GPLv2, (c) 2011 Dan McGee The "Archweb Team" thing is a cop-out, but it was pulled from many inline-js places, making a full list of edits hard. | |||
2011-12-29 | Remove .min.js files. | Luke Shumaker | |
The only way they can be created satisfactorily is with django's compress.py, which requires the Google Closure Compiler, which is not packaged for Parabola. They can be re-added when the Google Closure Compiler is packaged. | |||
2011-12-15 | Merge branch 'master' of ssh://parabolagnulinux.org:1863/parabolaweb | Luke Shumaker | |
2011-12-15 | Fix spelling error (thanks encyclomundi!) | Luke Shumaker | |
2011-12-15 | Update comment in local_settings.py.example | Luke Shumaker | |
2011-12-15 | Fixed quoting | Nicolás Reynolds | |
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> |