Sveto Krchnavy
Sveto Krchnavy
Added an e-mail signature variable into e-mail templates, which is configurable for each user and from the GUI under My Profile settings (so it is available to everyone, not just...
Due to possible length of ACL configuration, extra configuration file shall be used to simplify the installation and management process fixes #265
all javascripts from modules were moved to js as subdir with module name. Similar move also for css from modules to css dir. Also root css were moved to css...
file db/cats_schema.sql is text file and when repository cloned on windows, file contains [CR][LF] line endings. When using docker to run OpenCATS, wizzard fails during creation of DB schema. Reason...
OpenCATS uses PHP 5.X. PHP 7 is available, so it would be nice to upgrade code to be compliant to this version.
### Expected behavior and actual behavior. Activity date shall be updated based on data/time when update was submitted. Strange date is provided ### Steps to reproduce the problem. * login...
In release 0.9.4 there is ACL configuration as a part of config.php file (as example inside comment block) This makes config.php too big and could cause merge issues when users...
Steps to reproduce - create 'candidate1' - create 'joborder1' and 'joborder2' - add 'candidate1' and 'candidate 2' into pipeline of 'joborder1' and 'joborder2' - go to 'joborder1' and change status...
Steps to reproduce - go to `Settings` - go to `Administration` - go to `Data Import` Subnebu in green part not displayed, it is necessary to go via settings back...
@mlespiau: >The design could be improved - this feature is adding if-cases in at least two places of the code when we could use polymorphism instead for a cleaner design....