Ashish Tank
|
4a341b381e
|
Added support for variables in nunjucks templates for translate filter
|
2020-12-31 18:58:21 +01:00 |
|
Mike Bishop
|
9ea7de8b44
|
Permit substituting a falsy value in translator variables
|
2020-12-31 10:10:01 -05:00 |
|
Karsten Hassel
|
e6cefcf948
|
Merge branch 'develop' into fix_modules_array
# Conflicts:
# CHANGELOG.md
|
2020-12-29 22:24:19 +01:00 |
|
Karsten Hassel
|
e507f95b2a
|
added suggestion from @rejas
|
2020-12-29 21:45:35 +01:00 |
|
Karsten Hassel
|
61cf92c67a
|
removes undefined objects from modules array, see issue #2382
|
2020-12-29 21:14:42 +01:00 |
|
rejas
|
7a4eddc592
|
Adjust some log levels
|
2020-12-29 18:50:27 +01:00 |
|
rejas
|
efafb1c28a
|
Cleanup jsdoc
|
2020-12-29 18:48:45 +01:00 |
|
rejas
|
67bedf8648
|
Add missing function ()
|
2020-12-29 18:38:38 +01:00 |
|
veeck
|
ea264cb15e
|
Update console-stamp to latest version and configure it
|
2020-11-24 09:54:59 +01:00 |
|
Jake Mulley
|
1eae4425d8
|
Merge branch 'develop' into packages
|
2020-11-08 21:21:31 +00:00 |
|
Jake Mulley
|
a6386bd60e
|
Update npm packages and resolve package changes
|
2020-11-08 21:18:19 +00:00 |
|
veeck
|
5ac20d65ac
|
Add new log level "debug" for such a purpose
|
2020-11-06 11:47:09 +01:00 |
|
Sam Detweiler
|
69efca0bdb
|
use Log.error instead of console.log for error message, shows in output
|
2020-10-05 10:45:07 -05:00 |
|
Sam Detweiler
|
8fa96c2836
|
add error handler to json parsing of translation files
|
2020-10-04 12:13:08 -05:00 |
|
bugsounet
|
102ff15a99
|
Checking formatting...
All matched files use Prettier code style!
|
2020-09-22 00:26:24 +02:00 |
|
Cédric
|
19148cfc84
|
Update loader.js
|
2020-09-22 00:04:05 +02:00 |
|
Cédric
|
97c2bab58a
|
apply ConfigMerge() if configDeepMerge: true
|
2020-09-21 23:21:43 +02:00 |
|
Cédric
|
1f473228ce
|
New purpose for configMerge()
|
2020-09-21 23:17:41 +02:00 |
|
Cédric
|
340a8e4176
|
(test react for in my repo)
|
2020-09-21 22:36:54 +02:00 |
|
rejas
|
ec08cb32aa
|
Set visibility of header more explicitly
|
2020-08-13 21:51:18 +02:00 |
|
Michael Teeuw
|
904f5a2656
|
Merge pull request #2112 from rejas/issue_2109
Fix config check after merge of prettier
|
2020-08-13 21:44:08 +02:00 |
|
rejas
|
66609428a2
|
Remove thrown Errors and add some color to the ouput
|
2020-08-08 22:16:27 +02:00 |
|
rejas
|
056b66a764
|
Dont use the prettier based config for verifying the syntax
|
2020-08-07 09:57:06 +02:00 |
|
rejas
|
05659820d0
|
Minor cleanups
|
2020-08-01 17:06:56 +02:00 |
|
rejas
|
02779ef725
|
Cleanup main jsdoc
|
2020-08-01 17:06:46 +02:00 |
|
rejas
|
935c9b6a42
|
Cleanup loader jsdoc
|
2020-08-01 16:38:42 +02:00 |
|
rejas
|
522f7644a3
|
Add typedef for Module, use it in other jsdocs
|
2020-08-01 16:31:42 +02:00 |
|
rejas
|
2d5a19b676
|
Cleanup module jsdoc
|
2020-07-28 17:29:21 +02:00 |
|
rejas
|
d1e8dded68
|
Cleanup class jsdoc
|
2020-07-28 17:29:16 +02:00 |
|
rejas
|
9888f66c84
|
Cleanup check_config jsdoc
|
2020-07-28 17:29:10 +02:00 |
|
rejas
|
5ec51d0ccc
|
Cleanup app jsdoc
|
2020-07-28 16:49:02 +02:00 |
|
rejas
|
79f9331073
|
Cleanup translator jsdoc
|
2020-07-27 21:37:08 +02:00 |
|
rejas
|
43bcf4ab98
|
Run eslint over files, see what gets fixed automatically and clean up
|
2020-07-27 14:25:43 +02:00 |
|
Michael Teeuw
|
a00a1c64d1
|
Merge pull request #2083 from sthuber90/backward-browser-compatability
Backward browser compatability
|
2020-07-17 16:25:35 +02:00 |
|
Stephan Huber
|
377e42affc
|
fix display style for older browsers
|
2020-07-10 23:12:17 +02:00 |
|
Stephan Huber
|
0ac5d56865
|
must be const for backward compatibility
|
2020-07-10 23:03:36 +02:00 |
|
rejas
|
dc089d7db9
|
Remove stripCommentsFromJson code and test
Since we dont allow comments in the json anymore anyway
|
2020-07-09 20:30:26 +02:00 |
|
rejas
|
9f5e1b59fb
|
Set logLevel after loading config
|
2020-07-04 22:02:39 +02:00 |
|
Michael Teeuw
|
fd49be1d9b
|
Remove unreachable code.
|
2020-06-14 14:14:30 +02:00 |
|
Michael Teeuw
|
c40a5648dd
|
Merge branch 'develop' into config_logger
|
2020-06-14 14:02:48 +02:00 |
|
rejas
|
c7a88e2f12
|
Throw error when check_config fails
|
2020-06-14 11:04:11 +02:00 |
|
rejas
|
963b1aa6b1
|
Final cleanups I think
|
2020-06-02 15:05:31 +02:00 |
|
rejas
|
008ac2876b
|
More console -> Logger conversions
|
2020-06-02 15:05:31 +02:00 |
|
Veeck
|
13073bc98d
|
Lint stuff
|
2020-06-02 15:03:59 +02:00 |
|
Veeck
|
2334cbd78a
|
User logger in checkconfig script
|
2020-06-02 15:03:59 +02:00 |
|
rejas
|
0cae954f80
|
Use Log in loader too
|
2020-06-02 15:03:59 +02:00 |
|
rejas
|
c60446a015
|
Fix tests
|
2020-06-02 15:03:59 +02:00 |
|
Veeck
|
d0c6a4ee6d
|
Make logger configurable
|
2020-06-02 15:03:59 +02:00 |
|
rejas
|
f2d03a511e
|
User logger in node files
|
2020-06-02 15:03:59 +02:00 |
|
rejas
|
367233c318
|
Add console-stamp to node-logger
|
2020-06-02 15:03:59 +02:00 |
|