shlurbee
619b16be3d
Make explore page settings sticky.
2014-03-25 15:24:08 -07:00
Brian Simpson
bd75868584
Delete selfserve summary emails.
2014-03-21 16:30:47 -04:00
Brian Simpson
906678a149
PromotedLinkTraffic: convert history from generator to list.
2014-03-21 16:30:37 -04:00
Brian Simpson
b4baaed6fd
Don't modify traffic dates if there is no traffic history.
2014-03-21 16:30:30 -04:00
Brian Simpson
8738b12414
Add sort to live_promos routing rule.
2014-03-21 16:30:19 -04:00
Brian Simpson
ea6b7de98c
terminate_campaign: Set link to finished if it has no live campaigns.
2014-03-21 16:30:14 -04:00
Brian Simpson
ca0e53f613
PromotedLinkTraffic: better handle campaigns that end early.
2014-03-21 16:30:08 -04:00
Brian Simpson
41fdbce89b
POST_request_promo: skip hidden items.
2014-03-21 16:29:55 -04:00
Roc King
fe1296a8b5
install-reddit: add the missing s command in the sed invocation which modifies the environment of cassandra.
2014-03-21 07:42:41 +08:00
Neil Williams
204079eca6
install-reddit: Add hacky patch to fix C* stack size issues.
...
Recent updates to the JVM have caused Cassandra to start failing due to
the stack size being set too low.
2014-03-20 23:21:36 +01:00
umbrae
b3f0b3fcc2
A little pep8ing
2014-03-08 08:50:04 -05:00
umbrae
b0ce0c940c
Remove now-unused portion of newwindow user pref
2014-03-08 08:50:00 -05:00
umbrae
2716575624
js-based targeting for user links, markdown text, moderation log
2014-03-08 08:49:55 -05:00
umbrae
ec5bb39648
Logic for js-based targeting of links
2014-03-08 08:49:49 -05:00
umbrae
f7de033bb2
Add listener for may-blank, may-blank-within classes based on JS config.
2014-03-08 08:49:44 -05:00
umbrae
b7f75fe30d
Add new_window preference to global js config
2014-03-08 08:49:38 -05:00
Ricky Ramirez
27156cf9d8
reddit_base: Include class name in request timer key.
2014-03-18 16:32:10 -07:00
feras
2d213d201e
JSON: add link_url to comments on profile pages
...
Adds the ability to get the original url of a link from within a comment
comment object in the JSON response
2014-03-12 15:01:30 -06:00
Andre D
9160aa6341
saved: Add ability to save into categories.
2014-03-12 15:01:16 -06:00
Brian Simpson
910badb568
Add comment_tree_utils.c to gitignore.
2014-03-11 09:28:23 -04:00
Brian Simpson
9e4fd9c50c
Remove builder.c from gitignore.
2014-03-11 09:28:17 -04:00
Chad Birch
15f84fb6a1
/r/friends: pick friends based on commenting also
...
Previously, get_important_friends would exclude any friends that hadn't
submitted anything before. This change makes it so that people that only
comment will be included as well.
2014-03-10 17:14:20 -06:00
Chad Birch
c9afabfa1c
VSubmitParent: validate thing type
2014-03-10 17:14:20 -06:00
Chad Birch
3b28ff52bc
Gilding: add support for gilding submissions
2014-03-10 17:14:14 -06:00
shlurbee
aff92cc6fa
Attach event listeners in db manager instead of app globals.
...
Makes it possible to create an engine without event listeners if desired,
occasionally useful in scripts.
2014-03-10 13:39:27 -07:00
Jason Harvey
4bb9fa3e88
Remove HotController logic which is duplicated elsewhere.
2014-03-06 13:05:17 -08:00
Jason Harvey
3df268e116
Only allow voting on Comment and Link types.
2014-03-06 13:05:16 -08:00
Jason Harvey
c5dbd14272
Remove defunct functions.
2014-03-06 13:05:15 -08:00
Brian Simpson
6fbbc9fcf7
Give all /promoted pages meaningful titles.
2014-03-06 15:59:03 -05:00
Brian Simpson
fc77bbc2e0
Create and cleanup PromoteListingController.
2014-03-06 15:59:03 -05:00
Brian Simpson
49fe4180c0
Move promote api methods to PromoteApiController.
2014-03-06 15:59:03 -05:00
Brian Simpson
d686819f11
Delete unused GET_link_thumb.
2014-03-06 15:59:03 -05:00
Brian Simpson
891099ff32
Delete obsolete /promoted routes.
2014-03-06 15:58:56 -05:00
Jason Harvey
b1d960122c
Allow users to toggle sendreplies state on existing links.
2014-03-06 10:06:28 -08:00
Jason Harvey
5f462279a1
Remove gold-gate from sendreplies feature.
2014-03-06 10:06:22 -08:00
Jason Harvey
868e37bfb0
Add sendreplies checkbox to self-serve promotion form.
...
Defaults to checked.
2014-03-06 10:06:18 -08:00
Brian Simpson
ac4795bc52
PromoteLinkForm: Display a summary of the promotion.
2014-03-05 13:22:59 -05:00
Brian Simpson
e5d292204d
Restrict promoted link style removal to saved links.
2014-03-04 15:47:52 -05:00
Brian Simpson
4dbe9a3e17
Remove special styling for promos on profile-page.
2014-03-04 15:47:46 -05:00
Brian Simpson
1cba3fccec
Allow promotions on user saved listings.
...
Also clean up logic in UserController.keep_fn.
2014-03-04 15:47:46 -05:00
Brian Simpson
eae81ace6e
UserController: move skip statement.
2014-03-04 15:47:46 -05:00
Brian Simpson
95b906b336
Delete dead code RecommendedController.
2014-03-04 15:47:40 -05:00
Brian Simpson
fa83c92339
Set children on MoreRecursion objects.
...
This ensures that the json representation will have valid name,
id, and children.
2014-03-03 17:48:22 -05:00
Brian Simpson
601684a18b
morechildren: Pass num to CommentBuilder constructor.
2014-03-03 17:48:22 -05:00
Brian Simpson
5a29a9518e
CommentBuilder: more timers.
2014-03-03 17:48:22 -05:00
Brian Simpson
600700e3d7
Cleanup builder.py.
2014-03-03 17:48:22 -05:00
Brian Simpson
09cd363714
CommentBuilder: take num as a constructor argument.
...
This follows the pattern of all other Builders.
2014-03-03 17:48:22 -05:00
Brian Simpson
f0c48da490
QueryBuilder: cleanup prewrap_fn argument retrieval.
2014-03-03 17:48:22 -05:00
Brian Simpson
d74b70e027
builder: fix up imports.
2014-03-03 17:48:22 -05:00
Brian Simpson
ecf986608a
Move get_num_children to cython file.
2014-03-03 17:48:22 -05:00