Commit graph

38 commits

Author SHA1 Message Date
Ben Halpern
7f788fb940
Fix help sidebar (#96) 2018-03-18 12:26:13 -04:00
Ben Halpern
3d10812d0a
Add Google Optimize (#92) 2018-03-17 14:14:17 -04:00
Ben Halpern
ce4ed5ffc5
Adjust styling on additional content boxes (#91)
* Adjust styling on additional content boxes
2018-03-16 21:24:42 -04:00
Ben Halpern
c1e623ebc2
Add additional content boxes under posts (#86)
* Add additional content boxes under posts

* Fix issue with classic article for under content
2018-03-16 16:35:54 -04:00
Ben Halpern
4c22bec6a0
Adjust crosspost and date display rules (#82)
* Adjust crosspost and date display rules
2018-03-15 11:55:46 -04:00
Andy Zhao
4d2af96d8d Fix a few org related issues and some other minor bugs (#74)
* Add CSRF tags to welcome index page

* Clean up auth service code a bit

* Add analytics role to approved org org_admins

* Add toggle links for org admins with no posts

* Fix wrong role name and add test

* Adjust validation for user fields

* Add test for user_role_service

* Fix confusing boolean
2018-03-15 11:39:53 -04:00
Mac Siri
d74483dd5f Fix GitHub Repo feature (#78)
* Create MarkdownFixer spec

* Fix lint

* Fix lint

* Update GithubRepo::find_or_create

* Fix failing specs

* Fix failing specs

* Add error handling for GithubReposController

* Improve GithubRepo::update_to_latest
2018-03-15 11:36:22 -04:00
Andy Zhao
f60be5aa6b Prevent enter key and any extraneous form submission for membership (#79)
* Add a period at the end of error msg

* Funnel all form submissions into stripe first
2018-03-13 20:12:40 -04:00
Jess Lee
a51016b3c8 increase event title length (#80) 2018-03-13 20:10:30 -04:00
Ben Halpern
9354c8fd8b
Add Eli5 tabbing logic (#77)
* Add tabs for chronological filtering

* Add Algolia filtering

* Fix infinity typo

* Fix algolia index on tabbing

* Add readable publish date across all posts

* Add eli5 logic for tabbing
2018-03-13 13:13:03 -04:00
Ben Halpern
e1705ef9c0
Add readable_publish_date to search results (#76)
* Add readable publish date across all posts
2018-03-13 12:59:28 -04:00
Ben Halpern
5f1dfb37d7
Fix infinity typo (#73)
* Add tabs for chronological filtering

* Add Algolia filtering

* Fix infinity typo
2018-03-13 12:27:01 -04:00
Ben Halpern
6a16fee77a
Add Algolia filtering (#72)
* Add tabs for chronological filtering

* Add Algolia filtering
2018-03-13 12:14:27 -04:00
Ben Halpern
e052e63d34
Add tabs for chronological filtering (#69) 2018-03-13 11:13:19 -04:00
Jess Lee
7cf3ae69f5 Show Pages For Events (#30)
* sort past events by most recent

* update-event-slugs

* adds tests

* fix linting issues

* remove pry
2018-03-09 16:46:27 -08:00
Ben Halpern
adef5e9b4d
Modify org branding style on show page (#66)
* Modified org branding style on show page
2018-03-09 15:07:49 -08:00
Ben Halpern
fca6c340cb
Add home page sidebar subtabs for reading list and fortify readinglist (#61)
* Add home page sidebar subtabs for reading list and fortify readinglist
2018-03-09 13:24:06 -08:00
Ben Halpern
ce4b29d4ff
Change signup CTA on non-home feed (#55)
* Remove stale docs files and add signup CTA on show page

* Fix user follow button on search page

* Finalize shecoded/theycoded images

* Modify sidebar logic

* Move help widget below shecoded

* Upped shecoded to 100 on sidebar

* Change cta on tag page non-logged
2018-03-08 05:57:23 -08:00
Ben Halpern
39759afaa9
Ben/womens day (#54)
* Up shecoded to 100 on sidebar
2018-03-08 05:46:36 -08:00
Ben Halpern
bb0a3df612
Ben/womens day (#53)
* Remove stale docs files and add signup CTA on show page

* Fix user follow button on search page

* Finalize shecoded/theycoded images

* Modify sidebar logic

* Move help widget below shecoded
2018-03-08 05:07:18 -08:00
Ben Halpern
b91afbf2c2
Ben/womens day (#52)
* Modify sidebar logic
2018-03-07 22:47:41 -08:00
Mac Siri
c664de0b94 Force article title to be wrap in double quotes (#47)
* Force article title to be wrap in double quotes

* Move title parsing logic to backend

* Improve quote gsub logic

* Update loadYamlFront's error handling

* Remove unused variable

* Update RssReader's title parsing logic

This is to keep it in sync with changes in MarkdownFixer
2018-03-07 22:42:59 -08:00
Ben Halpern
01246fdde0
Ben/follow button search fix (#49)
* Remove stale docs files and add signup CTA on show page

* Fix user follow button on search page
2018-03-07 11:35:09 -08:00
Ben Halpern
4e33582991
Remove stale docs files and add signup CTA on show page (#43) 2018-03-05 22:11:55 -05:00
Ben Halpern
86a32b42df
Change 2kb to 1kb for badge size (#40)
* Change 2kb to 1kb for badge size
2018-03-05 10:29:13 -05:00
Ben Halpern
2bf59aa214
Replace new svg with png to fix jank (#34)
* Replace new svg with png to fix jank
2018-03-05 00:30:50 -05:00
Ben Halpern
08a4fdd654
Modify number of comments on readinglist and show only newer ELI5 (#33)
* Modify number of comments on readinglist and show only newer ELI5
2018-03-04 22:55:56 -05:00
Ben Halpern
2771a2e866
Add Algolia to comments, modify button styles, add comments tab to reading list area (#32)
* Add Algolia to search and add Only My Posts filter

* Actually fix Algolia index possible issue

* Fix search issue

* Make minor adjustments to sponsorship sidebar

* Make submission rules headsup html allowed and remove devise trackable

* Remove devise_trackable from application_controller

* Adjust login CTA for /new

* Adjust string in test to reflect changes

* Quick fix for internal navigatioon draft caching issue

* Add ID to internal/articles

* Fix auth with Twitter in two places

* Added comments to algolia and modified design

* Update sidebar styles and make other small adjustments

* Clean up tag styling and other small improvements

* Finalize design adjustments

* Add indexing condition for comments

* Fix Algolia typo

* Fix Algolia indexing on comment
2018-03-04 22:25:08 -05:00
Andy Zhao
5d47766067 Fix discuss button text and remove "marked as deleted" comments from user profile (#26)
* Remove deleted comments from user profile

* Revert discuss button text mistake
2018-03-02 16:34:13 -05:00
Ben Halpern
0c831963f7
Fix auth with Twitter in two places (#23)
* Fix auth with Twitter in two places
2018-03-02 12:52:10 -05:00
Ben Halpern
e73dd63ea9
Add ID to internal/articles (#22)
* Add Algolia to search and add Only My Posts filter

* Actually fix Algolia index possible issue

* Fix search issue

* Make minor adjustments to sponsorship sidebar

* Make submission rules headsup html allowed and remove devise trackable

* Remove devise_trackable from application_controller

* Adjust login CTA for /new

* Adjust string in test to reflect changes

* Quick fix for internal navigatioon draft caching issue

* Add ID to internal/articles
2018-03-02 12:14:03 -05:00
Ben Halpern
504377bcb4
Adjust login CTA for /new (#16)
* Make minor adjustments to sponsorship sidebar

* Make submission rules headsup html allowed and remove devise trackable

* Remove devise_trackable from application_controller

* Adjust login CTA for /new

* Adjust string in test to reflect changes
2018-03-01 17:04:31 -05:00
Ben Halpern
5453c0ce4f
Remove devise_trackable from application_controller (#15)
* Make minor adjustments to sponsorship sidebar

* Make submission rules headsup html allowed and remove devise trackable

* Remove devise_trackable from application_controller
2018-03-01 14:49:43 -05:00
Ben Halpern
13d488428b
Make minor adjustments to sponsorship sidebar (#14) 2018-03-01 14:03:48 -05:00
Ben Halpern
ee1565c8d3
Fix search issue (#13)
* Add Algolia to search and add Only My Posts filter

* Actually fix Algolia index possible issue

* Fix search issue
2018-03-01 13:40:16 -05:00
Jess Lee
05084ac0ee March Sidebar Sponsors (#6)
* add manifold and update triplebyte tagline

* update manifold data details

* update sidebar and sponsor page
2018-03-01 13:12:59 -05:00
Ben Halpern
6f5e2404f4
Add Algolia to search and add Only My Posts filter (#9)
* Add Algolia to search and add Only My Posts filter

* Fix typo
2018-03-01 12:06:47 -05:00
Mac Siri
301c6080e3 Initial commit 2018-02-28 16:11:08 -05:00