Skip to content

Releases: Growstuff/growstuff

Release 20

24 Feb 21:10
Compare
Choose a tag to compare

More backend updates

Release 19

18 Feb 16:46
Compare
Choose a tag to compare

Lots of back-end cleanup, but also some new features - graphs of data in various places.

Release 18

22 Jan 07:48
Compare
Choose a tag to compare

More minor changes.

Release 17

21 Dec 19:23
Compare
Choose a tag to compare

*lots of dependency updates
*lots of style fixes
*improvements to internationali[sz]ation
*a couple of bug fixes
*refactoring of how we associate photos with other objects

Release 16

30 Nov 15:08
Compare
Choose a tag to compare

Lots of back-end tidying up.

Release 15

26 Nov 08:32
Compare
Choose a tag to compare
  • Updated some gems
  • Updated Rails
  • You can now sign up using Facebook
  • Queue mail in sidekiq so it doesn't get lost if we have issues
  • Fix map token so the maps will work again
  • Add links to OpenFarm for better open data integration
  • Harvest thumbnails were linking to the wrong place - now they actually link you to the harvest
  • Added Rubocop to analyse our code and tell us off for bad stuff
  • Fixed a test issue with ElasticSearch so more developers can join us without tripping over it
  • Improved the API to support registration and sign in/sign out - new developer Br3nda is creating an app, which is very exciting

Release 14

22 Aug 10:09
Compare
Choose a tag to compare

Changes in this release:

  • If a harvest doesn't have any photos, try to look at the crop's default photo
  • Add links to Gardenate
  • Add links to eBay for buying seeds
  • Improve the navigation bar layout on mobile with a clearer search box
  • Mark as finished from the garden list used to get the wrong plant and won't any more

Release 13

19 Jul 09:48
Compare
Choose a tag to compare
  • Fixed broken emails
  • Minor gem upgrades
  • Build process improvements: Check PR author is in CONTRIBUTORS.md under Travis, Check for "forgot to commit Gemfile.lock" in CI, Block external URLs in feature tests
  • Add support for Bootstrap alert types
  • README file update for Freenode IRC

Release 12

17 Jun 15:45
Compare
Choose a tag to compare

Big thing: emails are working so new user signups are working. Yay!

Features

  • front page now shows edited timestamp if relevant on posts
  • better Facebook previews

Tech Improvements

  • Updated gems
  • Switched to SparkPost from Mandrill for email sending
  • Translatable plurals throughout the site
  • Stopped maintaining a patch on a third-party library
  • Added Code Climate, so we can work toward clean, friendly code as we go
  • Test coverage calculations are now more accurate (and 20% higher!)

Release 11

01 Jun 13:19
Compare
Choose a tag to compare

Our next release has just gone live.

New features

  • Crop approval flash alert for wranglers upon sign in
  • Added Bootstrap accessibility plugin

Technical improvements

  • Removed redundant code from our crowdfunder last year
  • Remove warnings and debugging puts from rspec output
  • Add capybara-screenshot to assist with feature testing
  • Use standardized & translateable strings for the photo show page
  • Stop hard-coding strings for pagination
  • Refactor photo controller create for readability
  • Updated Gemfile.lock for Code Climate inclusion
  • Add code climate to README
  • Add config/factory_girl.rb so that rspec doesn't fail with a confusing 'Could not find mapping for #<Member...' error. This happens when you make significant changes to a controller then re-run rspec. It's a Factory Girl / rspec caching issue. It's only a problem for devs running rspec locally, not Travis.
  • Precompile css and js with sass
  • Moving database.yml and adding gitignore to make it easier for different dev setups
  • Issue 690 Switch on CMS and remove old files

Bug fixes

  • Aligned links properly on "Forgot password" page, "Resend confirmation" and "Resend unlock" pages
  • Add a location not set layout so that your profile page still looks sensible if you don't have a location set
  • Display one line of description in harvest card, then go to ellipsis
  • Capture originalText from the button that's been clicked, not from the array of all possible date-picker buttons.
  • Make seed card heading link to seed page and add owner link.
  • Set background color on autocomplete dropdown.
  • Swap over to having "(Optional)" (or translation) after optional form elements rather than using placeholder text, so it's better for screenreaders
  • Clip long text in definition lists within panels
  • Improve nearby places links
  • Improve the styling of a planting to be more like the other card-layouts
  • Darken navbar item text when it opens (and the background turns light) to make it more readable
  • Fix mailchimp newsletter subscriptions - this won't take effect until we have MailChimp working again, but when we do, it will allow us to send out newsletters to everyone.
  • Fix "duplicated key: :class" warning in HAML code