Daniel O'Connor
|
4e7e82c8a8
|
Fix CVE-2015-7551 (https://www.ruby-lang.org/en/news/2015/12/16/unsafe-tainted-string-usage-in-fiddle-and-dl-cve-2015-7551/)
|
2016-03-28 23:39:05 +10:30 |
|
Daniel O'Connor
|
66bb130a1a
|
Fix CVE-2015-7551 (https://www.ruby-lang.org/en/news/2015/12/16/unsafe-tainted-string-usage-in-fiddle-and-dl-cve-2015-7551/)
|
2016-03-28 23:33:34 +10:30 |
|
Cesy
|
22e0e8fba0
|
Merge pull request #836 from gustavor-souza/patch-2
Fixing a spec timezone problem.
|
2015-10-09 09:17:15 +01:00 |
|
gustavor-souza
|
8caea57c47
|
Fixing a spec timezone problem.
|
2015-09-29 22:40:13 -03:00 |
|
pozorvlak
|
24dd02a439
|
Merge pull request #829 from CloCkWeRX/upgrade_db_cleaner
Upgrade database cleaner gem
|
2015-09-23 21:17:14 +01:00 |
|
Cesy
|
45c8092a94
|
Merge pull request #832 from CloCkWeRX/ruby217
Bump to ruby 2.1.7 for CVE-2015-3900
|
2015-09-23 11:35:26 +01:00 |
|
Daniel O'Connor
|
48829dba3c
|
Bump to ruby 2.1.7 for CVE-2015-3900 Request hijacking vulnerability in RubyGems 2.4.6 and earlier; and others - https://www.ruby-lang.org/en/news/2015/08/18/ruby-2-1-7-released/
|
2015-09-22 11:14:50 +09:30 |
|
Cesy
|
46ee2168e1
|
Merge pull request #831 from CloCkWeRX/add_selenium
Add additional capyabara driver options
|
2015-09-16 11:59:22 +01:00 |
|
Cesy
|
5dd52ba17f
|
Merge pull request #830 from CloCkWeRX/sprellin
Fix minor typo in specs
|
2015-09-16 11:52:30 +01:00 |
|
Daniel O'Connor
|
78a65f26c6
|
Add configuration into example file
|
2015-09-16 14:16:42 +09:30 |
|
Daniel O'Connor
|
83929cc8ee
|
Add the ability to run feature tests via selenium if you configure it, or run specs with GROWSTUFF_CAPYBARA_DRIVER=selenium bundle exec rake spec:features/
|
2015-09-15 11:28:30 +09:30 |
|
Daniel O'Connor
|
a49f359f9e
|
Fix minor typo in specs
|
2015-09-15 10:40:41 +09:30 |
|
Daniel O'Connor
|
be87d2861a
|
Upgrade database cleaner gem, so that https://github.com/DatabaseCleaner/database_cleaner/pull/364 is available to us.
|
2015-09-15 10:29:29 +09:30 |
|
Cesy
|
481ca79cc1
|
Merge pull request #825 from sksavant/pr_member_notify
Notify members when mentioned in a post
|
2015-09-11 11:26:52 +01:00 |
|
Savant Krishna
|
346979c640
|
Merge remote-tracking branch 'upstream/dev' into pr_member_notify
|
2015-09-09 21:30:45 -04:00 |
|
Mackenzie
|
ec891fc0b2
|
Merge pull request #821 from CloCkWeRX/fix_empty_garden
Fix #818 by removing the .thumbnail around the button.
|
2015-09-09 16:07:02 -04:00 |
|
pozorvlak
|
ef6dd88b1e
|
Merge pull request #820 from CloCkWeRX/fix_popover_better
Fix #819 by removing the popover behaviour for a standard avatar
|
2015-09-09 20:04:55 +00:00 |
|
pozorvlak
|
5884718fd0
|
Merge pull request #824 from sksavant/member_quicklink_md
Quick links to members in markdown
|
2015-09-09 17:46:24 +00:00 |
|
Savant Krishna
|
0c315981df
|
Merge remote-tracking branch 'upstream/dev' into member_quicklink_md
Conflicts:
lib/haml/filters/growstuff_markdown.rb
|
2015-09-07 20:08:57 -04:00 |
|
Savant Krishna
|
342323e566
|
Add test for trying to quicklink non-existent @ member
|
2015-09-07 20:05:24 -04:00 |
|
pozorvlak
|
d7582625c5
|
Merge pull request #828 from sksavant/csv_planting_fix
Fix bug #827 : Error in generating csv file for plantings with owner filter
|
2015-09-07 15:40:26 +00:00 |
|
pozorvlak
|
1cb4181ffc
|
Merge pull request #826 from sksavant/escape_crop_link
Fix #721 : Escape quick crop link in markdown
|
2015-09-07 15:39:43 +00:00 |
|
Savant Krishna
|
9e7a80cb86
|
Fix bug #827 : Error in generating csv file for plantings with owner filter
|
2015-09-07 04:01:20 -04:00 |
|
Savant Krishna
|
a8924f95a7
|
Escape member links for [name](member) and @name using backslash
Change regex to lookforward
When escaping \@name remove \
|
2015-09-06 05:41:35 -04:00 |
|
Savant Krishna
|
7afd38a1ee
|
Fix #721 : Escape quick crop link in markdown
Lookahead in markdown to verify \ is not present
Test for escaping crop link
|
2015-09-06 04:20:14 -04:00 |
|
Savant Krishna
|
1908f670d9
|
Tests for feature #505 : Notifying members when mentioned
|
2015-09-06 14:41:04 +10:00 |
|
Savant Krishna
|
7ef1eb5852
|
Create a notification to all members mentioned in a post : Feature #505
|
2015-09-06 14:41:04 +10:00 |
|
Savant Krishna
|
f36e9d726e
|
Change @ regex to match alphanumeric or _ and modify test string
|
2015-09-06 14:35:35 +10:00 |
|
Savant Krishna
|
0adb24fa4d
|
Add quick member link help to markdown help
|
2015-09-06 09:10:18 +10:00 |
|
Savant Krishna
|
aacf7b1f09
|
Modify regex to include @ in the group
|
2015-09-05 11:05:53 +10:00 |
|
Savant Krishna
|
b74d89c482
|
Tests for member quicklinks and @member links
|
2015-09-04 13:23:10 +10:00 |
|
Savant Krishna
|
3e8f017ad0
|
Modify markdown to render quick links to members using [name](member) or @name : Feature #504
|
2015-09-04 12:50:42 +10:00 |
|
Cesy
|
2e45857e1f
|
Merge pull request #823 from jestallin/658_pages_and_links
GS-658 - internationalize header links and some page titles
|
2015-09-03 10:16:07 +01:00 |
|
Jim Stallings
|
b8b511e747
|
GS-658 - use yaml anchor for duplicate values
|
2015-08-30 11:02:47 -04:00 |
|
Jim Stallings
|
85f7ca4058
|
GS-658 - internationalize drop down links and page titles
|
2015-08-29 18:39:38 -04:00 |
|
Daniel O'Connor
|
ff779b6679
|
Trial rendering as comma separated
|
2015-08-29 07:51:53 +09:30 |
|
Daniel O'Connor
|
f357916779
|
For more accurate specs, explicitly target the login-name container
|
2015-08-29 07:49:55 +09:30 |
|
pozorvlak
|
1c4d740217
|
Merge pull request #822 from cesy/phantomjs
Adding commentary to test for clarification of non-JS version
|
2015-08-28 13:17:53 +00:00 |
|
Cesy
|
fbb442dfee
|
Adding commentary to test for clarification of non-JS version
|
2015-08-28 13:00:38 +00:00 |
|
Daniel O'Connor
|
631747e919
|
Add a trailing sentence.
|
2015-08-27 15:26:40 +09:30 |
|
Daniel O'Connor
|
ff00b2c985
|
Fix #818 and layout of show garden page
|
2015-08-27 15:25:16 +09:30 |
|
Daniel O'Connor
|
a0cdf3a8b2
|
Fix #818 by removing the .thumbnail around the button. Also rearrange some of the headings (sizing) and controls (add new garden) to be more clearly not a tab.
|
2015-08-27 15:12:05 +09:30 |
|
Daniel O'Connor
|
c87a5f2d6b
|
Fix #819 by removing the popover behaviour for a standard avatar; and putting the stats onto the card.
|
2015-08-27 14:35:15 +09:30 |
|
pozorvlak
|
53ed4f5b24
|
Merge pull request #810 from cesy/phantomjs
Turn on Phantom JS for all tests
|
2015-08-26 23:14:43 +00:00 |
|
Cesy
|
3300c303be
|
Merge pull request #817 from CloCkWeRX/add_member_preferred_image
Add member preferred image - not accessible to users yet, prep for pulling from facebook
|
2015-08-26 10:30:45 +01:00 |
|
Daniel O'Connor
|
e84aaeb56d
|
#509 Refactor the rendering of image_with_popover as well (size is *never* defined, so have defaulted it explicitly to 150)
|
2015-08-26 10:33:12 +09:30 |
|
Daniel O'Connor
|
cad361ed7a
|
#509 Update expectations, they were slightly different to what the test tool claimed they would be.
|
2015-08-25 00:57:39 +09:30 |
|
Daniel O'Connor
|
1187719e7b
|
#509 Add some basic test coverage
|
2015-08-25 00:51:13 +09:30 |
|
Daniel O'Connor
|
859cf7f215
|
#509 Add support for a non gravatar profile image. Assumed to be the same dimensions as a gravatar pic
|
2015-08-25 00:32:17 +09:30 |
|
Daniel O'Connor
|
6d97a060c3
|
#509 Add support for a non gravatar profile image. Assumed to be the same dimensions as a gravatar pic
|
2015-08-25 00:32:06 +09:30 |
|