| 2017-11-09 |
|
|---|---|
| 2017-08-07 |
fixed tests broken by change to core page structure DMPRoadmap/roadmap#552
briley
committed
on 7 Aug 2017
|
| 2017-07-27 |
fixed broken tests and added functional tests for public_pages_controller
briley
committed
on 27 Jul 2017
|
| 2017-07-07 |
fixed broken test created by change in dashboard page title. updated logo resize function on org model to work with larger image size DMPRoadmap/roadmap#242
Brian Riley
committed
on 7 Jul 2017
|
| 2017-06-27 |
Fixed test broken by new CSS changes and the removal of a few unessecarry show (e.g. org, guidance, etc.) pages
briley
committed
on 27 Jun 2017
|
| 2017-06-09 |
fixed tests to deal with placement of welcome header on home page DMPRoadmap/roadmap#305
...
briley
authored
on 1 Jun 2017
Brian Riley
committed
on 9 Jun 2017
|
| 2017-06-07 |
Fixed problem when creating a question. Fixed JS to display/hide default answer. Fixed tinymce problem for example answer. DMPRoadmap/roadmap#337
...
Jose Lloret
committed
on 7 Jun 2017
|
| 2017-05-26 |
bugfixes to allow tests to work
xsrust
committed
on 26 May 2017
|
| 2017-05-18 |
Template versioning update.
Jimmy Angelakos
committed
on 18 May 2017
|
| 2017-04-28 |
fixed some initial errors with tests after last PR
Brian Riley
committed
on 28 Apr 2017
|
| 2017-04-21 |
Updated tests to work with updated controller
Brian Riley
committed
on 21 Apr 2017
|
| 2017-04-19 |
added dmptemplate_id to the Template creations in db seeds file and test_helper
briley
committed
on 19 Apr 2017
|
| 2017-04-03 |
added home controller test. updated test helper to reload LANGUAGES constant if its blank during TravisCI build
briley
committed
on 3 Apr 2017
|
| 2017-03-30 |
removed 'freeze from Perm constant definitions. this is deprecated in Rails 4
briley
committed
on 30 Mar 2017
|
|
removed 'freeze from Perm constant definitions. this is deprecated in Rails 4
briley
committed
on 30 Mar 2017
|
|
|
switch from doing Perm.where(name: [...]) to [Perm::VALUE, ...] in test_helper
briley
committed
on 30 Mar 2017
|
|
|
removed debug lines and got tests pasing locally
briley
committed
on 30 Mar 2017
|
|
|
added hack to override the application controller's current_user since its nil in the controller and causing policy check to fail in Travis
briley
committed
on 30 Mar 2017
|
|
|
Added yet more debug lines for travis
briley
committed
on 30 Mar 2017
|
|
|
template being used to create user on template,phase,section,question and guidance_group controller tests did not match the scaffolded template
briley
committed
on 30 Mar 2017
|
|
|
removed LANGUAGES fix from test_helper
briley
committed
on 30 Mar 2017
|
|
|
added step to check LANGAUGES and reload if necessary in test_helper
briley
committed
on 30 Mar 2017
|
|
|
fixed issue with missing attributes in registrations controller. added some debug line for travis issues
briley
committed
on 30 Mar 2017
|
|
|
removed travis debug line. For some reason phases controller test is calling find_org_admin twice
briley
committed
on 30 Mar 2017
|
|
|
added debug line for travis failure testing
briley
committed
on 30 Mar 2017
|
|
|
switched I18n.locale to FastGettext
briley
committed
on 30 Mar 2017
|
|
|
added language and first/last name to test_helper that creates an org admin. fails on travis for some reason
briley
committed
on 30 Mar 2017
|
|
| 2017-03-29 |
added tests for guidance_group controller and added method to test helper to get org admin DMPRoadmap/roadmap#212
briley
committed
on 29 Mar 2017
|
| 2017-03-24 |
added logic to db/seeds.rb to always create a default org for the one defined in config/branding.yml. This is the managing org
briley
committed
on 24 Mar 2017
|
| 2017-03-21 |
fixes to some of the functional tests to use FastGettext instead of I18n
briley
committed
on 21 Mar 2017
|