Commit

commit 9f28c5a3487d1a573c830252ae2ab9d153a0c8dd
Author: Jan Dankert 
Date:   Fri Nov 10 01:53:33 2017 +0100

    CSS und Javascript je als 1 Datei zusammenfassen, um HTTP-Requests einzusparen. Im Production-Mode wird minifiziert (Laufzeit prüfen, ggf. kommt das wieder raus). Einbau LESS-Parser, vorerst nur für die Theme-Einstellungen.

 action/Action.class.php                            |    16 +-
 action/IndexAction.class.php                       |   187 +
 action/LoginAction.class.php                       |     2 +-
 dispatcher.php                                     |     4 +-
 themes/default/css/openrat-theme.css.php           |     9 -
 themes/default/css/openrat-theme.less              |  1819 ++++
 .../css/{openrat-ui.css.php => openrat-ui.css}     |   261 +-
 ...rat-workbench.css.php => openrat-workbench.css} |    32 +-
 themes/default/include/html/form/form.js           |     4 +-
 themes/default/include/html/upload/upload.css      |     4 +-
 themes/default/include/html/upload/upload.js       |     2 +-
 themes/default/js/openrat.js                       |    97 +-
 themes/default/layout/index.php                    |    85 +-
 util/JSqueeze.class.php                            |  1064 ++
 util/Less.php                                      | 10524 +++++++++++++++++++
 util/include.inc.php                               |     2 +
 16 files changed, 13842 insertions(+), 270 deletions(-)