1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-10 00:46:15 +01:00

2847 Commits

Author SHA1 Message Date
Sylvain
5764233c67 fix stylesheets compilation with webpack 2020-09-22 09:45:18 +02:00
Sylvain
9b6e5408f9 refactor usage of html templates in JS to make it compatible with webpack html-loader 2020-09-21 14:50:28 +02:00
Sylvain
d43516f6fe fixes [:ctrlreg] The controller with the name '...' is not registered 2020-09-21 13:23:28 +02:00
Sylvain
45d60952b7 [WIP] fix webpack dependencies with global variables
Using:
- expose-loader
- exports-loader
- import-loader
- https://medium.com/@drgenejones/using-webpack-with-legacy-angular-spas-exposing-global-variables-to-child-modules-599e32f373c9
2020-09-16 16:54:56 +02:00
Sylvain
ad2ca33c6f export Application (shimming) 2020-09-16 15:38:07 +02:00
Sylvain
72d79e8e31 fix erb+nonJS loaders 2020-09-16 14:12:45 +02:00
Sylvain
b760c10414 fix sass for webpack 2020-09-15 12:57:54 +02:00
Sylvain
ec8fe3bf28 fixes import of JS dependencies 2020-09-14 16:08:49 +02:00
Sylvain
6e5713438f remove useless references to asset_pack_path or equivalents 2020-09-09 15:28:35 +02:00
Sylvain
44ca50b4e1 load template and erb with webpack 2020-09-09 11:54:49 +02:00
Sylvain
cd1abb15e8 enable splitchunk 2020-09-09 08:51:53 +02:00
Sylvain
e37e368e90 updated links to html assets to use webpacker 2020-09-09 08:45:48 +02:00
Sylvain
9efab4e3a1 migrate to webpack
https://mariochavez.io/desarrollo/2020/05/19/from-the-asset-pipeline-to-webpack.html
2020-09-07 15:52:05 +02:00
Sylvain
3a705fb41f [bug] unable to run tests suite with run-tests.sh 2020-09-01 11:00:22 +02:00
Sylvain
bb95376fc5 New translations app.public.en.yml (French) 2020-08-26 08:44:10 +02:00
Sylvain
9c78093e95 New translations app.admin.en.yml (French) 2020-08-26 08:44:08 +02:00
Sylvain
787353f4e2 New translations app.public.en.yml (Zulu) 2020-08-24 17:00:36 +02:00
Sylvain
330f93284e New translations app.admin.en.yml (French) 2020-08-24 17:00:34 +02:00
Sylvain
aedc29850e New translations app.public.en.yml (French) 2020-08-24 17:00:31 +02:00
Sylvain
279ec4e99e New translations app.public.en.yml (Spanish) 2020-08-24 17:00:25 +02:00
Sylvain
353c57b682 New translations app.public.en.yml (Portuguese) 2020-08-24 17:00:20 +02:00
Sylvain
e7f8dacfce New translations app.admin.en.yml (Zulu) 2020-08-24 17:00:17 +02:00
Sylvain
abd6979ec7 [bug] erroneous translations in english (#226) 2020-08-24 16:54:30 +02:00
Sylvain
c527ffaeae New translations app.logged.en.yml (Portuguese) 2020-08-17 22:39:24 +02:00
Sylvain
0a386ee4e2
Merge pull request #225 from sleede/l10n_dev
New Crowdin updates
2020-07-29 15:05:13 +02:00
Sylvain
18c82f2d1b New translations en.yml (French) 2020-07-29 14:40:21 +02:00
Sylvain
98cf40a93c New translations en.yml (Spanish) 2020-07-29 14:40:17 +02:00
Sylvain
7e2a409b94 New translations en.yml (Portuguese) 2020-07-29 14:40:14 +02:00
Sylvain
e2d701719d New translations en.yml (French) 2020-07-29 14:38:06 +02:00
Sylvain
94354dca82 New translations en.yml (Spanish) 2020-07-29 14:38:02 +02:00
Sylvain
e7e96a5289 New translations en.yml (Portuguese) 2020-07-29 14:37:57 +02:00
Sylvain
1e1658cd67 New translations en.yml (Zulu) 2020-07-29 14:37:50 +02:00
Sylvain
190e815f73 [bug] unable to export subscriptions 2020-07-22 12:33:35 +02:00
Sylvain
52ac637e27
Merge pull request #224 from sleede/l10n_dev
New Crowdin updates
2020-07-21 18:22:23 +02:00
Sylvain
3a9c221cec New translations en.yml (French) 2020-07-21 18:21:13 +02:00
Sylvain
c0de645f67 New translations en.yml (Spanish) 2020-07-21 18:21:09 +02:00
Sylvain
f0858ffa11 New translations en.yml (Portuguese) 2020-07-21 18:21:06 +02:00
Sylvain
9cd55b1a07 New translations en.yml (Spanish) 2020-07-21 18:19:33 +02:00
Sylvain
075f4a5c0b New translations en.yml (French) 2020-07-21 18:19:31 +02:00
Sylvain
346cbb570f New translations en.yml (Portuguese) 2020-07-21 18:19:27 +02:00
Sylvain
1fd70fb1da New translations en.yml (Zulu) 2020-07-21 18:19:23 +02:00
Sylvain
62e6764d8e [bug] unable to receive emails in development 2020-07-21 17:53:58 +02:00
Sylvain
e5cef6e6bf [bug] unable to export reservations 2020-07-21 17:25:19 +02:00
Sylvain
9ca64418e7 [bug] version check is not working 2020-07-01 16:56:21 +02:00
Sylvain
74ac0bff85 [bug] invalid URL redirection for SSO login 2020-06-30 12:07:21 +02:00
Sylvain
65470ca3e6 WIP: fix SSO redirect url
see: https://github.com/rails/rails/issues/29992
2020-06-29 16:53:38 +02:00
Sylvain
e95b270433 multiples fixes
- improved project search
- fix db schema (sql)
- improved doc
- removed es_language_analyzer var (deprecated)
2020-06-24 17:22:38 +02:00
Sylvain
3628b318bd
Merge pull request #220 from sleede/l10n_dev
New Crowdin updates
2020-06-24 11:45:47 +02:00
Sylvain
b7ba86456f New translations app.shared.en.yml (Spanish) 2020-06-24 11:43:47 +02:00
Sylvain
2875250f18 New translations app.shared.en.yml (Spanish) 2020-06-24 11:39:34 +02:00