-
Notifications
You must be signed in to change notification settings - Fork 19
Description
@Zsirafovics, you've opened the following pull requests:
- Environment variables #91
- Menu HTML5, new theme #92
- login.pl refactor according to HTML5 #93
- admin.pl refactor and adjusting User.pm according to HTML5 #94
Unfortunately I'm not able to review any of them (and it would cost me hundreds of CHF to do so).
The way to contribute code changes is described here. First of all, an issue has to be opened to discuss the plan. Changes to the code start, when there is an agreement about the solution.
On the technical level, these pull requests mix unrelated topics, don't respect the structure of the software and the coding style, change code for no obvious reason and contain no tests.
So please split your ideas into small pieces and open individual issues for them.
Some random details:
If it seems necessary for you to use your own logo or another theme on the login screen, then the discussion should be around how to make this possible.
Concerning the menu, the next step should be to get rid if the .ini file format and to make everything more flexible, so that it's possible to replace the whole menu at any level (application, company, user). Without breaking the access control, of course. Then we can discuss if it's necessary to display it in a different way.