.. |
concerns
|
fixes search
|
2016-11-16 14:50:06 +01:00 |
.keep
|
Initial commit.
|
2016-02-12 16:52:43 +01:00 |
activity.rb
|
Merge pull request #260 from mlorb/ml_sci_614
|
2016-11-08 11:30:49 +01:00 |
asset.rb
|
Code cleanup, added new image types to whitelist [SCI-736]
|
2016-11-28 11:13:20 +01:00 |
asset_text_datum.rb
|
Fixes files deletion when rails worker is running [fixes SCI-411] and fixes picture's style files deletion.
|
2016-09-06 10:40:01 +02:00 |
checklist.rb
|
Ruby constants are now automatically available in JS. Refactoring was needed.
|
2016-10-17 11:57:37 +02:00 |
checklist_item.rb
|
Ruby constants are now automatically available in JS. Refactoring was needed.
|
2016-10-17 11:57:37 +02:00 |
comment.rb
|
Fixed Hound alerts.
|
2016-10-17 11:57:46 +02:00 |
connection.rb
|
Initial commit.
|
2016-02-12 16:52:43 +01:00 |
custom_field.rb
|
Better handling of columns deleting with fixing columns ordering [SCI-783]
|
2016-12-14 15:23:00 +01:00 |
experiment.rb
|
Removed unneeded ERB tags, which caused error. Minor refactoring.
|
2016-10-17 11:57:47 +02:00 |
log.rb
|
Initial commit.
|
2016-02-12 16:52:43 +01:00 |
my_module.rb
|
Replaced hardcoded infinity values with constants. Added quotation marks to Ruby string constants in JS.
|
2016-10-17 11:57:47 +02:00 |
my_module_comment.rb
|
Initial commit.
|
2016-02-12 16:52:43 +01:00 |
my_module_group.rb
|
Ruby constants are now automatically available in JS. Refactoring was needed.
|
2016-10-17 11:57:37 +02:00 |
my_module_tag.rb
|
Initial commit.
|
2016-02-12 16:52:43 +01:00 |
notification.rb
|
Fix destroying of users in relation to notifications
|
2016-11-15 15:56:32 +01:00 |
organization.rb
|
create samples table model and migration
|
2016-12-05 11:08:33 +01:00 |
project.rb
|
Replaced hardcoded infinity values with constants. Added quotation marks to Ruby string constants in JS.
|
2016-10-17 11:57:47 +02:00 |
project_comment.rb
|
Initial commit.
|
2016-02-12 16:52:43 +01:00 |
protocol.rb
|
Ruby constants are now automatically available in JS. Refactoring was needed.
|
2016-10-17 11:57:37 +02:00 |
protocol_keyword.rb
|
Ruby constants are now automatically available in JS. Refactoring was needed.
|
2016-10-17 11:57:37 +02:00 |
protocol_protocol_keyword.rb
|
Word wrapping and truncating added to whole application [fixes SCI-458]. Fixed some bugs which were related to long/too long text and validations. Modified parts of application to accomodate for longer text limits.
|
2016-09-21 19:48:18 +02:00 |
report.rb
|
Ruby constants are now automatically available in JS. Refactoring was needed.
|
2016-10-17 11:57:37 +02:00 |
report_element.rb
|
cleans experiment form report if moved [fixes SCI-335]
|
2016-08-17 15:21:53 +02:00 |
result.rb
|
Replaced hardcoded infinity values with constants. Added quotation marks to Ruby string constants in JS.
|
2016-10-17 11:57:47 +02:00 |
result_asset.rb
|
Replaced hardcoded values with unified constants. Minor refactoring. Also front-end error handling was updated accordingly. [fixes SCI-408]
|
2016-09-16 15:56:44 +02:00 |
result_comment.rb
|
Replaced hardcoded values with unified constants. Minor refactoring. Also front-end error handling was updated accordingly. [fixes SCI-408]
|
2016-09-16 15:56:44 +02:00 |
result_table.rb
|
Replaced hardcoded values with unified constants. Minor refactoring. Also front-end error handling was updated accordingly. [fixes SCI-408]
|
2016-09-16 15:56:44 +02:00 |
result_text.rb
|
fix validation logic
|
2016-11-11 11:42:16 +01:00 |
sample.rb
|
Fixed Hound alerts.
|
2016-10-17 11:57:46 +02:00 |
sample_comment.rb
|
Initial commit.
|
2016-02-12 16:52:43 +01:00 |
sample_custom_field.rb
|
Ruby constants are now automatically available in JS. Refactoring was needed.
|
2016-10-17 11:57:37 +02:00 |
sample_group.rb
|
refactor sample types/groups [fixes SCI-700]
|
2016-12-02 09:58:35 +01:00 |
sample_my_module.rb
|
Added missing validations for text fields. Added text trimming, which removes spaces from beginning and ending of text. [fixes SCI-408]
|
2016-09-21 19:37:36 +02:00 |
sample_type.rb
|
refactor sample types/groups [fixes SCI-700]
|
2016-12-02 09:58:35 +01:00 |
samples_table.rb
|
add new column on first position
|
2016-12-15 11:20:40 +01:00 |
step.rb
|
fix validation logic
|
2016-11-11 11:42:16 +01:00 |
step_asset.rb
|
Fixed hound alerts.
|
2016-08-17 21:02:05 +02:00 |
step_comment.rb
|
Initial commit.
|
2016-02-12 16:52:43 +01:00 |
step_table.rb
|
Initial commit.
|
2016-02-12 16:52:43 +01:00 |
table.rb
|
Ruby constants are now automatically available in JS. Refactoring was needed.
|
2016-10-17 11:57:37 +02:00 |
tag.rb
|
Ruby constants are now automatically available in JS. Refactoring was needed.
|
2016-10-17 11:57:37 +02:00 |
temp_file.rb
|
Initial commit.
|
2016-02-12 16:52:43 +01:00 |
user.rb
|
Merge pull request #361 from biosistemika/improved-sample-table
|
2016-12-16 15:37:54 +01:00 |
user_my_module.rb
|
Initial commit.
|
2016-02-12 16:52:43 +01:00 |
user_notification.rb
|
Replaced hardcoded infinity values with constants. Added quotation marks to Ruby string constants in JS.
|
2016-10-17 11:57:47 +02:00 |
user_organization.rb
|
refactoring
|
2016-12-08 14:41:35 +01:00 |
user_project.rb
|
fixed models
|
2016-07-22 15:36:48 +02:00 |