relis icon indicating copy to clipboard operation
relis copied to clipboard

Tool for conducting systematic literature reviews and mapping studies

Results 41 relis issues
Sort by recently updated
recently updated
newest added

At this moment, most database queries are made using string concatenation without escaping the user input, which might allow an attacker to achieve SQL Injection. Since ReLiS is using CodeIgniter...

- [x] Changed the name of Image to the Public Relis Development Image in the `relis_deployments/docker-compose.yml` file. - [x] Modified Readme to use the Development image and not rebuild the...

To be ready for using the recent php versions >= 7.0, we need changes in the mysql backend. ## Installation routine Just replaced the use of __mysql__ backend functions with...

Upon a fresh install of ReLiS, a demo user and demo project should be available right away. ## Demo user ```sql INSERT INTO users (user_id, user_name, user_username, user_mail, user_usergroup, user_password,...

enhancement

Currently, when inclusion criteria are specified, one criteria can be selected when including a paper. However, there are other uses in protocols when inclusion criteria are present. We should support...

enhancement

Currently, the docker instance already has ReLiS running on it. We also need a way to initialize ReLiS on docker. This initial installation does the following: - Define the configuration...

bug

Anywhere there is a *list*, e.g., Venues, Authors, Reference Categories, **except Papers**, it should be possible to merge values into one. For example, we have two authors, Homer Simpson and...

enhancement

Migrate the code-base to use the CodeIgniter 4+ framework. Update the source code to use PHP 8+

enhancement

When I screen a paper and I exclude a paper, if I don't select an exclusion criteria, a popup prevents me from saving the decision. That's fine. Now, if I...

bug

Currently, the export to R feature only supports categories from the data extraction form that are continuous or nominal. We want to support also ordinal categories. In the data extraction...

enhancement