Mac Siri
673b6d0754
Update Dockerfile ( #1009 ) [ci skip]
2018-10-25 14:13:27 -04:00
Benny S
4a17418b3e
Fix README typo ( #1008 ) [ci skip]
...
knew -> new
"Any issue with the good first issue tag is typically a good place to start for anyone new to the project."
2018-10-25 14:08:40 -04:00
Ben Halpern
f124c2f65a
Fix html variant image prefix issue + other small fixes ( #1005 )
2018-10-24 17:44:59 -04:00
lianafelt
61ef3bdd8e
Update sponsors.html.erb ( #1006 )
...
Remove StickerMule
2018-10-24 17:44:45 -04:00
Mac Siri
9718bd64bf
Update Gemfile.lock
2018-10-24 14:19:05 -04:00
Ben Halpern
ae3ec2e237
Add/fix org call-to-action box/copy ( #1000 )
2018-10-24 13:49:57 -04:00
rhymes
3c61c026c5
Upgrade Ruby to 2.5.3 ( #996 )
2018-10-24 13:31:59 -04:00
Mac Siri
801043ab0d
Mute Pusher errors ( #993 )
2018-10-24 11:12:34 -04:00
Ben Halpern
d5ceff4b12
Update/fix org settings ( #992 )
...
* Update/fix org settings
* Small adjustment to an unrelated rake task
* Update app/views/users/_org_non_member.html.erb
2018-10-23 17:21:17 -04:00
dependabot[bot]
7bbaf5f4dc
Bump airbrake from 5.8.1 to 7.4.0 ( #974 )
...
Bumps [airbrake](https://github.com/airbrake/airbrake ) from 5.8.1 to 7.4.0.
- [Release notes](https://github.com/airbrake/airbrake/releases )
- [Changelog](https://github.com/airbrake/airbrake/blob/master/CHANGELOG.md )
- [Commits](https://github.com/airbrake/airbrake/compare/v5.8.1...v7.4.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-23 16:50:19 -04:00
dependabot[bot]
a3f9695d12
Bump delayed_job_active_record from 4.1.2 to 4.1.3 ( #976 ) [ci skip]
...
Bumps [delayed_job_active_record](https://github.com/collectiveidea/delayed_job_active_record ) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/collectiveidea/delayed_job_active_record/releases )
- [Commits](https://github.com/collectiveidea/delayed_job_active_record/compare/v4.1.2...v4.1.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-23 16:42:17 -04:00
Ben Halpern
735a96432c
Add usability features to html_variants ( #991 )
2018-10-23 16:23:48 -04:00
Steve Layton
e84714857b
resolves mixed content warning on maintenance.html ( #983 )
...
- no related issue
- updated gif to use https
2018-10-23 12:42:11 -04:00
Ben Halpern
90861366df
Add additional config to v2 editor ( #980 )
...
* Add additional config to v2 editor
* Fix typo
2018-10-23 12:41:19 -04:00
dependabot[bot]
75253a5d84
Bump feedjira from 2.1.4 to 2.2.0 ( #975 )
...
Bumps [feedjira](http://feedjira.com ) from 2.1.4 to 2.2.0.
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-23 11:55:13 -04:00
dependabot[bot]
567c34306d
Bump intersection-observer from 0.5.0 to 0.5.1 ( #977 ) [ci skip]
...
Bumps [intersection-observer](https://github.com/w3c/IntersectionObserver ) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/w3c/IntersectionObserver/releases )
- [Commits](https://github.com/w3c/IntersectionObserver/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-23 11:53:31 -04:00
dependabot[bot]
4c201af13f
Bump timber from 2.6.1 to 2.6.2 ( #973 ) [ci-skip]
...
Bumps [timber](https://github.com/timberio/timber-ruby ) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/timberio/timber-ruby/releases )
- [Changelog](https://github.com/timberio/timber-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/timberio/timber-ruby/commits/v2.6.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-23 11:52:18 -04:00
Ben Halpern
8661fe44d5
Fix sidebar caching issue for articles ( #981 )
2018-10-22 17:49:59 -04:00
Ben Halpern
302e8f202d
Add HTML variants for cta optimization and other nav bar adjustments ( #970 )
...
* Add HTML variants for cta optimization and other nav bar adjustments
* Fix 1==1 non-random mistake
* Spruce up org call-to-action
* Change default text color
* Add html variant trial and success request specs
* Fix article sidebar caching issue
* One line adjustment
* Modify schema
* Add include ActionView::Helpers::TagHelper to user_tag_spec
* Modify follow_button to remove session context
* Dummy commit
* Change Edit Article to Edit Post
* Dummy commit
* Fix rubocop concerns
* Fix rubocop style
2018-10-22 17:03:57 -04:00
rhymes
7399e022da
Add CodeTriage badge to README ( #965 ) [ci skip]
2018-10-19 17:05:03 -04:00
Jess Lee
80339dd573
Fix internal article query ( #964 )
...
* update abuse report subject template
* fix internal/article top month filters
* update resolution email spec with proper subject line
2018-10-19 16:16:43 -04:00
Nick Karnik
2136b105a3
Implement ability to style text in comments using hotkeys ( #959 )
...
* Resolves #891
* This is applied to root level comments as well as nested replies.
* We are handling latest browsers and special cases for FF, IE8/9/10
* All newer browser except FF support undo/redo functionality in the exact reverse order of text insertion
* Refactored some code
* Support for Bold & Italic text
* Support for Text Links
* In a subsequent change, we can consider adding hotkey for image URL
* Didn't add this feature at the moment since there's no universally accepted key-combination for image URL's that I know of
* IE 8-11 is not supported because it is a bit convoluted and I don't have a way to test it reliably
* We can revisit this if it is really needed and find a jQuery plugin to handle it
2018-10-19 15:39:22 -04:00
rhymes
7fe6777c75
Support links with trailing slash for link tag ( #950 )
...
The previous implementation of the link tag didn't support links with a trailing slash. It was also based on an internal and undocumentented function in Rails.
https://github.com/rails/rails/issues/28331#issuecomment-285440151
2018-10-19 15:25:58 -04:00
Nihad Abbasov
4995a4af21
Performance: replace ruby methods with their faster alternatives ( #949 )
...
- Array#select.first is slower than Array#detect.
- Array#shuffle.first is slower than Array#sample.
2018-10-19 13:21:18 -04:00
Jérôme Pott
04968214ce
Fix typo ( #958 )
...
Add missing verb "controls"
Capitalize first letter "English"
2018-10-19 13:13:18 -04:00
Mac Siri
c35544a154
Replace sprocket-es6 with new uglifier feature ( #928 )
2018-10-19 13:12:07 -04:00
rhymes
47bfe13b57
Update Dockerfile to bundler before installing packages ( #961 ) [ci skip]
...
I just tried going through the Docker installation guide and I got the following warning:
> Warning: the running version of Bundler (1.16.3) is older than the version that created the lockfile (1.16.6). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
This way the build should always use the latest version of Bundler
2018-10-19 12:38:03 -04:00
Thomas Bnt
16dc2fb903
Adding Font Awesome ( #953 )
...
* Adding Font Awesome
* Update copy
2018-10-18 17:25:37 -04:00
rhymes
1b60ee5009
Use timezone aware methods ( #893 )
...
* Use timezone aware datetime methods
* Use timezone aware date parse for GitHub issue tag
* Introduce a bit of chaos programming using Zonebie
Zonebie uses a random timezone to run tests, it's a really good way to see if the code is timezone dependent or not.
* Convert GitHub issue date as UTC
2018-10-18 16:26:29 -04:00
James Anderson
e9753dbe99
Fix broken links in CONTRIBUTING.md ( #952 ) [ci skip]
...
The links work fine with viewed in the Contributing
section in the README, but don't work when viewing
the CONTRIBUTING file itself in GitHub. This just
adds the full URLs for some links.
2018-10-18 16:24:49 -04:00
Ben Halpern
ca403ee01e
Adjust article show view css (revert sticky css) ( #954 )
...
* Adjust article show view css
* Change color subtly
2018-10-18 16:02:54 -04:00
Juan Manuel Ramallo
6ada73136b
[Article Actions] Using position sticky ( #945 )
2018-10-18 12:27:58 -04:00
rhymes
3fd15e2153
Add contributing guide and code of conduct ( #944 ) [ci skip]
2018-10-18 12:23:48 -04:00
Ben Halpern
8184baed83
Adjust analytics styling and accuracy ( #951 )
...
* Adjust analytics styling and accuracy
* Add video button back in
2018-10-18 12:19:49 -04:00
lianafelt
40f09e4b77
Fix Typo in Internal/users ( #948 )
...
Update link to mentor internal user profile
2018-10-18 12:12:02 -04:00
Ryan
95b2e181ff
Add Medium URL to User's Profile ( #943 )
2018-10-18 11:39:39 -04:00
Jess Lee
7bf9a8ce89
Delayed Jobs Investigation ( #929 )
...
* disallow nil reactables to be saved
* investigation wip
* passes deleted comment info to async bust cache
* fixes failing cache buster spec
* Create user_delete_a_comment_spec.rb
* Fix broken spec
* Binstub RuboCop
* Do not save comments when they are getting destroyed
* break update_reactable into smaller methods
2018-10-17 17:03:20 -04:00
Ben Halpern
305492c2c8
Add similarity score for users ( #942 )
2018-10-17 11:53:28 -04:00
Ben Halpern
7d783c2b9f
Change default <from> in notifymailer mentor emails ( #940 )
...
* Change default <from> in notifymailer mentor emails
* Change to dev.to for consistency + spec
2018-10-16 17:02:02 -04:00
Kyle Galbraith
f9c19f6b81
Feature/add parler.io liquid tag for audio embed ( #828 )
...
* initial parler liquid tag
* fix eqaulity in test
* update parler tag to parse out url since it is coming in as <ahref>
2018-10-16 16:54:02 -04:00
Ben Halpern
3bf42edd17
Add summary to select fields in sidebar follow suggestions ( #934 )
2018-10-16 16:50:26 -04:00
lianafelt
0d23ec1faf
Update Mentor Email ( #938 )
...
* Update mentor_email.html.erb
Update copy to original mentor email from mailchimp
* Update mentor_email.text.erb
2018-10-16 16:43:03 -04:00
lianafelt
747cf04bfb
Update Mentee Email ( #935 )
...
* Update Mentee Email
Mentee email with copy from original mailchimp emails.
* Update mentee_email.html.erb
* Update mentee_email.text.erb
2018-10-16 16:42:39 -04:00
Sergey Kislyakov
ac4b9b39db
Fixed badge page not having a title ( #939 )
2018-10-16 16:41:58 -04:00
Sergey Kislyakov
dd8fcd1e39
Fixed /feedback_messages not having a title ( #930 )
2018-10-16 13:41:32 -04:00
Ben Halpern
fcb68b4f29
Add automatic random mentee show page after quick match ( #931 )
2018-10-16 13:41:14 -04:00
Ben Halpern
af4e6932fa
Adjust org size labels in settings form ( #933 )
2018-10-16 13:41:00 -04:00
Mac Siri
eccb43efb5
Create stale.yml [ci skip]
2018-10-16 13:19:53 -04:00
Ben Halpern
dee58c0dce
Update mentorship area of user internal view ( #926 )
...
* Update mentorship area of user internal view
* Update mentorship backend
2018-10-15 18:04:29 -04:00
Mac Siri
e881cf5e7c
Remove Keen gem ( #924 )
...
* Remove phantom migration
* Remove keen gem
* Update doc
2018-10-15 17:37:22 -04:00