ughblah
a516ca9ed1
Removed midcol and rank sizing from insert_things function
2012-03-19 15:51:18 -07:00
Keith Mitchell
8b1911d09b
Make _defaults dicts more diffable
2012-03-19 15:51:13 -07:00
Keith Mitchell
38eef5483e
Add 'from_sr' to Message defaults
2012-03-19 15:51:09 -07:00
Neil Williams
e4ef53b888
Google Analytics: trackPageLoadTime is deprecated.
...
Site speed is sampled on 1% of requests automatically
as part of _trackPageview. This is the maximum allowed
by Google for properties with >1M hits / day.
2012-03-19 10:52:11 -07:00
Neil Williams
9c9d2e45e8
Google Analytics: use short form of _gaq.push.
2012-03-19 10:52:05 -07:00
ughblah
c20cedffa5
Child comments were showing vote of deleted parent
...
Fix issue where child comment would get vote of parent if parent deleted
2012-03-15 14:14:23 -07:00
Stuart Powers
73ed5e3f61
Don't use dropdown on mobile for top/controversial
...
changed navmenu.compact to use a ${flatlist()} for rendering time options
2012-03-15 14:14:18 -07:00
Keith Mitchell
c642d437dc
NameError in cache.py error handling
2012-03-15 14:14:10 -07:00
Kay Zhu
70e4d87e7a
Fix #205 : message compose generates errors in IE
...
Now uses JQuery.inArray() instead of Array.indexOf()
2012-03-15 14:14:04 -07:00
Max Goodman
ffef0ef9d7
Only show moderators in the "banned_by" api attribute.
2012-03-15 14:13:10 -07:00
ughblah
8b08c8ef55
Fix issue with up/down votes from recently viewed links causing score to disappear
2012-03-14 11:56:01 -07:00
Neil Williams
a42505c50a
Keep admin cookie around if actively used.
2012-03-14 11:55:42 -07:00
bsimpson63
8814f6ad09
More functional spam and remove buttons on all items.
2012-03-13 04:24:52 -07:00
bsimpson63
d2c3d23692
Dismiss action on items that are spam.
2012-03-13 04:24:46 -07:00
Neil Williams
33b15bc265
Split the admin cookie out from the session cookie.
2012-03-13 15:46:37 -07:00
Neil Williams
e186b4cd98
Require a password to turn admin mode on.
2012-03-13 15:46:36 -07:00
Keith Mitchell
975c06bb5d
ConfigParser should be case sensitive
2012-03-13 15:14:37 -07:00
Bryce Boe
aa3bb982dc
JSON response for submission API now returns url, id, and name.
2012-03-13 12:49:05 -07:00
Dmitry Kuznetsov
92287f219d
Return more correct HTTP status for Content-Length
...
* 413 Request Entity Too Large for "too big" case
* 411 Length Required for missing header case
* 400 Bad Request for invalid header case
2012-03-13 12:48:54 -07:00
Dmitry Jemerov
b1a53e57d3
admins see count of reports in link/comment JSON
2012-03-13 12:48:46 -07:00
ughblah
2fa39c58dd
Fix form hiding on cancel button click
2012-03-13 11:51:16 -07:00
Keith Mitchell
8d7e6a4a81
Make updateini.py sexy
2012-03-13 10:14:32 -07:00
Keith Mitchell
4070cf7390
Synchronize r2.pot
2012-03-08 11:53:30 -08:00
Max Goodman
2c2ed24b05
Add neutral pretty-button state for "remove-link" button.
2012-03-07 01:19:24 -08:00
Max Goodman
c8cdc91b2e
Clean up pretty-button styles.
2012-03-07 01:19:15 -08:00
Max Goodman
d88e29e89c
Reorder button indexes.
2012-03-07 01:18:28 -08:00
Max Goodman
7c6fff648c
Clean up some big-mod-buttons frontend code.
2012-03-07 01:18:28 -08:00
bsimpson63
f5b829bcb8
Spam and remove options for big_modbuttons.
2012-03-07 01:18:28 -08:00
bsimpson63
2a8876bfb6
Remove things as spam or not spam.
2012-03-06 14:39:59 -08:00
Sanil Mohandas
1088fe73db
Make links in comments and submitter/subreddit button links open in new tab based on preference
2012-03-06 14:39:51 -08:00
Max Goodman
714f4481b7
Add body class for messages pages.
2012-03-06 14:39:42 -08:00
Max Goodman
ae404e88ac
Whitespace.
2012-03-06 14:39:34 -08:00
Max Goodman
6a19b666e7
Add multi-page body class for MultiReddits.
2012-03-06 14:39:27 -08:00
Max Goodman
85b1eb8cb5
Allow CSS on the community settings page for sidebar editing.
2012-03-06 14:39:18 -08:00
Neil Williams
7b762d2c78
Take advantage of pycassa doing zero retries on counter ops now.
...
This means fewer connections to Cassandra as we don't
need an extra connection pool.
2012-03-06 14:39:06 -08:00
Keith Mitchell
6dbe531ff2
Don't reveal banner's identity when replying
2012-03-05 16:54:11 -08:00
Colin Dean
7e1db722af
Let box-shadow's spread parameter pass CSS validation.
...
Fixes #360 .
2012-03-05 16:54:11 -08:00
Max Goodman
36f48e51f3
Add semantic top-level page classes for use in theming.
2012-03-05 16:54:11 -08:00
Max Goodman
a70236f6fd
Move moderator self-removal into the non-stylable edit moderators page.
2012-03-05 16:54:11 -08:00
Max Goodman
9c5936a7d9
Template import cleanup.
2012-03-05 16:54:10 -08:00
Max Goodman
30d2a51f63
Prevent framing and CSS on privileged subreddit pages.
2012-03-05 16:54:10 -08:00
Bryce Boe
5c0cafb391
Provide proper thing_id for message parents.
2012-03-05 16:46:09 -08:00
Bryce Boe
dcf100fb61
Indicate comment tree was not built for non-submission comment listings.
2012-03-05 16:46:04 -08:00
Logan Hanks
a91e5bf96f
Increase the limit on flair templates per subreddit from 256 to 350.
2012-03-05 16:45:58 -08:00
Neil Williams
775f0185ea
Allow TypeIDs to be specified in INI file to simplify app startup.
2012-03-05 16:45:51 -08:00
Neil Williams
9f0ec95138
Split table definitions from db configuration.
2012-03-05 16:45:45 -08:00
Max Goodman
bd18256ee6
Add header info fields to subreddit about.json.
2012-03-02 16:13:26 -08:00
Max Goodman
184ecd5593
Overhaul config parser: custom converters and mutable spec.
...
This refactor introduces add_spec(), which enables other components to
add config values to be parsed by the global config object.
2012-03-02 16:13:21 -08:00
Bryce Boe
1e74945a41
Add ability to distinguish between when comments have zero replies, and when their reply tree wasn't built.
2012-03-02 12:15:58 -07:00
Bryce Boe
ec4739b452
Feature: Log out of other sessions
...
Currently the only way to log out of all sessions is to change your
password. Of course you can change your password to itself, however, this pull
request makes it a bit more explicit.
Underneath the covers it forces a change in the password salt by simply
changing the password to itself.
2012-03-02 12:15:57 -07:00