Pierre Rioux
Pierre Rioux
I am pretty sure this will be fixed as part of my PR #1145 ; it's one of the bugs I discovered while working on the main issue
This doesn't work. There are no places where the configuration for the servers are made: 1. the config_portal.rb (or config_bourreau.rb) is not properly poluated with a name 2. the database.yml...
No activity and no fixes, closing.
Maybe also special substitution tokens for "first task", "last task", "first file" and "last files" instead of comparing the counters to 1 and N.
Shoudl be combined with #1227
Hello Ribal, I'm not sure I understand. According to the current schema, there are only 29 tables in CBRAIN: ``` > grep -c create_table schema.rb 29 ``` So where does...
The raw `mysql` command would be: ``` ALTER DATABASE database_name CHARACTER SET utf8 COLLATE utf8_unicode_ci; ``` (Adjust the database name; might require quotes around the values, too)
The error message is horrible but I think it means you can't filter by both children and parents. You provided names in both search fields.
In the example above, six distinct configs for the tool SimpleFileExtractor exist, and they all differ in what kind of local DataProviders they can acces, but that information is in...
Well I'm working on #133 right now so I'll have to look at this next week.