Commit Graph

159 Commits

Author SHA1 Message Date
Manuel Friedli 644c3c42b6 Merge branch 'develop' into split-quotedprintable-and-utf8 2017-03-15 00:00:49 +01:00
Manuel Friedli c4f508705f Merge branch '16-migrate-build-to-webpack' into 'develop'
Resolve "Migrate build to webpack"

Closes #16

See merge request !11
2017-03-14 23:58:04 +01:00
Manuel Friedli 0409f69490 Test for the target path variable being set 2017-03-14 23:54:42 +01:00
Manuel Friedli 395b54c849 Updated deploy process for the production environment. 2017-03-14 23:46:57 +01:00
Manuel Friedli 1386babee5 Fixed conversions that depend on pure JS modules
That is:
- quoted printable
- punycode
- (utf8), dependency of quoted printable
2017-03-14 23:36:39 +01:00
Manuel Friedli 710b703a8f Fixed references to fonts
Moved the definitions to the main style.css file
2017-03-14 22:36:13 +01:00
Manuel Friedli 06ed0eb2dd Adjusted the publicPath property. 2017-03-14 21:34:51 +01:00
Manuel Friedli 13e6f6603e Updated ci-config for the webpack build 2017-03-14 17:39:09 +01:00
Manuel Friedli 8fc3b8e3aa Now it mostly works with some limitations:
- ambient declarations seem not to be working, thus the following
  converters have temporarily been disabled:
  - punycode
  - utf8
  - quoted-printable
2017-03-14 17:35:36 +01:00
Manuel Friedli 3938254b36 Using the latest version of extract-text-webpack-plugin
This resolves an issue where this plugin doesn't work at all.
2017-03-14 15:45:31 +01:00
Manuel Friedli be51aab2ee Intermediate commit:
- webpack build does not run successfully, typescript errors out, saying
  "TS2304: Cannot find name 'module'." or 'require' or 'process' in
  certain .ts files.
2017-03-14 15:42:11 +01:00
Manuel Friedli d6604351fe Merge branch 'feature/go-gitlab-pages' into 'develop'
Feature/go gitlab pages

See merge request !10
2017-03-14 01:02:57 +01:00
Manuel Friedli bccceaed6e re-enabled deployment to production 2017-03-14 00:50:14 +01:00
Manuel Friedli 79139812a4 reverted the branch-based deployment to staging 2017-03-14 00:35:56 +01:00
Manuel Friedli 8d9bd73da6 fixed the deploy stage for the staging environment 2017-03-14 00:27:00 +01:00
Manuel Friedli 9edd2b6dbf updated .gitlab-ci.yml. tried to put pages artifacts into branch-based subfolder 2017-03-14 00:21:43 +01:00
Manuel Friedli 23a131aec4 fixed paths for fonts 2017-03-09 22:35:46 +01:00
Manuel Friedli c2960f11e8 fixed typo 2017-03-07 04:23:23 +01:00
Manuel Friedli c9c4836a88 fixed syntax errors 2017-03-07 04:16:22 +01:00
Manuel Friedli 603f0ca94d try to enable gitlab-pages 2017-03-07 04:12:52 +01:00
Manuel Friedli 1835634d6c split quotedprintable and utf8 converters 2016-09-28 13:53:05 +02:00
Manuel Friedli 242d733b01 Merge branch 'feature/punycodeconversion' into 'develop'
Feature/punycodeconversion



See merge request !9
2016-09-28 00:13:09 +02:00
Manuel Friedli 69190625db add punycode.js to the artifacts; otherwise, the deployment won't work, obviously! 2016-09-28 00:06:10 +02:00
Manuel Friedli adbf1858ac include punycode.js for deployment 2016-09-28 00:00:27 +02:00
Manuel Friedli c8e2c421a6 added punycode de- and encoder 2016-09-27 23:50:52 +02:00
Manuel Friedli 77d3664cc1 Merge branch '13-set-up-build-for-productive-environment-conv-friedli-info' into 'develop'
make deploy.sh executable

Closes #13

See merge request !8
2016-09-27 02:36:45 +02:00
Manuel Friedli ee06449c3c make deploy.sh executable 2016-09-27 02:20:28 +02:00
Manuel Friedli f2940b2cb0 Merge branch '11-convert-any-input-data-holder-to-a-class' into 'develop'
created class for the input stuff

Closes #11

See merge request !7
2016-09-22 00:20:37 +02:00
Manuel Friedli 56ccace563 created class for the input stuff 2016-09-22 00:15:11 +02:00
Manuel Friedli 2deb03f754 Merge branch '12-clean-up-old-files' into 'develop'
deleted obsolete/old files

Closes #12

See merge request !6
2016-09-21 23:24:07 +02:00
Manuel Friedli e8fb01e912 Merge branch '8-display-more-specific-error-messages' into 'develop'
Resolve "Display more specific error messages"

Closes #8 and #9

See merge request !5
2016-09-21 23:18:21 +02:00
Manuel Friedli 6759ee5b6c deleted obsolete/old files 2016-09-21 23:14:07 +02:00
Manuel Friedli 9e77128b31 removed unnecessary import 2016-09-21 23:00:56 +02:00
Manuel Friedli 0f53010d4f fixed build error 2016-09-21 13:57:13 +02:00
Manuel Friedli a1067de032 added specific error messages to converters. 2016-09-21 13:36:39 +02:00
Manuel Friedli 052897180b Merge branch 'feature/reorganize' into 'develop'
Feature/reorganize



See merge request !4
2016-09-21 12:21:17 +02:00
Manuel Friedli a0bc772bf8 added fonts and js libraries 2016-09-21 03:04:58 +02:00
Manuel Friedli cb21aafcb5 also deploy converter files 2016-09-21 02:58:11 +02:00
Manuel Friedli 8b1455169e added more resources 2016-09-21 02:51:41 +02:00
Manuel Friedli eb5af06ffc hmm, is the syntax now correct? 2016-09-21 02:40:05 +02:00
Manuel Friedli fc3ae523a3 Merge branch 'feature/reorganize' of gittr.ch:manuel/dencode.org into feature/reorganize 2016-09-21 02:32:18 +02:00
Manuel Friedli c9c1e09a97 will it deploy with this configuration? 2016-09-21 02:31:42 +02:00
Manuel Friedli 0944cdb999 Update deploy.sh 2016-09-21 02:06:18 +02:00
Manuel Friedli 63d3762922 get rid of the old design; use a sleek, simple, clean one.
Well ... Perhaps this is subject to change, too.
2016-09-21 01:43:21 +02:00
Manuel Friedli 140060a733 re-order converters in the dropdown 2016-09-20 22:41:07 +02:00
Manuel Friedli f5999c5276 added a wrapper service for the native libraries 2016-09-20 22:34:31 +02:00
Manuel Friedli 9e95797211 simplified quoted printable stuff 2016-09-20 22:10:32 +02:00
Manuel Friedli 57756c85a9 deleted unneeded JS files/libraries. 2016-09-20 22:03:16 +02:00
Manuel Friedli 02735ff4a1 added QuotedPrintable{De,En}coder. 2016-09-20 22:02:38 +02:00
Manuel Friedli 01df7ac29c added 6 more converters:
- dec <-> bin
- dec <-> hex
- htmlentities de- and encode
2016-09-20 21:12:13 +02:00