History for dmpopidor / Gemfile.lock
2017-05-15
@Jimmy Angelakos
Upgraded Administrate (0.7.0), closes #266.
Jimmy Angelakos committed on 15 May 2017
2017-05-09
@briley
fixed merge conflicts
briley committed on 9 May 2017
2017-05-02
@Jose Lloret
Added gettext gem to find any string marked for translation. DMPRoadmap/roadmap#281 ...
Jose Lloret committed on 2 May 2017
2017-04-28
@Brian Riley
Updated styling of new jquery accessible dropdown and added fontawesome DMPRoadmap/roadmap#124
Brian Riley committed on 28 Apr 2017
2017-04-12
@ray.carrick
change docx export to htmltoword. Hopefully fixes: #217
ray.carrick committed on 12 Apr 2017
2017-04-05
@briley
added gettext_i18n_rails gem. aded rake task that calls gem's po_to_json task and then moves generated json files from app/assets to lib/assets DMPRoadmap/roadmap#204
briley committed on 5 Apr 2017
2017-03-27
@Jimmy Angelakos
Administrate (new Super Admin) fixes ...
Jimmy Angelakos committed on 27 Mar 2017
2017-03-22
@Brian Riley
updated phases controller to allow org admins to update their org's templates DMPRoadmap/roadmap#192
Brian Riley committed on 22 Mar 2017
2017-03-21
@Brian Riley
Merge pull request #189 from DigitalCurationCentre/development ...
Brian Riley authored on 21 Mar 2017 GitHub committed on 21 Mar 2017
@Jimmy Angelakos
Reinstating Formtastic which was prematurely removed.
Jimmy Angelakos committed on 21 Mar 2017
@Brian Riley
Merge branch 'development' into development
Brian Riley authored on 21 Mar 2017 GitHub committed on 21 Mar 2017
2017-03-20
@briley
updated recaptcha gem to 4.x. Updated gemfile and example initializer because 4.x changed the vraible names for its API
briley committed on 20 Mar 2017
2017-03-08
@Jimmy Angelakos
- Fixed app/controllers/admin/application_controller.rb oopsie ...
Jimmy Angelakos committed on 8 Mar 2017
2017-03-03
@Brian Riley
Added a rake task to port orcids from the old field in the users table over to the new user_identifiers table. Removed the old unworking migration (because orcid is not in the table so it never runs). Added a new db migration to remove the old users.orcid_id column. The rake task would need to be run prior to the db migration though so commenting it out for now
Brian Riley committed on 3 Mar 2017
@Jimmy Angelakos
Installed Administrate as Super Admin backend
Jimmy Angelakos committed on 3 Mar 2017
2017-03-02
@Jimmy Angelakos
Removed ActiveAdmin
Jimmy Angelakos committed on 2 Mar 2017
2017-02-03
@Brian Riley
removed old references to the Amoeba gem which was used to clone models. Fixed typo in Question.deep_copy. Added generic test for deep_copy methods.
Brian Riley committed on 3 Feb 2017
2017-01-26
@briley
added checks in migration code where we try to manipulate data belonging to a table that no longer exists in the current codebase
briley committed on 26 Jan 2017
@briley
resolved merge conflicts
briley committed on 26 Jan 2017
2017-01-20
@Brian Riley
put validation back in place that ensures a question can only have a single answer within a plan
Brian Riley committed on 20 Jan 2017
@Brian Riley
removed substance-forms from gemfile
Brian Riley committed on 20 Jan 2017
2017-01-13
@Brian Riley
fixed merge conflict in seeds.rb file. installed substance-rails gem and updated code to swap in the substance-forms text-area for tinymce on the answer section of the edit plans page
Brian Riley committed on 13 Jan 2017
2017-01-12
@briley
Switched answer text area to substance editor.
briley committed on 12 Jan 2017
@briley
Added substance-rails gem and then included the appropriate js and css libraries into the asset pipeline
briley committed on 12 Jan 2017
2017-01-10
@briley
switched visibility to be a bit flag using FlagShihTzu instead of a lookup table. adjusted db migration. Removed all of the empty stub test files generated by the rails scaffolding mechanism.
briley committed on 10 Jan 2017
2017-01-09
@xsrust
added gem rack-mini-profiler to facilitate logging
xsrust committed on 9 Jan 2017
2016-12-13
@xsrust
added Gemfile with new gem flag_shih_tzu
xsrust committed on 13 Dec 2016
2016-12-12
@xsrust
replaces Organisation. with Org. in all files
xsrust committed on 12 Dec 2016
2016-12-08
@briley
added simplecov gem for testing to provide us with a test coverage report. Added a test for application_helper.rb. Removed tab characters from application_helper.rb and added some lines to help with readability
briley committed on 8 Dec 2016
2016-11-09
@briley
Added domain to the identifier_Scheme table. Added unit and functional tests for the identifier_scheme functionality
briley committed on 9 Nov 2016