42 Commits

Author SHA1 Message Date
Marco Dickert
f57ef6a469 Merge branch 'master' of github.com:novashdima/ifm into novashdima-master 2023-12-05 15:23:52 +01:00
Marco Dickert
cbdb7fb9b7 Version 4.0.2 2023-12-05 14:52:18 +01:00
Marco Dickert
4ff8fe8965 Version 4.0.1 2023-11-23 15:44:18 +01:00
Marco Dickert
2f9e1f35b9 Valid php syntax for includes 2023-11-23 14:56:32 +01:00
Dmitriy Novash
6ab7e569ef
fix code style warnings by latest psr 2022-12-22 18:37:31 +02:00
Marco Dickert
6f43790c9a Fix issues after merge
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2021-01-21 17:06:23 +01:00
Marco Dickert
5ee3e4a8dc Merge branch 'master' into sane-coding-style 2020-10-15 14:41:55 +02:00
Marco Dickert
fc20396c6d Version 2.6.3
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2020-10-09 18:18:58 +02:00
Marco Dickert
08742970a4 Sane coding style for PHP part.
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2020-10-05 15:44:28 +02:00
Dmitriy Novash
c73fe8b4c1
Fix compile if no language selected 2020-10-01 11:32:54 +03:00
Dmitriy Novash
84152e3296
Get lang name in more right way 2020-10-01 11:32:11 +03:00
Marco Dickert
e014781af4 i18n: Add english as always available, and merge other languages in case of missing keys
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2020-08-04 21:12:02 +02:00
Marco Dickert
3640b481d7 Remove 'simple' prefix for normal builds
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2020-07-18 19:07:24 +02:00
Marco Dickert
526f3c50e3 Add option for CDN build, tweak language detection
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2020-07-18 15:33:08 +02:00
Marco Dickert
1c05108a9d Merge branch 'fixes' into cryol-master 2020-07-18 14:22:39 +02:00
Marco Dickert
d1ec39fdfa Fix docker, remove debug output from ifmarchive class
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2020-07-16 22:41:07 +02:00
Anton Baranov
538e249aec
Fixed auth error view, rewrite modals 2020-07-10 05:34:00 +03:00
Anton Baranov
ffd00b4503
Update compiler.php 2020-07-03 12:28:56 +03:00
Anton Baranov
3636b75d4a
Update compiler.php 2020-07-03 12:24:53 +03:00
Marco Dickert
7d37b245d9 Make non-cdn version the default
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2020-06-12 15:44:03 +02:00
Anton Baranov
b0a9a34da8
12 июн 2020 г. 3:11:40 merge original project modifications 2020-06-12 03:11:40 +03:00
Anton Baranov
5c3c5e955f
merge original project modifications 2020-06-06 07:45:29 +03:00
Anton Baranov
7d9ef6390d
[=] Fix modal classes 2020-03-09 18:11:44 +02:00
Anton Baranov
358ed6397d
- [=] fix navbar and modal conflict 2020-03-07 08:08:25 +02:00
Anton Baranov
f176e77be1
Up to v2.6.0
====
    - [=] [Bootstrap](https://getbootstrap.com/docs/4.4/) updated from 3.4.1 to 4.4.1
    - [=] [Bootstrap Menu](https://github.com/cryol/bootstrap-menu) fork and refactoring
    - [=] [Datatables](https://datatables.net/) change bs to bs4 v1.10.20
    - [=] Rewrite templates to bs4.
    - [=] Rewrite compiler - CDN/NON-CDN exclude to assets.part/assets.cdn.part.
2020-03-07 05:44:12 +02:00
Anton Baranov
a0292a47bb
Up to v2.5.2
====
- [+] [Classnames](https://github.com/JedWatson/classnames) 2.2.6 added as separate script
- [+] [jQueryUI](https://jqueryui.com/) 1.12.1 added as separate script
- [+] [Lodash](https://lodash.com/) 4.17.15 added as separate script
- [-] [Classnames](https://github.com/JedWatson/classnames) 2.1.3 removed from BootstrapMenu.js
- [-] [jQueryUI](https://jqueryui.com/) 1.12.0 removed from BootstrapMenu.js
- [-] [Lodash](https://lodash.com/) modules removed from BootstrapMenu.js
- [=] [Ace](https://ace.c9.io/) updated from 1.3.1 to 1.4.8
- [=] [Bootstrap](https://getbootstrap.com/docs/3.4/) updated from 3.3.7 to 3.4.1
- [=] [Bootstrap Menu](https://github.com/dgoguerra/bootstrap-menu) refactoring
- [=] [Bootstrap Notify](http://bootstrap-notify.remabledesigns.com/) updated from 3.1.2 to 3.1.7
- [=] [Datatables](https://datatables.net/) updated from 1.10.16 to 1.10.20
- [=] [jQuery](https://jquery.com/) updated from 3.1.1 to 3.4.1
- [=] [Mustache](https://mustache.github.io/) updated from 2.3.0 to 2.3.2
- [=] Add compiler option `"IFM_CDN"` to build app with resources from CDNs instead of included.
- [=] Replaced `tooltip` image preview by `popover` due to Bootstrap 3.4.1 compatibility problems.
2020-03-05 04:30:50 +02:00
Anton Baranov
caf5d0db33
### Fixes
- Remove duplicate lines in localizations

### Add/Modificate
- Add Russian translation
- Return version in project
- Add display version in footer
2020-02-20 09:58:29 +02:00
Marco Dickert
bca92a839d Added ability to include ace extensions, like syntax highlighting and other features 2018-03-26 17:28:41 +02:00
Marco Dickert
382c402953 add compiler options for languages, closes #72 2017-08-08 17:48:39 +02:00
Marco Dickert
8674dd3d12 reworked the compiler 2017-07-31 11:34:07 +02:00
Marco Dickert
8b02b57a41 added support for archive file types: tar, tar.gz, tar.bz2, tgz
closes #44
2017-07-26 02:35:06 +02:00
Marco Dickert
993e5e3bbc add *real* htpasswd parser. closes #41 2017-07-20 14:23:33 +02:00
Marco Dickert
8ce4c89de8 disable compressed build 2017-07-18 14:04:56 +02:00
Marco Dickert
5c9bd19ed1 fix merge conflicts 2017-07-18 13:51:23 +02:00
Marco Dickert
fcc9108beb fixed merge conflicts 2017-07-18 13:34:29 +02:00
Marco Dickert
1171346cbe fixed merge conflicts 2017-07-18 13:32:38 +02:00
Marco Dickert
3874bc275b fixed some problems with inline mode 2017-07-06 17:24:15 +02:00
Marco Dickert
9aa1528425 fixed compiler error 2017-07-06 16:39:16 +02:00
Marco Dickert
75f060d6b7 extended compiler: standalone and library build 2017-07-06 16:04:40 +02:00
Marco Dickert
ded60090c9 initial commit after switching to bootstrap 2017-02-14 12:22:40 +01:00
Marco Dickert
ed260c2573 misterunknown: replaced old zip class, added ability to download script root as a zip file 2016-11-23 05:19:03 +01:00
Marco Dickert
cb5132b3e2 misterunknown: complete refactor of code including splitting it up to multiple files and build a compiler 2016-11-17 17:01:26 +01:00