Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-22 | add some modifications based on the Social Contract's consensus | André Fabian Silva Delgado | |
2016-06-22 | remove logos and artworks | coadde [Márcio Alexandre Silva Delgado] | |
2016-06-22 | fix Arch names | coadde [Márcio Alexandre Silva Delgado] | |
2016-05-10 | Add armv7h support | André Fabian Silva Delgado | |
2016-05-04 | Add 1984 as Parabola's server hosting sponsor | André Fabian Silva Delgado | |
2016-05-04 | Add Gandi.net as Parabola's domain name sponsor | André Fabian Silva Delgado | |
2016-05-04 | Add Robofun as Parabola's ARM port sponsor | André Fabian Silva Delgado | |
2016-01-29 | remove the /https/ page, now that we use generally accepted LE certs. | Luke Shumaker | |
2016-01-07 | Update main page and About's template | André Fabian Silva Delgado | |
2016-01-07 | Update About's template | André Fabian Silva Delgado | |
2016-01-07 | Add link to the article "ARM Installation Guide" | André Fabian Silva Delgado | |
2016-01-07 | Update main page | André Fabian Silva Delgado | |
Notable things: * Update main description about Parabola * Add link to the article "Migration from Arch ARM" * Update social group link from Identi.ca to GNU social | |||
2015-11-04 | revert the last commit | Luke Shumaker | |
2015-11-04 | add paypal donate button | Luke Shumaker | |
2015-09-29 | Add Fundația Ceata as Parabola's fiscal sponsor | André Fabian Silva Delgado | |
2015-08-06 | Merge branch 'archweb-generic' | Luke Shumaker | |
# Conflicts: # public/tests.py # templates/base.html | |||
2015-08-05 | Merge branch 'archweb' into archweb-generic | Luke Shumaker | |
2015-06-05 | Tweak display of todolist descriptions | Dan McGee | |
Indent, call out, and add some borders, among other things. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-04-16 | Merge branch 'archweb-generic' | Luke Shumaker | |
2015-04-16 | Merge tag 'release_2015-04-13' into archweb-generic | Luke Shumaker | |
Fix up 'None' display in places | |||
2015-04-16 | Fix missing single-quote | Luke Shumaker | |
2015-04-16 | Merge branch 'archweb-generic' | Luke Shumaker | |
2015-04-15 | Fix a case of "Arch Linux" that slipped in in 88a457f1c | Luke Shumaker | |
2015-04-15 | Merge tag 'release_2014-12-08' into archweb-generic | Luke Shumaker | |
Minor fixes and package updates | |||
2015-04-15 | Merge tag 'release_2014-11-08.2' into archweb-generic | Luke Shumaker | |
Todolist pagination and sitemap, news sitemap | |||
2015-04-15 | Merge tag 'release_2014-11-08' into archweb-generic | Luke Shumaker | |
Mirror status and details switch to Jinja2 | |||
2015-04-15 | Merge branch 'archweb-generic' | Luke Shumaker | |
2015-04-15 | Redirect several URLs at the router level. | Luke Shumaker | |
2015-04-15 | Merge tag 'release_2014-11-02' into archweb-generic | Luke Shumaker | |
Staff groups | |||
2015-04-15 | Merge branch 'master-nomake' | Luke Shumaker | |
2015-04-15 | Merge branch 'archweb-generic' into master-nomake | Luke Shumaker | |
2015-04-15 | Merge tag 'release_2014-10-28' into archweb-generic | Luke Shumaker | |
Fix django_countries issues | |||
2015-04-15 | Merge branch 'mkjs' into archweb-generic | Luke Shumaker | |
2015-04-14 | Replace usage of parabolagnulinux.org with parabola.nu, also | Luke Shumaker | |
replace repo.parabola.nu/isos/ with /iso/, in settings.py | |||
2015-04-13 | Merge branch 'archweb-generic' into master-nomake | Luke Shumaker | |
# Conflicts: # public/views.py | |||
2015-04-13 | Merge tag 'release_2014-10-20' into archweb-generic | Luke Shumaker | |
A few Jinja2 fixes and some perf changes | |||
2015-04-13 | Merge branch 'archweb-generic' into master-nomake | Luke Shumaker | |
2015-04-13 | Catch an instance of "Arch Linux" in packages/details.html | Luke Shumaker | |
2015-04-13 | Merge tag 'release_2014-10-19' into archweb-generic | Luke Shumaker | |
Jinja2 switch for some templates, exact matches in package search # Conflicts: # templates/packages/search.html | |||
2015-04-13 | Merge tag 'release_2014-10-19' into archweb-generic | Luke Shumaker | |
Jinja2 switch for some templates, exact matches in package search | |||
2015-04-13 | Add JSON-LD search engine configuration | Dan McGee | |
Implemented as documented here: http://googlewebmastercentral.blogspot.com/2014/09/improved-sitelinks-search-box.html Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-04-13 | Use UTF-8 copyright sign; save a few bytes | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-04-12 | Add true parameter to Jinja2 default filter | Dan McGee | |
We need this to make it act more like the Django filter, which prints the default value not only when the variable is undefined, but also when it evaluates to being false (such as a None value). Noticed by felixonmars on packages that provided other packages; None was always showing as the comparison operator. More embarrassing is that our file lists were always showing 'None' concatenated onto all directory entries. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-04-07 | Fix URL details page when checks don't have locations | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-03-15 | FS#44192 fix dead link to ftp.archlinux.org | Dan McGee | |
Use the new sources.archlinux.org domain instead. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-02-26 | Add details links to third mirror status table | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-01-13 | Slight tweaks to login and logout pages | Dan McGee | |
Turns out has_errors hasn't worked since Django pre-1.0, wow. Remove that old code and clean up some other small things while we're in there. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-12-02 | Make dev stats section look better when loading | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-11-08 | Add paginator template for todolists | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-11-08 | Paginate the todolist listing page | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> |