Commit Graph

646 Commits

Author SHA1 Message Date
Max Goodman
b9215e317d Fix vendor prefix stripping in the CSS validator. 2011-08-14 12:28:46 -07:00
Max Goodman
1698ac8317 Add back support for old-style border radius properties. 2011-08-13 14:55:34 -07:00
Max Goodman
39ed8a2be7 Add support for multiple gradient backgrounds. Cleanup. 2011-08-12 14:27:28 -07:00
Max Goodman
b27faefd0c Consolidate CSS properties.
... they all became standardized! :)
2011-08-12 14:27:28 -07:00
Max Goodman
7e76d223b9 Fix names of positioned border radius properties. 2011-08-12 14:27:28 -07:00
Max Goodman
70125a8a73 Reduce the width of comment edit box to fix wrapping. 2011-08-11 15:51:30 -07:00
Paradox
86b790a231 Added complete flair style to compact
Mostly borrowed from the main site.
2011-08-11 15:51:30 -07:00
Paradox
40ff9aa3d4 Fixed last permalink bug, and added new javascript for collapse.
Also added JS to collapse when reply or edit are opened.
2011-08-11 15:51:30 -07:00
Paradox
416676c431 Removed old "fat-fingers" javascript code
Old code caused the triggering of menus on click of .entry for comments or messages, but interfered with the new menu system, causing links such as context and permalink to not function.

Also, removed toggle_collapse(), as it seemed vestigial.
2011-08-11 15:51:30 -07:00
Paradox
f87ec2c89c Changed compact top bar to be cross-browser friendly
Replaced fancy display-box system with a more robust, but less flexible, absolute layout.

Also, added the default flair styles to compact.scss, as they appear to have been missed earlier, and compass was clobbering them out of compact.css
2011-08-11 15:51:30 -07:00
Paradox
9e098475b1 Compass update changes a few CSS mixins
Added support to MSIE prefixes for gradients
Changed the way transitions are written, no longer requires commas
2011-08-11 15:51:30 -07:00
Andre D
4e6a2b05ba Add option for showing subreddit sidebars on cnames. 2011-08-11 15:51:30 -07:00
Andre D
af9f5d0ecd Add basic validation of CSS gradients. 2011-08-11 15:51:29 -07:00
Andre D
3cfc4ac3ee Improve opacity value parser. 2011-08-11 15:51:29 -07:00
Andre D
42194379ba Accept vendor prefixes for CSS names. 2011-08-11 15:51:29 -07:00
Andre D
335111b941 Do not subject login requests to validation of subreddit access. 2011-08-11 15:51:29 -07:00
Brian Simpson
a15714c798 Show gold recurring subscriptions on user page. 2011-08-10 15:35:02 -07:00
Max Goodman
9ddd13846c Tweak alien head in button1 to make button height consistent on Firefox. 2011-08-09 15:38:39 -07:00
Max Goodman
445e1b6195 Remove static sizing upon load of buttons.
This was happening before info loaded, causing buttons to clip/wrap
improperly.
2011-08-09 15:38:39 -07:00
Bryce Culhane
d1bbc928f0 Make sure post_link() passes **kw to _a_buffered() so we don't lose classes. 2011-08-09 15:38:39 -07:00
Max Goodman
f397ffc192 Add pref to load jQuery locally instead of from the Google CDN. 2011-08-08 16:52:04 -07:00
Andre D
a86261f352 Add a contextual description metatag for scrapers. 2011-08-08 13:13:30 -07:00
Neil Williams
3e5ed4d952 Make sure to always strip bad characters for Solr.
They weren't being removed from unicode strings.
2011-08-08 13:11:34 -07:00
ketralnis
b2c2cad60e Add mr_tools.mr_map_parallel. A hacky addition to the hacky mr toolkit 2011-08-08 13:11:25 -07:00
Neil Williams
1ca47bfc23 Remove blog-proxying code from middleware. 2011-08-08 13:11:16 -07:00
Logan Hanks
13430c5b52 Allow setting/clearing flair on deleted accounts. 2011-08-05 15:59:15 -07:00
Logan Hanks
93c17b8b95 Fix TypeError on flaircsv unflairing. 2011-08-05 15:59:15 -07:00
Logan Hanks
070db9c8b8 Fix flair save button hide/show bugs. 2011-08-05 15:59:15 -07:00
Logan Hanks
8e85687a99 Fix in-page refresh of user flair when changed. 2011-08-05 15:59:15 -07:00
Logan Hanks
f44a517296 Clean up field lengths and how they're validated. 2011-08-05 15:59:15 -07:00
Brian Simpson
a64f260252 Hide expand button on links when selfpost without selftext. 2011-08-03 16:16:26 -07:00
Logan Hanks
3526c381ed Allow multiple CSS classes with flair. 2011-08-03 15:39:47 -07:00
Logan Hanks
bdf0b42723 Fix users seeing other users' flair in sidebar.
Move some of the template logic into pages.py so the enflaired user becomes
part of the cache key.
2011-08-03 13:35:33 -07:00
Keith Mitchell
6a954a6c25 HotController used wrong subreddit limit
After changing how Subreddit.user_subreddit() figures
out the default limit on number of subscriptions returned,
HotController's invocation needed an update
2011-08-02 16:16:54 -07:00
Neil Williams
a6a4da72a1 Update embed.ly service list. 2011-08-02 13:43:42 -07:00
Sean Creeley
4b9fee7926 Use an API key for the embed.ly API.
Open sorcerers: you will need an API key for media scraping to work
now. Please visit http://embed.ly to sign up. It's free for <10K
URLs a month.
2011-08-02 13:43:42 -07:00
Logan Hanks
84b9fb1c48 Fix flaircsv import of unicode data. 2011-08-02 13:00:25 -07:00
Brian Simpson
fbda2ed167 Make the edit box appear when editing a blank self post. 2011-08-02 11:07:41 -07:00
Andre D
b35e493557 Fix double subreddit in permalinks. 2011-08-01 11:45:39 -07:00
Andre D
b6361cd831 Make permalink and URL fields consistent in JSON. 2011-07-29 12:14:31 -07:00
Zach McCullough
f969136090 Give some icons transparent backgrounds. 2011-07-29 12:14:25 -07:00
Paradox
35785f7c41 Fixed context/parent links on compact 2011-07-29 12:14:20 -07:00
Paradox
0e7784a167 Fix for mako template code showing up in share emails 2011-07-29 12:14:15 -07:00
Chris Kankiewicz
f1ff146e5b Make it easier to select shortlinks. 2011-07-29 12:14:10 -07:00
Brian Simpson
7071629ee8 VotesByLink can return votes for multiple links. 2011-07-29 12:12:52 -07:00
Logan Hanks
b1ecaf2ee4 Fix default page size for listings in compact mode. 2011-07-28 11:21:48 -07:00
Logan Hanks
9bb167ed65 Add missing parameter to FlairList call. 2011-07-28 11:21:47 -07:00
Logan Hanks
22d9fba90f Remove flair relation when cleared. 2011-07-28 11:21:47 -07:00
Logan Hanks
19d09b37d6 Add flair.js module. 2011-07-28 11:21:47 -07:00
Logan Hanks
3e42bd5487 Add /api/flaircsv. 2011-07-28 11:21:47 -07:00