Bradley M. Kuhn
bea2e11108
Blog: add permalink on partial entries.
...
I noticed there is no link on the blog pages (other than on the front
page) to get the link to the blog post itself. This adds a permalink at
the end near the tags.
I considered making the title itself a link, which is what's done on the
frontpage, but I figured this might look nicer. Feel free to change
this if you're looking this commit message and feel I didn't DTRT
here. :)
2017-09-13 09:42:08 -07:00
Brett Smith
c91fc65984
base template: Remove match progressbar.
2017-03-02 09:41:01 -05:00
Bradley M. Kuhn
b0044afc9c
Extend deadline.
2017-02-13 21:55:25 -08:00
Brett Smith
6e25a6e084
base: Start progressbar for new match.
...
This code should be easier to adapt to future matches too, by just changing
the constants in the first `with` declaration and whatever text is desired.
2017-02-03 13:56:36 -05:00
Brett Smith
40133bb73b
supporter: Remove bogus value for PayPal srt variable.
...
srt is meant to be used for time-limited subscriptions. 0 is not a valid
value. See
<https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/Appx_websitestandard_htmlvariables/#recurring-payment-variables >.
It's optional, and leaving it unset gives us the behavior we want, so do
that instead.
2017-02-03 10:34:14 -05:00
Brett Smith
36adfb406d
supporter: Set LC for all PayPal forms.
...
This setting is not subscription-specific, so if we ever do it it seems like
we should always do it.
2017-02-03 10:32:45 -05:00
Brett Smith
bb888146ff
base: Remove match progressbar.
2017-01-23 20:59:16 -05:00
Bradley M. Kuhn
d282115127
Add link to signup.
2017-01-22 23:21:41 -08:00
Bradley M. Kuhn
cab182b862
More changes that Karen told me to make.
2017-01-22 23:21:02 -08:00
Bradley M. Kuhn
57597f3a5c
Move let's sentence per Karen's instructions.
2017-01-22 23:17:48 -08:00
Bradley M. Kuhn
7815c083dc
Fix where PIA is mentioned in both versions.
2017-01-22 23:13:12 -08:00
Bradley M. Kuhn
cec947d2c3
Change based on karen's text.
2017-01-22 23:12:24 -08:00
Bradley M. Kuhn
1fd5e015b5
Note this goes AoE time.
2017-01-22 17:15:22 -08:00
Brett Smith
6a73864765
base_conservancy: PIA match is extended one week.
2017-01-16 17:03:42 -05:00
Brett Smith
7202787092
supporter: Reorganize form post-input notes.
...
This makes it easier to keep baseline alignment between labels and their
respective inputs. Declaring `margin-left: 51%;` for the post-input notes
is not exactly what we want, but it's much closer and less troublesome than
dealing with the vertical alignment of labels otherwise.
2017-01-09 16:56:42 -05:00
Brett Smith
5f9a4395f3
supporter: Add size information chart.
2017-01-05 13:46:46 -05:00
Brett Smith
27b469c2dc
sponsors: Unlist too-old sponsors.
...
These companies have not given in the past year.
2017-01-04 12:03:28 -05:00
Brett Smith
c07b274681
supporter: Set target="_blank" on informational links in the forms.
2017-01-02 11:43:22 -05:00
Brett Smith
0de3594e74
supporter: Group shirts by type.
2017-01-02 11:24:14 -05:00
Brett Smith
f32d04e725
supporter: Women's shirts, not ladies' shirts.
...
Signed off by Karen.
2017-01-02 11:20:13 -05:00
Brett Smith
b3a2f1dc96
supporter: Wordsmith the forms.
2017-01-01 16:38:12 -05:00
Brett Smith
2993a2c3ad
supporter: Fix detached labels in forms.
2017-01-01 16:31:01 -05:00
Brett Smith
fce05b6f99
supporter: Add tabindex to supporter sign-up form.
2017-01-01 16:10:21 -05:00
Brett Smith
b93cc61e8b
supporter: New form styling.
...
This makes better use of bigger screens, and degrades better to smaller
ones.
2017-01-01 15:10:20 -05:00
Brett Smith
8605b65783
supporter: Move more presentation rules to CSS.
...
This commit keeps the presentation basically the same, it just moves
presentation rules out of HTML and into CSS. It's not pixel-perfect but
pretty close.
2017-01-01 13:53:41 -05:00
Brett Smith
19e744788b
supporter: Only render the Annual form for upgraders.
...
This lets us do more with HTML and less with JavaScript, which is always
nice.
2017-01-01 10:53:58 -05:00
Brett Smith
b4883ca6bd
supporter: Make a partial for the supporter form.
...
This commit shouldn't make any substantial changes to the form or its
presentation. This is just cleaning things up as a development aid.
2017-01-01 10:39:23 -05:00
Brett Smith
78c474caac
supporter: Fix redundant annual/monthly/renewal ids.
2017-01-01 10:24:34 -05:00
Brett Smith
dad41f4817
supporter: Fix redundant os0 ids, invalid names.
2017-01-01 10:24:34 -05:00
Brett Smith
6392ae3a43
supporter: Fix redundant amount, error ids.
2017-01-01 10:24:34 -05:00
Brett Smith
7842ca6c57
supporter: Fix redundant no_shipping id.
2016-12-31 16:22:52 -05:00
Brett Smith
034a60be9b
js: Split whole-site JS from Supporter-specific JS.
2016-12-31 14:46:10 -05:00
Brett Smith
9ef8a62f0b
copyleft-compliance: Update old linux-compliance URLs.
2016-12-31 14:31:34 -05:00
Brett Smith
d5f461d879
news: Refactor press release rendering into a partial.
...
Same rationale as a few commits ago for blog entries.
2016-12-30 23:12:09 -05:00
Brett Smith
7f5f98e5db
news: Render HTML entities in press release titles.
...
Same rationale as for blogs a few commits ago.
2016-12-30 23:12:09 -05:00
Brett Smith
170aa38bb5
blog: Headlines clear floats.
...
This avoids a situation where multiple summaries have floats that stack on
top of each other vertically, which end up getting far away from the actual
text.
In order to make this work, we had to change the styling of #mainContent on
blog pages (and others with a sidebar). Otherwise, headlines with
class="clear" would clear the sidebar as well.
2016-12-30 23:12:09 -05:00
Brett Smith
e7c1171b6e
blog: Refactor entry rendering into a partial.
...
This helps ensure that entries are rendered consistently wherever they
appear.
2016-12-30 23:12:09 -05:00
Brett Smith
9fbc652c7c
blog: Mark entry headline safe in title.
...
We already strip tags, but this lets HTML entities render correctly.
2016-12-30 23:12:09 -05:00
Brett Smith
a3737e9955
supporter: Add id="renew" to the renewal form.
...
This provides better behavior for non-JavaScript visitors who use a #renew
link (see last commit).
2016-12-29 11:00:08 -05:00
Brett Smith
a95baef377
sponsors: Add Savoir-faire Linux.
2016-12-17 13:57:56 -05:00
Brett Smith
ebf5d317cc
sponsors: Add Linux Australia.
2016-12-17 13:52:32 -05:00
Bradley M. Kuhn
db4b90714b
Add comment about logo sizes.
2016-12-09 13:17:57 -08:00
Brett Smith
6fe13959a3
supporter: Support donors upgrading to supporters.
...
With a valid URL, a past donor can upgrade to a supporter by donating
the rest of the amount. Django validates the data and, if it passes,
puts it in the form. The JavaScript does most of the work from there.
2016-12-02 12:50:21 -05:00
Brett Smith
6908c135f2
appeal: Progress bar emphasizes current match program.
2016-12-02 10:09:12 -05:00
Brett Smith
4cbf566e31
contractpatch: Page layout adjustments.
...
Try to make sections clearer and avoid the "big monolith of text"
feeling.
2016-11-30 16:24:28 -05:00
Brett Smith
a1ec899670
css: Start a separate stylesheet for "big screen" styles.
...
I'm about to add more and I *suspect* this will be easier to maintain
in the long term, rather than duplicating the conditional many times.
2016-11-30 16:18:06 -05:00
Brett Smith
d0e3ad782e
contractpatch: Mark up page sections.
...
I'm going to do some styling on these but I'm not sure what yet.
2016-11-30 15:14:13 -05:00
Brett Smith
d663bcabdc
appeal: Another syntax fix.
2016-11-29 13:23:31 -05:00
Brett Smith
400ddf3969
appeal: Again.
2016-11-29 13:19:07 -05:00
Brett Smith
2a618a8830
appeal: Fix template syntax.
2016-11-29 13:16:13 -05:00