| 2016-08-22 |
removed height and width constraints to logo upload function. Added method that will resize the uploaded logo so that the width is 160px (maintaining aspect ratio) so that the logo fits within the layout properly
briley
committed
on 22 Aug 2016
|
|---|---|
| 2016-08-17 |
updated organisation edit page's error messages so that errors are placed in the alert text section. Updated wording in locale files to reflect the 160x160 file size.
briley
committed
on 17 Aug 2016
|
|
updated dragonfly max logo height/width to 160px to fit with current max size of DMPRoadmap logo
briley
committed
on 17 Aug 2016
|
|
|
Merge pull request #6 from DMPRoadmap/development
...
Brian Riley
authored
on 17 Aug 2016
GitHub
committed
on 17 Aug 2016
|
|
|
Moved sass-rails and less-rails gems back into global gem list in gemfile
briley
committed
on 17 Aug 2016
|
|
|
switched asset pipeline conf
briley
committed
on 17 Aug 2016
|
|
| 2016-08-16 |
Added missing less file to asset precompilation
briley
committed
on 16 Aug 2016
|
|
fixed merge conflicts in Gemfile and Schema.rb
briley
committed
on 16 Aug 2016
|
|
|
Reorganized gemfile and commented out unused gems
briley
committed
on 16 Aug 2016
|
|
|
fixed merge conflicts with fr and de locale files
briley
committed
on 16 Aug 2016
|
|
|
Fixed issue with link to the terms page in the 'I accept the terms and conditions' link in the sign up section. The link is a part of the locale file, so created a variable called current_locale
briley
committed
on 16 Aug 2016
|
|
| 2016-08-12 |
fixed merge conflict with schema.rb
Brian Riley
committed
on 12 Aug 2016
|
|
Merge branch 'ualbertalib-organisation_admin_upload_logo' into development
Brian Riley
committed
on 12 Aug 2016
|
|
|
fixed merge conflict in schema.rb
Brian Riley
committed
on 12 Aug 2016
|
|
|
Updated Gemfile to use Rails 4.2.7, fixed some minor issues with locale initializer (#21)
...
Brian Riley
authored
on 12 Aug 2016
GitHub
committed
on 12 Aug 2016
|
|
|
Fixed syntax error in environments/test.rb created during merge conflict resolution
Brian Riley
committed
on 12 Aug 2016
|
|
|
Added languages to the seeds.rb file
Brian Riley
committed
on 12 Aug 2016
|
|
|
Updated gemfile to specify >= ruby 2.2.2. Updated Rails to the latest version due to an XSS vulnerability. updated locale initializer to handle migration issue where it was checking default_location in langauges table before the column exists. Also added check for instances where no default langauge is specified. Rebuilt schema.rb. Fixed issue with seeds.rb reported by Weiwei
Brian Riley
committed
on 12 Aug 2016
|
|
|
fixed merge conflict in .travis file
Brian Riley
committed
on 12 Aug 2016
|
|
|
Merge branch 'DMPRoadmap-development'
Brian Riley
committed
on 12 Aug 2016
|
|
|
Resolved merge conflicts
Brian Riley
committed
on 12 Aug 2016
|
|
|
|
|
| 2016-08-11 |
allow org admin to upload logo through admin UI
Weiwei Shi
committed
on 11 Aug 2016
|
|
removed mysql 5.6 specifications form travis file. added limits to size of friendly_id_slugs index
briley
committed
on 11 Aug 2016
|
|
|
removed mysql 5.6 specifications form travis file. added limits to size of friendly_id_slugs index
briley
committed
on 11 Aug 2016
|
|
|
Switched travis to use mysql 5.6 and added params to create table to allow for >767 bytes indexes
briley
committed
on 11 Aug 2016
|
|
|
Switched travis to use mysql 5.6
briley
committed
on 11 Aug 2016
|
|
|
added length specification to a few indexes that are causing travis mysql db setup issues
briley
committed
on 11 Aug 2016
|
|
|
rebuilt db schema
briley
committed
on 11 Aug 2016
|
|
|
Updated version of ruby to 2.2.2 in travis
briley
committed
on 11 Aug 2016
|