Commit Graph

550 Commits

Author SHA1 Message Date
Dan McGee
4740c39603 Add filename column to package model
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-26 10:11:59 -05:00
Dan McGee
c426fbebb7 Highlight 'Packages' in navbar when browsing packages
Get this working by doing some class business with CSS in order to highlight
the correct tab. I had to add some stuff to a variety of pages but it should
be working correctly now. Addresses FS#19591.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-26 09:59:37 -05:00
Dan McGee
277117ba34 Move package flagging URLs below the package
We were still using the user-facing package IDs here which we have
eliminated everywhere else Change it to use the same user-friendly URL
pattern we are using elsewhere.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-26 09:30:43 -05:00
Dan McGee
8f11dd9065 Fix missing version in checksums on download page
Forgot to move the 'endwith' tag a bit further down the page below the last
version reference. Fixes FS#19584.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-26 08:52:40 -05:00
Dan McGee
eee4d67ce7 Make testing italics style work
Package names are now spans and not links

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-25 14:42:57 -05:00
Dan McGee
da67c4a736 Fix some link title issues
We can't wrap inside the title attribute on links, so fix all the places
where this was happening. The following command helped:

    $ grep -R --color 'title="[^"]*$' templates/

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-25 14:25:05 -05:00
Dan McGee
e817efad53 Merge branch 'redesign'
Conflicts:
	templates/public/download.html
2010-05-24 21:13:46 -05:00
Dan McGee
b3e8354cdf reporead: use the DB package we already have
Rather than go to the database for every single package on something like a
files update, use the one we already have. Duh.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-24 11:29:35 -05:00
Dan McGee
5adceb6586 Fix null field issues exposed by Django 1.1.2
Apparently Django 1.1.1 let null fields pass right through but this now
causes reporead to blow up in 1.1.2. Fix the issue and get things working
again by allowing nulls where it probably makes sense and including a
migration to fix the issue, which for the real database will be a no-op.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-24 10:57:17 -05:00
Dan McGee
a1f7520b8c Change link to new dev site location
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-24 10:39:26 -05:00
Dan McGee
d797eac372 Fix undefined variable issue
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-21 15:48:32 -05:00
Dan McGee
a24e503a63 Fix navbar links
They were still set up for the redesign development environment. Obviously
we need a better way to do these, that will be coming down the road.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 23:16:24 -05:00
Dan McGee
025133014a Styling touchups and temp style removal
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 16:57:37 -05:00
Dan McGee
b2af7365c0 Add universal archnavbar resources
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 16:57:12 -05:00
Dan McGee
779a2077f0 Remove old media resources
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 16:44:16 -05:00
Dan McGee
bf7f97ec03 Front page refinements
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 16:43:07 -05:00
Thayer Williams
f5ac1bf3ae Redesigned Dashboard
* descriptive semantics
* proper django cell cycling
* link titles throughout

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 15:55:39 -05:00
Thayer Williams
3a39352883 Redesigned flagged page
* indentation
* consistent semantics

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 15:55:38 -05:00
Thayer Williams
c1711f002a Redesigned todo list pages
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 15:55:38 -05:00
Thayer Williams
5813ec1819 Filelists: Touch up the HTML of file list views
Remove some unnecessary classes and touch up the direct and AJAX views.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 15:55:38 -05:00
Dan McGee
c31d474f6d Kill td_input template and tag 2010-05-17 15:55:38 -05:00
Thayer Williams
ebf292292f Redesigned Package Search page
* moved non-tabular data out of tables
* added tbody for pretty printing
* form accessibility
* descriptive href titles throughout
* code cleanup (removing unnecessary line breaks, styling, etc.)
* renamed page to Package Database
* add descriptive text to bottom of database pages

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 15:55:38 -05:00
Thayer Williams
67f22221b2 Redesigned feeds page, added additional feeds from sub-sites
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 15:55:38 -05:00
Thayer Williams
903c457b2a Cleaned up form controls, now using platform/browser defaults
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 15:55:38 -05:00
Thomas Bächler
cabfd7487d download: Remove USB install link 2010-05-17 22:49:26 +02:00
Thayer Williams
663aa383ff Redesigned Signoffs page
* descriptive href titles
* better semantics (page titles, etc)
* added tbody for prettier printing
* proper django cycling

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:44 -05:00
Thayer Williams
1c8e8eb5e6 Updated form semantics for accessibility
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:44 -05:00
Thayer Williams
08f886380c Redesigned dev mirrorlist page, proper django cycling, semantics
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:44 -05:00
Thayer Williams
7657c59782 Redesigned TU profiles, semantics, page title
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:44 -05:00
Dan McGee
1341dbdab8 Revamp download page
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:44 -05:00
Dan McGee
d5f065fe53 Revamp donate page
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:44 -05:00
Thayer Williams
49651ce0d5 Redesigned developer profiles
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:44 -05:00
Thayer Williams
035fff3328 Redesigned artwork page with updated image paths
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:44 -05:00
Thayer Williams
3945c52682 Redesigned News Pages
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:44 -05:00
Thayer Williams
06f5261352 Updated template page semantics
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:44 -05:00
Thayer Williams
465a74eddb Updated generic form for accessibility
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:44 -05:00
Dan McGee
7aa129155f Touch up download page a tad more
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:44 -05:00
Thayer Williams
780c19c209 Redesigned mirrorlist generator page
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:44 -05:00
Thayer Williams
23c99a7472 Redesigned login and logout pages
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:44 -05:00
Thayer Williams
5c8f957904 Redesigned flaghelp page
* better semantics
* consistent appearance with archweb theme
* descriptive href titles

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:44 -05:00
Thayer Williams
d7d0b26593 Redesigned flag page
* form accessibility
* descriptive href titles
* better semantics

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:44 -05:00
Thayer Williams
b26e0d1fd6 Redesigned Package Details page
* better semantics
* removed unnecessary CSS
* form accessibility
* dynamic/descriptive href titles throughout

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:44 -05:00
Thayer Williams
febca4d7ee Redesigned home page
* descriptive IDs and classes
* descriptive href titles throughout
* linear headings and other semantics
* accessible forms
* re-arranged sidebar links
* added paypal donation button

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:43 -05:00
Thayer Williams
55f562a19b Redesigned base template
* content now above sidebar text in source code
* new dev navbar
* descriptive href titles
* added body class block
* cleaned up footer

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:43 -05:00
Thayer Williams
958bc63113 Add alphabetical sorting to mirrorlists
Also unify the sorting at the model-level for donors and remove the now
duplicate sorting in the admin for mirrors.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:43 -05:00
Thayer Williams
dd9f1e3e91 Updated error page semantics
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:43 -05:00
Thayer Williams
3be33a91a3 New and legacy logo files for Artwork page
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:43 -05:00
Thayer Williams
278162de20 Added new stylesheets which will eventually go CDN
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:43 -05:00
Dan McGee
6f9308abd9 Redirect to root url after login
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:43 -05:00
Dan McGee
04f5b3e2f7 Fix display issues in IE/Chrome on developer list page
They did not like the self-closing anchor tag, causing the link style to get
applied to the entire profile section. Not too cool. Gecko didn't seem to
have a problem with it but IE and Chrome (all Webkit?) did.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 10:51:44 -05:00