keppler 2.1.18 → 2.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -6
- data/installer/core/.rspec +1 -0
- data/installer/core/Gemfile +2 -0
- data/installer/core/Gemfile.lock +3 -0
- data/installer/core/app/assets/stylesheets/admin/utils/_theme.scss +9 -0
- data/installer/core/app/controllers/admin/admin_controller.rb +7 -3
- data/installer/core/app/controllers/admin/settings_controller.rb +17 -17
- data/installer/core/app/controllers/application_controller.rb +1 -0
- data/installer/core/app/controllers/devise/keppler_sessions_controller.rb +116 -0
- data/installer/core/app/helpers/sessions_helper.rb +12 -0
- data/installer/core/app/views/admin/layouts/_navigation.html.haml +1 -1
- data/installer/core/app/views/admin/layouts/_sidebar.html.haml +4 -1
- data/installer/core/app/views/admin/settings/fields/_appearance.html.haml +0 -8
- data/installer/core/app/views/admin/settings/fields/_configuration.html.haml +28 -0
- data/installer/core/app/views/devise/keppler_sessions/new.html.haml +35 -0
- data/installer/core/app/views/errors/internal_server_error.html.haml +1 -1
- data/installer/core/app/views/errors/not_found.html.haml +1 -1
- data/installer/core/app/views/errors/unprocessable.html.haml +1 -1
- data/installer/core/config/application.rb +1 -1
- data/installer/core/config/initializers/keppler_configuration.rb +1 -1
- data/installer/core/config/locales/en.yml +3 -1
- data/installer/core/config/locales/es.yml +3 -1
- data/installer/core/config/routes.rb +14 -4
- data/installer/core/db/migrate/20160201210520_create_appearances.rb +1 -0
- data/installer/core/db/seeds.rb +0 -56
- data/installer/core/node_modules/.yarn-integrity +12 -0
- data/installer/core/public/assets/.sprockets-manifest-877f022ba780399cd6a445cb823e8e72.json +1 -0
- data/installer/core/public/assets/admin/application-58d3091abebccc0cbdc30400232e382b2b1af77adf19a8b0b7f1176d04e3e5e9.js +69621 -0
- data/installer/core/public/assets/admin/application-58d3091abebccc0cbdc30400232e382b2b1af77adf19a8b0b7f1176d04e3e5e9.js.gz +0 -0
- data/installer/core/public/assets/admin/application-b27fef8a9a1ff72bcdcc99542bef8dc3a0e5dabce87889ccfa6f292de2f80d7a.css +35768 -0
- data/installer/core/public/assets/admin/application-b27fef8a9a1ff72bcdcc99542bef8dc3a0e5dabce87889ccfa6f292de2f80d7a.css.gz +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/astronauta_keppler.svg → installer/core/public/assets/admin/astronauta_keppler-d82d3870b4df83d706e62601ee8bcdbf226ce7ca7928602d4de1055a95a8b751.svg} +0 -0
- data/installer/core/public/assets/admin/astronauta_keppler-d82d3870b4df83d706e62601ee8bcdbf226ce7ca7928602d4de1055a95a8b751.svg.gz +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/avatar_keppler.svg → installer/core/public/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg} +0 -0
- data/installer/core/public/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/css/gss.html → installer/core/public/assets/admin/codemirror/mode/css/gss-c9fc3e7b6f68e62e1d26819c29c1be5beb597140fd8141293549385c79222d98.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/css/gss-c9fc3e7b6f68e62e1d26819c29c1be5beb597140fd8141293549385c79222d98.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/css/index.html → installer/core/public/assets/admin/codemirror/mode/css/index-1408e496c4871b6ab739e26b9f3dceaa8ef071aebce27d37c2f504a7f8033ccd.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/css/index-1408e496c4871b6ab739e26b9f3dceaa8ef071aebce27d37c2f504a7f8033ccd.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/css/less.html → installer/core/public/assets/admin/codemirror/mode/css/less-f7c3a9cfe1b5f3135f2e01037e9020d50b9c23103b8065514095fbbdea4e0764.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/css/less-f7c3a9cfe1b5f3135f2e01037e9020d50b9c23103b8065514095fbbdea4e0764.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/css/scss.html → installer/core/public/assets/admin/codemirror/mode/css/scss-bad8aebefd205cd2e6eae3abbed6ffc808bbe7e7eea75acb9b1586ef2a762b3f.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/css/scss-bad8aebefd205cd2e6eae3abbed6ffc808bbe7e7eea75acb9b1586ef2a762b3f.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/haml/index.html → installer/core/public/assets/admin/codemirror/mode/haml/index-c6fc029a6ab99692007433b79e187d25c3e779645d0cf1039dda43bc983d5022.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/haml/index-c6fc029a6ab99692007433b79e187d25c3e779645d0cf1039dda43bc983d5022.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/htmlembedded/index.html → installer/core/public/assets/admin/codemirror/mode/htmlembedded/index-5f63fdda0414dad66a9837d592767325f553a21a4a44d6dc29e8b9183fde838a.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/htmlembedded/index-5f63fdda0414dad66a9837d592767325f553a21a4a44d6dc29e8b9183fde838a.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/htmlmixed/index.html → installer/core/public/assets/admin/codemirror/mode/htmlmixed/index-461cc2868fa06065c0443310e03fb947d324bcc31c13cb5b8b5b3ed30a10ebe6.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/htmlmixed/index-461cc2868fa06065c0443310e03fb947d324bcc31c13cb5b8b5b3ed30a10ebe6.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/javascript/index.html → installer/core/public/assets/admin/codemirror/mode/javascript/index-bd3eb54016a0d4bba846aa86a8dd5f451459f02c0a09352094b3d974ddabd6c3.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/javascript/index-bd3eb54016a0d4bba846aa86a8dd5f451459f02c0a09352094b3d974ddabd6c3.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/javascript/json-ld.html → installer/core/public/assets/admin/codemirror/mode/javascript/json-ld-ac787941ea8a1b871daf68054ca196a99d05cd6873587d4b62586aff9fb92452.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/javascript/json-ld-ac787941ea8a1b871daf68054ca196a99d05cd6873587d4b62586aff9fb92452.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/javascript/typescript.html → installer/core/public/assets/admin/codemirror/mode/javascript/typescript-f930148de0b8380ee4b3ca765c56c7b21e40b935a97cd1de75aa1b60843aa8b5.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/javascript/typescript-f930148de0b8380ee4b3ca765c56c7b21e40b935a97cd1de75aa1b60843aa8b5.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/ruby/index.html → installer/core/public/assets/admin/codemirror/mode/ruby/index-00f454d5eff4cef18448d1b8a0052595272d1414c208fb346222ab81eaef1d5a.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/ruby/index-00f454d5eff4cef18448d1b8a0052595272d1414c208fb346222ab81eaef1d5a.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/vue/index.html → installer/core/public/assets/admin/codemirror/mode/vue/index-72d3f8d8f5146bcd0f56166eb47299eee5f32fd150d7e4afac48dc4778105bea.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/vue/index-72d3f8d8f5146bcd0f56166eb47299eee5f32fd150d7e4afac48dc4778105bea.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/xml/index.html → installer/core/public/assets/admin/codemirror/mode/xml/index-d4700b1f6a65957d38cd05e178d099b0bbe200309a5d54172d797ce99dd4a247.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/xml/index-d4700b1f6a65957d38cd05e178d099b0bbe200309a5d54172d797ce99dd4a247.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/yaml-frontmatter/index.html → installer/core/public/assets/admin/codemirror/mode/yaml-frontmatter/index-7350bfe40ce807d0846efe10b17607190bfc8b75229866679c553e12ebf54f79.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/yaml-frontmatter/index-7350bfe40ce807d0846efe10b17607190bfc8b75229866679c553e12ebf54f79.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/yaml/index.html → installer/core/public/assets/admin/codemirror/mode/yaml/index-f998ecd3cffb4f8f1b0d8fcff32462681f7ea38e59bd66599ccd789d3d8b638f.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/yaml/index-f998ecd3cffb4f8f1b0d8fcff32462681f7ea38e59bd66599ccd789d3d8b638f.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/en.png → installer/core/public/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/es.png → installer/core/public/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/favicon.png → installer/core/public/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png} +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2 → installer/core/public/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu-930d66533ab5afb83f852c6e3ae10a1bacc46e97dfd92ddcb905b5556205d677.woff2} +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/Simple-Line-Icons.woff2 → installer/core/public/assets/admin/fonts-and-icons/fonts/Simple-Line-Icons-104673f4859604362a18fc6294197d8fffb8cb24ad3211e92eb04f655e18cf4a.woff2} +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/Simple-Line-Icons.woff → installer/core/public/assets/admin/fonts-and-icons/fonts/Simple-Line-Icons-14b825d7785bf7f90bab8b02c6df6f22863c639cab02038a8ba3e682ab7d2752.woff} +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/Simple-Line-Icons.eot → installer/core/public/assets/admin/fonts-and-icons/fonts/Simple-Line-Icons-1c823013a692818b26ad756540fcb73f53bfb3409af0d08129bb340c9c5c8a1f.eot} +0 -0
- data/installer/core/public/assets/admin/fonts-and-icons/fonts/Simple-Line-Icons-1c823013a692818b26ad756540fcb73f53bfb3409af0d08129bb340c9c5c8a1f.eot.gz +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/Simple-Line-Icons.ttf → installer/core/public/assets/admin/fonts-and-icons/fonts/Simple-Line-Icons-3f501ddb05c70829bbb51cfe9ca9fff57f39e060457c257b3ccf25df767f0870.ttf} +0 -0
- data/installer/core/public/assets/admin/fonts-and-icons/fonts/Simple-Line-Icons-3f501ddb05c70829bbb51cfe9ca9fff57f39e060457c257b3ccf25df767f0870.ttf.gz +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/boxicons.svg → installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-04e91e102f037f44d5fab187d1c120bdfe2029357c7e19957ec8ab284174668a.svg} +0 -0
- data/installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-04e91e102f037f44d5fab187d1c120bdfe2029357c7e19957ec8ab284174668a.svg.gz +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/boxicons.woff → installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-34b356ebfc024ecb1f42ecc4020ce1f9e0e40dfa569de7e24db7ff746774f904.woff} +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/boxicons.woff2 → installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-4db228a5fbed38f7046bcecafb5839a49b39756b48c4bec7a4c13d44ccb41b91.woff2} +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/boxicons.eot → installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-8a68af92eea95d1698739c0d390c8c73228b622b91f6e3170f19e765a8e8979b.eot} +0 -0
- data/installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-8a68af92eea95d1698739c0d390c8c73228b622b91f6e3170f19e765a8e8979b.eot.gz +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/boxicons.ttf → installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-db138c828adc2a31e6cfbb64188dd079eeef577131fd4bd138c4d566dd00b6bb.ttf} +0 -0
- data/installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-db138c828adc2a31e6cfbb64188dd079eeef577131fd4bd138c4d566dd00b6bb.ttf.gz +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/image_default.png → installer/core/public/assets/admin/image_default-be1d557511976c97715fc6215fc6c861f00a86c33654ef2ded273027182168b9.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/logo.png → installer/core/public/assets/admin/logo-6fc9f869f19a13f29ea006362e0a3be5fdf2c37c144a0ccac184c8e4b1e9bb28.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/logo2.png → installer/core/public/assets/admin/logo2-0b42a0f73a5f567a52100fea42cd88764a90ace1f2b0b76df3fdaca41a960421.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/profile-menu.jpg → installer/core/public/assets/admin/profile-menu-6222ad8e7c653f9216519a7ae99e072e38d6b7435a397648d9beb10678e11f40.jpg} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/search.png → installer/core/public/assets/admin/search-1ad39e363da0eb5ec86508ea61bd7c1198aad27e35c9f083466bda731c30f62d.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/slice.png → installer/core/public/assets/admin/slice-fdba819c5f7aac1c10620c1c7d8e1e9bae109765ff1e0cabce2f57400b6169bf.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/slice-icon.png → installer/core/public/assets/admin/slice-icon-54a0271ab483f5ed561a4f9e608bbc07ff76ad142d7462e9853f7c8cc1e39ad3.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/slice-icon-orange.png → installer/core/public/assets/admin/slice-icon-orange-7cdaf53dd3ec3822fe4d7e266766d2527d7f0e95fad681b3b38e000c80eca26f.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/slice_white.png → installer/core/public/assets/admin/slice_white-3396dde6fa31d2140341e38bfe39044f9f087294373fb75c53b1284387e0ac88.png} +0 -0
- data/installer/core/public/assets/adminlte/dist/img/boxed-bg-5487391fa5db6155709522886beebc00fd7433ffb7ae5f63e585497cd5174ae5.jpg +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/Cohete_nubes_new.png → installer/core/public/assets/app/Cohete_nubes_new-6222ad8e7c653f9216519a7ae99e072e38d6b7435a397648d9beb10678e11f40.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/Home_Keppler.png → installer/core/public/assets/app/Home_Keppler-2f69e6ff6073f785b8253e9fc23dfd06b210881bb611bdb8915c2d07993b90f6.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/Home_Keppler2.png → installer/core/public/assets/app/Home_Keppler2-09a96f8ea6f6ed972ce18747f308d02859c6bb076ab62812e2857389df8f3fab.png} +0 -0
- data/installer/core/public/assets/app/application-168cc167d8c7a14d11da39286d8f0fe13d50a6675e7da90a99ecad8abc962530.css +17575 -0
- data/installer/core/public/assets/app/application-168cc167d8c7a14d11da39286d8f0fe13d50a6675e7da90a99ecad8abc962530.css.gz +0 -0
- data/installer/core/public/assets/app/application-7feb58fe1bdf49525dc81b13cefa58ede1b6878f950febf6cf36cd51ff988445.js +19866 -0
- data/installer/core/public/assets/app/application-7feb58fe1bdf49525dc81b13cefa58ede1b6878f950febf6cf36cd51ff988445.js.gz +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/fondo.svg → installer/core/public/assets/app/fondo-0cace9dce98e106c6911a3eda205eba6a535965900043d7b803a9d178ea28c08.svg} +0 -0
- data/installer/core/public/assets/app/fondo-0cace9dce98e106c6911a3eda205eba6a535965900043d7b803a9d178ea28c08.svg.gz +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/keppler-front.png → installer/core/public/assets/app/keppler-front-a4b24e51b3249bc6cc06f3fd4b17cab6af17018629ec1110b14f6f769749a78e.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/slice.png → installer/core/public/assets/app/slice-fdba819c5f7aac1c10620c1c7d8e1e9bae109765ff1e0cabce2f57400b6169bf.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/slice-front.png → installer/core/public/assets/app/slice-front-366ab15723861e1b74139461053806b21c5d6e9d5f52baa24fd399fdbea23d70.png} +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot.gz +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg +288 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg.gz +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf.gz +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2 +0 -0
- data/installer/core/public/assets/ckeditor/adapters/jquery-1bc59ef62f52859422f96a481de8476c38bbecff7aa6301fc6732261f659bcd2.js +11 -0
- data/installer/core/public/assets/ckeditor/adapters/jquery-1bc59ef62f52859422f96a481de8476c38bbecff7aa6301fc6732261f659bcd2.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/adapters/jquery.js +11 -0
- data/installer/core/public/assets/ckeditor/adapters/jquery.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/application-42636d4067159a70cb5dd3c8f994ed4ed06ea1914f40348f715fd344ac1f5c30.css +225 -0
- data/installer/core/public/assets/ckeditor/application-42636d4067159a70cb5dd3c8f994ed4ed06ea1914f40348f715fd344ac1f5c30.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/application-56a1c7231485c7ea14ed14a767c7fc8d7cfc133308e31300f9751430a78dec38.js +2221 -0
- data/installer/core/public/assets/ckeditor/application-56a1c7231485c7ea14ed14a767c7fc8d7cfc133308e31300f9751430a78dec38.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/application.css +225 -0
- data/installer/core/public/assets/ckeditor/application.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/application.js +2221 -0
- data/installer/core/public/assets/ckeditor/application.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/ckeditor-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js +1185 -0
- data/installer/core/public/assets/ckeditor/ckeditor-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/ckeditor.js +1185 -0
- data/installer/core/public/assets/ckeditor/ckeditor.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/config-6728244dac0c5efcd52dd3415680536b746da4ebc863f0d7322891e465c36303.js +131 -0
- data/installer/core/public/assets/ckeditor/config-6728244dac0c5efcd52dd3415680536b746da4ebc863f0d7322891e465c36303.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/config.js +131 -0
- data/installer/core/public/assets/ckeditor/config.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/contents-2f984ad78c3fcc0586386f0850c78bc6a6e6e9c6aac695464eb1a3f04eaebe6f.css +209 -0
- data/installer/core/public/assets/ckeditor/contents-2f984ad78c3fcc0586386f0850c78bc6a6e6e9c6aac695464eb1a3f04eaebe6f.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/contents.css +209 -0
- data/installer/core/public/assets/ckeditor/contents.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/gal_add-e97dc0969bf9a7b88d048bcc2e4eb28a2f9ae75763e7076b4c68ee2e7de3ea05.png +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/gal_add.png +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/gal_del-5103ec7de60473f8c5bafa0208257dca3a993edb783a766666edbc606fd6c531.png +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/gal_del.png +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/gal_more-93d8887361f4dd7f757c20a186a2dae6e5cc6698da238814eacbff7b19a43f51.gif +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/gal_more.gif +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/javascripts/application-6eb1266221a129c66ba8976527279e7539746e3c5f6b1af3faf7b5a9d013d4e4.js +230 -0
- data/installer/core/public/assets/ckeditor/filebrowser/javascripts/application-6eb1266221a129c66ba8976527279e7539746e3c5f6b1af3faf7b5a9d013d4e4.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/javascripts/application.js +230 -0
- data/installer/core/public/assets/ckeditor/filebrowser/javascripts/application.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/preloader-3799a3e41d7787a31dac5796ebccc242951da2f2b57eb088326ab3bffe15056a.gif +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/preloader.gif +0 -0
- data/installer/core/public/assets/ckeditor/init-08a73ffab1aded8d16921075e0580e3cc58665718ea81934dda19cbffad54c85.js +1193 -0
- data/installer/core/public/assets/ckeditor/init-08a73ffab1aded8d16921075e0580e3cc58665718ea81934dda19cbffad54c85.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/init.js +1193 -0
- data/installer/core/public/assets/ckeditor/init.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp-d2d45b8c2f3c6c181ac56ba1634ace1359a5c95ee916124a8a25b085b7959265.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp-d2d45b8c2f3c6c181ac56ba1634ace1359a5c95ee916124a8a25b085b7959265.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/about-2bdd60f2936ccd80435dc740622f8cc5bee4363ceb8f6c103e46d596d21ef6d0.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/about-2bdd60f2936ccd80435dc740622f8cc5bee4363ceb8f6c103e46d596d21ef6d0.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/about.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/about.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor-227a0aade8e648c3ab3977ce9e66b9491baa9aa7376082c652fdb76230adffdd.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor-954605bb634dae9f4d15ca33057d86eb62e34ae3bc57dfd5877b6d3356067413.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog-1b0cfd23c7a4ee7ea1d35cda8d1ca84b06fffcde7b0d1da676d02af65c1a4e06.css +21 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog-1b0cfd23c7a4ee7ea1d35cda8d1ca84b06fffcde7b0d1da676d02af65c1a4e06.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog-e44136d492cbbfbb392ac90a85baa6e0cc18c328a285d05212e8dadccb0babaf.js +15 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog-e44136d492cbbfbb392ac90a85baa6e0cc18c328a285d05212e8dadccb0babaf.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.css +21 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.js +15 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/copyformatting/styles/copyformatting-ac599201edee5f6b9414f171c626d6aa70650a5795b31d95d12d31265f6304be.css +46 -0
- data/installer/core/public/assets/ckeditor/plugins/copyformatting/styles/copyformatting-ac599201edee5f6b9414f171c626d6aa70650a5795b31d95d12d31265f6304be.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/copyformatting/styles/copyformatting.css +46 -0
- data/installer/core/public/assets/ckeditor/plugins/copyformatting/styles/copyformatting.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/dialog/dialogDefinition-9ed0fdac536bfa3fa926464f908080b7fd109c847998a496fa5d930b2d05104a.js +6 -0
- data/installer/core/public/assets/ckeditor/plugins/dialog/dialogDefinition-9ed0fdac536bfa3fa926464f908080b7fd109c847998a496fa5d930b2d05104a.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/dialog/dialogDefinition.js +6 -0
- data/installer/core/public/assets/ckeditor/plugins/dialog/dialogDefinition.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/div/dialogs/div-a39822a3b267ec2ea02d7b23b134682ec663c6e3051fb0a13333577b81e3db6f.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/div/dialogs/div-a39822a3b267ec2ea02d7b23b134682ec663c6e3051fb0a13333577b81e3db6f.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/div/dialogs/div.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/div/dialogs/div.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/find/dialogs/find-b0230f4d5a23db0546f7c786f5e6870c1d9d876765568eb94ebacbdb56a4c487.js +26 -0
- data/installer/core/public/assets/ckeditor/plugins/find/dialogs/find-b0230f4d5a23db0546f7c786f5e6870c1d9d876765568eb94ebacbdb56a4c487.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/find/dialogs/find.js +26 -0
- data/installer/core/public/assets/ckeditor/plugins/find/dialogs/find.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/flash/dialogs/flash-46239716a5ebaecdf30e3e5090799649eb83b04da46b43e65cb360532babe11a.js +25 -0
- data/installer/core/public/assets/ckeditor/plugins/flash/dialogs/flash-46239716a5ebaecdf30e3e5090799649eb83b04da46b43e65cb360532babe11a.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/flash/dialogs/flash.js +25 -0
- data/installer/core/public/assets/ckeditor/plugins/flash/dialogs/flash.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/flash/images/placeholder-3693431ff1695c9691d5b29bed1c2e30be843edb77bc45ef25effe3eb776a7d9.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/flash/images/placeholder.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/button-9581cee2c5ee9dba2e2616ac53d9dce7945360ad19133ff778be15df144cace0.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/button-9581cee2c5ee9dba2e2616ac53d9dce7945360ad19133ff778be15df144cace0.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/button.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/button.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/checkbox-0147ed57721bca0ee1aaf044bd3c1f499ccb40e8ec3fd07f0588e75485df3203.js +10 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/checkbox-0147ed57721bca0ee1aaf044bd3c1f499ccb40e8ec3fd07f0588e75485df3203.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/checkbox.js +10 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/checkbox.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/form-0e934aa82a0bbc58ae59a095fe6567c81117d677d83d3b6eaa89dbfc2ac9f6aa.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/form-0e934aa82a0bbc58ae59a095fe6567c81117d677d83d3b6eaa89dbfc2ac9f6aa.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/form.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/form.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/hiddenfield-9ff5458874521e288a588e929811578a4158e0fe6b01a1125cc57451ea271c80.js +8 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/hiddenfield-9ff5458874521e288a588e929811578a4158e0fe6b01a1125cc57451ea271c80.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/hiddenfield.js +8 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/hiddenfield.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/radio-3fcb2e4bb22edd35f3d96b9de1be6e765ede73a84ab5a09e678c51b714fac982.js +10 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/radio-3fcb2e4bb22edd35f3d96b9de1be6e765ede73a84ab5a09e678c51b714fac982.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/radio.js +10 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/radio.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/select-51f77cb58f50119b7b267838d07edd5d4a65a65a6b68c4fa42eca9656879b38b.js +21 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/select-51f77cb58f50119b7b267838d07edd5d4a65a65a6b68c4fa42eca9656879b38b.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/select.js +21 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/select.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textarea-03c78985cc9239c079ed579a0dfe380d0ad4d33d71561a9cb4a19bc2fe807455.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textarea-03c78985cc9239c079ed579a0dfe380d0ad4d33d71561a9cb4a19bc2fe807455.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textarea.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textarea.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textfield-0a8d256c89b72b596af1bbdfe7deafa9ea59909f157e6e9fc01808191423900a.js +12 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textfield-0a8d256c89b72b596af1bbdfe7deafa9ea59909f157e6e9fc01808191423900a.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textfield.js +12 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textfield.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/images/hiddenfield-2314846c5b4071dec60aaa00f5a1bb10496adcfc1f084eb84a76ff2280b00aee.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/icons-af6217b63920631c6dd9914678b77fdd11a6e04a2dd72fe154015f52d646476e.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/icons.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/icons_hidpi-be1786d2965715aa5c3d777a477d1f295a634dcf93128b57b46718c5518e82bd.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/icons_hidpi.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/iframe/dialogs/iframe-6769eb441c58bb1ce49b56ca8051ae0bc0472f6b51292d87a872ded0ee2d7aff.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/iframe/dialogs/iframe-6769eb441c58bb1ce49b56ca8051ae0bc0472f6b51292d87a872ded0ee2d7aff.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/iframe/dialogs/iframe.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/iframe/dialogs/iframe.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/iframe/images/placeholder-992092e4bcca197097e9fe917441f710b8ef07b9450705ecd514eb8789384d76.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/iframe/images/placeholder.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/image/dialogs/image-701dfe8cd31d930125d5992f3c3e48525d2cf02f8260c898aef60aa03dbc309b.js +45 -0
- data/installer/core/public/assets/ckeditor/plugins/image/dialogs/image-701dfe8cd31d930125d5992f3c3e48525d2cf02f8260c898aef60aa03dbc309b.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/image/dialogs/image.js +45 -0
- data/installer/core/public/assets/ckeditor/plugins/image/dialogs/image.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/image/images/noimage-bd8c0e93d7bc89b0c36085672424fe2f698dac0e680a1b278f00a152579f2a93.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/image/images/noimage.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/anchor-8a72aeec75103ff7c347c2667da52dc7d1a7885be7c2703dae714d643901bc93.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/anchor-8a72aeec75103ff7c347c2667da52dc7d1a7885be7c2703dae714d643901bc93.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/anchor.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/anchor.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/link-4a63a2521e2df045d7ce9b3cd6c3950124503dfe550153275b53eb5cab2b2857.js +29 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/link-4a63a2521e2df045d7ce9b3cd6c3950124503dfe550153275b53eb5cab2b2857.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/link.js +29 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/link.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/images/anchor-cddc8927dfdd672d655b96b551ba1ad1599c5f13d13deb2b09a28b54c853a25c.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/images/anchor.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/images/hidpi/anchor-b5b952c9dbf47ff88b4904b99cf673cf6ec94cd65f4c66b55eaea5dbb911f4db.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/images/hidpi/anchor.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/liststyle/dialogs/liststyle-3ea7426e423ac3a17f484b67e9d06c488676c3184e859ff3358b8b6a02cd2f10.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/liststyle/dialogs/liststyle-3ea7426e423ac3a17f484b67e9d06c488676c3184e859ff3358b8b6a02cd2f10.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/liststyle/dialogs/liststyle.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/liststyle/dialogs/liststyle.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/hidpi/icon-92dfb414e7a31e632288097db347e272ecfd001f9825423a16c623dcaeb968b8.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/hidpi/icon-rtl-4046986f6904328c9d470b44c95f1f50ef82d9e470915ea471e1f4dcc0f06618.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/hidpi/icon.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/icon-db2f77571f3e9cb69096a5da21af65b0eacf5eaef08492bb831999504a3e115a.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/icon-rtl-9510f6245b266712f0ec4159e5fc5a97e1ad5c667e65b7fb97c5d1f20cfd7ba5.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/icon-rtl.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/icon.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/pagebreak/images/pagebreak-5db8cbdaf997d012baa522bb75816a70c9ca15017fc170d63392b74958198846.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/pastefromword/filter/default-553673a5f77556fe9dcea80c6c9773b770f23f93f5a2bce2b08248f2229e7384.js +53 -0
- data/installer/core/public/assets/ckeditor/plugins/pastefromword/filter/default-553673a5f77556fe9dcea80c6c9773b770f23f93f5a2bce2b08248f2229e7384.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/pastefromword/filter/default.js +53 -0
- data/installer/core/public/assets/ckeditor/plugins/pastefromword/filter/default.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/preview/preview-9dd8bdcb9cdf799986eca2803b6a463e05eee76007a8d81d97116876ea0f6685.html +13 -0
- data/installer/core/public/assets/ckeditor/plugins/preview/preview-9dd8bdcb9cdf799986eca2803b6a463e05eee76007a8d81d97116876ea0f6685.html.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/preview/preview.html +13 -0
- data/installer/core/public/assets/ckeditor/plugins/preview/preview.html.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/dialog-75e0679953e586ffac55af12700c15b9a4b7d49765103c16fd8943c24162bf0c.css +23 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/dialog-75e0679953e586ffac55af12700c15b9a4b7d49765103c16fd8943c24162bf0c.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/dialog.css +23 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/dialog.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/options-9a2090b658e9048617ef46bda16cd14009c4f51cc427babbabddb75aadc4c50a.js +32 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/options-9a2090b658e9048617ef46bda16cd14009c4f51cc427babbabddb75aadc4c50a.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/options.js +32 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/options.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/toolbar-e66191abbfc4b5e5e6291bf4d4cacb4e074bb8d94457ff5384b3f18e72195a2c.css +71 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/toolbar-e66191abbfc4b5e5e6291bf4d4cacb4e074bb8d94457ff5384b3f18e72195a2c.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/toolbar.css +71 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/toolbar.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/skins/moono-lisa/scayt-94465f8a7abf4da8295e0fa93a60eba1287830dfc41e3698fb3d20091b95d58c.css +25 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/skins/moono-lisa/scayt-94465f8a7abf4da8295e0fa93a60eba1287830dfc41e3698fb3d20091b95d58c.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css +25 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_address-d896b164eb70e2a22f0521131188b185bb7e404d6e0a0d0f55d11d585d28caa3.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_address.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_blockquote-30d5929384e0a68850cd667f70779b8464b6f2b1bececf01526eda3e2b191073.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_div-34ea88912f128e162de10370b7eadd91e7a0c07f8728693494c1479e95525f56.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_div.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h1-40d4a2cd8e2737607867d95948972475ff478e0efaf510cbf17a52b511ef0fc3.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h2-6e3acd9cd6b16dcfce92ade07cb8a8d1929103f3a9a7dcd83c49cc52ec72cdea.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h3-3d26b01e2687763a9a00205d749fc9991de1a75f3f346a3dec473ce2141b693a.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h4-5c6807bb4bb7024c89b8364b5dd0f20ef1961e924db31fa338b39998b677a3f0.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h5-148c02c6a115c4d568604f72126dfe2e27ee8ca3a6a4a7d7ae72b2523e27db77.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h6-85384f22c9128004409679694aeb38ba858ca77fa0f85ef52a61b8f289191df5.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_p-68e9e5a80bed810ad2bd0fc9273756fcdb7e7b940fa52cc19a38911ca50ee4f3.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_p.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_pre-4168bf89d34fac97391bffbd82339ee79125edf2c6d50c153f3fc30efbf536c8.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/dialogs/smiley-c7ccf0ced2d6ffd277f834016347e2ab35d9e4aa5c18716055895e56634f0da8.js +12 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/dialogs/smiley-c7ccf0ced2d6ffd277f834016347e2ab35d9e4aa5c18716055895e56634f0da8.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/dialogs/smiley.js +12 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/dialogs/smiley.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angel_smile-7b227fc3a29cb0a99e105bbf5065c6086d744bfd8a79b1511bf43184aaf3a0b9.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angel_smile-8e2aaced8635d70dff8eb5a269cb2ff071115b965cfea30f31275f3aea88529a.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angel_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angry_smile-aeb431608cf1496216f2c94995d7d568481e32e3cc075e45f12a66a303d2e29d.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angry_smile-b4fc95418415fe8999f252649af9541c8f77234f57abc2cf8ee99abd56cc19e3.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angry_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/broken_heart-4e8286aacd60df65e9995d8f2afaf4666fc0b0c3be935c441700b5e572e75c5a.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/broken_heart-7a2005c6a4ee561393b6bb9e37dd0a0080b837f2dc938b10ec7ae305a9681825.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/broken_heart.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/confused_smile-09953a3738bd6df32e93261f32aa9b8300a05fdd24445f501f55ac468659ef66.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/confused_smile-2de21fd594b102ab9ed8cd4e5b005c45c4e2ff34bf30e5dacea437a959162d6e.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/confused_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/cry_smile-7bd254c99e3ff1d1f3e1a832b1564f3e47f9cbdf54f3fca73a91525912ddb38e.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/cry_smile-a2d235ad7d007a6f80c920cbd5e85006a2a42c39e178691e29babe96a03e3d63.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/cry_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/devil_smile-2bc850da71b5f9b78a3ed26f03f08869a825e2b40d3e50e2442307361a39dc9f.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/devil_smile-d433e5ef97e9fe9c73b2e36f1a9be76171fa1f4d2464789a1fe440387495dd6c.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/devil_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/embaressed_smile-d185a4f35865a517a60dce3cdf73bf92a800d1f7a3a2fabdbded4625b465678d.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/embarrassed_smile-ce9a77bf015b4c90b27312f4214684460fde4d2d805d44ddc1871082334d3432.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/embarrassed_smile-d185a4f35865a517a60dce3cdf73bf92a800d1f7a3a2fabdbded4625b465678d.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/embarrassed_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/embarrassed_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/envelope-0f1546e9abb9b5bc1cf37b2da74606800cb12b64f001553e7fb5ade49df4d29c.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/envelope-489cf811c9835fef32e06696e3893093f9cda5520b5eac65855bb00fa13e804b.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/envelope.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/envelope.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/heart-4cf4c3ab6c1b894d721b59b2acb0686c832bab5bb03192471ac6548a4bddf92b.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/heart-fd3b59c7dd52b24ee0614169ff7a06ce1b2a6d49fa7098aecbb9f7c4197107e7.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/heart.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/heart.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/kiss-21c801e1e6371e57bdba6ecb16609a627c75a4ec294f9580a03ff498c3099c66.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/kiss-f142944550a855cb698db1d35723e56ce063c8a6a8088a5dfbe99c62b9a00856.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/kiss.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/kiss.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/lightbulb-98347f12145eb2987104a5e04bb78ce8f2a154a1347e422f66327d0def3fc75d.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/lightbulb-ac296632601de086f7aff2c97cbc123dd6a589a2031d1524a28d6222fb005668.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/lightbulb.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/omg_smile-628c7bb0d4386f901c2690e5a9ad90ee3e9252ef49a7a708f672b9cbb81aa43b.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/omg_smile-a4ebdb8d59ff587b38a762fa4c97ab7a5fd585d7b0722bb503884f8961e45917.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/omg_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/regular_smile-7eb86259f47ef5faf89ccbb9648ba0e93d4e9c48588509048f97156634aac3fb.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/regular_smile-8d3049e853d5fab5e1de160f471649edb6b0d9ffbf791d390d1c2152838ad2c3.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/regular_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/sad_smile-34b38077abd9f18ecaad2fa65b3158d61465462875592c4ba62b9a12bf154caf.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/sad_smile-aa4692a6fdec3f45f0eb55243c3371e01bab3fc04d61715b6a9171e70b72e257.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/sad_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/shades_smile-8af43d1ee5729b8f6e14f831a63fa64430ad54be488c7a57e0da0f45789bc64d.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/shades_smile-9fd924ea50cb2915ce2863ac5576409b37d9ba9cc7b33832ad3e3b963b2df02c.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/shades_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/teeth_smile-ab4d093812a347b70126ac79e0cfc16cae45c1d32fd4437da99b2ea22311c0d6.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/teeth_smile-b1f571f9a46641a3cfb78e3319faa37dcb685bc69ed45dfbea3e1e1fd3b71b1f.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/teeth_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_down-571de749810a2b8c5ee078a30be1c872eefb933c5e2a8c33ded5b304787e7ebe.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_down-ec8d8c4a49a38597888bee7971c49b25355d1b8ae59a1c6d224608ee7112055d.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_down.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_up-26ac57c9f26ec725511c7c97a9e0e005aa46710311033eb3f5f23ba355f80cc7.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_up-b6359e23c088a020df03ab8e0cd7a5046a3954736426c3cf8370210afc1496cb.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_up.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/tongue_smile-9c9ad82d7fdf34d3aef1c92ec4001146348bd4405c9b9252e21047c12a30b5d3.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/tongue_smile-e638c648ca78900b2c8f82156604dd8b46ed0cdaef4095e09277583e6f730e3e.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/tongue_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/tongue_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/tounge_smile-e638c648ca78900b2c8f82156604dd8b46ed0cdaef4095e09277583e6f730e3e.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile-305e959c2c304a31a052a60ac972df52fdb7819945a10a3a1a1f1a7ee5fecf57.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile-e2a8446ea58800515e9e27a49e56518a8b05597df32b2a10d998f6380f293f2b.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/wink_smile-3ec65841e54db291aa0335c7c2083451f7cb92062744ed8831e08e9660d45ec3.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/wink_smile-95de89ce230bc6cbdb5d7881bf9f646e1a0935ca59e5a1ba43526637e1af3d6a.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/wink_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/specialchar/dialogs/specialchar-5b811b917affecbd45c75c2563627f3204f4958e99fdfeef387ce3c98b61adc0.js +15 -0
- data/installer/core/public/assets/ckeditor/plugins/specialchar/dialogs/specialchar-5b811b917affecbd45c75c2563627f3204f4958e99fdfeef387ce3c98b61adc0.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/specialchar/dialogs/specialchar.js +15 -0
- data/installer/core/public/assets/ckeditor/plugins/specialchar/dialogs/specialchar.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/table/dialogs/table-f41e0d83975bd104aff05dbb326fc62a31e1cef27d7abc0046f9e3e1489d3593.js +22 -0
- data/installer/core/public/assets/ckeditor/plugins/table/dialogs/table-f41e0d83975bd104aff05dbb326fc62a31e1cef27d7abc0046f9e3e1489d3593.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/table/dialogs/table.js +22 -0
- data/installer/core/public/assets/ckeditor/plugins/table/dialogs/table.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/tableselection/styles/tableselection-9792b2b1cd17c57ba2adc876d7e2c2bcb474f5876bb18c07fbd757970f8765d7.css +32 -0
- data/installer/core/public/assets/ckeditor/plugins/tableselection/styles/tableselection-9792b2b1cd17c57ba2adc876d7e2c2bcb474f5876bb18c07fbd757970f8765d7.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/tableselection/styles/tableselection.css +32 -0
- data/installer/core/public/assets/ckeditor/plugins/tableselection/styles/tableselection.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/tabletools/dialogs/tableCell-c3bfee31e5a4a1cf6af2b49e3a9570d528d1e4872dcb74b9504419fadba32fbf.js +18 -0
- data/installer/core/public/assets/ckeditor/plugins/tabletools/dialogs/tableCell-c3bfee31e5a4a1cf6af2b49e3a9570d528d1e4872dcb74b9504419fadba32fbf.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/tabletools/dialogs/tableCell.js +18 -0
- data/installer/core/public/assets/ckeditor/plugins/tabletools/dialogs/tableCell.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates-1ef0039fb16321fd4389611090d375cf5f53ec651054b494d1182521413d44e5.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates-1ef0039fb16321fd4389611090d375cf5f53ec651054b494d1182521413d44e5.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates-f6ec2ac3c08326b52ae312f0262d4503118dae4d2d8778f85bf20ff2497ea089.css +85 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates-f6ec2ac3c08326b52ae312f0262d4503118dae4d2d8778f85bf20ff2497ea089.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates.css +85 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/default-5700a967e02c2de4bb41ded64f8db4d87bd73c4a4441e6e0d04e0941b3b2e6d1.js +8 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/default-5700a967e02c2de4bb41ded64f8db4d87bd73c4a4441e6e0d04e0941b3b2e6d1.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/default.js +8 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/default.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/images/template1-0e5b3ea58bdf1ccf7f8aa1d50c86e03832d0e89056f266b1e938e4872f298a1b.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/images/template2-3f7cea1cac236e2732feb9eb9f7e5e70bb4b05eced144fc90ebbbce9856c1ddf.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/images/template3-91987500818e6fa63f868eea61db15178180a11ef09eebd87a295722590efe05.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/ciframe-bbc1f85ed681f80c12a29fc6e390fe3259fc127faadd7a1ab87cc6acf13705f3.html +66 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/ciframe-bbc1f85ed681f80c12a29fc6e390fe3259fc127faadd7a1ab87cc6acf13705f3.html.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/ciframe.html +66 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/ciframe.html.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset-8edad96824ed6e6687bc150fc92ba749e0cd55c4f4de53434568e2ece1e2b999.html +52 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset-8edad96824ed6e6687bc150fc92ba749e0cd55c4f4de53434568e2ece1e2b999.html.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +52 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset.html.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc-43418d6b5efe142c0ea4e864a56974f317d2cac650defd437703587ef2bf83d4.js +93 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc-43418d6b5efe142c0ea4e864a56974f317d2cac650defd437703587ef2bf83d4.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc-e31787ec9d2b04cbd4a6183923949e0dfda6a3bf104656c1f344c71fdfa4875c.css +83 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc-e31787ec9d2b04cbd4a6183923949e0dfda6a3bf104656c1f344c71fdfa4875c.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc.css +83 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc.js +93 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc_ie-dba8afec87a67f0e0a39f3882c952d25e228b6228d0be03f157be65e1e272167.js +12 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc_ie-dba8afec87a67f0e0a39f3882c952d25e228b6228d0be03f157be65e1e272167.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc_ie.js +12 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc_ie.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/skins/moono-lisa/wsc-a0fc7fe1ba275090a93038c52950ddb538963b336f0009f4c6efd1722717404f.css +43 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/skins/moono-lisa/wsc-a0fc7fe1ba275090a93038c52950ddb538963b336f0009f4c6efd1722717404f.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css +43 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog-7d4bb724b744f9985fe8fe77929477041cbb2b9b32933fd6377599e2b6fecefb.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog-7d4bb724b744f9985fe8fe77929477041cbb2b9b32933fd6377599e2b6fecefb.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie-eb563326b8654de4304b0d42250b1a8aef0d8ebeda3190b3dbd4d14e287b5d7a.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie-eb563326b8654de4304b0d42250b1a8aef0d8ebeda3190b3dbd4d14e287b5d7a.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie8-2d4df01d6ffaf95a014c2e7a84f4a1c4282e389256b2a46baf78c03e6a48b8d4.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie8-2d4df01d6ffaf95a014c2e7a84f4a1c4282e389256b2a46baf78c03e6a48b8d4.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie8.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie8.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_iequirks-56c1ac096674ca2ffa96415f097d6e811c0fcd18d26249d3551341c353e4d5f6.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_iequirks-56c1ac096674ca2ffa96415f097d6e811c0fcd18d26249d3551341c353e4d5f6.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_iequirks.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_iequirks.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor-a642f516332c0923ce5b04aef2b8ae2f0deb7baf7964f88c72fd2ebb919ca946.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor-a642f516332c0923ce5b04aef2b8ae2f0deb7baf7964f88c72fd2ebb919ca946.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_gecko-f55d1d265c00d459a9d53b74e6683dae3f6246b1e664532fb9efe2b8aec9d83a.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_gecko-f55d1d265c00d459a9d53b74e6683dae3f6246b1e664532fb9efe2b8aec9d83a.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_gecko.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_gecko.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie-87bccbf693180cf4489c2c7a89ee6dba186a9f87d8b40944c1cb8263666384b6.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie-87bccbf693180cf4489c2c7a89ee6dba186a9f87d8b40944c1cb8263666384b6.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie8-724e651f2ca9cb5f5c10f6735053214218fc93bf29b530c7915aa071f354df8f.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie8-724e651f2ca9cb5f5c10f6735053214218fc93bf29b530c7915aa071f354df8f.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie8.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie8.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_iequirks-fa8825aeccb20dd5c1779a1fc12f536d2e07d8973ee8d238d30c47f245ae751d.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_iequirks-fa8825aeccb20dd5c1779a1fc12f536d2e07d8973ee8d238d30c47f245ae751d.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_iequirks.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_iequirks.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/icons-af6217b63920631c6dd9914678b77fdd11a6e04a2dd72fe154015f52d646476e.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/icons.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/icons_hidpi-be1786d2965715aa5c3d777a477d1f295a634dcf93128b57b46718c5518e82bd.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/icons_hidpi.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/arrow-b2277bbb26fff842ebf687d4e0db0011c97ce2ad5150e20ebd63cd15a2c9550b.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/arrow.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/close-0d5aab99d91cdf9451203c690d1b681efac0e247873137c2e4b254f5eaed0250.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/close.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/close-31ca8328e53f548322e8d6cb9b889e1fe6d918e3f944910b905a3c3a9b97f616.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/close.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/lock-590115a32954f2bf27bdad510aa986ab4790616b3838ed840d36707c37d2e549.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/lock-open-0f89da48392084c2b92f1184b20cd15a82b00f76369619827f0c256e4d064a84.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/lock.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/refresh-0afa815ccda8e98ab0c53b7f84405e7af5926a2f674f294ab7e0636eab8d59bc.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/refresh.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/lock-591538a3e1c27b0666fbea0e16e5fd35c37824711bf843bd42e692886cd34a87.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/lock-open-76f7cea49f5c9c3a33ebe05a241e5278530887fe7669529a04accf237ef491ae.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/lock-open.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/lock.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/refresh-908ab5420bc35b3dbb1408cba105349ba1f47334ca98be08d0607410353d033a.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/refresh.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/spinner-fe605d83531314abeaec1f47b43c86a4a48c86e3f332ad01b5a9ed2558b8b41f.gif +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/spinner.gif +0 -0
- data/installer/core/public/assets/ckeditor/styles-97df3adaaae4178d12a212fad062f011c569a42c836a1c558fc7d751a46f3fc4.js +137 -0
- data/installer/core/public/assets/ckeditor/styles-97df3adaaae4178d12a212fad062f011c569a42c836a1c558fc7d751a46f3fc4.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/styles.js +137 -0
- data/installer/core/public/assets/ckeditor/styles.js.gz +0 -0
- data/installer/core/public/assets/errors/application-5bedab1af7243cbddbac6a3bfdb855848f031688fdf0f923ea0432fdc62b76f2.js +117 -0
- data/installer/core/public/assets/errors/application-5bedab1af7243cbddbac6a3bfdb855848f031688fdf0f923ea0432fdc62b76f2.js.gz +0 -0
- data/installer/core/public/assets/errors/application-b2440acdfe3667a77a6858d9dbc123740884b45cc4870f4ad52b831d16ffac97.css +187 -0
- data/installer/core/public/assets/errors/application-b2440acdfe3667a77a6858d9dbc123740884b45cc4870f4ad52b831d16ffac97.css.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-15fe80489bf95e94ba22be4084a11dcf5ff3c631fa8ded2051c0f99f08895f52.svg +1011 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-15fe80489bf95e94ba22be4084a11dcf5ff3c631fa8ded2051c0f99f08895f52.svg.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-8c507886294992429a98e9382dd1557ef1e7d4a45d6a7bbffa9771e839190c23.ttf +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-8c507886294992429a98e9382dd1557ef1e7d4a45d6a7bbffa9771e839190c23.ttf.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-9ae2326c389ddbc93a2636b121456333152931549bd5bd16a5cd2ee24e601c16.woff2 +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-a25479bdac618c6b4f32a3f60bedee6b4fe759db1500c790eab5f94fdeb59f92.woff +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-b9c345f4fa1349aea117ed753492783a632513f2dd75dc86942cfbc630c84d05.eot +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-b9c345f4fa1349aea117ed753492783a632513f2dd75dc86942cfbc630c84d05.eot.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-33a8657a09af038500733bdaf969d8928b48475f26020cc35ca7193a53fcbedc.eot +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-33a8657a09af038500733bdaf969d8928b48475f26020cc35ca7193a53fcbedc.eot.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-75e64a952613e7f6cdc74628f8bf85206db9a75cc1926ffccb8f1caade2e4db7.svg +366 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-75e64a952613e7f6cdc74628f8bf85206db9a75cc1926ffccb8f1caade2e4db7.svg.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-b2bb708d78f9ce7490251f676f8f8f6dadc7e8d7e4b3d1ab560a4c1130b0c460.woff2 +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-c25d1ee715f6ca69202404165aa0942709ff14d1bd99f9df5b124522d42077ef.ttf +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-c25d1ee715f6ca69202404165aa0942709ff14d1bd99f9df5b124522d42077ef.ttf.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-e4d56ba6fcd7b99e7e83ee13aa2cecbf6391bc9965d18f43a13bec2957ecd851.woff +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2 +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-31bb4aa00b5293474c3d74e67a316442a8de04a5331edb3e9e11349b7355fcec.eot +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-31bb4aa00b5293474c3d74e67a316442a8de04a5331edb3e9e11349b7355fcec.eot.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-54997dacd19dcdad4bffdda880c9aa9268ef52281ab39fb0d17b7ba7618a49a6.svg +1644 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-54997dacd19dcdad4bffdda880c9aa9268ef52281ab39fb0d17b7ba7618a49a6.svg.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-7cf25b1d45ac4436b575e86dcafdd37efc5faeab3bdad3144a9af3b7eae4b48f.ttf +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-7cf25b1d45ac4436b575e86dcafdd37efc5faeab3bdad3144a9af3b7eae4b48f.ttf.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-e20ab4de8913d1e569c3016c5c5aecfd6589f2bff211c387f2d0422d9123ae2f.woff +0 -0
- data/installer/core/public/assets/keppler_capsules/admin/application-3e18899279f0f0db0ed087ef60a3133b36f7735f3e5bf09411c5099fe9551fcd.css +22 -0
- data/installer/core/public/assets/keppler_capsules/admin/application-3e18899279f0f0db0ed087ef60a3133b36f7735f3e5bf09411c5099fe9551fcd.css.gz +0 -0
- data/installer/core/public/assets/keppler_capsules/admin/application-f46080ad1616c7365ec458f0663ca9a285bb005dea3d10079f00e0298c6cd670.js +22 -0
- data/installer/core/public/assets/keppler_capsules/admin/application-f46080ad1616c7365ec458f0663ca9a285bb005dea3d10079f00e0298c6cd670.js.gz +0 -0
- data/installer/core/public/assets/keppler_frontend/admin/application-a59d5002b1a4c8a889da935c51f2679c69bdc2eb3b789d6c96de3f7db67ba730.css +485 -0
- data/installer/core/public/assets/keppler_frontend/admin/application-a59d5002b1a4c8a889da935c51f2679c69bdc2eb3b789d6c96de3f7db67ba730.css.gz +0 -0
- data/installer/core/public/assets/keppler_frontend/admin/application-e783e6e18f4436fdd1b29d1eae96cb33a54b2310f89735806c363c6213488493.js +885 -0
- data/installer/core/public/assets/keppler_frontend/admin/application-e783e6e18f4436fdd1b29d1eae96cb33a54b2310f89735806c363c6213488493.js.gz +0 -0
- data/installer/core/public/assets/keppler_frontend/app/application-6fc1d0e6a7d356107c213726b8f894c8df9332bf966899559aa863b5388748d3.js +34345 -0
- data/installer/core/public/assets/keppler_frontend/app/application-6fc1d0e6a7d356107c213726b8f894c8df9332bf966899559aa863b5388748d3.js.gz +0 -0
- data/installer/core/public/assets/keppler_frontend/app/application-e8573318eb1e34fe271f40b72d2c8b886c16853ee9af153bd6a986091a8e1dd2.css +352 -0
- data/installer/core/public/assets/keppler_frontend/app/application-e8573318eb1e34fe271f40b72d2c8b886c16853ee9af153bd6a986091a8e1dd2.css.gz +0 -0
- data/installer/core/public/assets/keppler_languages/application-789fd3d62d3ea0a804c0818f1e22d8dce8f2a330acd678b5803b078c1e58e59a.css +21 -0
- data/installer/core/public/assets/keppler_languages/application-789fd3d62d3ea0a804c0818f1e22d8dce8f2a330acd678b5803b078c1e58e59a.css.gz +0 -0
- data/installer/core/public/assets/keppler_languages/application-f4839ea4cb8c278f79995502e2945a4490245751bb22f01730596d1c585f5b5a.js +15 -0
- data/installer/core/public/assets/keppler_languages/application-f4839ea4cb8c278f79995502e2945a4490245751bb22f01730596d1c585f5b5a.js.gz +0 -0
- data/installer/core/public/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot +0 -0
- data/installer/core/public/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot.gz +0 -0
- data/installer/core/public/assets/slick-26726bac4060abb1226e6ceebc1336e84930fe7a7af1b3895a109d067f5b5dcc.woff +0 -0
- data/installer/core/public/assets/slick-37bc99cfdbbc046193a26396787374d00e7b10d3a758a36045c07bd8886360d2.ttf +0 -0
- data/installer/core/public/assets/slick-37bc99cfdbbc046193a26396787374d00e7b10d3a758a36045c07bd8886360d2.ttf.gz +0 -0
- data/installer/core/public/assets/slick-8ca11b5fcbff92ee6378017cf6832dddfa745253202d7c8d01f42d5d17c4cb5c.svg +14 -0
- data/installer/core/public/assets/slick-8ca11b5fcbff92ee6378017cf6832dddfa745253202d7c8d01f42d5d17c4cb5c.svg.gz +0 -0
- data/installer/core/public/assets/slick/ajax-loader-e7b44c86b050fca766a96ddac2d0932af0126da6f2305280342d909168dcce6b.gif +0 -0
- data/installer/core/rockets/keppler_capsules/app/controllers/keppler_capsules/application_controller.rb +1 -1
- data/installer/core/rockets/keppler_capsules/lib/generators/keppler_capsule_scaffold/templates/models/model.rb +2 -0
- data/installer/core/rockets/keppler_frontend/app/assets/stylesheets/keppler_frontend/admin/frontend.scss +68 -0
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/multimedia_controller.rb +7 -7
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/themes_controller.rb +0 -15
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/views_controller.rb +49 -218
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/app/app_controller.rb +5 -0
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/app/frontend_controller.rb +0 -11
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/application_controller.rb +1 -1
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/concerns/services.rb +10 -2
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/theme.rb +12 -14
- data/installer/core/rockets/keppler_frontend/app/policies/keppler_frontend/theme_policy.rb +12 -4
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/editor/resources_format.rb +1 -1
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/assets.rb +4 -0
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/add.rb +58 -0
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/remove.rb +51 -0
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/routes_handler.rb +45 -38
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/theme_views.rb +51 -0
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/views.rb +78 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_listing.html.haml +0 -3
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml +59 -57
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_new_view.html.haml +25 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_select_theme.html.haml +32 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_views_listing.html.haml +43 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/generate.js.erb +7 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml +47 -78
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/refresh.js.erb +1 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/remove.js.erb +2 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml +4 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/app/partials/_devise_login.html.erb +1 -1
- data/installer/core/rockets/keppler_frontend/config/locales/en.yml +8 -0
- data/installer/core/rockets/keppler_frontend/config/locales/es.yml +8 -0
- data/installer/core/rockets/keppler_frontend/config/menu.yml +9 -24
- data/installer/core/rockets/keppler_frontend/config/routes.rb +8 -108
- data/installer/core/rockets/keppler_frontend/config/themes.yml +4 -4
- data/installer/core/rockets/keppler_frontend/lib/keppler_frontend/engine.rb +1 -1
- data/installer/core/rockets/keppler_ga_dashboard/app/controllers/keppler_ga_dashboard/admin/dashboard_controller.rb +7 -1
- data/installer/core/rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml +0 -1
- data/installer/core/rockets/keppler_languages/app/controllers/keppler_languages/application_controller.rb +1 -1
- data/installer/core/spec/controllers/admin/admin_controller_spec.rb +8 -1
- data/installer/core/spec/controllers/admin/settings_controller_spec.rb +34 -0
- data/installer/core/spec/routing/setting_spec.rb +12 -0
- data/installer/core/vendor/cache/html-to-haml-0.0.6.gem +0 -0
- data/installer/core/yarn.lock +4 -0
- data/keppler.gemspec +3 -3
- data/lib/keppler/version.rb +1 -1
- metadata +585 -15216
- data/installer/core/app/controllers/devise/sessions_controller.rb +0 -108
- data/installer/core/app/views/devise/sessions/new.html.haml +0 -35
- data/installer/core/db/migrate/20180717160308_create_keppler_frontend_views.keppler_frontend.rb +0 -17
- data/installer/core/db/migrate/20180806203410_create_keppler_frontend_partials.keppler_frontend.rb +0 -13
- data/installer/core/db/migrate/20180827120841_create_keppler_frontend_callback_functions.keppler_frontend.rb +0 -14
- data/installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb +0 -12
- data/installer/core/db/migrate/20180830153221_create_keppler_frontend_functions.keppler_frontend.rb +0 -14
- data/installer/core/db/migrate/20180830153222_create_keppler_frontend_parameters.keppler_frontend.rb +0 -13
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/callback_functions_controller.rb +0 -194
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/functions_controller.rb +0 -205
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/parameters_controller.rb +0 -165
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/partials_controller.rb +0 -187
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/callback_function.rb +0 -52
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/function.rb +0 -59
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/parameter.rb +0 -43
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/partial.rb +0 -102
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/view.rb +0 -93
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/view_callback.rb +0 -29
- data/installer/core/rockets/keppler_frontend/app/policies/keppler_frontend/callback_function_policy.rb +0 -19
- data/installer/core/rockets/keppler_frontend/app/policies/keppler_frontend/function_policy.rb +0 -19
- data/installer/core/rockets/keppler_frontend/app/policies/keppler_frontend/parameter_policy.rb +0 -11
- data/installer/core/rockets/keppler_frontend/app/policies/keppler_frontend/partial_policy.rb +0 -16
- data/installer/core/rockets/keppler_frontend/app/policies/keppler_frontend/view_policy.rb +0 -39
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/callbacks/code_handler.rb +0 -115
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/callbacks/code_views.rb +0 -74
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/functions/code_handler.rb +0 -0
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/actions_handler.rb +0 -120
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/css_handler.rb +0 -60
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/html_handler.rb +0 -85
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/install.rb +0 -57
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/js_handler.rb +0 -67
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/output.rb +0 -49
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/remote_js_handler.rb +0 -60
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/save.rb +0 -25
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/uninstall.rb +0 -60
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/update.rb +0 -57
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml +0 -13
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml +0 -45
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml +0 -31
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml +0 -48
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/edit.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml +0 -47
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml +0 -80
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/reload.js.haml +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/show.html.haml +0 -33
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_description.html.haml +0 -13
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_form.html.haml +0 -51
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_listing.html.haml +0 -45
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_parameter_fields.html.haml +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_parameter_fields_edit.html.haml +0 -6
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/edit.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/editor.html.haml +0 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/index.html.haml +0 -78
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/new.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/reload.js.haml +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/show.html.haml +0 -65
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/_description.html.haml +0 -13
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/_form.html.haml +0 -31
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/_listing.html.haml +0 -41
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/edit.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/index.html.haml +0 -79
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/new.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/reload.js.haml +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/show.html.haml +0 -33
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_description.html.haml +0 -13
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_editor_assets.html.haml +0 -129
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_form.html.haml +0 -29
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_listing.html.haml +0 -37
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/edit.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/index.html.haml +0 -76
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/new.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/reload.js.haml +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/show.html.haml +0 -87
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/editor.html.haml +0 -82
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml +0 -13
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml +0 -132
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml +0 -62
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml +0 -103
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml +0 -66
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml +0 -60
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml +0 -8
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml +0 -8
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml +0 -7
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml +0 -91
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_only_action.html.haml +0 -40
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_view_js_editor.html.haml +0 -56
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/reload.js.haml +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/show.html.haml +0 -33
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/app/partials/conf +0 -0
- data/installer/core/rockets/keppler_frontend/config/data/callback_functions.yml +0 -15
- data/installer/core/rockets/keppler_frontend/config/data/view_callbacks.yml +0 -1
- data/installer/core/rockets/keppler_frontend/config/data/views.yml +0 -18
- data/installer/core/rockets/keppler_frontend/db/migrate/20180717160248_create_keppler_frontend_views.rb +0 -17
- data/installer/core/rockets/keppler_frontend/db/migrate/20180806203329_create_keppler_frontend_partials.rb +0 -12
- data/installer/core/rockets/keppler_frontend/db/migrate/20180827120734_create_keppler_frontend_callback_functions.rb +0 -13
- data/installer/core/rockets/keppler_frontend/db/migrate/20180827154249_create_keppler_frontend_view_callbacks.rb +0 -11
- data/installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb +0 -13
- data/installer/core/rockets/keppler_frontend/db/migrate/20180830153029_create_keppler_frontend_parameters.rb +0 -12
- data/installer/core/spec/controllers/keppler_frontend/admin/views_controller/create_view_spec.rb +0 -35
- data/installer/core/spec/controllers/keppler_frontend/admin/views_controller/editor_spec.rb +0 -20
- data/installer/core/spec/controllers/keppler_frontend/admin/views_controller/views_list_spec.rb +0 -30
- data/installer/core/spec/factories/keppler_frontend/callback_function.rb +0 -8
- data/installer/core/spec/factories/keppler_frontend/function.rb +0 -8
- data/installer/core/spec/factories/keppler_frontend/view.rb +0 -8
- data/installer/core/spec/factories/keppler_frontend/view_callback.rb +0 -6
- data/installer/core/spec/fixtures/keppler_frontend/editor/test.html +0 -16
- data/installer/core/spec/fixtures/keppler_frontend/editor/test.png +0 -0
- data/installer/core/spec/fixtures/keppler_frontend/live_editor/test_index_1.html +0 -16
- data/installer/core/spec/fixtures/keppler_frontend/live_editor/test_index_2.html +0 -0
- data/installer/core/spec/models/keppler_frontend/callback/calbacks_handler_spec.rb +0 -61
- data/installer/core/spec/models/keppler_frontend/callback/model_spec.rb +0 -19
- data/installer/core/spec/models/keppler_frontend/view/callback_view_spec.rb +0 -38
- data/installer/core/spec/models/keppler_frontend/view/model_spec.rb +0 -19
- data/installer/core/spec/models/keppler_frontend/view/view_files_handler_spec.rb +0 -64
- data/installer/core/spec/routing/keppler_frontend/callbacks_spec.rb +0 -68
- data/installer/core/spec/routing/keppler_frontend/functions_spec.rb +0 -68
- data/installer/core/spec/routing/keppler_frontend/views_spec.rb +0 -68
- data/installer/core/spec/services/keppler_frontend/callbacks/callback_view_spec.rb +0 -104
- data/installer/core/spec/services/keppler_frontend/callbacks/code_handler_spec.rb +0 -63
- data/installer/core/spec/services/keppler_frontend/editor/file_format_spec.rb +0 -35
- data/installer/core/spec/services/keppler_frontend/editor/resources_format_spec.rb +0 -45
- data/installer/core/spec/services/keppler_frontend/editor/resources_spec.rb +0 -44
- data/installer/core/spec/services/keppler_frontend/urls/assets_spec.rb +0 -25
- data/installer/core/spec/services/keppler_frontend/urls/config_spec.rb +0 -25
- data/installer/core/spec/services/keppler_frontend/urls/front_spec.rb +0 -38
- data/installer/core/spec/services/keppler_frontend/urls/roots_spec.rb +0 -22
- data/installer/core/spec/services/keppler_frontend/utils/code_search_spec.rb +0 -29
- data/installer/core/spec/services/keppler_frontend/utils/file_format_spec.rb +0 -52
- data/installer/core/spec/services/keppler_frontend/utils/yml_handle_spec.rb +0 -42
- data/installer/core/spec/services/keppler_frontend/views/actions_handler_spec.rb +0 -59
- data/installer/core/spec/services/keppler_frontend/views/css_handler_spec.rb +0 -59
- data/installer/core/spec/services/keppler_frontend/views/format_html_spec.rb +0 -99
- data/installer/core/spec/services/keppler_frontend/views/format_only_action_spec.rb +0 -91
- data/installer/core/spec/services/keppler_frontend/views/format_remote_js_spec.rb +0 -101
- data/installer/core/spec/services/keppler_frontend/views/html_handler_spec.rb +0 -52
- data/installer/core/spec/services/keppler_frontend/views/js_handler_spec.rb +0 -59
- data/installer/core/spec/services/keppler_frontend/views/output_code_spec.rb +0 -39
- data/installer/core/spec/services/keppler_frontend/views/remote_js_handler_spec.rb +0 -55
- data/installer/core/spec/services/keppler_frontend/views/routes_handler_spec.rb +0 -63
- data/installer/core/spec/services/keppler_frontend/views/save_code_spec.rb +0 -53
- data/testing-with-2.1.18/.gitignore +0 -88
- data/testing-with-2.1.18/.ruby-version +0 -1
- data/testing-with-2.1.18/Gemfile +0 -149
- data/testing-with-2.1.18/Gemfile.lock +0 -645
- data/testing-with-2.1.18/Guardfile +0 -18
- data/testing-with-2.1.18/LICENSE +0 -674
- data/testing-with-2.1.18/README.md +0 -134
- data/testing-with-2.1.18/Rakefile +0 -6
- data/testing-with-2.1.18/_config.yml +0 -1
- data/testing-with-2.1.18/app/assets/images/.keep +0 -0
- data/testing-with-2.1.18/app/assets/javascripts/admin/application.coffee +0 -25
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-colorpicker.js +0 -1322
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/fileinput.js +0 -4463
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/locales/LANG.js +0 -100
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/locales/es.js +0 -100
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/piexif.js +0 -2471
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/piexif.min.js +0 -1
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/purify.js +0 -812
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/purify.min.js +0 -1
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/sortable.js +0 -1590
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/sortable.min.js +0 -1
- data/testing-with-2.1.18/app/assets/javascripts/admin/code_editor.js +0 -94
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/comment/comment.js +0 -209
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/comment/continuecomment.js +0 -78
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/dialog/dialog.css +0 -32
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/dialog/dialog.js +0 -161
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/display/autorefresh.js +0 -47
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/display/fullscreen.css +0 -6
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/display/fullscreen.js +0 -41
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/display/panel.js +0 -123
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/display/placeholder.js +0 -63
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/display/rulers.js +0 -51
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/edit/closebrackets.js +0 -194
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/edit/closetag.js +0 -175
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/edit/continuelist.js +0 -89
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/edit/matchbrackets.js +0 -145
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/edit/matchtags.js +0 -66
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/edit/trailingspace.js +0 -27
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/brace-fold.js +0 -105
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/comment-fold.js +0 -59
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/foldcode.js +0 -152
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/foldgutter.css +0 -20
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/foldgutter.js +0 -146
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/indent-fold.js +0 -48
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/markdown-fold.js +0 -49
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/xml-fold.js +0 -184
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/anyword-hint.js +0 -41
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/css-hint.js +0 -60
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/html-hint.js +0 -348
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/javascript-hint.js +0 -157
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/show-hint.css +0 -36
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/show-hint.js +0 -433
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/sql-hint.js +0 -299
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/xml-hint.js +0 -110
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/mode/loadmode.js +0 -64
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/mode/multiplex.js +0 -131
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/mode/overlay.js +0 -90
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/mode/simple.js +0 -216
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/scroll/annotatescrollbar.js +0 -122
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/scroll/scrollpastend.js +0 -48
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/scroll/simplescrollbars.css +0 -66
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/scroll/simplescrollbars.js +0 -152
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/search/jump-to-line.js +0 -49
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/search/match-highlighter.js +0 -165
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/search/matchesonscrollbar.css +0 -8
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/search/matchesonscrollbar.js +0 -97
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/search/search.js +0 -252
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/search/searchcursor.js +0 -293
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/codemirror.js +0 -9683
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/keymap/sublime.js +0 -691
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/css/css.js +0 -832
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/haml/haml.js +0 -161
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/htmlembedded/htmlembedded.js +0 -37
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/htmlmixed/htmlmixed.js +0 -152
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/javascript/javascript.js +0 -896
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/ruby/ruby.js +0 -296
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/vue/vue.js +0 -77
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/xml/xml.js +0 -402
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js +0 -68
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/yaml/yaml.js +0 -119
- data/testing-with-2.1.18/app/assets/javascripts/admin/file_uploader.coffee +0 -152
- data/testing-with-2.1.18/app/assets/javascripts/admin/img_preview.js +0 -32
- data/testing-with-2.1.18/app/assets/javascripts/admin/jscolor.js +0 -1855
- data/testing-with-2.1.18/app/assets/javascripts/admin/main.coffee +0 -58
- data/testing-with-2.1.18/app/assets/javascripts/admin/notification.js +0 -14
- data/testing-with-2.1.18/app/assets/javascripts/admin/ruby_console.js +0 -14
- data/testing-with-2.1.18/app/assets/javascripts/admin/sidebar.js +0 -24
- data/testing-with-2.1.18/app/assets/javascripts/admin/sort.coffee +0 -8
- data/testing-with-2.1.18/app/assets/javascripts/admin/swal.js +0 -39
- data/testing-with-2.1.18/app/assets/javascripts/admin/sweetalert2/delete-confirm.js +0 -118
- data/testing-with-2.1.18/app/assets/javascripts/admin/sweetalert2/sweetalert2.all.min.js +0 -2
- data/testing-with-2.1.18/app/assets/javascripts/admin/switch.js +0 -6
- data/testing-with-2.1.18/app/assets/javascripts/admin/tooltips.coffee +0 -4
- data/testing-with-2.1.18/app/assets/javascripts/admin/upload_records.coffee +0 -8
- data/testing-with-2.1.18/app/assets/javascripts/app/application.js.coffee +0 -9
- data/testing-with-2.1.18/app/assets/javascripts/app/google_analytics.js.coffee +0 -5
- data/testing-with-2.1.18/app/assets/javascripts/ckeditor/config.js +0 -130
- data/testing-with-2.1.18/app/assets/javascripts/errors/application.js.coffee +0 -1
- data/testing-with-2.1.18/app/assets/javascripts/errors/errors.js +0 -113
- data/testing-with-2.1.18/app/assets/javascripts/vue_admin/index.js +0 -111
- data/testing-with-2.1.18/app/assets/stylesheets/admin/application.scss +0 -48
- data/testing-with-2.1.18/app/assets/stylesheets/admin/bootstrap-file-input/fileinput-rtl.scss +0 -133
- data/testing-with-2.1.18/app/assets/stylesheets/admin/bootstrap-file-input/fileinput.scss +0 -760
- data/testing-with-2.1.18/app/assets/stylesheets/admin/bootstrap-file-input/themes/explorer-fa/theme.scss +0 -213
- data/testing-with-2.1.18/app/assets/stylesheets/admin/bootstrap-file-input/themes/explorer-fas/theme.scss +0 -213
- data/testing-with-2.1.18/app/assets/stylesheets/admin/bootstrap-file-input/themes/explorer/theme.scss +0 -213
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/comment/comment.js +0 -209
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/comment/continuecomment.js +0 -78
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/dialog/dialog.css +0 -32
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/dialog/dialog.js +0 -161
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/display/autorefresh.js +0 -47
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/display/fullscreen.css +0 -6
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/display/fullscreen.js +0 -41
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/display/panel.js +0 -123
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/display/placeholder.js +0 -63
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/display/rulers.js +0 -51
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/edit/closebrackets.js +0 -194
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/edit/closetag.js +0 -175
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/edit/continuelist.js +0 -89
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/edit/matchbrackets.js +0 -145
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/edit/matchtags.js +0 -66
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/edit/trailingspace.js +0 -27
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/brace-fold.js +0 -105
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/comment-fold.js +0 -59
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/foldcode.js +0 -152
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/foldgutter.css +0 -20
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/foldgutter.js +0 -146
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/indent-fold.js +0 -48
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/markdown-fold.js +0 -49
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/xml-fold.js +0 -184
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/anyword-hint.js +0 -41
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/css-hint.js +0 -60
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/html-hint.js +0 -348
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/javascript-hint.js +0 -157
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/show-hint.css +0 -36
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/show-hint.js +0 -433
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/sql-hint.js +0 -299
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/xml-hint.js +0 -110
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/scroll/annotatescrollbar.js +0 -122
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/scroll/scrollpastend.js +0 -48
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/scroll/simplescrollbars.css +0 -66
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/scroll/simplescrollbars.js +0 -152
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/search/jump-to-line.js +0 -49
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/search/match-highlighter.js +0 -165
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/search/matchesonscrollbar.css +0 -8
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/search/matchesonscrollbar.js +0 -97
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/search/search.js +0 -252
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/search/searchcursor.js +0 -293
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/codemirror.css +0 -366
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/theme/monokai.css +0 -41
- data/testing-with-2.1.18/app/assets/stylesheets/admin/components/layouts/_footer.scss +0 -5
- data/testing-with-2.1.18/app/assets/stylesheets/admin/components/layouts/_settings.scss +0 -51
- data/testing-with-2.1.18/app/assets/stylesheets/admin/components/navigation/_navbar.scss +0 -187
- data/testing-with-2.1.18/app/assets/stylesheets/admin/components/navigation/_sidebar.scss +0 -207
- data/testing-with-2.1.18/app/assets/stylesheets/admin/components/navigation/_turbolinks.scss +0 -4
- data/testing-with-2.1.18/app/assets/stylesheets/admin/components/paginator/_paginator.scss +0 -53
- data/testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/boxicons.css +0 -2918
- data/testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts.css +0 -8
- data/testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/icons.css +0 -778
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_appearance.scss +0 -5
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_bootstrap-colorpicker.scss +0 -269
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_customize.scss +0 -22
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_datepicker.scss +0 -1086
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_devise.scss +0 -189
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_files.scss +0 -229
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_form.scss +0 -190
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_index.scss +0 -466
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_listing.scss +0 -40
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_preloader.scss +0 -224
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_rockets.scss +0 -13
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_roles.scss +0 -3
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_search.scss +0 -244
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_show.scss +0 -23
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_switchs.scss +0 -143
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_themes.scss +0 -45
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_timepicker.scss +0 -14
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_user.scss +0 -6
- data/testing-with-2.1.18/app/assets/stylesheets/admin/utils/_base.scss +0 -65
- data/testing-with-2.1.18/app/assets/stylesheets/admin/utils/_mixins.scss +0 -26
- data/testing-with-2.1.18/app/assets/stylesheets/admin/utils/_theme.scss +0 -124
- data/testing-with-2.1.18/app/assets/stylesheets/admin/utils/_variables.scss +0 -109
- data/testing-with-2.1.18/app/assets/stylesheets/app/application.scss +0 -30
- data/testing-with-2.1.18/app/assets/stylesheets/app/base/_base_project.scss +0 -17
- data/testing-with-2.1.18/app/assets/stylesheets/app/base/_typography.scss +0 -1
- data/testing-with-2.1.18/app/assets/stylesheets/app/components/_buttons.scss +0 -0
- data/testing-with-2.1.18/app/assets/stylesheets/app/components/_inputs.scss +0 -0
- data/testing-with-2.1.18/app/assets/stylesheets/app/components/_navbar.scss +0 -21
- data/testing-with-2.1.18/app/assets/stylesheets/app/layout/_container.scss +0 -0
- data/testing-with-2.1.18/app/assets/stylesheets/app/layout/_footer.scss +0 -15
- data/testing-with-2.1.18/app/assets/stylesheets/app/layout/_header.scss +0 -39
- data/testing-with-2.1.18/app/assets/stylesheets/app/pages/_front.sass +0 -83
- data/testing-with-2.1.18/app/assets/stylesheets/app/plugins/_bootstrap_override.scss +0 -37
- data/testing-with-2.1.18/app/assets/stylesheets/app/plugins/_font_awesome.scss +0 -2
- data/testing-with-2.1.18/app/assets/stylesheets/app/plugins/_keppler.scss +0 -161
- data/testing-with-2.1.18/app/assets/stylesheets/app/plugins/_npogress.scss +0 -2
- data/testing-with-2.1.18/app/assets/stylesheets/app/utils/_mixins.scss +0 -18
- data/testing-with-2.1.18/app/assets/stylesheets/app/utils/_variables.scss +0 -28
- data/testing-with-2.1.18/app/assets/stylesheets/errors/application.scss +0 -3
- data/testing-with-2.1.18/app/assets/stylesheets/errors/errors.scss +0 -161
- data/testing-with-2.1.18/app/assets/stylesheets/vendor/admin-lte/_skin-blue.scss +0 -141
- data/testing-with-2.1.18/app/assets/stylesheets/vendor/sweetalert2/sweetalert2.scss +0 -11
- data/testing-with-2.1.18/app/controllers/admin/admin_controller.rb +0 -95
- data/testing-with-2.1.18/app/controllers/admin/meta_tags_controller.rb +0 -118
- data/testing-with-2.1.18/app/controllers/admin/permissions_controller.rb +0 -55
- data/testing-with-2.1.18/app/controllers/admin/rockets_controller.rb +0 -95
- data/testing-with-2.1.18/app/controllers/admin/roles_controller.rb +0 -124
- data/testing-with-2.1.18/app/controllers/admin/scripts_controller.rb +0 -104
- data/testing-with-2.1.18/app/controllers/admin/seos_controller.rb +0 -31
- data/testing-with-2.1.18/app/controllers/admin/settings_controller.rb +0 -131
- data/testing-with-2.1.18/app/controllers/admin/users_controller.rb +0 -122
- data/testing-with-2.1.18/app/controllers/app/app_controller.rb +0 -38
- data/testing-with-2.1.18/app/controllers/app/front_controller.rb +0 -8
- data/testing-with-2.1.18/app/controllers/application_controller.rb +0 -151
- data/testing-with-2.1.18/app/controllers/concerns/.keep +0 -0
- data/testing-with-2.1.18/app/controllers/concerns/devise_params.rb +0 -33
- data/testing-with-2.1.18/app/controllers/concerns/mailer_config.rb +0 -37
- data/testing-with-2.1.18/app/controllers/concerns/object_query.rb +0 -50
- data/testing-with-2.1.18/app/controllers/concerns/settings.rb +0 -105
- data/testing-with-2.1.18/app/controllers/devise/sessions_controller.rb +0 -108
- data/testing-with-2.1.18/app/controllers/errors_controller.rb +0 -30
- data/testing-with-2.1.18/app/helpers/admin_helper.rb +0 -138
- data/testing-with-2.1.18/app/helpers/application_helper.rb +0 -33
- data/testing-with-2.1.18/app/helpers/fronts_helper.rb +0 -38
- data/testing-with-2.1.18/app/helpers/rockets_helper.rb +0 -8
- data/testing-with-2.1.18/app/helpers/roles_helper.rb +0 -5
- data/testing-with-2.1.18/app/helpers/scaffolds_helper.rb +0 -5
- data/testing-with-2.1.18/app/inputs/keppler_boolean_input.rb +0 -52
- data/testing-with-2.1.18/app/inputs/keppler_file_input.rb +0 -124
- data/testing-with-2.1.18/app/mailers/.keep +0 -0
- data/testing-with-2.1.18/app/mailers/application_mailer.rb +0 -42
- data/testing-with-2.1.18/app/models/.keep +0 -0
- data/testing-with-2.1.18/app/models/appearance.rb +0 -7
- data/testing-with-2.1.18/app/models/application_record.rb +0 -6
- data/testing-with-2.1.18/app/models/concerns/.keep +0 -0
- data/testing-with-2.1.18/app/models/concerns/activity_history.rb +0 -11
- data/testing-with-2.1.18/app/models/concerns/clone_record.rb +0 -14
- data/testing-with-2.1.18/app/models/concerns/downloadable.rb +0 -16
- data/testing-with-2.1.18/app/models/concerns/searchable.rb +0 -27
- data/testing-with-2.1.18/app/models/concerns/sortable.rb +0 -13
- data/testing-with-2.1.18/app/models/concerns/uploadable.rb +0 -13
- data/testing-with-2.1.18/app/models/front.rb +0 -5
- data/testing-with-2.1.18/app/models/google_analytics_setting.rb +0 -6
- data/testing-with-2.1.18/app/models/meta_tag.rb +0 -54
- data/testing-with-2.1.18/app/models/permission.rb +0 -6
- data/testing-with-2.1.18/app/models/rocket.rb +0 -105
- data/testing-with-2.1.18/app/models/role.rb +0 -134
- data/testing-with-2.1.18/app/models/script.rb +0 -21
- data/testing-with-2.1.18/app/models/seo.rb +0 -49
- data/testing-with-2.1.18/app/models/setting.rb +0 -19
- data/testing-with-2.1.18/app/models/smtp_setting.rb +0 -7
- data/testing-with-2.1.18/app/models/social_account.rb +0 -6
- data/testing-with-2.1.18/app/models/user.rb +0 -75
- data/testing-with-2.1.18/app/policies/application_policy.rb +0 -18
- data/testing-with-2.1.18/app/policies/controller_policy.rb +0 -59
- data/testing-with-2.1.18/app/policies/meta_tag_policy.rb +0 -11
- data/testing-with-2.1.18/app/policies/permission_policy.rb +0 -23
- data/testing-with-2.1.18/app/policies/rocket_policy.rb +0 -11
- data/testing-with-2.1.18/app/policies/role_policy.rb +0 -31
- data/testing-with-2.1.18/app/policies/script_policy.rb +0 -11
- data/testing-with-2.1.18/app/policies/seo_policy.rb +0 -23
- data/testing-with-2.1.18/app/policies/setting_policy.rb +0 -15
- data/testing-with-2.1.18/app/policies/user_policy.rb +0 -19
- data/testing-with-2.1.18/app/services/admin/appearance_service.rb +0 -49
- data/testing-with-2.1.18/app/services/admin/git_handler.rb +0 -28
- data/testing-with-2.1.18/app/uploaders/attachment_uploader.rb +0 -61
- data/testing-with-2.1.18/app/uploaders/ckeditor_attachment_file_uploader.rb +0 -38
- data/testing-with-2.1.18/app/uploaders/ckeditor_picture_uploader.rb +0 -49
- data/testing-with-2.1.18/app/uploaders/template_uploader.rb +0 -44
- data/testing-with-2.1.18/app/views/admin/layouts/_footer.html.haml +0 -0
- data/testing-with-2.1.18/app/views/admin/layouts/_git_info.html.haml +0 -13
- data/testing-with-2.1.18/app/views/admin/layouts/_head.html.haml +0 -7
- data/testing-with-2.1.18/app/views/admin/layouts/_keppler_boolean_script.haml +0 -12
- data/testing-with-2.1.18/app/views/admin/layouts/_listing_preloader.haml +0 -4
- data/testing-with-2.1.18/app/views/admin/layouts/_messages.html.haml +0 -4
- data/testing-with-2.1.18/app/views/admin/layouts/_navigation.html.haml +0 -59
- data/testing-with-2.1.18/app/views/admin/layouts/_preloader.html.haml +0 -14
- data/testing-with-2.1.18/app/views/admin/layouts/_sidebar.html.haml +0 -83
- data/testing-with-2.1.18/app/views/admin/layouts/application.html.haml +0 -23
- data/testing-with-2.1.18/app/views/admin/layouts/index/remote_messages.js.haml +0 -9
- data/testing-with-2.1.18/app/views/admin/meta_tags/_description.html.haml +0 -13
- data/testing-with-2.1.18/app/views/admin/meta_tags/_form.html.haml +0 -35
- data/testing-with-2.1.18/app/views/admin/meta_tags/_listing.html.haml +0 -40
- data/testing-with-2.1.18/app/views/admin/meta_tags/edit.html.haml +0 -2
- data/testing-with-2.1.18/app/views/admin/meta_tags/index.html.haml +0 -69
- data/testing-with-2.1.18/app/views/admin/meta_tags/new.html.haml +0 -2
- data/testing-with-2.1.18/app/views/admin/meta_tags/reload.js.haml +0 -5
- data/testing-with-2.1.18/app/views/admin/meta_tags/show.html.haml +0 -28
- data/testing-with-2.1.18/app/views/admin/permissions/_switch.html.haml +0 -13
- data/testing-with-2.1.18/app/views/admin/permissions/add.html.haml +0 -95
- data/testing-with-2.1.18/app/views/admin/permissions/create.html.haml +0 -0
- data/testing-with-2.1.18/app/views/admin/permissions/create.js.erb +0 -2
- data/testing-with-2.1.18/app/views/admin/permissions/show.js.erb +0 -2
- data/testing-with-2.1.18/app/views/admin/permissions/toggle_permissions.js.erb +0 -6
- data/testing-with-2.1.18/app/views/admin/rockets/_create_rocket.haml +0 -61
- data/testing-with-2.1.18/app/views/admin/rockets/_install_rocket.haml +0 -28
- data/testing-with-2.1.18/app/views/admin/rockets/rockets.haml +0 -54
- data/testing-with-2.1.18/app/views/admin/roles/_description.html.haml +0 -13
- data/testing-with-2.1.18/app/views/admin/roles/_form.html.haml +0 -27
- data/testing-with-2.1.18/app/views/admin/roles/_listing.html.haml +0 -42
- data/testing-with-2.1.18/app/views/admin/roles/_switch.html.haml +0 -24
- data/testing-with-2.1.18/app/views/admin/roles/edit.html.haml +0 -1
- data/testing-with-2.1.18/app/views/admin/roles/index.html.haml +0 -64
- data/testing-with-2.1.18/app/views/admin/roles/new.html.haml +0 -1
- data/testing-with-2.1.18/app/views/admin/roles/reload.js.haml +0 -5
- data/testing-with-2.1.18/app/views/admin/roles/show.html.haml +0 -29
- data/testing-with-2.1.18/app/views/admin/scripts/_description.html.haml +0 -13
- data/testing-with-2.1.18/app/views/admin/scripts/_form.html.haml +0 -30
- data/testing-with-2.1.18/app/views/admin/scripts/_listing.html.haml +0 -40
- data/testing-with-2.1.18/app/views/admin/scripts/edit.html.haml +0 -1
- data/testing-with-2.1.18/app/views/admin/scripts/index.html.haml +0 -70
- data/testing-with-2.1.18/app/views/admin/scripts/new.html.haml +0 -1
- data/testing-with-2.1.18/app/views/admin/scripts/reload.js.haml +0 -5
- data/testing-with-2.1.18/app/views/admin/scripts/show.html.haml +0 -28
- data/testing-with-2.1.18/app/views/admin/seos/robots.html.haml +0 -35
- data/testing-with-2.1.18/app/views/admin/seos/sitemap.html.haml +0 -36
- data/testing-with-2.1.18/app/views/admin/settings/_form.html.haml +0 -10
- data/testing-with-2.1.18/app/views/admin/settings/components/_preview.html.haml +0 -30
- data/testing-with-2.1.18/app/views/admin/settings/edit.html.haml +0 -4
- data/testing-with-2.1.18/app/views/admin/settings/fields/_appearance.html.haml +0 -64
- data/testing-with-2.1.18/app/views/admin/settings/fields/_basic_information.html.haml +0 -40
- data/testing-with-2.1.18/app/views/admin/settings/fields/_email_setting.html.haml +0 -18
- data/testing-with-2.1.18/app/views/admin/settings/fields/_google_analytics_setting.html.haml +0 -21
- data/testing-with-2.1.18/app/views/admin/settings/fields/_social_accounts.html.haml +0 -43
- data/testing-with-2.1.18/app/views/admin/users/_description.html.haml +0 -13
- data/testing-with-2.1.18/app/views/admin/users/_form.html.haml +0 -45
- data/testing-with-2.1.18/app/views/admin/users/_listing.html.haml +0 -47
- data/testing-with-2.1.18/app/views/admin/users/delete_avatar.js.haml +0 -3
- data/testing-with-2.1.18/app/views/admin/users/edit.html.haml +0 -1
- data/testing-with-2.1.18/app/views/admin/users/filter_by_role.js.erb +0 -9
- data/testing-with-2.1.18/app/views/admin/users/index.html.haml +0 -69
- data/testing-with-2.1.18/app/views/admin/users/new.html.haml +0 -1
- data/testing-with-2.1.18/app/views/admin/users/reload.js.haml +0 -5
- data/testing-with-2.1.18/app/views/admin/users/show.html.haml +0 -34
- data/testing-with-2.1.18/app/views/app/front/index.html.haml +0 -223
- data/testing-with-2.1.18/app/views/app/front/message.haml +0 -1
- data/testing-with-2.1.18/app/views/app/layouts/_footer.html.haml +0 -3
- data/testing-with-2.1.18/app/views/app/layouts/_google_analytics.html.haml +0 -13
- data/testing-with-2.1.18/app/views/app/layouts/_head.html.haml +0 -15
- data/testing-with-2.1.18/app/views/app/layouts/_messages.html.haml +0 -6
- data/testing-with-2.1.18/app/views/app/layouts/_meta_tags.html.haml +0 -40
- data/testing-with-2.1.18/app/views/app/layouts/_navigation.html.haml +0 -13
- data/testing-with-2.1.18/app/views/app/layouts/_navigation_links.html.haml +0 -6
- data/testing-with-2.1.18/app/views/app/layouts/application.html.haml +0 -10
- data/testing-with-2.1.18/app/views/application_mailer/testing.html.haml +0 -1
- data/testing-with-2.1.18/app/views/devise/confirmations/new.html.erb +0 -16
- data/testing-with-2.1.18/app/views/devise/mailer/reset_password_instructions.html.haml +0 -6
- data/testing-with-2.1.18/app/views/devise/passwords/edit.html.haml +0 -31
- data/testing-with-2.1.18/app/views/devise/passwords/new.html.haml +0 -27
- data/testing-with-2.1.18/app/views/devise/registrations/edit.html.erb +0 -48
- data/testing-with-2.1.18/app/views/devise/registrations/new.html.erb +0 -19
- data/testing-with-2.1.18/app/views/devise/sessions/new.html.haml +0 -35
- data/testing-with-2.1.18/app/views/devise/shared/_links.html.erb +0 -21
- data/testing-with-2.1.18/app/views/errors/internal_server_error.html.haml +0 -50
- data/testing-with-2.1.18/app/views/errors/not_authorized.html.haml +0 -76
- data/testing-with-2.1.18/app/views/errors/not_found.html.haml +0 -101
- data/testing-with-2.1.18/app/views/errors/unprocessable.html.haml +0 -50
- data/testing-with-2.1.18/app/views/kaminari/_first_page.html.haml +0 -11
- data/testing-with-2.1.18/app/views/kaminari/_gap.html.haml +0 -8
- data/testing-with-2.1.18/app/views/kaminari/_last_page.html.haml +0 -11
- data/testing-with-2.1.18/app/views/kaminari/_next_page.html.haml +0 -11
- data/testing-with-2.1.18/app/views/kaminari/_page.html.haml +0 -10
- data/testing-with-2.1.18/app/views/kaminari/_paginator.html.haml +0 -18
- data/testing-with-2.1.18/app/views/kaminari/_prev_page.html.haml +0 -11
- data/testing-with-2.1.18/app/views/layouts/errors/_head.html.haml +0 -3
- data/testing-with-2.1.18/app/views/layouts/errors/application.html.haml +0 -11
- data/testing-with-2.1.18/app/views/layouts/mailers/mailer.html.haml +0 -3
- data/testing-with-2.1.18/app/views/layouts/mailers/mailer.text.haml +0 -1
- data/testing-with-2.1.18/app/views/layouts/templates/application.html.haml +0 -1
- data/testing-with-2.1.18/app/views/public_activity/layout/_create.html.haml +0 -44
- data/testing-with-2.1.18/app/views/public_activity/layout/_destroy.html.haml +0 -15
- data/testing-with-2.1.18/app/views/public_activity/layout/_update.html.haml +0 -44
- data/testing-with-2.1.18/app/views/public_activity/session/_create.html.haml +0 -13
- data/testing-with-2.1.18/app/views/public_activity/session/_destroy.html.haml +0 -13
- data/testing-with-2.1.18/app/views/templates/kaminari/_first_page.html.haml +0 -9
- data/testing-with-2.1.18/app/views/templates/kaminari/_gap.html.haml +0 -8
- data/testing-with-2.1.18/app/views/templates/kaminari/_last_page.html.haml +0 -9
- data/testing-with-2.1.18/app/views/templates/kaminari/_next_page.html.haml +0 -9
- data/testing-with-2.1.18/app/views/templates/kaminari/_page.html.haml +0 -10
- data/testing-with-2.1.18/app/views/templates/kaminari/_paginator.html.haml +0 -18
- data/testing-with-2.1.18/app/views/templates/kaminari/_prev_page.html.haml +0 -9
- data/testing-with-2.1.18/bin/bundle +0 -3
- data/testing-with-2.1.18/bin/rails +0 -4
- data/testing-with-2.1.18/bin/rake +0 -4
- data/testing-with-2.1.18/bin/setup +0 -29
- data/testing-with-2.1.18/bin/spring +0 -15
- data/testing-with-2.1.18/bin/update +0 -31
- data/testing-with-2.1.18/bin/yarn +0 -11
- data/testing-with-2.1.18/config.ru +0 -4
- data/testing-with-2.1.18/config/application.rb +0 -46
- data/testing-with-2.1.18/config/attachments.yml +0 -24
- data/testing-with-2.1.18/config/boot.rb +0 -7
- data/testing-with-2.1.18/config/circleci/db_config.yml +0 -51
- data/testing-with-2.1.18/config/database.yml +0 -25
- data/testing-with-2.1.18/config/environment.rb +0 -10
- data/testing-with-2.1.18/config/environments/development.rb +0 -61
- data/testing-with-2.1.18/config/environments/production.rb +0 -109
- data/testing-with-2.1.18/config/environments/test.rb +0 -45
- data/testing-with-2.1.18/config/gaAuth/gauth_key.p12 +0 -0
- data/testing-with-2.1.18/config/initializers/assets.rb +0 -14
- data/testing-with-2.1.18/config/initializers/carrierwave.rb +0 -12
- data/testing-with-2.1.18/config/initializers/compression.rb +0 -47
- data/testing-with-2.1.18/config/initializers/cookies_serializer.rb +0 -3
- data/testing-with-2.1.18/config/initializers/date_formats.rb +0 -2
- data/testing-with-2.1.18/config/initializers/devise.rb +0 -259
- data/testing-with-2.1.18/config/initializers/filter_parameter_logging.rb +0 -5
- data/testing-with-2.1.18/config/initializers/inflections.rb +0 -16
- data/testing-with-2.1.18/config/initializers/keppler_configuration.rb +0 -9
- data/testing-with-2.1.18/config/initializers/mime_types.rb +0 -6
- data/testing-with-2.1.18/config/initializers/paginate_kaminari_configuration.rb +0 -12
- data/testing-with-2.1.18/config/initializers/ransack.rb +0 -7
- data/testing-with-2.1.18/config/initializers/rolify.rb +0 -10
- data/testing-with-2.1.18/config/initializers/route_traslator.rb +0 -3
- data/testing-with-2.1.18/config/initializers/session_store.rb +0 -5
- data/testing-with-2.1.18/config/initializers/simple_form.rb +0 -170
- data/testing-with-2.1.18/config/initializers/simple_form_bootstrap.rb +0 -174
- data/testing-with-2.1.18/config/initializers/simple_form_components.rb +0 -61
- data/testing-with-2.1.18/config/initializers/time_formats.rb +0 -2
- data/testing-with-2.1.18/config/initializers/wrap_parameters.rb +0 -15
- data/testing-with-2.1.18/config/jshint.yml +0 -21
- data/testing-with-2.1.18/config/locales/devise.en.yml +0 -61
- data/testing-with-2.1.18/config/locales/devise.es.yml +0 -62
- data/testing-with-2.1.18/config/locales/en.yml +0 -477
- data/testing-with-2.1.18/config/locales/es.yml +0 -510
- data/testing-with-2.1.18/config/locales/routes.en.yml +0 -4
- data/testing-with-2.1.18/config/locales/routes.es.yml +0 -5
- data/testing-with-2.1.18/config/locales/simple_form.en.yml +0 -46
- data/testing-with-2.1.18/config/locales/simple_form.es.yml +0 -96
- data/testing-with-2.1.18/config/locales/social_share_button.es.yml +0 -10
- data/testing-with-2.1.18/config/menu.yml +0 -58
- data/testing-with-2.1.18/config/permissions.yml +0 -39
- data/testing-with-2.1.18/config/puma.rb +0 -56
- data/testing-with-2.1.18/config/roles.yml +0 -2
- data/testing-with-2.1.18/config/routes.rb +0 -191
- data/testing-with-2.1.18/config/settings.yml +0 -30
- data/testing-with-2.1.18/config/sitemap.rb +0 -30
- data/testing-with-2.1.18/config/spring.rb +0 -6
- data/testing-with-2.1.18/db/migrate/20140812203549_devise_create_users.rb +0 -50
- data/testing-with-2.1.18/db/migrate/20140812210925_rolify_create_roles.rb +0 -21
- data/testing-with-2.1.18/db/migrate/20151221173228_create_activities.rb +0 -23
- data/testing-with-2.1.18/db/migrate/20160122201215_create_settings.rb +0 -15
- data/testing-with-2.1.18/db/migrate/20160126141856_create_smtp_settings.rb +0 -15
- data/testing-with-2.1.18/db/migrate/20160128131802_create_scripts.rb +0 -12
- data/testing-with-2.1.18/db/migrate/20160128151351_create_google_analytics_settings.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20160128193740_create_social_accounts.rb +0 -26
- data/testing-with-2.1.18/db/migrate/20160201134918_create_meta_tags.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20160201210520_create_appearances.rb +0 -14
- data/testing-with-2.1.18/db/migrate/20171225023933_create_scaffolds.rb +0 -10
- data/testing-with-2.1.18/db/migrate/20180503174351_create_permissions.rb +0 -11
- data/testing-with-2.1.18/db/migrate/20180717160308_create_keppler_frontend_views.keppler_frontend.rb +0 -17
- data/testing-with-2.1.18/db/migrate/20180730194655_create_keppler_frontend_themes.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20180802184429_create_keppler_capsules_capsules.keppler_capsules.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20180802184430_create_keppler_capsules_capsule_fields.keppler_capsules.rb +0 -12
- data/testing-with-2.1.18/db/migrate/20180806192023_create_keppler_capsules_capsule_validations.keppler_capsules.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20180806203410_create_keppler_frontend_partials.keppler_frontend.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20180807204310_create_keppler_capsules_capsule_associations.keppler_capsules.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20180813160624_create_keppler_languages_languages.keppler_languages.rb +0 -14
- data/testing-with-2.1.18/db/migrate/20180813160625_create_keppler_languages_fields.keppler_languages.rb +0 -14
- data/testing-with-2.1.18/db/migrate/20180818073305_create_active_storage_tables.active_storage.rb +0 -26
- data/testing-with-2.1.18/db/migrate/20180827120841_create_keppler_frontend_callback_functions.keppler_frontend.rb +0 -14
- data/testing-with-2.1.18/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb +0 -12
- data/testing-with-2.1.18/db/migrate/20180827154647_add_position_to_users_table.rb +0 -5
- data/testing-with-2.1.18/db/migrate/20180830153221_create_keppler_frontend_functions.keppler_frontend.rb +0 -14
- data/testing-with-2.1.18/db/migrate/20180830153222_create_keppler_frontend_parameters.keppler_frontend.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20180904144238_create_seos.rb +0 -11
- data/testing-with-2.1.18/db/seeds.rb +0 -162
- data/testing-with-2.1.18/docs/diagrams/keppler_core/config +0 -0
- data/testing-with-2.1.18/docs/diagrams/keppler_frontend/editor/resources_editor.dia +0 -0
- data/testing-with-2.1.18/docs/diagrams/keppler_frontend/views/create_view.dia +0 -0
- data/testing-with-2.1.18/docs/diagrams/keppler_frontend/views/delete_view.dia +0 -0
- data/testing-with-2.1.18/docs/diagrams/keppler_frontend/views/delete_view.dia.autosave +0 -0
- data/testing-with-2.1.18/lib/generators/install_rocket/USAGE +0 -44
- data/testing-with-2.1.18/lib/generators/install_rocket/install_rocket_generator.rb +0 -107
- data/testing-with-2.1.18/lib/generators/keppler_add_module/USAGE +0 -5
- data/testing-with-2.1.18/lib/generators/keppler_add_module/keppler_add_module_generator.rb +0 -324
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/controllers/controller.rb +0 -106
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/models/model.rb +0 -29
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/policies/policy.rb +0 -11
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/_description.haml +0 -13
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/_form.haml +0 -49
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/_listing.haml +0 -58
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/edit.haml +0 -1
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/index.haml +0 -70
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/new.haml +0 -1
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/reload.js.haml +0 -5
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/show.haml +0 -35
- data/testing-with-2.1.18/lib/generators/keppler_delete_module/USAGE +0 -5
- data/testing-with-2.1.18/lib/generators/keppler_delete_module/keppler_delete_module_generator.rb +0 -305
- data/testing-with-2.1.18/lib/generators/keppler_front/keppler_front_generator.rb +0 -139
- data/testing-with-2.1.18/lib/generators/keppler_front/templates/controllers/controller.rb +0 -17
- data/testing-with-2.1.18/lib/generators/keppler_front/templates/views/template.html.haml +0 -225
- data/testing-with-2.1.18/lib/generators/keppler_relation/keppler_relation_generator.rb +0 -219
- data/testing-with-2.1.18/lib/generators/new_rocket/USAGE +0 -44
- data/testing-with-2.1.18/lib/generators/new_rocket/new_rocket_generator.rb +0 -258
- data/testing-with-2.1.18/lib/generators/uninstall_rocket/USAGE +0 -32
- data/testing-with-2.1.18/lib/generators/uninstall_rocket/uninstall_rocket_generator.rb +0 -140
- data/testing-with-2.1.18/lib/keppler_configuration.rb +0 -12
- data/testing-with-2.1.18/lib/plugins/config/locales/en.yml +0 -16
- data/testing-with-2.1.18/lib/plugins/config/locales/es.yml +0 -16
- data/testing-with-2.1.18/lib/plugins/config/menu.yml +0 -16
- data/testing-with-2.1.18/lib/plugins/config/permissions.yml +0 -1
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/keppler_scaffold_generator.rb +0 -223
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/controllers/controller.rb +0 -107
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/models/model.rb +0 -29
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/policies/policy.rb +0 -14
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/_description.haml +0 -13
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/_form.haml +0 -49
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/_listing.haml +0 -58
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/edit.haml +0 -1
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/index.haml +0 -69
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/new.haml +0 -1
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/reload.js.haml +0 -5
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/show.haml +0 -35
- data/testing-with-2.1.18/lib/plugins/install.rb +0 -151
- data/testing-with-2.1.18/lib/plugins/layouts/application.html.haml +0 -23
- data/testing-with-2.1.18/lib/templates/haml/scaffold/_form.html.haml +0 -10
@@ -1,100 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* FileInput <_LANG_> Translations
|
3
|
-
*
|
4
|
-
* This file must be loaded after 'fileinput.js'. Patterns in braces '{}', or
|
5
|
-
* any HTML markup tags in the messages must not be converted or translated.
|
6
|
-
*
|
7
|
-
* @see http://github.com/kartik-v/bootstrap-fileinput
|
8
|
-
*
|
9
|
-
* NOTE: this file must be saved in UTF-8 encoding.
|
10
|
-
*/
|
11
|
-
(function ($) {
|
12
|
-
"use strict";
|
13
|
-
|
14
|
-
$.fn.fileinputLocales['_LANG_'] = {
|
15
|
-
fileSingle: 'file',
|
16
|
-
filePlural: 'files',
|
17
|
-
browseLabel: 'Browse …',
|
18
|
-
removeLabel: 'Remove',
|
19
|
-
removeTitle: 'Clear selected files',
|
20
|
-
cancelLabel: 'Cancel',
|
21
|
-
cancelTitle: 'Abort ongoing upload',
|
22
|
-
uploadLabel: 'Upload',
|
23
|
-
uploadTitle: 'Upload selected files',
|
24
|
-
msgNo: 'No',
|
25
|
-
msgNoFilesSelected: 'No files selected',
|
26
|
-
msgCancelled: 'Cancelled',
|
27
|
-
msgPlaceholder: 'Select {files}...',
|
28
|
-
msgZoomModalHeading: 'Detailed Preview',
|
29
|
-
msgFileRequired: 'You must select a file to upload.',
|
30
|
-
msgSizeTooSmall: 'File "{name}" (<b>{size} KB</b>) is too small and must be larger than <b>{minSize} KB</b>.',
|
31
|
-
msgSizeTooLarge: 'File "{name}" (<b>{size} KB</b>) exceeds maximum allowed upload size of <b>{maxSize} KB</b>.',
|
32
|
-
msgFilesTooLess: 'You must select at least <b>{n}</b> {files} to upload.',
|
33
|
-
msgFilesTooMany: 'Number of files selected for upload <b>({n})</b> exceeds maximum allowed limit of <b>{m}</b>.',
|
34
|
-
msgFileNotFound: 'File "{name}" not found!',
|
35
|
-
msgFileSecured: 'Security restrictions prevent reading the file "{name}".',
|
36
|
-
msgFileNotReadable: 'File "{name}" is not readable.',
|
37
|
-
msgFilePreviewAborted: 'File preview aborted for "{name}".',
|
38
|
-
msgFilePreviewError: 'An error occurred while reading the file "{name}".',
|
39
|
-
msgInvalidFileName: 'Invalid or unsupported characters in file name "{name}".',
|
40
|
-
msgInvalidFileType: 'Invalid type for file "{name}". Only "{types}" files are supported.',
|
41
|
-
msgInvalidFileExtension: 'Invalid extension for file "{name}". Only "{extensions}" files are supported.',
|
42
|
-
msgFileTypes: {
|
43
|
-
'image': 'image',
|
44
|
-
'html': 'HTML',
|
45
|
-
'text': 'text',
|
46
|
-
'video': 'video',
|
47
|
-
'audio': 'audio',
|
48
|
-
'flash': 'flash',
|
49
|
-
'pdf': 'PDF',
|
50
|
-
'object': 'object'
|
51
|
-
},
|
52
|
-
msgUploadAborted: 'The file upload was aborted',
|
53
|
-
msgUploadThreshold: 'Processing...',
|
54
|
-
msgUploadBegin: 'Initializing...',
|
55
|
-
msgUploadEnd: 'Done',
|
56
|
-
msgUploadEmpty: 'No valid data available for upload.',
|
57
|
-
msgUploadError: 'Error',
|
58
|
-
msgValidationError: 'Validation Error',
|
59
|
-
msgLoading: 'Loading file {index} of {files} …',
|
60
|
-
msgProgress: 'Loading file {index} of {files} - {name} - {percent}% completed.',
|
61
|
-
msgSelected: '{n} {files} selected',
|
62
|
-
msgFoldersNotAllowed: 'Drag & drop files only! Skipped {n} dropped folder(s).',
|
63
|
-
msgImageWidthSmall: 'Width of image file "{name}" must be at least {size} px.',
|
64
|
-
msgImageHeightSmall: 'Height of image file "{name}" must be at least {size} px.',
|
65
|
-
msgImageWidthLarge: 'Width of image file "{name}" cannot exceed {size} px.',
|
66
|
-
msgImageHeightLarge: 'Height of image file "{name}" cannot exceed {size} px.',
|
67
|
-
msgImageResizeError: 'Could not get the image dimensions to resize.',
|
68
|
-
msgImageResizeException: 'Error while resizing the image.<pre>{errors}</pre>',
|
69
|
-
msgAjaxError: 'Something went wrong with the {operation} operation. Please try again later!',
|
70
|
-
msgAjaxProgressError: '{operation} failed',
|
71
|
-
ajaxOperations: {
|
72
|
-
deleteThumb: 'file delete',
|
73
|
-
uploadThumb: 'file upload',
|
74
|
-
uploadBatch: 'batch file upload',
|
75
|
-
uploadExtra: 'form data upload'
|
76
|
-
},
|
77
|
-
dropZoneTitle: 'Drag & drop files here …',
|
78
|
-
dropZoneClickTitle: '<br>(or click to select {files})',
|
79
|
-
fileActionSettings: {
|
80
|
-
removeTitle: 'Remove file',
|
81
|
-
uploadTitle: 'Upload file',
|
82
|
-
uploadRetryTitle: 'Retry upload',
|
83
|
-
downloadTitle: 'Download file',
|
84
|
-
zoomTitle: 'View details',
|
85
|
-
dragTitle: 'Move / Rearrange',
|
86
|
-
indicatorNewTitle: 'Not uploaded yet',
|
87
|
-
indicatorSuccessTitle: 'Uploaded',
|
88
|
-
indicatorErrorTitle: 'Upload Error',
|
89
|
-
indicatorLoadingTitle: 'Uploading ...'
|
90
|
-
},
|
91
|
-
previewZoomButtonTitles: {
|
92
|
-
prev: 'View previous file',
|
93
|
-
next: 'View next file',
|
94
|
-
toggleheader: 'Toggle header',
|
95
|
-
fullscreen: 'Toggle full screen',
|
96
|
-
borderless: 'Toggle borderless mode',
|
97
|
-
close: 'Close detailed preview'
|
98
|
-
}
|
99
|
-
};
|
100
|
-
})(window.jQuery);
|
@@ -1,100 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* FileInput Spanish Translations
|
3
|
-
*
|
4
|
-
* This file must be loaded after 'fileinput.js'. Patterns in braces '{}', or
|
5
|
-
* any HTML markup tags in the messages must not be converted or translated.
|
6
|
-
*
|
7
|
-
* @see http://github.com/kartik-v/bootstrap-fileinput
|
8
|
-
*
|
9
|
-
* NOTE: this file must be saved in UTF-8 encoding.
|
10
|
-
*/
|
11
|
-
(function ($) {
|
12
|
-
"use strict";
|
13
|
-
|
14
|
-
$.fn.fileinputLocales['es'] = {
|
15
|
-
fileSingle: 'archivo',
|
16
|
-
filePlural: 'archivos',
|
17
|
-
browseLabel: 'Examinar …',
|
18
|
-
removeLabel: 'Quitar',
|
19
|
-
removeTitle: 'Quitar archivos seleccionados',
|
20
|
-
cancelLabel: 'Cancelar',
|
21
|
-
cancelTitle: 'Abortar la subida en curso',
|
22
|
-
uploadLabel: 'Subir archivo',
|
23
|
-
uploadTitle: 'Subir archivos seleccionados',
|
24
|
-
msgNo: 'No',
|
25
|
-
msgNoFilesSelected: 'No hay archivos seleccionados',
|
26
|
-
msgCancelled: 'Cancelado',
|
27
|
-
msgPlaceholder: 'Seleccionar {files}...',
|
28
|
-
msgZoomModalHeading: 'Vista previa detallada',
|
29
|
-
msgFileRequired: 'Debes seleccionar un archivo para subir.',
|
30
|
-
msgSizeTooSmall: 'El archivo "{name}" (<b>{size} KB</b>) es demasiado pequeño y debe ser mayor de <b>{minSize} KB</b>.',
|
31
|
-
msgSizeTooLarge: 'El archivo "{name}" (<b>{size} KB</b>) excede el tamaño máximo permitido de <b>{maxSize} KB</b>.',
|
32
|
-
msgFilesTooLess: 'Debe seleccionar al menos <b>{n}</b> {files} a cargar.',
|
33
|
-
msgFilesTooMany: 'El número de archivos seleccionados a cargar <b>({n})</b> excede el límite máximo permitido de <b>{m}</b>.',
|
34
|
-
msgFileNotFound: 'Archivo "{name}" no encontrado.',
|
35
|
-
msgFileSecured: 'No es posible acceder al archivo "{name}" porque está siendo usado por otra aplicación o no tiene permisos de lectura.',
|
36
|
-
msgFileNotReadable: 'No es posible acceder al archivo "{name}".',
|
37
|
-
msgFilePreviewAborted: 'Previsualización del archivo "{name}" cancelada.',
|
38
|
-
msgFilePreviewError: 'Ocurrió un error mientras se leía el archivo "{name}".',
|
39
|
-
msgInvalidFileName: 'Caracteres no válidos o no soportados en el nombre del archivo "{name}".',
|
40
|
-
msgInvalidFileType: 'Tipo de archivo no válido para "{name}". Sólo se permiten archivos de tipo "{types}".',
|
41
|
-
msgInvalidFileExtension: 'Extensión de archivo no válida para "{name}". Sólo se permiten archivos "{extensions}".',
|
42
|
-
msgFileTypes: {
|
43
|
-
'image': 'image',
|
44
|
-
'html': 'HTML',
|
45
|
-
'text': 'text',
|
46
|
-
'video': 'video',
|
47
|
-
'audio': 'audio',
|
48
|
-
'flash': 'flash',
|
49
|
-
'pdf': 'PDF',
|
50
|
-
'object': 'object'
|
51
|
-
},
|
52
|
-
msgUploadAborted: 'La carga de archivos se ha cancelado',
|
53
|
-
msgUploadThreshold: 'Procesando...',
|
54
|
-
msgUploadBegin: 'Inicializando...',
|
55
|
-
msgUploadEnd: 'Hecho',
|
56
|
-
msgUploadEmpty: 'No existen datos válidos para el envío.',
|
57
|
-
msgUploadError: 'Error',
|
58
|
-
msgValidationError: 'Error de validación',
|
59
|
-
msgLoading: 'Subiendo archivo {index} de {files} …',
|
60
|
-
msgProgress: 'Subiendo archivo {index} de {files} - {name} - {percent}% completado.',
|
61
|
-
msgSelected: '{n} {files} seleccionado(s)',
|
62
|
-
msgFoldersNotAllowed: 'Arrastre y suelte únicamente archivos. Omitida(s) {n} carpeta(s).',
|
63
|
-
msgImageWidthSmall: 'El ancho de la imagen "{name}" debe ser de al menos {size} px.',
|
64
|
-
msgImageHeightSmall: 'La altura de la imagen "{name}" debe ser de al menos {size} px.',
|
65
|
-
msgImageWidthLarge: 'El ancho de la imagen "{name}" no puede exceder de {size} px.',
|
66
|
-
msgImageHeightLarge: 'La altura de la imagen "{name}" no puede exceder de {size} px.',
|
67
|
-
msgImageResizeError: 'No se pudieron obtener las dimensiones de la imagen para cambiar el tamaño.',
|
68
|
-
msgImageResizeException: 'Error al cambiar el tamaño de la imagen.<pre>{errors}</pre>',
|
69
|
-
msgAjaxError: 'Algo ha ido mal con la operación {operation}. Por favor, inténtelo de nuevo mas tarde.',
|
70
|
-
msgAjaxProgressError: 'La operación {operation} ha fallado',
|
71
|
-
ajaxOperations: {
|
72
|
-
deleteThumb: 'Archivo borrado',
|
73
|
-
uploadThumb: 'Archivo subido',
|
74
|
-
uploadBatch: 'Datos subidos en lote',
|
75
|
-
uploadExtra: 'Datos del formulario subidos '
|
76
|
-
},
|
77
|
-
dropZoneTitle: 'Arrastre y suelte aquí los archivos …',
|
78
|
-
dropZoneClickTitle: '<br>(o haga clic para seleccionar {files})',
|
79
|
-
fileActionSettings: {
|
80
|
-
removeTitle: 'Eliminar archivo',
|
81
|
-
uploadTitle: 'Subir archivo',
|
82
|
-
uploadRetryTitle: 'Reintentar subir',
|
83
|
-
downloadTitle: 'Descargar archivo',
|
84
|
-
zoomTitle: 'Ver detalles',
|
85
|
-
dragTitle: 'Mover / Reordenar',
|
86
|
-
indicatorNewTitle: 'No subido todavía',
|
87
|
-
indicatorSuccessTitle: 'Subido',
|
88
|
-
indicatorErrorTitle: 'Error al subir',
|
89
|
-
indicatorLoadingTitle: 'Subiendo...'
|
90
|
-
},
|
91
|
-
previewZoomButtonTitles: {
|
92
|
-
prev: 'Anterior',
|
93
|
-
next: 'Siguiente',
|
94
|
-
toggleheader: 'Mostrar encabezado',
|
95
|
-
fullscreen: 'Pantalla completa',
|
96
|
-
borderless: 'Modo sin bordes',
|
97
|
-
close: 'Cerrar vista detallada'
|
98
|
-
}
|
99
|
-
};
|
100
|
-
})(window.jQuery);
|
data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/piexif.js
DELETED
@@ -1,2471 +0,0 @@
|
|
1
|
-
/* piexifjs
|
2
|
-
|
3
|
-
The MIT License (MIT)
|
4
|
-
|
5
|
-
Copyright (c) 2014, 2015 hMatoba(https://github.com/hMatoba)
|
6
|
-
|
7
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
|
-
of this software and associated documentation files (the "Software"), to deal
|
9
|
-
in the Software without restriction, including without limitation the rights
|
10
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
11
|
-
copies of the Software, and to permit persons to whom the Software is
|
12
|
-
furnished to do so, subject to the following conditions:
|
13
|
-
|
14
|
-
The above copyright notice and this permission notice shall be included in all
|
15
|
-
copies or substantial portions of the Software.
|
16
|
-
|
17
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
18
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
20
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
21
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
22
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
23
|
-
SOFTWARE.
|
24
|
-
*/
|
25
|
-
|
26
|
-
(function () {
|
27
|
-
"use strict";
|
28
|
-
var that = {};
|
29
|
-
that.version = "1.03";
|
30
|
-
|
31
|
-
that.remove = function (jpeg) {
|
32
|
-
var b64 = false;
|
33
|
-
if (jpeg.slice(0, 2) == "\xff\xd8") {
|
34
|
-
} else if (jpeg.slice(0, 23) == "data:image/jpeg;base64," || jpeg.slice(0, 22) == "data:image/jpg;base64,") {
|
35
|
-
jpeg = atob(jpeg.split(",")[1]);
|
36
|
-
b64 = true;
|
37
|
-
} else {
|
38
|
-
throw ("Given data is not jpeg.");
|
39
|
-
}
|
40
|
-
|
41
|
-
var segments = splitIntoSegments(jpeg);
|
42
|
-
if (segments[1].slice(0, 2) == "\xff\xe1" &&
|
43
|
-
segments[1].slice(4, 10) == "Exif\x00\x00") {
|
44
|
-
segments = [segments[0]].concat(segments.slice(2));
|
45
|
-
} else if (segments[2].slice(0, 2) == "\xff\xe1" &&
|
46
|
-
segments[2].slice(4, 10) == "Exif\x00\x00") {
|
47
|
-
segments = segments.slice(0, 2).concat(segments.slice(3));
|
48
|
-
} else {
|
49
|
-
throw("Exif not found.");
|
50
|
-
}
|
51
|
-
|
52
|
-
var new_data = segments.join("");
|
53
|
-
if (b64) {
|
54
|
-
new_data = "data:image/jpeg;base64," + btoa(new_data);
|
55
|
-
}
|
56
|
-
|
57
|
-
return new_data;
|
58
|
-
};
|
59
|
-
|
60
|
-
|
61
|
-
that.insert = function (exif, jpeg) {
|
62
|
-
var b64 = false;
|
63
|
-
if (exif.slice(0, 6) != "\x45\x78\x69\x66\x00\x00") {
|
64
|
-
throw ("Given data is not exif.");
|
65
|
-
}
|
66
|
-
if (jpeg.slice(0, 2) == "\xff\xd8") {
|
67
|
-
} else if (jpeg.slice(0, 23) == "data:image/jpeg;base64," || jpeg.slice(0, 22) == "data:image/jpg;base64,") {
|
68
|
-
jpeg = atob(jpeg.split(",")[1]);
|
69
|
-
b64 = true;
|
70
|
-
} else {
|
71
|
-
throw ("Given data is not jpeg.");
|
72
|
-
}
|
73
|
-
|
74
|
-
var exifStr = "\xff\xe1" + pack(">H", [exif.length + 2]) + exif;
|
75
|
-
var segments = splitIntoSegments(jpeg);
|
76
|
-
var new_data = mergeSegments(segments, exifStr);
|
77
|
-
if (b64) {
|
78
|
-
new_data = "data:image/jpeg;base64," + btoa(new_data);
|
79
|
-
}
|
80
|
-
|
81
|
-
return new_data;
|
82
|
-
};
|
83
|
-
|
84
|
-
|
85
|
-
that.load = function (data) {
|
86
|
-
var input_data;
|
87
|
-
if (typeof (data) == "string") {
|
88
|
-
if (data.slice(0, 2) == "\xff\xd8") {
|
89
|
-
input_data = data;
|
90
|
-
} else if (data.slice(0, 23) == "data:image/jpeg;base64," || data.slice(0, 22) == "data:image/jpg;base64,") {
|
91
|
-
input_data = atob(data.split(",")[1]);
|
92
|
-
} else if (data.slice(0, 4) == "Exif") {
|
93
|
-
input_data = data.slice(6);
|
94
|
-
} else {
|
95
|
-
throw ("'load' gots invalid file data.");
|
96
|
-
}
|
97
|
-
} else {
|
98
|
-
throw ("'load' gots invalid type argument.");
|
99
|
-
}
|
100
|
-
|
101
|
-
var exifDict = {};
|
102
|
-
var exif_dict = {
|
103
|
-
"0th": {},
|
104
|
-
"Exif": {},
|
105
|
-
"GPS": {},
|
106
|
-
"Interop": {},
|
107
|
-
"1st": {},
|
108
|
-
"thumbnail": null
|
109
|
-
};
|
110
|
-
var exifReader = new ExifReader(input_data);
|
111
|
-
if (exifReader.tiftag === null) {
|
112
|
-
return exif_dict;
|
113
|
-
}
|
114
|
-
|
115
|
-
if (exifReader.tiftag.slice(0, 2) == "\x49\x49") {
|
116
|
-
exifReader.endian_mark = "<";
|
117
|
-
} else {
|
118
|
-
exifReader.endian_mark = ">";
|
119
|
-
}
|
120
|
-
|
121
|
-
var pointer = unpack(exifReader.endian_mark + "L",
|
122
|
-
exifReader.tiftag.slice(4, 8))[0];
|
123
|
-
exif_dict["0th"] = exifReader.get_ifd(pointer, "0th");
|
124
|
-
|
125
|
-
var first_ifd_pointer = exif_dict["0th"]["first_ifd_pointer"];
|
126
|
-
delete exif_dict["0th"]["first_ifd_pointer"];
|
127
|
-
|
128
|
-
if (34665 in exif_dict["0th"]) {
|
129
|
-
pointer = exif_dict["0th"][34665];
|
130
|
-
exif_dict["Exif"] = exifReader.get_ifd(pointer, "Exif");
|
131
|
-
}
|
132
|
-
if (34853 in exif_dict["0th"]) {
|
133
|
-
pointer = exif_dict["0th"][34853];
|
134
|
-
exif_dict["GPS"] = exifReader.get_ifd(pointer, "GPS");
|
135
|
-
}
|
136
|
-
if (40965 in exif_dict["Exif"]) {
|
137
|
-
pointer = exif_dict["Exif"][40965];
|
138
|
-
exif_dict["Interop"] = exifReader.get_ifd(pointer, "Interop");
|
139
|
-
}
|
140
|
-
if (first_ifd_pointer != "\x00\x00\x00\x00") {
|
141
|
-
pointer = unpack(exifReader.endian_mark + "L",
|
142
|
-
first_ifd_pointer)[0];
|
143
|
-
exif_dict["1st"] = exifReader.get_ifd(pointer, "1st");
|
144
|
-
if ((513 in exif_dict["1st"]) && (514 in exif_dict["1st"])) {
|
145
|
-
var end = exif_dict["1st"][513] + exif_dict["1st"][514];
|
146
|
-
var thumb = exifReader.tiftag.slice(exif_dict["1st"][513], end);
|
147
|
-
exif_dict["thumbnail"] = thumb;
|
148
|
-
}
|
149
|
-
}
|
150
|
-
|
151
|
-
return exif_dict;
|
152
|
-
};
|
153
|
-
|
154
|
-
|
155
|
-
that.dump = function (exif_dict_original) {
|
156
|
-
var TIFF_HEADER_LENGTH = 8;
|
157
|
-
|
158
|
-
var exif_dict = copy(exif_dict_original);
|
159
|
-
var header = "Exif\x00\x00\x4d\x4d\x00\x2a\x00\x00\x00\x08";
|
160
|
-
var exif_is = false;
|
161
|
-
var gps_is = false;
|
162
|
-
var interop_is = false;
|
163
|
-
var first_is = false;
|
164
|
-
|
165
|
-
var zeroth_ifd,
|
166
|
-
exif_ifd,
|
167
|
-
interop_ifd,
|
168
|
-
gps_ifd,
|
169
|
-
first_ifd;
|
170
|
-
|
171
|
-
if ("0th" in exif_dict) {
|
172
|
-
zeroth_ifd = exif_dict["0th"];
|
173
|
-
} else {
|
174
|
-
zeroth_ifd = {};
|
175
|
-
}
|
176
|
-
|
177
|
-
if ((("Exif" in exif_dict) && (Object.keys(exif_dict["Exif"]).length)) ||
|
178
|
-
(("Interop" in exif_dict) && (Object.keys(exif_dict["Interop"]).length))) {
|
179
|
-
zeroth_ifd[34665] = 1;
|
180
|
-
exif_is = true;
|
181
|
-
exif_ifd = exif_dict["Exif"];
|
182
|
-
if (("Interop" in exif_dict) && Object.keys(exif_dict["Interop"]).length) {
|
183
|
-
exif_ifd[40965] = 1;
|
184
|
-
interop_is = true;
|
185
|
-
interop_ifd = exif_dict["Interop"];
|
186
|
-
} else if (Object.keys(exif_ifd).indexOf(that.ExifIFD.InteroperabilityTag.toString()) > -1) {
|
187
|
-
delete exif_ifd[40965];
|
188
|
-
}
|
189
|
-
} else if (Object.keys(zeroth_ifd).indexOf(that.ImageIFD.ExifTag.toString()) > -1) {
|
190
|
-
delete zeroth_ifd[34665];
|
191
|
-
}
|
192
|
-
|
193
|
-
if (("GPS" in exif_dict) && (Object.keys(exif_dict["GPS"]).length)) {
|
194
|
-
zeroth_ifd[that.ImageIFD.GPSTag] = 1;
|
195
|
-
gps_is = true;
|
196
|
-
gps_ifd = exif_dict["GPS"];
|
197
|
-
} else if (Object.keys(zeroth_ifd).indexOf(that.ImageIFD.GPSTag.toString()) > -1) {
|
198
|
-
delete zeroth_ifd[that.ImageIFD.GPSTag];
|
199
|
-
}
|
200
|
-
|
201
|
-
if (("1st" in exif_dict) &&
|
202
|
-
("thumbnail" in exif_dict) &&
|
203
|
-
(exif_dict["thumbnail"] != null)) {
|
204
|
-
first_is = true;
|
205
|
-
exif_dict["1st"][513] = 1;
|
206
|
-
exif_dict["1st"][514] = 1;
|
207
|
-
first_ifd = exif_dict["1st"];
|
208
|
-
}
|
209
|
-
|
210
|
-
var zeroth_set = _dict_to_bytes(zeroth_ifd, "0th", 0);
|
211
|
-
var zeroth_length = (zeroth_set[0].length + exif_is * 12 + gps_is * 12 + 4 +
|
212
|
-
zeroth_set[1].length);
|
213
|
-
|
214
|
-
var exif_set,
|
215
|
-
exif_bytes = "",
|
216
|
-
exif_length = 0,
|
217
|
-
gps_set,
|
218
|
-
gps_bytes = "",
|
219
|
-
gps_length = 0,
|
220
|
-
interop_set,
|
221
|
-
interop_bytes = "",
|
222
|
-
interop_length = 0,
|
223
|
-
first_set,
|
224
|
-
first_bytes = "",
|
225
|
-
thumbnail;
|
226
|
-
if (exif_is) {
|
227
|
-
exif_set = _dict_to_bytes(exif_ifd, "Exif", zeroth_length);
|
228
|
-
exif_length = exif_set[0].length + interop_is * 12 + exif_set[1].length;
|
229
|
-
}
|
230
|
-
if (gps_is) {
|
231
|
-
gps_set = _dict_to_bytes(gps_ifd, "GPS", zeroth_length + exif_length);
|
232
|
-
gps_bytes = gps_set.join("");
|
233
|
-
gps_length = gps_bytes.length;
|
234
|
-
}
|
235
|
-
if (interop_is) {
|
236
|
-
var offset = zeroth_length + exif_length + gps_length;
|
237
|
-
interop_set = _dict_to_bytes(interop_ifd, "Interop", offset);
|
238
|
-
interop_bytes = interop_set.join("");
|
239
|
-
interop_length = interop_bytes.length;
|
240
|
-
}
|
241
|
-
if (first_is) {
|
242
|
-
var offset = zeroth_length + exif_length + gps_length + interop_length;
|
243
|
-
first_set = _dict_to_bytes(first_ifd, "1st", offset);
|
244
|
-
thumbnail = _get_thumbnail(exif_dict["thumbnail"]);
|
245
|
-
if (thumbnail.length > 64000) {
|
246
|
-
throw ("Given thumbnail is too large. max 64kB");
|
247
|
-
}
|
248
|
-
}
|
249
|
-
|
250
|
-
var exif_pointer = "",
|
251
|
-
gps_pointer = "",
|
252
|
-
interop_pointer = "",
|
253
|
-
first_ifd_pointer = "\x00\x00\x00\x00";
|
254
|
-
if (exif_is) {
|
255
|
-
var pointer_value = TIFF_HEADER_LENGTH + zeroth_length;
|
256
|
-
var pointer_str = pack(">L", [pointer_value]);
|
257
|
-
var key = 34665;
|
258
|
-
var key_str = pack(">H", [key]);
|
259
|
-
var type_str = pack(">H", [TYPES["Long"]]);
|
260
|
-
var length_str = pack(">L", [1]);
|
261
|
-
exif_pointer = key_str + type_str + length_str + pointer_str;
|
262
|
-
}
|
263
|
-
if (gps_is) {
|
264
|
-
var pointer_value = TIFF_HEADER_LENGTH + zeroth_length + exif_length;
|
265
|
-
var pointer_str = pack(">L", [pointer_value]);
|
266
|
-
var key = 34853;
|
267
|
-
var key_str = pack(">H", [key]);
|
268
|
-
var type_str = pack(">H", [TYPES["Long"]]);
|
269
|
-
var length_str = pack(">L", [1]);
|
270
|
-
gps_pointer = key_str + type_str + length_str + pointer_str;
|
271
|
-
}
|
272
|
-
if (interop_is) {
|
273
|
-
var pointer_value = (TIFF_HEADER_LENGTH +
|
274
|
-
zeroth_length + exif_length + gps_length);
|
275
|
-
var pointer_str = pack(">L", [pointer_value]);
|
276
|
-
var key = 40965;
|
277
|
-
var key_str = pack(">H", [key]);
|
278
|
-
var type_str = pack(">H", [TYPES["Long"]]);
|
279
|
-
var length_str = pack(">L", [1]);
|
280
|
-
interop_pointer = key_str + type_str + length_str + pointer_str;
|
281
|
-
}
|
282
|
-
if (first_is) {
|
283
|
-
var pointer_value = (TIFF_HEADER_LENGTH + zeroth_length +
|
284
|
-
exif_length + gps_length + interop_length);
|
285
|
-
first_ifd_pointer = pack(">L", [pointer_value]);
|
286
|
-
var thumbnail_pointer = (pointer_value + first_set[0].length + 24 +
|
287
|
-
4 + first_set[1].length);
|
288
|
-
var thumbnail_p_bytes = ("\x02\x01\x00\x04\x00\x00\x00\x01" +
|
289
|
-
pack(">L", [thumbnail_pointer]));
|
290
|
-
var thumbnail_length_bytes = ("\x02\x02\x00\x04\x00\x00\x00\x01" +
|
291
|
-
pack(">L", [thumbnail.length]));
|
292
|
-
first_bytes = (first_set[0] + thumbnail_p_bytes +
|
293
|
-
thumbnail_length_bytes + "\x00\x00\x00\x00" +
|
294
|
-
first_set[1] + thumbnail);
|
295
|
-
}
|
296
|
-
|
297
|
-
var zeroth_bytes = (zeroth_set[0] + exif_pointer + gps_pointer +
|
298
|
-
first_ifd_pointer + zeroth_set[1]);
|
299
|
-
if (exif_is) {
|
300
|
-
exif_bytes = exif_set[0] + interop_pointer + exif_set[1];
|
301
|
-
}
|
302
|
-
|
303
|
-
return (header + zeroth_bytes + exif_bytes + gps_bytes +
|
304
|
-
interop_bytes + first_bytes);
|
305
|
-
};
|
306
|
-
|
307
|
-
|
308
|
-
function copy(obj) {
|
309
|
-
return JSON.parse(JSON.stringify(obj));
|
310
|
-
}
|
311
|
-
|
312
|
-
|
313
|
-
function _get_thumbnail(jpeg) {
|
314
|
-
var segments = splitIntoSegments(jpeg);
|
315
|
-
while (("\xff\xe0" <= segments[1].slice(0, 2)) && (segments[1].slice(0, 2) <= "\xff\xef")) {
|
316
|
-
segments = [segments[0]].concat(segments.slice(2));
|
317
|
-
}
|
318
|
-
return segments.join("");
|
319
|
-
}
|
320
|
-
|
321
|
-
|
322
|
-
function _pack_byte(array) {
|
323
|
-
return pack(">" + nStr("B", array.length), array);
|
324
|
-
}
|
325
|
-
|
326
|
-
|
327
|
-
function _pack_short(array) {
|
328
|
-
return pack(">" + nStr("H", array.length), array);
|
329
|
-
}
|
330
|
-
|
331
|
-
|
332
|
-
function _pack_long(array) {
|
333
|
-
return pack(">" + nStr("L", array.length), array);
|
334
|
-
}
|
335
|
-
|
336
|
-
|
337
|
-
function _value_to_bytes(raw_value, value_type, offset) {
|
338
|
-
var four_bytes_over = "";
|
339
|
-
var value_str = "";
|
340
|
-
var length,
|
341
|
-
new_value,
|
342
|
-
num,
|
343
|
-
den;
|
344
|
-
|
345
|
-
if (value_type == "Byte") {
|
346
|
-
length = raw_value.length;
|
347
|
-
if (length <= 4) {
|
348
|
-
value_str = (_pack_byte(raw_value) +
|
349
|
-
nStr("\x00", 4 - length));
|
350
|
-
} else {
|
351
|
-
value_str = pack(">L", [offset]);
|
352
|
-
four_bytes_over = _pack_byte(raw_value);
|
353
|
-
}
|
354
|
-
} else if (value_type == "Short") {
|
355
|
-
length = raw_value.length;
|
356
|
-
if (length <= 2) {
|
357
|
-
value_str = (_pack_short(raw_value) +
|
358
|
-
nStr("\x00\x00", 2 - length));
|
359
|
-
} else {
|
360
|
-
value_str = pack(">L", [offset]);
|
361
|
-
four_bytes_over = _pack_short(raw_value);
|
362
|
-
}
|
363
|
-
} else if (value_type == "Long") {
|
364
|
-
length = raw_value.length;
|
365
|
-
if (length <= 1) {
|
366
|
-
value_str = _pack_long(raw_value);
|
367
|
-
} else {
|
368
|
-
value_str = pack(">L", [offset]);
|
369
|
-
four_bytes_over = _pack_long(raw_value);
|
370
|
-
}
|
371
|
-
} else if (value_type == "Ascii") {
|
372
|
-
new_value = raw_value + "\x00";
|
373
|
-
length = new_value.length;
|
374
|
-
if (length > 4) {
|
375
|
-
value_str = pack(">L", [offset]);
|
376
|
-
four_bytes_over = new_value;
|
377
|
-
} else {
|
378
|
-
value_str = new_value + nStr("\x00", 4 - length);
|
379
|
-
}
|
380
|
-
} else if (value_type == "Rational") {
|
381
|
-
if (typeof (raw_value[0]) == "number") {
|
382
|
-
length = 1;
|
383
|
-
num = raw_value[0];
|
384
|
-
den = raw_value[1];
|
385
|
-
new_value = pack(">L", [num]) + pack(">L", [den]);
|
386
|
-
} else {
|
387
|
-
length = raw_value.length;
|
388
|
-
new_value = "";
|
389
|
-
for (var n = 0; n < length; n++) {
|
390
|
-
num = raw_value[n][0];
|
391
|
-
den = raw_value[n][1];
|
392
|
-
new_value += (pack(">L", [num]) +
|
393
|
-
pack(">L", [den]));
|
394
|
-
}
|
395
|
-
}
|
396
|
-
value_str = pack(">L", [offset]);
|
397
|
-
four_bytes_over = new_value;
|
398
|
-
} else if (value_type == "SRational") {
|
399
|
-
if (typeof (raw_value[0]) == "number") {
|
400
|
-
length = 1;
|
401
|
-
num = raw_value[0];
|
402
|
-
den = raw_value[1];
|
403
|
-
new_value = pack(">l", [num]) + pack(">l", [den]);
|
404
|
-
} else {
|
405
|
-
length = raw_value.length;
|
406
|
-
new_value = "";
|
407
|
-
for (var n = 0; n < length; n++) {
|
408
|
-
num = raw_value[n][0];
|
409
|
-
den = raw_value[n][1];
|
410
|
-
new_value += (pack(">l", [num]) +
|
411
|
-
pack(">l", [den]));
|
412
|
-
}
|
413
|
-
}
|
414
|
-
value_str = pack(">L", [offset]);
|
415
|
-
four_bytes_over = new_value;
|
416
|
-
} else if (value_type == "Undefined") {
|
417
|
-
length = raw_value.length;
|
418
|
-
if (length > 4) {
|
419
|
-
value_str = pack(">L", [offset]);
|
420
|
-
four_bytes_over = raw_value;
|
421
|
-
} else {
|
422
|
-
value_str = raw_value + nStr("\x00", 4 - length);
|
423
|
-
}
|
424
|
-
}
|
425
|
-
|
426
|
-
var length_str = pack(">L", [length]);
|
427
|
-
|
428
|
-
return [length_str, value_str, four_bytes_over];
|
429
|
-
}
|
430
|
-
|
431
|
-
function _dict_to_bytes(ifd_dict, ifd, ifd_offset) {
|
432
|
-
var TIFF_HEADER_LENGTH = 8;
|
433
|
-
var tag_count = Object.keys(ifd_dict).length;
|
434
|
-
var entry_header = pack(">H", [tag_count]);
|
435
|
-
var entries_length;
|
436
|
-
if (["0th", "1st"].indexOf(ifd) > -1) {
|
437
|
-
entries_length = 2 + tag_count * 12 + 4;
|
438
|
-
} else {
|
439
|
-
entries_length = 2 + tag_count * 12;
|
440
|
-
}
|
441
|
-
var entries = "";
|
442
|
-
var values = "";
|
443
|
-
var key;
|
444
|
-
|
445
|
-
for (var key in ifd_dict) {
|
446
|
-
if (typeof (key) == "string") {
|
447
|
-
key = parseInt(key);
|
448
|
-
}
|
449
|
-
if ((ifd == "0th") && ([34665, 34853].indexOf(key) > -1)) {
|
450
|
-
continue;
|
451
|
-
} else if ((ifd == "Exif") && (key == 40965)) {
|
452
|
-
continue;
|
453
|
-
} else if ((ifd == "1st") && ([513, 514].indexOf(key) > -1)) {
|
454
|
-
continue;
|
455
|
-
}
|
456
|
-
|
457
|
-
var raw_value = ifd_dict[key];
|
458
|
-
var key_str = pack(">H", [key]);
|
459
|
-
var value_type = TAGS[ifd][key]["type"];
|
460
|
-
var type_str = pack(">H", [TYPES[value_type]]);
|
461
|
-
|
462
|
-
if (typeof (raw_value) == "number") {
|
463
|
-
raw_value = [raw_value];
|
464
|
-
}
|
465
|
-
var offset = TIFF_HEADER_LENGTH + entries_length + ifd_offset + values.length;
|
466
|
-
var b = _value_to_bytes(raw_value, value_type, offset);
|
467
|
-
var length_str = b[0];
|
468
|
-
var value_str = b[1];
|
469
|
-
var four_bytes_over = b[2];
|
470
|
-
|
471
|
-
entries += key_str + type_str + length_str + value_str;
|
472
|
-
values += four_bytes_over;
|
473
|
-
}
|
474
|
-
|
475
|
-
return [entry_header + entries, values];
|
476
|
-
}
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
function ExifReader(data) {
|
481
|
-
var segments,
|
482
|
-
app1;
|
483
|
-
if (data.slice(0, 2) == "\xff\xd8") { // JPEG
|
484
|
-
segments = splitIntoSegments(data);
|
485
|
-
app1 = getExifSeg(segments);
|
486
|
-
if (app1) {
|
487
|
-
this.tiftag = app1.slice(10);
|
488
|
-
} else {
|
489
|
-
this.tiftag = null;
|
490
|
-
}
|
491
|
-
} else if (["\x49\x49", "\x4d\x4d"].indexOf(data.slice(0, 2)) > -1) { // TIFF
|
492
|
-
this.tiftag = data;
|
493
|
-
} else if (data.slice(0, 4) == "Exif") { // Exif
|
494
|
-
this.tiftag = data.slice(6);
|
495
|
-
} else {
|
496
|
-
throw ("Given file is neither JPEG nor TIFF.");
|
497
|
-
}
|
498
|
-
}
|
499
|
-
|
500
|
-
ExifReader.prototype = {
|
501
|
-
get_ifd: function (pointer, ifd_name) {
|
502
|
-
var ifd_dict = {};
|
503
|
-
var tag_count = unpack(this.endian_mark + "H",
|
504
|
-
this.tiftag.slice(pointer, pointer + 2))[0];
|
505
|
-
var offset = pointer + 2;
|
506
|
-
var t;
|
507
|
-
if (["0th", "1st"].indexOf(ifd_name) > -1) {
|
508
|
-
t = "Image";
|
509
|
-
} else {
|
510
|
-
t = ifd_name;
|
511
|
-
}
|
512
|
-
|
513
|
-
for (var x = 0; x < tag_count; x++) {
|
514
|
-
pointer = offset + 12 * x;
|
515
|
-
var tag = unpack(this.endian_mark + "H",
|
516
|
-
this.tiftag.slice(pointer, pointer + 2))[0];
|
517
|
-
var value_type = unpack(this.endian_mark + "H",
|
518
|
-
this.tiftag.slice(pointer + 2, pointer + 4))[0];
|
519
|
-
var value_num = unpack(this.endian_mark + "L",
|
520
|
-
this.tiftag.slice(pointer + 4, pointer + 8))[0];
|
521
|
-
var value = this.tiftag.slice(pointer + 8, pointer + 12);
|
522
|
-
|
523
|
-
var v_set = [value_type, value_num, value];
|
524
|
-
if (tag in TAGS[t]) {
|
525
|
-
ifd_dict[tag] = this.convert_value(v_set);
|
526
|
-
}
|
527
|
-
}
|
528
|
-
|
529
|
-
if (ifd_name == "0th") {
|
530
|
-
pointer = offset + 12 * tag_count;
|
531
|
-
ifd_dict["first_ifd_pointer"] = this.tiftag.slice(pointer, pointer + 4);
|
532
|
-
}
|
533
|
-
|
534
|
-
return ifd_dict;
|
535
|
-
},
|
536
|
-
|
537
|
-
convert_value: function (val) {
|
538
|
-
var data = null;
|
539
|
-
var t = val[0];
|
540
|
-
var length = val[1];
|
541
|
-
var value = val[2];
|
542
|
-
var pointer;
|
543
|
-
|
544
|
-
if (t == 1) { // BYTE
|
545
|
-
if (length > 4) {
|
546
|
-
pointer = unpack(this.endian_mark + "L", value)[0];
|
547
|
-
data = unpack(this.endian_mark + nStr("B", length),
|
548
|
-
this.tiftag.slice(pointer, pointer + length));
|
549
|
-
} else {
|
550
|
-
data = unpack(this.endian_mark + nStr("B", length), value.slice(0, length));
|
551
|
-
}
|
552
|
-
} else if (t == 2) { // ASCII
|
553
|
-
if (length > 4) {
|
554
|
-
pointer = unpack(this.endian_mark + "L", value)[0];
|
555
|
-
data = this.tiftag.slice(pointer, pointer + length - 1);
|
556
|
-
} else {
|
557
|
-
data = value.slice(0, length - 1);
|
558
|
-
}
|
559
|
-
} else if (t == 3) { // SHORT
|
560
|
-
if (length > 2) {
|
561
|
-
pointer = unpack(this.endian_mark + "L", value)[0];
|
562
|
-
data = unpack(this.endian_mark + nStr("H", length),
|
563
|
-
this.tiftag.slice(pointer, pointer + length * 2));
|
564
|
-
} else {
|
565
|
-
data = unpack(this.endian_mark + nStr("H", length),
|
566
|
-
value.slice(0, length * 2));
|
567
|
-
}
|
568
|
-
} else if (t == 4) { // LONG
|
569
|
-
if (length > 1) {
|
570
|
-
pointer = unpack(this.endian_mark + "L", value)[0];
|
571
|
-
data = unpack(this.endian_mark + nStr("L", length),
|
572
|
-
this.tiftag.slice(pointer, pointer + length * 4));
|
573
|
-
} else {
|
574
|
-
data = unpack(this.endian_mark + nStr("L", length),
|
575
|
-
value);
|
576
|
-
}
|
577
|
-
} else if (t == 5) { // RATIONAL
|
578
|
-
pointer = unpack(this.endian_mark + "L", value)[0];
|
579
|
-
if (length > 1) {
|
580
|
-
data = [];
|
581
|
-
for (var x = 0; x < length; x++) {
|
582
|
-
data.push([unpack(this.endian_mark + "L",
|
583
|
-
this.tiftag.slice(pointer + x * 8, pointer + 4 + x * 8))[0],
|
584
|
-
unpack(this.endian_mark + "L",
|
585
|
-
this.tiftag.slice(pointer + 4 + x * 8, pointer + 8 + x * 8))[0]
|
586
|
-
]);
|
587
|
-
}
|
588
|
-
} else {
|
589
|
-
data = [unpack(this.endian_mark + "L",
|
590
|
-
this.tiftag.slice(pointer, pointer + 4))[0],
|
591
|
-
unpack(this.endian_mark + "L",
|
592
|
-
this.tiftag.slice(pointer + 4, pointer + 8))[0]
|
593
|
-
];
|
594
|
-
}
|
595
|
-
} else if (t == 7) { // UNDEFINED BYTES
|
596
|
-
if (length > 4) {
|
597
|
-
pointer = unpack(this.endian_mark + "L", value)[0];
|
598
|
-
data = this.tiftag.slice(pointer, pointer + length);
|
599
|
-
} else {
|
600
|
-
data = value.slice(0, length);
|
601
|
-
}
|
602
|
-
} else if (t == 10) { // SRATIONAL
|
603
|
-
pointer = unpack(this.endian_mark + "L", value)[0];
|
604
|
-
if (length > 1) {
|
605
|
-
data = [];
|
606
|
-
for (var x = 0; x < length; x++) {
|
607
|
-
data.push([unpack(this.endian_mark + "l",
|
608
|
-
this.tiftag.slice(pointer + x * 8, pointer + 4 + x * 8))[0],
|
609
|
-
unpack(this.endian_mark + "l",
|
610
|
-
this.tiftag.slice(pointer + 4 + x * 8, pointer + 8 + x * 8))[0]
|
611
|
-
]);
|
612
|
-
}
|
613
|
-
} else {
|
614
|
-
data = [unpack(this.endian_mark + "l",
|
615
|
-
this.tiftag.slice(pointer, pointer + 4))[0],
|
616
|
-
unpack(this.endian_mark + "l",
|
617
|
-
this.tiftag.slice(pointer + 4, pointer + 8))[0]
|
618
|
-
];
|
619
|
-
}
|
620
|
-
} else {
|
621
|
-
throw ("Exif might be wrong. Got incorrect value " +
|
622
|
-
"type to decode. type:" + t);
|
623
|
-
}
|
624
|
-
|
625
|
-
if ((data instanceof Array) && (data.length == 1)) {
|
626
|
-
return data[0];
|
627
|
-
} else {
|
628
|
-
return data;
|
629
|
-
}
|
630
|
-
},
|
631
|
-
};
|
632
|
-
|
633
|
-
|
634
|
-
if (typeof window !== "undefined" && typeof window.btoa === "function") {
|
635
|
-
var btoa = window.btoa;
|
636
|
-
}
|
637
|
-
if (typeof btoa === "undefined") {
|
638
|
-
var btoa = function (input) { var output = "";
|
639
|
-
var chr1, chr2, chr3, enc1, enc2, enc3, enc4;
|
640
|
-
var i = 0;
|
641
|
-
var keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
|
642
|
-
|
643
|
-
while (i < input.length) {
|
644
|
-
|
645
|
-
chr1 = input.charCodeAt(i++);
|
646
|
-
chr2 = input.charCodeAt(i++);
|
647
|
-
chr3 = input.charCodeAt(i++);
|
648
|
-
|
649
|
-
enc1 = chr1 >> 2;
|
650
|
-
enc2 = ((chr1 & 3) << 4) | (chr2 >> 4);
|
651
|
-
enc3 = ((chr2 & 15) << 2) | (chr3 >> 6);
|
652
|
-
enc4 = chr3 & 63;
|
653
|
-
|
654
|
-
if (isNaN(chr2)) {
|
655
|
-
enc3 = enc4 = 64;
|
656
|
-
} else if (isNaN(chr3)) {
|
657
|
-
enc4 = 64;
|
658
|
-
}
|
659
|
-
|
660
|
-
output = output +
|
661
|
-
keyStr.charAt(enc1) + keyStr.charAt(enc2) +
|
662
|
-
keyStr.charAt(enc3) + keyStr.charAt(enc4);
|
663
|
-
|
664
|
-
}
|
665
|
-
|
666
|
-
return output;
|
667
|
-
};
|
668
|
-
}
|
669
|
-
|
670
|
-
|
671
|
-
if (typeof window !== "undefined" && typeof window.atob === "function") {
|
672
|
-
var atob = window.atob;
|
673
|
-
}
|
674
|
-
if (typeof atob === "undefined") {
|
675
|
-
var atob = function (input) {
|
676
|
-
var output = "";
|
677
|
-
var chr1, chr2, chr3;
|
678
|
-
var enc1, enc2, enc3, enc4;
|
679
|
-
var i = 0;
|
680
|
-
var keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
|
681
|
-
|
682
|
-
input = input.replace(/[^A-Za-z0-9\+\/\=]/g, "");
|
683
|
-
|
684
|
-
while (i < input.length) {
|
685
|
-
|
686
|
-
enc1 = keyStr.indexOf(input.charAt(i++));
|
687
|
-
enc2 = keyStr.indexOf(input.charAt(i++));
|
688
|
-
enc3 = keyStr.indexOf(input.charAt(i++));
|
689
|
-
enc4 = keyStr.indexOf(input.charAt(i++));
|
690
|
-
|
691
|
-
chr1 = (enc1 << 2) | (enc2 >> 4);
|
692
|
-
chr2 = ((enc2 & 15) << 4) | (enc3 >> 2);
|
693
|
-
chr3 = ((enc3 & 3) << 6) | enc4;
|
694
|
-
|
695
|
-
output = output + String.fromCharCode(chr1);
|
696
|
-
|
697
|
-
if (enc3 != 64) {
|
698
|
-
output = output + String.fromCharCode(chr2);
|
699
|
-
}
|
700
|
-
if (enc4 != 64) {
|
701
|
-
output = output + String.fromCharCode(chr3);
|
702
|
-
}
|
703
|
-
|
704
|
-
}
|
705
|
-
|
706
|
-
return output;
|
707
|
-
};
|
708
|
-
}
|
709
|
-
|
710
|
-
|
711
|
-
function getImageSize(imageArray) {
|
712
|
-
var segments = slice2Segments(imageArray);
|
713
|
-
var seg,
|
714
|
-
width,
|
715
|
-
height,
|
716
|
-
SOF = [192, 193, 194, 195, 197, 198, 199, 201, 202, 203, 205, 206, 207];
|
717
|
-
|
718
|
-
for (var x = 0; x < segments.length; x++) {
|
719
|
-
seg = segments[x];
|
720
|
-
if (SOF.indexOf(seg[1]) >= 0) {
|
721
|
-
height = seg[5] * 256 + seg[6];
|
722
|
-
width = seg[7] * 256 + seg[8];
|
723
|
-
break;
|
724
|
-
}
|
725
|
-
}
|
726
|
-
return [width, height];
|
727
|
-
}
|
728
|
-
|
729
|
-
|
730
|
-
function pack(mark, array) {
|
731
|
-
if (!(array instanceof Array)) {
|
732
|
-
throw ("'pack' error. Got invalid type argument.");
|
733
|
-
}
|
734
|
-
if ((mark.length - 1) != array.length) {
|
735
|
-
throw ("'pack' error. " + (mark.length - 1) + " marks, " + array.length + " elements.");
|
736
|
-
}
|
737
|
-
|
738
|
-
var littleEndian;
|
739
|
-
if (mark[0] == "<") {
|
740
|
-
littleEndian = true;
|
741
|
-
} else if (mark[0] == ">") {
|
742
|
-
littleEndian = false;
|
743
|
-
} else {
|
744
|
-
throw ("");
|
745
|
-
}
|
746
|
-
var packed = "";
|
747
|
-
var p = 1;
|
748
|
-
var val = null;
|
749
|
-
var c = null;
|
750
|
-
var valStr = null;
|
751
|
-
|
752
|
-
while (c = mark[p]) {
|
753
|
-
if (c.toLowerCase() == "b") {
|
754
|
-
val = array[p - 1];
|
755
|
-
if ((c == "b") && (val < 0)) {
|
756
|
-
val += 0x100;
|
757
|
-
}
|
758
|
-
if ((val > 0xff) || (val < 0)) {
|
759
|
-
throw ("'pack' error.");
|
760
|
-
} else {
|
761
|
-
valStr = String.fromCharCode(val);
|
762
|
-
}
|
763
|
-
} else if (c == "H") {
|
764
|
-
val = array[p - 1];
|
765
|
-
if ((val > 0xffff) || (val < 0)) {
|
766
|
-
throw ("'pack' error.");
|
767
|
-
} else {
|
768
|
-
valStr = String.fromCharCode(Math.floor((val % 0x10000) / 0x100)) +
|
769
|
-
String.fromCharCode(val % 0x100);
|
770
|
-
if (littleEndian) {
|
771
|
-
valStr = valStr.split("").reverse().join("");
|
772
|
-
}
|
773
|
-
}
|
774
|
-
} else if (c.toLowerCase() == "l") {
|
775
|
-
val = array[p - 1];
|
776
|
-
if ((c == "l") && (val < 0)) {
|
777
|
-
val += 0x100000000;
|
778
|
-
}
|
779
|
-
if ((val > 0xffffffff) || (val < 0)) {
|
780
|
-
throw ("'pack' error.");
|
781
|
-
} else {
|
782
|
-
valStr = String.fromCharCode(Math.floor(val / 0x1000000)) +
|
783
|
-
String.fromCharCode(Math.floor((val % 0x1000000) / 0x10000)) +
|
784
|
-
String.fromCharCode(Math.floor((val % 0x10000) / 0x100)) +
|
785
|
-
String.fromCharCode(val % 0x100);
|
786
|
-
if (littleEndian) {
|
787
|
-
valStr = valStr.split("").reverse().join("");
|
788
|
-
}
|
789
|
-
}
|
790
|
-
} else {
|
791
|
-
throw ("'pack' error.");
|
792
|
-
}
|
793
|
-
|
794
|
-
packed += valStr;
|
795
|
-
p += 1;
|
796
|
-
}
|
797
|
-
|
798
|
-
return packed;
|
799
|
-
}
|
800
|
-
|
801
|
-
function unpack(mark, str) {
|
802
|
-
if (typeof (str) != "string") {
|
803
|
-
throw ("'unpack' error. Got invalid type argument.");
|
804
|
-
}
|
805
|
-
var l = 0;
|
806
|
-
for (var markPointer = 1; markPointer < mark.length; markPointer++) {
|
807
|
-
if (mark[markPointer].toLowerCase() == "b") {
|
808
|
-
l += 1;
|
809
|
-
} else if (mark[markPointer].toLowerCase() == "h") {
|
810
|
-
l += 2;
|
811
|
-
} else if (mark[markPointer].toLowerCase() == "l") {
|
812
|
-
l += 4;
|
813
|
-
} else {
|
814
|
-
throw ("'unpack' error. Got invalid mark.");
|
815
|
-
}
|
816
|
-
}
|
817
|
-
|
818
|
-
if (l != str.length) {
|
819
|
-
throw ("'unpack' error. Mismatch between symbol and string length. " + l + ":" + str.length);
|
820
|
-
}
|
821
|
-
|
822
|
-
var littleEndian;
|
823
|
-
if (mark[0] == "<") {
|
824
|
-
littleEndian = true;
|
825
|
-
} else if (mark[0] == ">") {
|
826
|
-
littleEndian = false;
|
827
|
-
} else {
|
828
|
-
throw ("'unpack' error.");
|
829
|
-
}
|
830
|
-
var unpacked = [];
|
831
|
-
var strPointer = 0;
|
832
|
-
var p = 1;
|
833
|
-
var val = null;
|
834
|
-
var c = null;
|
835
|
-
var length = null;
|
836
|
-
var sliced = "";
|
837
|
-
|
838
|
-
while (c = mark[p]) {
|
839
|
-
if (c.toLowerCase() == "b") {
|
840
|
-
length = 1;
|
841
|
-
sliced = str.slice(strPointer, strPointer + length);
|
842
|
-
val = sliced.charCodeAt(0);
|
843
|
-
if ((c == "b") && (val >= 0x80)) {
|
844
|
-
val -= 0x100;
|
845
|
-
}
|
846
|
-
} else if (c == "H") {
|
847
|
-
length = 2;
|
848
|
-
sliced = str.slice(strPointer, strPointer + length);
|
849
|
-
if (littleEndian) {
|
850
|
-
sliced = sliced.split("").reverse().join("");
|
851
|
-
}
|
852
|
-
val = sliced.charCodeAt(0) * 0x100 +
|
853
|
-
sliced.charCodeAt(1);
|
854
|
-
} else if (c.toLowerCase() == "l") {
|
855
|
-
length = 4;
|
856
|
-
sliced = str.slice(strPointer, strPointer + length);
|
857
|
-
if (littleEndian) {
|
858
|
-
sliced = sliced.split("").reverse().join("");
|
859
|
-
}
|
860
|
-
val = sliced.charCodeAt(0) * 0x1000000 +
|
861
|
-
sliced.charCodeAt(1) * 0x10000 +
|
862
|
-
sliced.charCodeAt(2) * 0x100 +
|
863
|
-
sliced.charCodeAt(3);
|
864
|
-
if ((c == "l") && (val >= 0x80000000)) {
|
865
|
-
val -= 0x100000000;
|
866
|
-
}
|
867
|
-
} else {
|
868
|
-
throw ("'unpack' error. " + c);
|
869
|
-
}
|
870
|
-
|
871
|
-
unpacked.push(val);
|
872
|
-
strPointer += length;
|
873
|
-
p += 1;
|
874
|
-
}
|
875
|
-
|
876
|
-
return unpacked;
|
877
|
-
}
|
878
|
-
|
879
|
-
function nStr(ch, num) {
|
880
|
-
var str = "";
|
881
|
-
for (var i = 0; i < num; i++) {
|
882
|
-
str += ch;
|
883
|
-
}
|
884
|
-
return str;
|
885
|
-
}
|
886
|
-
|
887
|
-
function splitIntoSegments(data) {
|
888
|
-
if (data.slice(0, 2) != "\xff\xd8") {
|
889
|
-
throw ("Given data isn't JPEG.");
|
890
|
-
}
|
891
|
-
|
892
|
-
var head = 2;
|
893
|
-
var segments = ["\xff\xd8"];
|
894
|
-
while (true) {
|
895
|
-
if (data.slice(head, head + 2) == "\xff\xda") {
|
896
|
-
segments.push(data.slice(head));
|
897
|
-
break;
|
898
|
-
} else {
|
899
|
-
var length = unpack(">H", data.slice(head + 2, head + 4))[0];
|
900
|
-
var endPoint = head + length + 2;
|
901
|
-
segments.push(data.slice(head, endPoint));
|
902
|
-
head = endPoint;
|
903
|
-
}
|
904
|
-
|
905
|
-
if (head >= data.length) {
|
906
|
-
throw ("Wrong JPEG data.");
|
907
|
-
}
|
908
|
-
}
|
909
|
-
return segments;
|
910
|
-
}
|
911
|
-
|
912
|
-
|
913
|
-
function getExifSeg(segments) {
|
914
|
-
var seg;
|
915
|
-
for (var i = 0; i < segments.length; i++) {
|
916
|
-
seg = segments[i];
|
917
|
-
if (seg.slice(0, 2) == "\xff\xe1" &&
|
918
|
-
seg.slice(4, 10) == "Exif\x00\x00") {
|
919
|
-
return seg;
|
920
|
-
}
|
921
|
-
}
|
922
|
-
return null;
|
923
|
-
}
|
924
|
-
|
925
|
-
|
926
|
-
function mergeSegments(segments, exif) {
|
927
|
-
|
928
|
-
if (segments[1].slice(0, 2) == "\xff\xe0" &&
|
929
|
-
(segments[2].slice(0, 2) == "\xff\xe1" &&
|
930
|
-
segments[2].slice(4, 10) == "Exif\x00\x00")) {
|
931
|
-
if (exif) {
|
932
|
-
segments[2] = exif;
|
933
|
-
segments = ["\xff\xd8"].concat(segments.slice(2));
|
934
|
-
} else if (exif == null) {
|
935
|
-
segments = segments.slice(0, 2).concat(segments.slice(3));
|
936
|
-
} else {
|
937
|
-
segments = segments.slice(0).concat(segments.slice(2));
|
938
|
-
}
|
939
|
-
} else if (segments[1].slice(0, 2) == "\xff\xe0") {
|
940
|
-
if (exif) {
|
941
|
-
segments[1] = exif;
|
942
|
-
}
|
943
|
-
} else if (segments[1].slice(0, 2) == "\xff\xe1" &&
|
944
|
-
segments[1].slice(4, 10) == "Exif\x00\x00") {
|
945
|
-
if (exif) {
|
946
|
-
segments[1] = exif;
|
947
|
-
} else if (exif == null) {
|
948
|
-
segments = segments.slice(0).concat(segments.slice(2));
|
949
|
-
}
|
950
|
-
} else {
|
951
|
-
if (exif) {
|
952
|
-
segments = [segments[0], exif].concat(segments.slice(1));
|
953
|
-
}
|
954
|
-
}
|
955
|
-
|
956
|
-
return segments.join("");
|
957
|
-
}
|
958
|
-
|
959
|
-
|
960
|
-
function toHex(str) {
|
961
|
-
var hexStr = "";
|
962
|
-
for (var i = 0; i < str.length; i++) {
|
963
|
-
var h = str.charCodeAt(i);
|
964
|
-
var hex = ((h < 10) ? "0" : "") + h.toString(16);
|
965
|
-
hexStr += hex + " ";
|
966
|
-
}
|
967
|
-
return hexStr;
|
968
|
-
}
|
969
|
-
|
970
|
-
|
971
|
-
var TYPES = {
|
972
|
-
"Byte": 1,
|
973
|
-
"Ascii": 2,
|
974
|
-
"Short": 3,
|
975
|
-
"Long": 4,
|
976
|
-
"Rational": 5,
|
977
|
-
"Undefined": 7,
|
978
|
-
"SLong": 9,
|
979
|
-
"SRational": 10
|
980
|
-
};
|
981
|
-
|
982
|
-
|
983
|
-
var TAGS = {
|
984
|
-
'Image': {
|
985
|
-
11: {
|
986
|
-
'name': 'ProcessingSoftware',
|
987
|
-
'type': 'Ascii'
|
988
|
-
},
|
989
|
-
254: {
|
990
|
-
'name': 'NewSubfileType',
|
991
|
-
'type': 'Long'
|
992
|
-
},
|
993
|
-
255: {
|
994
|
-
'name': 'SubfileType',
|
995
|
-
'type': 'Short'
|
996
|
-
},
|
997
|
-
256: {
|
998
|
-
'name': 'ImageWidth',
|
999
|
-
'type': 'Long'
|
1000
|
-
},
|
1001
|
-
257: {
|
1002
|
-
'name': 'ImageLength',
|
1003
|
-
'type': 'Long'
|
1004
|
-
},
|
1005
|
-
258: {
|
1006
|
-
'name': 'BitsPerSample',
|
1007
|
-
'type': 'Short'
|
1008
|
-
},
|
1009
|
-
259: {
|
1010
|
-
'name': 'Compression',
|
1011
|
-
'type': 'Short'
|
1012
|
-
},
|
1013
|
-
262: {
|
1014
|
-
'name': 'PhotometricInterpretation',
|
1015
|
-
'type': 'Short'
|
1016
|
-
},
|
1017
|
-
263: {
|
1018
|
-
'name': 'Threshholding',
|
1019
|
-
'type': 'Short'
|
1020
|
-
},
|
1021
|
-
264: {
|
1022
|
-
'name': 'CellWidth',
|
1023
|
-
'type': 'Short'
|
1024
|
-
},
|
1025
|
-
265: {
|
1026
|
-
'name': 'CellLength',
|
1027
|
-
'type': 'Short'
|
1028
|
-
},
|
1029
|
-
266: {
|
1030
|
-
'name': 'FillOrder',
|
1031
|
-
'type': 'Short'
|
1032
|
-
},
|
1033
|
-
269: {
|
1034
|
-
'name': 'DocumentName',
|
1035
|
-
'type': 'Ascii'
|
1036
|
-
},
|
1037
|
-
270: {
|
1038
|
-
'name': 'ImageDescription',
|
1039
|
-
'type': 'Ascii'
|
1040
|
-
},
|
1041
|
-
271: {
|
1042
|
-
'name': 'Make',
|
1043
|
-
'type': 'Ascii'
|
1044
|
-
},
|
1045
|
-
272: {
|
1046
|
-
'name': 'Model',
|
1047
|
-
'type': 'Ascii'
|
1048
|
-
},
|
1049
|
-
273: {
|
1050
|
-
'name': 'StripOffsets',
|
1051
|
-
'type': 'Long'
|
1052
|
-
},
|
1053
|
-
274: {
|
1054
|
-
'name': 'Orientation',
|
1055
|
-
'type': 'Short'
|
1056
|
-
},
|
1057
|
-
277: {
|
1058
|
-
'name': 'SamplesPerPixel',
|
1059
|
-
'type': 'Short'
|
1060
|
-
},
|
1061
|
-
278: {
|
1062
|
-
'name': 'RowsPerStrip',
|
1063
|
-
'type': 'Long'
|
1064
|
-
},
|
1065
|
-
279: {
|
1066
|
-
'name': 'StripByteCounts',
|
1067
|
-
'type': 'Long'
|
1068
|
-
},
|
1069
|
-
282: {
|
1070
|
-
'name': 'XResolution',
|
1071
|
-
'type': 'Rational'
|
1072
|
-
},
|
1073
|
-
283: {
|
1074
|
-
'name': 'YResolution',
|
1075
|
-
'type': 'Rational'
|
1076
|
-
},
|
1077
|
-
284: {
|
1078
|
-
'name': 'PlanarConfiguration',
|
1079
|
-
'type': 'Short'
|
1080
|
-
},
|
1081
|
-
290: {
|
1082
|
-
'name': 'GrayResponseUnit',
|
1083
|
-
'type': 'Short'
|
1084
|
-
},
|
1085
|
-
291: {
|
1086
|
-
'name': 'GrayResponseCurve',
|
1087
|
-
'type': 'Short'
|
1088
|
-
},
|
1089
|
-
292: {
|
1090
|
-
'name': 'T4Options',
|
1091
|
-
'type': 'Long'
|
1092
|
-
},
|
1093
|
-
293: {
|
1094
|
-
'name': 'T6Options',
|
1095
|
-
'type': 'Long'
|
1096
|
-
},
|
1097
|
-
296: {
|
1098
|
-
'name': 'ResolutionUnit',
|
1099
|
-
'type': 'Short'
|
1100
|
-
},
|
1101
|
-
301: {
|
1102
|
-
'name': 'TransferFunction',
|
1103
|
-
'type': 'Short'
|
1104
|
-
},
|
1105
|
-
305: {
|
1106
|
-
'name': 'Software',
|
1107
|
-
'type': 'Ascii'
|
1108
|
-
},
|
1109
|
-
306: {
|
1110
|
-
'name': 'DateTime',
|
1111
|
-
'type': 'Ascii'
|
1112
|
-
},
|
1113
|
-
315: {
|
1114
|
-
'name': 'Artist',
|
1115
|
-
'type': 'Ascii'
|
1116
|
-
},
|
1117
|
-
316: {
|
1118
|
-
'name': 'HostComputer',
|
1119
|
-
'type': 'Ascii'
|
1120
|
-
},
|
1121
|
-
317: {
|
1122
|
-
'name': 'Predictor',
|
1123
|
-
'type': 'Short'
|
1124
|
-
},
|
1125
|
-
318: {
|
1126
|
-
'name': 'WhitePoint',
|
1127
|
-
'type': 'Rational'
|
1128
|
-
},
|
1129
|
-
319: {
|
1130
|
-
'name': 'PrimaryChromaticities',
|
1131
|
-
'type': 'Rational'
|
1132
|
-
},
|
1133
|
-
320: {
|
1134
|
-
'name': 'ColorMap',
|
1135
|
-
'type': 'Short'
|
1136
|
-
},
|
1137
|
-
321: {
|
1138
|
-
'name': 'HalftoneHints',
|
1139
|
-
'type': 'Short'
|
1140
|
-
},
|
1141
|
-
322: {
|
1142
|
-
'name': 'TileWidth',
|
1143
|
-
'type': 'Short'
|
1144
|
-
},
|
1145
|
-
323: {
|
1146
|
-
'name': 'TileLength',
|
1147
|
-
'type': 'Short'
|
1148
|
-
},
|
1149
|
-
324: {
|
1150
|
-
'name': 'TileOffsets',
|
1151
|
-
'type': 'Short'
|
1152
|
-
},
|
1153
|
-
325: {
|
1154
|
-
'name': 'TileByteCounts',
|
1155
|
-
'type': 'Short'
|
1156
|
-
},
|
1157
|
-
330: {
|
1158
|
-
'name': 'SubIFDs',
|
1159
|
-
'type': 'Long'
|
1160
|
-
},
|
1161
|
-
332: {
|
1162
|
-
'name': 'InkSet',
|
1163
|
-
'type': 'Short'
|
1164
|
-
},
|
1165
|
-
333: {
|
1166
|
-
'name': 'InkNames',
|
1167
|
-
'type': 'Ascii'
|
1168
|
-
},
|
1169
|
-
334: {
|
1170
|
-
'name': 'NumberOfInks',
|
1171
|
-
'type': 'Short'
|
1172
|
-
},
|
1173
|
-
336: {
|
1174
|
-
'name': 'DotRange',
|
1175
|
-
'type': 'Byte'
|
1176
|
-
},
|
1177
|
-
337: {
|
1178
|
-
'name': 'TargetPrinter',
|
1179
|
-
'type': 'Ascii'
|
1180
|
-
},
|
1181
|
-
338: {
|
1182
|
-
'name': 'ExtraSamples',
|
1183
|
-
'type': 'Short'
|
1184
|
-
},
|
1185
|
-
339: {
|
1186
|
-
'name': 'SampleFormat',
|
1187
|
-
'type': 'Short'
|
1188
|
-
},
|
1189
|
-
340: {
|
1190
|
-
'name': 'SMinSampleValue',
|
1191
|
-
'type': 'Short'
|
1192
|
-
},
|
1193
|
-
341: {
|
1194
|
-
'name': 'SMaxSampleValue',
|
1195
|
-
'type': 'Short'
|
1196
|
-
},
|
1197
|
-
342: {
|
1198
|
-
'name': 'TransferRange',
|
1199
|
-
'type': 'Short'
|
1200
|
-
},
|
1201
|
-
343: {
|
1202
|
-
'name': 'ClipPath',
|
1203
|
-
'type': 'Byte'
|
1204
|
-
},
|
1205
|
-
344: {
|
1206
|
-
'name': 'XClipPathUnits',
|
1207
|
-
'type': 'Long'
|
1208
|
-
},
|
1209
|
-
345: {
|
1210
|
-
'name': 'YClipPathUnits',
|
1211
|
-
'type': 'Long'
|
1212
|
-
},
|
1213
|
-
346: {
|
1214
|
-
'name': 'Indexed',
|
1215
|
-
'type': 'Short'
|
1216
|
-
},
|
1217
|
-
347: {
|
1218
|
-
'name': 'JPEGTables',
|
1219
|
-
'type': 'Undefined'
|
1220
|
-
},
|
1221
|
-
351: {
|
1222
|
-
'name': 'OPIProxy',
|
1223
|
-
'type': 'Short'
|
1224
|
-
},
|
1225
|
-
512: {
|
1226
|
-
'name': 'JPEGProc',
|
1227
|
-
'type': 'Long'
|
1228
|
-
},
|
1229
|
-
513: {
|
1230
|
-
'name': 'JPEGInterchangeFormat',
|
1231
|
-
'type': 'Long'
|
1232
|
-
},
|
1233
|
-
514: {
|
1234
|
-
'name': 'JPEGInterchangeFormatLength',
|
1235
|
-
'type': 'Long'
|
1236
|
-
},
|
1237
|
-
515: {
|
1238
|
-
'name': 'JPEGRestartInterval',
|
1239
|
-
'type': 'Short'
|
1240
|
-
},
|
1241
|
-
517: {
|
1242
|
-
'name': 'JPEGLosslessPredictors',
|
1243
|
-
'type': 'Short'
|
1244
|
-
},
|
1245
|
-
518: {
|
1246
|
-
'name': 'JPEGPointTransforms',
|
1247
|
-
'type': 'Short'
|
1248
|
-
},
|
1249
|
-
519: {
|
1250
|
-
'name': 'JPEGQTables',
|
1251
|
-
'type': 'Long'
|
1252
|
-
},
|
1253
|
-
520: {
|
1254
|
-
'name': 'JPEGDCTables',
|
1255
|
-
'type': 'Long'
|
1256
|
-
},
|
1257
|
-
521: {
|
1258
|
-
'name': 'JPEGACTables',
|
1259
|
-
'type': 'Long'
|
1260
|
-
},
|
1261
|
-
529: {
|
1262
|
-
'name': 'YCbCrCoefficients',
|
1263
|
-
'type': 'Rational'
|
1264
|
-
},
|
1265
|
-
530: {
|
1266
|
-
'name': 'YCbCrSubSampling',
|
1267
|
-
'type': 'Short'
|
1268
|
-
},
|
1269
|
-
531: {
|
1270
|
-
'name': 'YCbCrPositioning',
|
1271
|
-
'type': 'Short'
|
1272
|
-
},
|
1273
|
-
532: {
|
1274
|
-
'name': 'ReferenceBlackWhite',
|
1275
|
-
'type': 'Rational'
|
1276
|
-
},
|
1277
|
-
700: {
|
1278
|
-
'name': 'XMLPacket',
|
1279
|
-
'type': 'Byte'
|
1280
|
-
},
|
1281
|
-
18246: {
|
1282
|
-
'name': 'Rating',
|
1283
|
-
'type': 'Short'
|
1284
|
-
},
|
1285
|
-
18249: {
|
1286
|
-
'name': 'RatingPercent',
|
1287
|
-
'type': 'Short'
|
1288
|
-
},
|
1289
|
-
32781: {
|
1290
|
-
'name': 'ImageID',
|
1291
|
-
'type': 'Ascii'
|
1292
|
-
},
|
1293
|
-
33421: {
|
1294
|
-
'name': 'CFARepeatPatternDim',
|
1295
|
-
'type': 'Short'
|
1296
|
-
},
|
1297
|
-
33422: {
|
1298
|
-
'name': 'CFAPattern',
|
1299
|
-
'type': 'Byte'
|
1300
|
-
},
|
1301
|
-
33423: {
|
1302
|
-
'name': 'BatteryLevel',
|
1303
|
-
'type': 'Rational'
|
1304
|
-
},
|
1305
|
-
33432: {
|
1306
|
-
'name': 'Copyright',
|
1307
|
-
'type': 'Ascii'
|
1308
|
-
},
|
1309
|
-
33434: {
|
1310
|
-
'name': 'ExposureTime',
|
1311
|
-
'type': 'Rational'
|
1312
|
-
},
|
1313
|
-
34377: {
|
1314
|
-
'name': 'ImageResources',
|
1315
|
-
'type': 'Byte'
|
1316
|
-
},
|
1317
|
-
34665: {
|
1318
|
-
'name': 'ExifTag',
|
1319
|
-
'type': 'Long'
|
1320
|
-
},
|
1321
|
-
34675: {
|
1322
|
-
'name': 'InterColorProfile',
|
1323
|
-
'type': 'Undefined'
|
1324
|
-
},
|
1325
|
-
34853: {
|
1326
|
-
'name': 'GPSTag',
|
1327
|
-
'type': 'Long'
|
1328
|
-
},
|
1329
|
-
34857: {
|
1330
|
-
'name': 'Interlace',
|
1331
|
-
'type': 'Short'
|
1332
|
-
},
|
1333
|
-
34858: {
|
1334
|
-
'name': 'TimeZoneOffset',
|
1335
|
-
'type': 'Long'
|
1336
|
-
},
|
1337
|
-
34859: {
|
1338
|
-
'name': 'SelfTimerMode',
|
1339
|
-
'type': 'Short'
|
1340
|
-
},
|
1341
|
-
37387: {
|
1342
|
-
'name': 'FlashEnergy',
|
1343
|
-
'type': 'Rational'
|
1344
|
-
},
|
1345
|
-
37388: {
|
1346
|
-
'name': 'SpatialFrequencyResponse',
|
1347
|
-
'type': 'Undefined'
|
1348
|
-
},
|
1349
|
-
37389: {
|
1350
|
-
'name': 'Noise',
|
1351
|
-
'type': 'Undefined'
|
1352
|
-
},
|
1353
|
-
37390: {
|
1354
|
-
'name': 'FocalPlaneXResolution',
|
1355
|
-
'type': 'Rational'
|
1356
|
-
},
|
1357
|
-
37391: {
|
1358
|
-
'name': 'FocalPlaneYResolution',
|
1359
|
-
'type': 'Rational'
|
1360
|
-
},
|
1361
|
-
37392: {
|
1362
|
-
'name': 'FocalPlaneResolutionUnit',
|
1363
|
-
'type': 'Short'
|
1364
|
-
},
|
1365
|
-
37393: {
|
1366
|
-
'name': 'ImageNumber',
|
1367
|
-
'type': 'Long'
|
1368
|
-
},
|
1369
|
-
37394: {
|
1370
|
-
'name': 'SecurityClassification',
|
1371
|
-
'type': 'Ascii'
|
1372
|
-
},
|
1373
|
-
37395: {
|
1374
|
-
'name': 'ImageHistory',
|
1375
|
-
'type': 'Ascii'
|
1376
|
-
},
|
1377
|
-
37397: {
|
1378
|
-
'name': 'ExposureIndex',
|
1379
|
-
'type': 'Rational'
|
1380
|
-
},
|
1381
|
-
37398: {
|
1382
|
-
'name': 'TIFFEPStandardID',
|
1383
|
-
'type': 'Byte'
|
1384
|
-
},
|
1385
|
-
37399: {
|
1386
|
-
'name': 'SensingMethod',
|
1387
|
-
'type': 'Short'
|
1388
|
-
},
|
1389
|
-
40091: {
|
1390
|
-
'name': 'XPTitle',
|
1391
|
-
'type': 'Byte'
|
1392
|
-
},
|
1393
|
-
40092: {
|
1394
|
-
'name': 'XPComment',
|
1395
|
-
'type': 'Byte'
|
1396
|
-
},
|
1397
|
-
40093: {
|
1398
|
-
'name': 'XPAuthor',
|
1399
|
-
'type': 'Byte'
|
1400
|
-
},
|
1401
|
-
40094: {
|
1402
|
-
'name': 'XPKeywords',
|
1403
|
-
'type': 'Byte'
|
1404
|
-
},
|
1405
|
-
40095: {
|
1406
|
-
'name': 'XPSubject',
|
1407
|
-
'type': 'Byte'
|
1408
|
-
},
|
1409
|
-
50341: {
|
1410
|
-
'name': 'PrintImageMatching',
|
1411
|
-
'type': 'Undefined'
|
1412
|
-
},
|
1413
|
-
50706: {
|
1414
|
-
'name': 'DNGVersion',
|
1415
|
-
'type': 'Byte'
|
1416
|
-
},
|
1417
|
-
50707: {
|
1418
|
-
'name': 'DNGBackwardVersion',
|
1419
|
-
'type': 'Byte'
|
1420
|
-
},
|
1421
|
-
50708: {
|
1422
|
-
'name': 'UniqueCameraModel',
|
1423
|
-
'type': 'Ascii'
|
1424
|
-
},
|
1425
|
-
50709: {
|
1426
|
-
'name': 'LocalizedCameraModel',
|
1427
|
-
'type': 'Byte'
|
1428
|
-
},
|
1429
|
-
50710: {
|
1430
|
-
'name': 'CFAPlaneColor',
|
1431
|
-
'type': 'Byte'
|
1432
|
-
},
|
1433
|
-
50711: {
|
1434
|
-
'name': 'CFALayout',
|
1435
|
-
'type': 'Short'
|
1436
|
-
},
|
1437
|
-
50712: {
|
1438
|
-
'name': 'LinearizationTable',
|
1439
|
-
'type': 'Short'
|
1440
|
-
},
|
1441
|
-
50713: {
|
1442
|
-
'name': 'BlackLevelRepeatDim',
|
1443
|
-
'type': 'Short'
|
1444
|
-
},
|
1445
|
-
50714: {
|
1446
|
-
'name': 'BlackLevel',
|
1447
|
-
'type': 'Rational'
|
1448
|
-
},
|
1449
|
-
50715: {
|
1450
|
-
'name': 'BlackLevelDeltaH',
|
1451
|
-
'type': 'SRational'
|
1452
|
-
},
|
1453
|
-
50716: {
|
1454
|
-
'name': 'BlackLevelDeltaV',
|
1455
|
-
'type': 'SRational'
|
1456
|
-
},
|
1457
|
-
50717: {
|
1458
|
-
'name': 'WhiteLevel',
|
1459
|
-
'type': 'Short'
|
1460
|
-
},
|
1461
|
-
50718: {
|
1462
|
-
'name': 'DefaultScale',
|
1463
|
-
'type': 'Rational'
|
1464
|
-
},
|
1465
|
-
50719: {
|
1466
|
-
'name': 'DefaultCropOrigin',
|
1467
|
-
'type': 'Short'
|
1468
|
-
},
|
1469
|
-
50720: {
|
1470
|
-
'name': 'DefaultCropSize',
|
1471
|
-
'type': 'Short'
|
1472
|
-
},
|
1473
|
-
50721: {
|
1474
|
-
'name': 'ColorMatrix1',
|
1475
|
-
'type': 'SRational'
|
1476
|
-
},
|
1477
|
-
50722: {
|
1478
|
-
'name': 'ColorMatrix2',
|
1479
|
-
'type': 'SRational'
|
1480
|
-
},
|
1481
|
-
50723: {
|
1482
|
-
'name': 'CameraCalibration1',
|
1483
|
-
'type': 'SRational'
|
1484
|
-
},
|
1485
|
-
50724: {
|
1486
|
-
'name': 'CameraCalibration2',
|
1487
|
-
'type': 'SRational'
|
1488
|
-
},
|
1489
|
-
50725: {
|
1490
|
-
'name': 'ReductionMatrix1',
|
1491
|
-
'type': 'SRational'
|
1492
|
-
},
|
1493
|
-
50726: {
|
1494
|
-
'name': 'ReductionMatrix2',
|
1495
|
-
'type': 'SRational'
|
1496
|
-
},
|
1497
|
-
50727: {
|
1498
|
-
'name': 'AnalogBalance',
|
1499
|
-
'type': 'Rational'
|
1500
|
-
},
|
1501
|
-
50728: {
|
1502
|
-
'name': 'AsShotNeutral',
|
1503
|
-
'type': 'Short'
|
1504
|
-
},
|
1505
|
-
50729: {
|
1506
|
-
'name': 'AsShotWhiteXY',
|
1507
|
-
'type': 'Rational'
|
1508
|
-
},
|
1509
|
-
50730: {
|
1510
|
-
'name': 'BaselineExposure',
|
1511
|
-
'type': 'SRational'
|
1512
|
-
},
|
1513
|
-
50731: {
|
1514
|
-
'name': 'BaselineNoise',
|
1515
|
-
'type': 'Rational'
|
1516
|
-
},
|
1517
|
-
50732: {
|
1518
|
-
'name': 'BaselineSharpness',
|
1519
|
-
'type': 'Rational'
|
1520
|
-
},
|
1521
|
-
50733: {
|
1522
|
-
'name': 'BayerGreenSplit',
|
1523
|
-
'type': 'Long'
|
1524
|
-
},
|
1525
|
-
50734: {
|
1526
|
-
'name': 'LinearResponseLimit',
|
1527
|
-
'type': 'Rational'
|
1528
|
-
},
|
1529
|
-
50735: {
|
1530
|
-
'name': 'CameraSerialNumber',
|
1531
|
-
'type': 'Ascii'
|
1532
|
-
},
|
1533
|
-
50736: {
|
1534
|
-
'name': 'LensInfo',
|
1535
|
-
'type': 'Rational'
|
1536
|
-
},
|
1537
|
-
50737: {
|
1538
|
-
'name': 'ChromaBlurRadius',
|
1539
|
-
'type': 'Rational'
|
1540
|
-
},
|
1541
|
-
50738: {
|
1542
|
-
'name': 'AntiAliasStrength',
|
1543
|
-
'type': 'Rational'
|
1544
|
-
},
|
1545
|
-
50739: {
|
1546
|
-
'name': 'ShadowScale',
|
1547
|
-
'type': 'SRational'
|
1548
|
-
},
|
1549
|
-
50740: {
|
1550
|
-
'name': 'DNGPrivateData',
|
1551
|
-
'type': 'Byte'
|
1552
|
-
},
|
1553
|
-
50741: {
|
1554
|
-
'name': 'MakerNoteSafety',
|
1555
|
-
'type': 'Short'
|
1556
|
-
},
|
1557
|
-
50778: {
|
1558
|
-
'name': 'CalibrationIlluminant1',
|
1559
|
-
'type': 'Short'
|
1560
|
-
},
|
1561
|
-
50779: {
|
1562
|
-
'name': 'CalibrationIlluminant2',
|
1563
|
-
'type': 'Short'
|
1564
|
-
},
|
1565
|
-
50780: {
|
1566
|
-
'name': 'BestQualityScale',
|
1567
|
-
'type': 'Rational'
|
1568
|
-
},
|
1569
|
-
50781: {
|
1570
|
-
'name': 'RawDataUniqueID',
|
1571
|
-
'type': 'Byte'
|
1572
|
-
},
|
1573
|
-
50827: {
|
1574
|
-
'name': 'OriginalRawFileName',
|
1575
|
-
'type': 'Byte'
|
1576
|
-
},
|
1577
|
-
50828: {
|
1578
|
-
'name': 'OriginalRawFileData',
|
1579
|
-
'type': 'Undefined'
|
1580
|
-
},
|
1581
|
-
50829: {
|
1582
|
-
'name': 'ActiveArea',
|
1583
|
-
'type': 'Short'
|
1584
|
-
},
|
1585
|
-
50830: {
|
1586
|
-
'name': 'MaskedAreas',
|
1587
|
-
'type': 'Short'
|
1588
|
-
},
|
1589
|
-
50831: {
|
1590
|
-
'name': 'AsShotICCProfile',
|
1591
|
-
'type': 'Undefined'
|
1592
|
-
},
|
1593
|
-
50832: {
|
1594
|
-
'name': 'AsShotPreProfileMatrix',
|
1595
|
-
'type': 'SRational'
|
1596
|
-
},
|
1597
|
-
50833: {
|
1598
|
-
'name': 'CurrentICCProfile',
|
1599
|
-
'type': 'Undefined'
|
1600
|
-
},
|
1601
|
-
50834: {
|
1602
|
-
'name': 'CurrentPreProfileMatrix',
|
1603
|
-
'type': 'SRational'
|
1604
|
-
},
|
1605
|
-
50879: {
|
1606
|
-
'name': 'ColorimetricReference',
|
1607
|
-
'type': 'Short'
|
1608
|
-
},
|
1609
|
-
50931: {
|
1610
|
-
'name': 'CameraCalibrationSignature',
|
1611
|
-
'type': 'Byte'
|
1612
|
-
},
|
1613
|
-
50932: {
|
1614
|
-
'name': 'ProfileCalibrationSignature',
|
1615
|
-
'type': 'Byte'
|
1616
|
-
},
|
1617
|
-
50934: {
|
1618
|
-
'name': 'AsShotProfileName',
|
1619
|
-
'type': 'Byte'
|
1620
|
-
},
|
1621
|
-
50935: {
|
1622
|
-
'name': 'NoiseReductionApplied',
|
1623
|
-
'type': 'Rational'
|
1624
|
-
},
|
1625
|
-
50936: {
|
1626
|
-
'name': 'ProfileName',
|
1627
|
-
'type': 'Byte'
|
1628
|
-
},
|
1629
|
-
50937: {
|
1630
|
-
'name': 'ProfileHueSatMapDims',
|
1631
|
-
'type': 'Long'
|
1632
|
-
},
|
1633
|
-
50938: {
|
1634
|
-
'name': 'ProfileHueSatMapData1',
|
1635
|
-
'type': 'Float'
|
1636
|
-
},
|
1637
|
-
50939: {
|
1638
|
-
'name': 'ProfileHueSatMapData2',
|
1639
|
-
'type': 'Float'
|
1640
|
-
},
|
1641
|
-
50940: {
|
1642
|
-
'name': 'ProfileToneCurve',
|
1643
|
-
'type': 'Float'
|
1644
|
-
},
|
1645
|
-
50941: {
|
1646
|
-
'name': 'ProfileEmbedPolicy',
|
1647
|
-
'type': 'Long'
|
1648
|
-
},
|
1649
|
-
50942: {
|
1650
|
-
'name': 'ProfileCopyright',
|
1651
|
-
'type': 'Byte'
|
1652
|
-
},
|
1653
|
-
50964: {
|
1654
|
-
'name': 'ForwardMatrix1',
|
1655
|
-
'type': 'SRational'
|
1656
|
-
},
|
1657
|
-
50965: {
|
1658
|
-
'name': 'ForwardMatrix2',
|
1659
|
-
'type': 'SRational'
|
1660
|
-
},
|
1661
|
-
50966: {
|
1662
|
-
'name': 'PreviewApplicationName',
|
1663
|
-
'type': 'Byte'
|
1664
|
-
},
|
1665
|
-
50967: {
|
1666
|
-
'name': 'PreviewApplicationVersion',
|
1667
|
-
'type': 'Byte'
|
1668
|
-
},
|
1669
|
-
50968: {
|
1670
|
-
'name': 'PreviewSettingsName',
|
1671
|
-
'type': 'Byte'
|
1672
|
-
},
|
1673
|
-
50969: {
|
1674
|
-
'name': 'PreviewSettingsDigest',
|
1675
|
-
'type': 'Byte'
|
1676
|
-
},
|
1677
|
-
50970: {
|
1678
|
-
'name': 'PreviewColorSpace',
|
1679
|
-
'type': 'Long'
|
1680
|
-
},
|
1681
|
-
50971: {
|
1682
|
-
'name': 'PreviewDateTime',
|
1683
|
-
'type': 'Ascii'
|
1684
|
-
},
|
1685
|
-
50972: {
|
1686
|
-
'name': 'RawImageDigest',
|
1687
|
-
'type': 'Undefined'
|
1688
|
-
},
|
1689
|
-
50973: {
|
1690
|
-
'name': 'OriginalRawFileDigest',
|
1691
|
-
'type': 'Undefined'
|
1692
|
-
},
|
1693
|
-
50974: {
|
1694
|
-
'name': 'SubTileBlockSize',
|
1695
|
-
'type': 'Long'
|
1696
|
-
},
|
1697
|
-
50975: {
|
1698
|
-
'name': 'RowInterleaveFactor',
|
1699
|
-
'type': 'Long'
|
1700
|
-
},
|
1701
|
-
50981: {
|
1702
|
-
'name': 'ProfileLookTableDims',
|
1703
|
-
'type': 'Long'
|
1704
|
-
},
|
1705
|
-
50982: {
|
1706
|
-
'name': 'ProfileLookTableData',
|
1707
|
-
'type': 'Float'
|
1708
|
-
},
|
1709
|
-
51008: {
|
1710
|
-
'name': 'OpcodeList1',
|
1711
|
-
'type': 'Undefined'
|
1712
|
-
},
|
1713
|
-
51009: {
|
1714
|
-
'name': 'OpcodeList2',
|
1715
|
-
'type': 'Undefined'
|
1716
|
-
},
|
1717
|
-
51022: {
|
1718
|
-
'name': 'OpcodeList3',
|
1719
|
-
'type': 'Undefined'
|
1720
|
-
}
|
1721
|
-
},
|
1722
|
-
'Exif': {
|
1723
|
-
33434: {
|
1724
|
-
'name': 'ExposureTime',
|
1725
|
-
'type': 'Rational'
|
1726
|
-
},
|
1727
|
-
33437: {
|
1728
|
-
'name': 'FNumber',
|
1729
|
-
'type': 'Rational'
|
1730
|
-
},
|
1731
|
-
34850: {
|
1732
|
-
'name': 'ExposureProgram',
|
1733
|
-
'type': 'Short'
|
1734
|
-
},
|
1735
|
-
34852: {
|
1736
|
-
'name': 'SpectralSensitivity',
|
1737
|
-
'type': 'Ascii'
|
1738
|
-
},
|
1739
|
-
34855: {
|
1740
|
-
'name': 'ISOSpeedRatings',
|
1741
|
-
'type': 'Short'
|
1742
|
-
},
|
1743
|
-
34856: {
|
1744
|
-
'name': 'OECF',
|
1745
|
-
'type': 'Undefined'
|
1746
|
-
},
|
1747
|
-
34864: {
|
1748
|
-
'name': 'SensitivityType',
|
1749
|
-
'type': 'Short'
|
1750
|
-
},
|
1751
|
-
34865: {
|
1752
|
-
'name': 'StandardOutputSensitivity',
|
1753
|
-
'type': 'Long'
|
1754
|
-
},
|
1755
|
-
34866: {
|
1756
|
-
'name': 'RecommendedExposureIndex',
|
1757
|
-
'type': 'Long'
|
1758
|
-
},
|
1759
|
-
34867: {
|
1760
|
-
'name': 'ISOSpeed',
|
1761
|
-
'type': 'Long'
|
1762
|
-
},
|
1763
|
-
34868: {
|
1764
|
-
'name': 'ISOSpeedLatitudeyyy',
|
1765
|
-
'type': 'Long'
|
1766
|
-
},
|
1767
|
-
34869: {
|
1768
|
-
'name': 'ISOSpeedLatitudezzz',
|
1769
|
-
'type': 'Long'
|
1770
|
-
},
|
1771
|
-
36864: {
|
1772
|
-
'name': 'ExifVersion',
|
1773
|
-
'type': 'Undefined'
|
1774
|
-
},
|
1775
|
-
36867: {
|
1776
|
-
'name': 'DateTimeOriginal',
|
1777
|
-
'type': 'Ascii'
|
1778
|
-
},
|
1779
|
-
36868: {
|
1780
|
-
'name': 'DateTimeDigitized',
|
1781
|
-
'type': 'Ascii'
|
1782
|
-
},
|
1783
|
-
37121: {
|
1784
|
-
'name': 'ComponentsConfiguration',
|
1785
|
-
'type': 'Undefined'
|
1786
|
-
},
|
1787
|
-
37122: {
|
1788
|
-
'name': 'CompressedBitsPerPixel',
|
1789
|
-
'type': 'Rational'
|
1790
|
-
},
|
1791
|
-
37377: {
|
1792
|
-
'name': 'ShutterSpeedValue',
|
1793
|
-
'type': 'SRational'
|
1794
|
-
},
|
1795
|
-
37378: {
|
1796
|
-
'name': 'ApertureValue',
|
1797
|
-
'type': 'Rational'
|
1798
|
-
},
|
1799
|
-
37379: {
|
1800
|
-
'name': 'BrightnessValue',
|
1801
|
-
'type': 'SRational'
|
1802
|
-
},
|
1803
|
-
37380: {
|
1804
|
-
'name': 'ExposureBiasValue',
|
1805
|
-
'type': 'SRational'
|
1806
|
-
},
|
1807
|
-
37381: {
|
1808
|
-
'name': 'MaxApertureValue',
|
1809
|
-
'type': 'Rational'
|
1810
|
-
},
|
1811
|
-
37382: {
|
1812
|
-
'name': 'SubjectDistance',
|
1813
|
-
'type': 'Rational'
|
1814
|
-
},
|
1815
|
-
37383: {
|
1816
|
-
'name': 'MeteringMode',
|
1817
|
-
'type': 'Short'
|
1818
|
-
},
|
1819
|
-
37384: {
|
1820
|
-
'name': 'LightSource',
|
1821
|
-
'type': 'Short'
|
1822
|
-
},
|
1823
|
-
37385: {
|
1824
|
-
'name': 'Flash',
|
1825
|
-
'type': 'Short'
|
1826
|
-
},
|
1827
|
-
37386: {
|
1828
|
-
'name': 'FocalLength',
|
1829
|
-
'type': 'Rational'
|
1830
|
-
},
|
1831
|
-
37396: {
|
1832
|
-
'name': 'SubjectArea',
|
1833
|
-
'type': 'Short'
|
1834
|
-
},
|
1835
|
-
37500: {
|
1836
|
-
'name': 'MakerNote',
|
1837
|
-
'type': 'Undefined'
|
1838
|
-
},
|
1839
|
-
37510: {
|
1840
|
-
'name': 'UserComment',
|
1841
|
-
'type': 'Ascii'
|
1842
|
-
},
|
1843
|
-
37520: {
|
1844
|
-
'name': 'SubSecTime',
|
1845
|
-
'type': 'Ascii'
|
1846
|
-
},
|
1847
|
-
37521: {
|
1848
|
-
'name': 'SubSecTimeOriginal',
|
1849
|
-
'type': 'Ascii'
|
1850
|
-
},
|
1851
|
-
37522: {
|
1852
|
-
'name': 'SubSecTimeDigitized',
|
1853
|
-
'type': 'Ascii'
|
1854
|
-
},
|
1855
|
-
40960: {
|
1856
|
-
'name': 'FlashpixVersion',
|
1857
|
-
'type': 'Undefined'
|
1858
|
-
},
|
1859
|
-
40961: {
|
1860
|
-
'name': 'ColorSpace',
|
1861
|
-
'type': 'Short'
|
1862
|
-
},
|
1863
|
-
40962: {
|
1864
|
-
'name': 'PixelXDimension',
|
1865
|
-
'type': 'Long'
|
1866
|
-
},
|
1867
|
-
40963: {
|
1868
|
-
'name': 'PixelYDimension',
|
1869
|
-
'type': 'Long'
|
1870
|
-
},
|
1871
|
-
40964: {
|
1872
|
-
'name': 'RelatedSoundFile',
|
1873
|
-
'type': 'Ascii'
|
1874
|
-
},
|
1875
|
-
40965: {
|
1876
|
-
'name': 'InteroperabilityTag',
|
1877
|
-
'type': 'Long'
|
1878
|
-
},
|
1879
|
-
41483: {
|
1880
|
-
'name': 'FlashEnergy',
|
1881
|
-
'type': 'Rational'
|
1882
|
-
},
|
1883
|
-
41484: {
|
1884
|
-
'name': 'SpatialFrequencyResponse',
|
1885
|
-
'type': 'Undefined'
|
1886
|
-
},
|
1887
|
-
41486: {
|
1888
|
-
'name': 'FocalPlaneXResolution',
|
1889
|
-
'type': 'Rational'
|
1890
|
-
},
|
1891
|
-
41487: {
|
1892
|
-
'name': 'FocalPlaneYResolution',
|
1893
|
-
'type': 'Rational'
|
1894
|
-
},
|
1895
|
-
41488: {
|
1896
|
-
'name': 'FocalPlaneResolutionUnit',
|
1897
|
-
'type': 'Short'
|
1898
|
-
},
|
1899
|
-
41492: {
|
1900
|
-
'name': 'SubjectLocation',
|
1901
|
-
'type': 'Short'
|
1902
|
-
},
|
1903
|
-
41493: {
|
1904
|
-
'name': 'ExposureIndex',
|
1905
|
-
'type': 'Rational'
|
1906
|
-
},
|
1907
|
-
41495: {
|
1908
|
-
'name': 'SensingMethod',
|
1909
|
-
'type': 'Short'
|
1910
|
-
},
|
1911
|
-
41728: {
|
1912
|
-
'name': 'FileSource',
|
1913
|
-
'type': 'Undefined'
|
1914
|
-
},
|
1915
|
-
41729: {
|
1916
|
-
'name': 'SceneType',
|
1917
|
-
'type': 'Undefined'
|
1918
|
-
},
|
1919
|
-
41730: {
|
1920
|
-
'name': 'CFAPattern',
|
1921
|
-
'type': 'Undefined'
|
1922
|
-
},
|
1923
|
-
41985: {
|
1924
|
-
'name': 'CustomRendered',
|
1925
|
-
'type': 'Short'
|
1926
|
-
},
|
1927
|
-
41986: {
|
1928
|
-
'name': 'ExposureMode',
|
1929
|
-
'type': 'Short'
|
1930
|
-
},
|
1931
|
-
41987: {
|
1932
|
-
'name': 'WhiteBalance',
|
1933
|
-
'type': 'Short'
|
1934
|
-
},
|
1935
|
-
41988: {
|
1936
|
-
'name': 'DigitalZoomRatio',
|
1937
|
-
'type': 'Rational'
|
1938
|
-
},
|
1939
|
-
41989: {
|
1940
|
-
'name': 'FocalLengthIn35mmFilm',
|
1941
|
-
'type': 'Short'
|
1942
|
-
},
|
1943
|
-
41990: {
|
1944
|
-
'name': 'SceneCaptureType',
|
1945
|
-
'type': 'Short'
|
1946
|
-
},
|
1947
|
-
41991: {
|
1948
|
-
'name': 'GainControl',
|
1949
|
-
'type': 'Short'
|
1950
|
-
},
|
1951
|
-
41992: {
|
1952
|
-
'name': 'Contrast',
|
1953
|
-
'type': 'Short'
|
1954
|
-
},
|
1955
|
-
41993: {
|
1956
|
-
'name': 'Saturation',
|
1957
|
-
'type': 'Short'
|
1958
|
-
},
|
1959
|
-
41994: {
|
1960
|
-
'name': 'Sharpness',
|
1961
|
-
'type': 'Short'
|
1962
|
-
},
|
1963
|
-
41995: {
|
1964
|
-
'name': 'DeviceSettingDescription',
|
1965
|
-
'type': 'Undefined'
|
1966
|
-
},
|
1967
|
-
41996: {
|
1968
|
-
'name': 'SubjectDistanceRange',
|
1969
|
-
'type': 'Short'
|
1970
|
-
},
|
1971
|
-
42016: {
|
1972
|
-
'name': 'ImageUniqueID',
|
1973
|
-
'type': 'Ascii'
|
1974
|
-
},
|
1975
|
-
42032: {
|
1976
|
-
'name': 'CameraOwnerName',
|
1977
|
-
'type': 'Ascii'
|
1978
|
-
},
|
1979
|
-
42033: {
|
1980
|
-
'name': 'BodySerialNumber',
|
1981
|
-
'type': 'Ascii'
|
1982
|
-
},
|
1983
|
-
42034: {
|
1984
|
-
'name': 'LensSpecification',
|
1985
|
-
'type': 'Rational'
|
1986
|
-
},
|
1987
|
-
42035: {
|
1988
|
-
'name': 'LensMake',
|
1989
|
-
'type': 'Ascii'
|
1990
|
-
},
|
1991
|
-
42036: {
|
1992
|
-
'name': 'LensModel',
|
1993
|
-
'type': 'Ascii'
|
1994
|
-
},
|
1995
|
-
42037: {
|
1996
|
-
'name': 'LensSerialNumber',
|
1997
|
-
'type': 'Ascii'
|
1998
|
-
},
|
1999
|
-
42240: {
|
2000
|
-
'name': 'Gamma',
|
2001
|
-
'type': 'Rational'
|
2002
|
-
}
|
2003
|
-
},
|
2004
|
-
'GPS': {
|
2005
|
-
0: {
|
2006
|
-
'name': 'GPSVersionID',
|
2007
|
-
'type': 'Byte'
|
2008
|
-
},
|
2009
|
-
1: {
|
2010
|
-
'name': 'GPSLatitudeRef',
|
2011
|
-
'type': 'Ascii'
|
2012
|
-
},
|
2013
|
-
2: {
|
2014
|
-
'name': 'GPSLatitude',
|
2015
|
-
'type': 'Rational'
|
2016
|
-
},
|
2017
|
-
3: {
|
2018
|
-
'name': 'GPSLongitudeRef',
|
2019
|
-
'type': 'Ascii'
|
2020
|
-
},
|
2021
|
-
4: {
|
2022
|
-
'name': 'GPSLongitude',
|
2023
|
-
'type': 'Rational'
|
2024
|
-
},
|
2025
|
-
5: {
|
2026
|
-
'name': 'GPSAltitudeRef',
|
2027
|
-
'type': 'Byte'
|
2028
|
-
},
|
2029
|
-
6: {
|
2030
|
-
'name': 'GPSAltitude',
|
2031
|
-
'type': 'Rational'
|
2032
|
-
},
|
2033
|
-
7: {
|
2034
|
-
'name': 'GPSTimeStamp',
|
2035
|
-
'type': 'Rational'
|
2036
|
-
},
|
2037
|
-
8: {
|
2038
|
-
'name': 'GPSSatellites',
|
2039
|
-
'type': 'Ascii'
|
2040
|
-
},
|
2041
|
-
9: {
|
2042
|
-
'name': 'GPSStatus',
|
2043
|
-
'type': 'Ascii'
|
2044
|
-
},
|
2045
|
-
10: {
|
2046
|
-
'name': 'GPSMeasureMode',
|
2047
|
-
'type': 'Ascii'
|
2048
|
-
},
|
2049
|
-
11: {
|
2050
|
-
'name': 'GPSDOP',
|
2051
|
-
'type': 'Rational'
|
2052
|
-
},
|
2053
|
-
12: {
|
2054
|
-
'name': 'GPSSpeedRef',
|
2055
|
-
'type': 'Ascii'
|
2056
|
-
},
|
2057
|
-
13: {
|
2058
|
-
'name': 'GPSSpeed',
|
2059
|
-
'type': 'Rational'
|
2060
|
-
},
|
2061
|
-
14: {
|
2062
|
-
'name': 'GPSTrackRef',
|
2063
|
-
'type': 'Ascii'
|
2064
|
-
},
|
2065
|
-
15: {
|
2066
|
-
'name': 'GPSTrack',
|
2067
|
-
'type': 'Rational'
|
2068
|
-
},
|
2069
|
-
16: {
|
2070
|
-
'name': 'GPSImgDirectionRef',
|
2071
|
-
'type': 'Ascii'
|
2072
|
-
},
|
2073
|
-
17: {
|
2074
|
-
'name': 'GPSImgDirection',
|
2075
|
-
'type': 'Rational'
|
2076
|
-
},
|
2077
|
-
18: {
|
2078
|
-
'name': 'GPSMapDatum',
|
2079
|
-
'type': 'Ascii'
|
2080
|
-
},
|
2081
|
-
19: {
|
2082
|
-
'name': 'GPSDestLatitudeRef',
|
2083
|
-
'type': 'Ascii'
|
2084
|
-
},
|
2085
|
-
20: {
|
2086
|
-
'name': 'GPSDestLatitude',
|
2087
|
-
'type': 'Rational'
|
2088
|
-
},
|
2089
|
-
21: {
|
2090
|
-
'name': 'GPSDestLongitudeRef',
|
2091
|
-
'type': 'Ascii'
|
2092
|
-
},
|
2093
|
-
22: {
|
2094
|
-
'name': 'GPSDestLongitude',
|
2095
|
-
'type': 'Rational'
|
2096
|
-
},
|
2097
|
-
23: {
|
2098
|
-
'name': 'GPSDestBearingRef',
|
2099
|
-
'type': 'Ascii'
|
2100
|
-
},
|
2101
|
-
24: {
|
2102
|
-
'name': 'GPSDestBearing',
|
2103
|
-
'type': 'Rational'
|
2104
|
-
},
|
2105
|
-
25: {
|
2106
|
-
'name': 'GPSDestDistanceRef',
|
2107
|
-
'type': 'Ascii'
|
2108
|
-
},
|
2109
|
-
26: {
|
2110
|
-
'name': 'GPSDestDistance',
|
2111
|
-
'type': 'Rational'
|
2112
|
-
},
|
2113
|
-
27: {
|
2114
|
-
'name': 'GPSProcessingMethod',
|
2115
|
-
'type': 'Undefined'
|
2116
|
-
},
|
2117
|
-
28: {
|
2118
|
-
'name': 'GPSAreaInformation',
|
2119
|
-
'type': 'Undefined'
|
2120
|
-
},
|
2121
|
-
29: {
|
2122
|
-
'name': 'GPSDateStamp',
|
2123
|
-
'type': 'Ascii'
|
2124
|
-
},
|
2125
|
-
30: {
|
2126
|
-
'name': 'GPSDifferential',
|
2127
|
-
'type': 'Short'
|
2128
|
-
},
|
2129
|
-
31: {
|
2130
|
-
'name': 'GPSHPositioningError',
|
2131
|
-
'type': 'Rational'
|
2132
|
-
}
|
2133
|
-
},
|
2134
|
-
'Interop': {
|
2135
|
-
1: {
|
2136
|
-
'name': 'InteroperabilityIndex',
|
2137
|
-
'type': 'Ascii'
|
2138
|
-
}
|
2139
|
-
},
|
2140
|
-
};
|
2141
|
-
TAGS["0th"] = TAGS["Image"];
|
2142
|
-
TAGS["1st"] = TAGS["Image"];
|
2143
|
-
that.TAGS = TAGS;
|
2144
|
-
|
2145
|
-
|
2146
|
-
that.ImageIFD = {
|
2147
|
-
ProcessingSoftware:11,
|
2148
|
-
NewSubfileType:254,
|
2149
|
-
SubfileType:255,
|
2150
|
-
ImageWidth:256,
|
2151
|
-
ImageLength:257,
|
2152
|
-
BitsPerSample:258,
|
2153
|
-
Compression:259,
|
2154
|
-
PhotometricInterpretation:262,
|
2155
|
-
Threshholding:263,
|
2156
|
-
CellWidth:264,
|
2157
|
-
CellLength:265,
|
2158
|
-
FillOrder:266,
|
2159
|
-
DocumentName:269,
|
2160
|
-
ImageDescription:270,
|
2161
|
-
Make:271,
|
2162
|
-
Model:272,
|
2163
|
-
StripOffsets:273,
|
2164
|
-
Orientation:274,
|
2165
|
-
SamplesPerPixel:277,
|
2166
|
-
RowsPerStrip:278,
|
2167
|
-
StripByteCounts:279,
|
2168
|
-
XResolution:282,
|
2169
|
-
YResolution:283,
|
2170
|
-
PlanarConfiguration:284,
|
2171
|
-
GrayResponseUnit:290,
|
2172
|
-
GrayResponseCurve:291,
|
2173
|
-
T4Options:292,
|
2174
|
-
T6Options:293,
|
2175
|
-
ResolutionUnit:296,
|
2176
|
-
TransferFunction:301,
|
2177
|
-
Software:305,
|
2178
|
-
DateTime:306,
|
2179
|
-
Artist:315,
|
2180
|
-
HostComputer:316,
|
2181
|
-
Predictor:317,
|
2182
|
-
WhitePoint:318,
|
2183
|
-
PrimaryChromaticities:319,
|
2184
|
-
ColorMap:320,
|
2185
|
-
HalftoneHints:321,
|
2186
|
-
TileWidth:322,
|
2187
|
-
TileLength:323,
|
2188
|
-
TileOffsets:324,
|
2189
|
-
TileByteCounts:325,
|
2190
|
-
SubIFDs:330,
|
2191
|
-
InkSet:332,
|
2192
|
-
InkNames:333,
|
2193
|
-
NumberOfInks:334,
|
2194
|
-
DotRange:336,
|
2195
|
-
TargetPrinter:337,
|
2196
|
-
ExtraSamples:338,
|
2197
|
-
SampleFormat:339,
|
2198
|
-
SMinSampleValue:340,
|
2199
|
-
SMaxSampleValue:341,
|
2200
|
-
TransferRange:342,
|
2201
|
-
ClipPath:343,
|
2202
|
-
XClipPathUnits:344,
|
2203
|
-
YClipPathUnits:345,
|
2204
|
-
Indexed:346,
|
2205
|
-
JPEGTables:347,
|
2206
|
-
OPIProxy:351,
|
2207
|
-
JPEGProc:512,
|
2208
|
-
JPEGInterchangeFormat:513,
|
2209
|
-
JPEGInterchangeFormatLength:514,
|
2210
|
-
JPEGRestartInterval:515,
|
2211
|
-
JPEGLosslessPredictors:517,
|
2212
|
-
JPEGPointTransforms:518,
|
2213
|
-
JPEGQTables:519,
|
2214
|
-
JPEGDCTables:520,
|
2215
|
-
JPEGACTables:521,
|
2216
|
-
YCbCrCoefficients:529,
|
2217
|
-
YCbCrSubSampling:530,
|
2218
|
-
YCbCrPositioning:531,
|
2219
|
-
ReferenceBlackWhite:532,
|
2220
|
-
XMLPacket:700,
|
2221
|
-
Rating:18246,
|
2222
|
-
RatingPercent:18249,
|
2223
|
-
ImageID:32781,
|
2224
|
-
CFARepeatPatternDim:33421,
|
2225
|
-
CFAPattern:33422,
|
2226
|
-
BatteryLevel:33423,
|
2227
|
-
Copyright:33432,
|
2228
|
-
ExposureTime:33434,
|
2229
|
-
ImageResources:34377,
|
2230
|
-
ExifTag:34665,
|
2231
|
-
InterColorProfile:34675,
|
2232
|
-
GPSTag:34853,
|
2233
|
-
Interlace:34857,
|
2234
|
-
TimeZoneOffset:34858,
|
2235
|
-
SelfTimerMode:34859,
|
2236
|
-
FlashEnergy:37387,
|
2237
|
-
SpatialFrequencyResponse:37388,
|
2238
|
-
Noise:37389,
|
2239
|
-
FocalPlaneXResolution:37390,
|
2240
|
-
FocalPlaneYResolution:37391,
|
2241
|
-
FocalPlaneResolutionUnit:37392,
|
2242
|
-
ImageNumber:37393,
|
2243
|
-
SecurityClassification:37394,
|
2244
|
-
ImageHistory:37395,
|
2245
|
-
ExposureIndex:37397,
|
2246
|
-
TIFFEPStandardID:37398,
|
2247
|
-
SensingMethod:37399,
|
2248
|
-
XPTitle:40091,
|
2249
|
-
XPComment:40092,
|
2250
|
-
XPAuthor:40093,
|
2251
|
-
XPKeywords:40094,
|
2252
|
-
XPSubject:40095,
|
2253
|
-
PrintImageMatching:50341,
|
2254
|
-
DNGVersion:50706,
|
2255
|
-
DNGBackwardVersion:50707,
|
2256
|
-
UniqueCameraModel:50708,
|
2257
|
-
LocalizedCameraModel:50709,
|
2258
|
-
CFAPlaneColor:50710,
|
2259
|
-
CFALayout:50711,
|
2260
|
-
LinearizationTable:50712,
|
2261
|
-
BlackLevelRepeatDim:50713,
|
2262
|
-
BlackLevel:50714,
|
2263
|
-
BlackLevelDeltaH:50715,
|
2264
|
-
BlackLevelDeltaV:50716,
|
2265
|
-
WhiteLevel:50717,
|
2266
|
-
DefaultScale:50718,
|
2267
|
-
DefaultCropOrigin:50719,
|
2268
|
-
DefaultCropSize:50720,
|
2269
|
-
ColorMatrix1:50721,
|
2270
|
-
ColorMatrix2:50722,
|
2271
|
-
CameraCalibration1:50723,
|
2272
|
-
CameraCalibration2:50724,
|
2273
|
-
ReductionMatrix1:50725,
|
2274
|
-
ReductionMatrix2:50726,
|
2275
|
-
AnalogBalance:50727,
|
2276
|
-
AsShotNeutral:50728,
|
2277
|
-
AsShotWhiteXY:50729,
|
2278
|
-
BaselineExposure:50730,
|
2279
|
-
BaselineNoise:50731,
|
2280
|
-
BaselineSharpness:50732,
|
2281
|
-
BayerGreenSplit:50733,
|
2282
|
-
LinearResponseLimit:50734,
|
2283
|
-
CameraSerialNumber:50735,
|
2284
|
-
LensInfo:50736,
|
2285
|
-
ChromaBlurRadius:50737,
|
2286
|
-
AntiAliasStrength:50738,
|
2287
|
-
ShadowScale:50739,
|
2288
|
-
DNGPrivateData:50740,
|
2289
|
-
MakerNoteSafety:50741,
|
2290
|
-
CalibrationIlluminant1:50778,
|
2291
|
-
CalibrationIlluminant2:50779,
|
2292
|
-
BestQualityScale:50780,
|
2293
|
-
RawDataUniqueID:50781,
|
2294
|
-
OriginalRawFileName:50827,
|
2295
|
-
OriginalRawFileData:50828,
|
2296
|
-
ActiveArea:50829,
|
2297
|
-
MaskedAreas:50830,
|
2298
|
-
AsShotICCProfile:50831,
|
2299
|
-
AsShotPreProfileMatrix:50832,
|
2300
|
-
CurrentICCProfile:50833,
|
2301
|
-
CurrentPreProfileMatrix:50834,
|
2302
|
-
ColorimetricReference:50879,
|
2303
|
-
CameraCalibrationSignature:50931,
|
2304
|
-
ProfileCalibrationSignature:50932,
|
2305
|
-
AsShotProfileName:50934,
|
2306
|
-
NoiseReductionApplied:50935,
|
2307
|
-
ProfileName:50936,
|
2308
|
-
ProfileHueSatMapDims:50937,
|
2309
|
-
ProfileHueSatMapData1:50938,
|
2310
|
-
ProfileHueSatMapData2:50939,
|
2311
|
-
ProfileToneCurve:50940,
|
2312
|
-
ProfileEmbedPolicy:50941,
|
2313
|
-
ProfileCopyright:50942,
|
2314
|
-
ForwardMatrix1:50964,
|
2315
|
-
ForwardMatrix2:50965,
|
2316
|
-
PreviewApplicationName:50966,
|
2317
|
-
PreviewApplicationVersion:50967,
|
2318
|
-
PreviewSettingsName:50968,
|
2319
|
-
PreviewSettingsDigest:50969,
|
2320
|
-
PreviewColorSpace:50970,
|
2321
|
-
PreviewDateTime:50971,
|
2322
|
-
RawImageDigest:50972,
|
2323
|
-
OriginalRawFileDigest:50973,
|
2324
|
-
SubTileBlockSize:50974,
|
2325
|
-
RowInterleaveFactor:50975,
|
2326
|
-
ProfileLookTableDims:50981,
|
2327
|
-
ProfileLookTableData:50982,
|
2328
|
-
OpcodeList1:51008,
|
2329
|
-
OpcodeList2:51009,
|
2330
|
-
OpcodeList3:51022,
|
2331
|
-
NoiseProfile:51041,
|
2332
|
-
};
|
2333
|
-
|
2334
|
-
|
2335
|
-
that.ExifIFD = {
|
2336
|
-
ExposureTime:33434,
|
2337
|
-
FNumber:33437,
|
2338
|
-
ExposureProgram:34850,
|
2339
|
-
SpectralSensitivity:34852,
|
2340
|
-
ISOSpeedRatings:34855,
|
2341
|
-
OECF:34856,
|
2342
|
-
SensitivityType:34864,
|
2343
|
-
StandardOutputSensitivity:34865,
|
2344
|
-
RecommendedExposureIndex:34866,
|
2345
|
-
ISOSpeed:34867,
|
2346
|
-
ISOSpeedLatitudeyyy:34868,
|
2347
|
-
ISOSpeedLatitudezzz:34869,
|
2348
|
-
ExifVersion:36864,
|
2349
|
-
DateTimeOriginal:36867,
|
2350
|
-
DateTimeDigitized:36868,
|
2351
|
-
ComponentsConfiguration:37121,
|
2352
|
-
CompressedBitsPerPixel:37122,
|
2353
|
-
ShutterSpeedValue:37377,
|
2354
|
-
ApertureValue:37378,
|
2355
|
-
BrightnessValue:37379,
|
2356
|
-
ExposureBiasValue:37380,
|
2357
|
-
MaxApertureValue:37381,
|
2358
|
-
SubjectDistance:37382,
|
2359
|
-
MeteringMode:37383,
|
2360
|
-
LightSource:37384,
|
2361
|
-
Flash:37385,
|
2362
|
-
FocalLength:37386,
|
2363
|
-
SubjectArea:37396,
|
2364
|
-
MakerNote:37500,
|
2365
|
-
UserComment:37510,
|
2366
|
-
SubSecTime:37520,
|
2367
|
-
SubSecTimeOriginal:37521,
|
2368
|
-
SubSecTimeDigitized:37522,
|
2369
|
-
FlashpixVersion:40960,
|
2370
|
-
ColorSpace:40961,
|
2371
|
-
PixelXDimension:40962,
|
2372
|
-
PixelYDimension:40963,
|
2373
|
-
RelatedSoundFile:40964,
|
2374
|
-
InteroperabilityTag:40965,
|
2375
|
-
FlashEnergy:41483,
|
2376
|
-
SpatialFrequencyResponse:41484,
|
2377
|
-
FocalPlaneXResolution:41486,
|
2378
|
-
FocalPlaneYResolution:41487,
|
2379
|
-
FocalPlaneResolutionUnit:41488,
|
2380
|
-
SubjectLocation:41492,
|
2381
|
-
ExposureIndex:41493,
|
2382
|
-
SensingMethod:41495,
|
2383
|
-
FileSource:41728,
|
2384
|
-
SceneType:41729,
|
2385
|
-
CFAPattern:41730,
|
2386
|
-
CustomRendered:41985,
|
2387
|
-
ExposureMode:41986,
|
2388
|
-
WhiteBalance:41987,
|
2389
|
-
DigitalZoomRatio:41988,
|
2390
|
-
FocalLengthIn35mmFilm:41989,
|
2391
|
-
SceneCaptureType:41990,
|
2392
|
-
GainControl:41991,
|
2393
|
-
Contrast:41992,
|
2394
|
-
Saturation:41993,
|
2395
|
-
Sharpness:41994,
|
2396
|
-
DeviceSettingDescription:41995,
|
2397
|
-
SubjectDistanceRange:41996,
|
2398
|
-
ImageUniqueID:42016,
|
2399
|
-
CameraOwnerName:42032,
|
2400
|
-
BodySerialNumber:42033,
|
2401
|
-
LensSpecification:42034,
|
2402
|
-
LensMake:42035,
|
2403
|
-
LensModel:42036,
|
2404
|
-
LensSerialNumber:42037,
|
2405
|
-
Gamma:42240,
|
2406
|
-
};
|
2407
|
-
|
2408
|
-
|
2409
|
-
that.GPSIFD = {
|
2410
|
-
GPSVersionID:0,
|
2411
|
-
GPSLatitudeRef:1,
|
2412
|
-
GPSLatitude:2,
|
2413
|
-
GPSLongitudeRef:3,
|
2414
|
-
GPSLongitude:4,
|
2415
|
-
GPSAltitudeRef:5,
|
2416
|
-
GPSAltitude:6,
|
2417
|
-
GPSTimeStamp:7,
|
2418
|
-
GPSSatellites:8,
|
2419
|
-
GPSStatus:9,
|
2420
|
-
GPSMeasureMode:10,
|
2421
|
-
GPSDOP:11,
|
2422
|
-
GPSSpeedRef:12,
|
2423
|
-
GPSSpeed:13,
|
2424
|
-
GPSTrackRef:14,
|
2425
|
-
GPSTrack:15,
|
2426
|
-
GPSImgDirectionRef:16,
|
2427
|
-
GPSImgDirection:17,
|
2428
|
-
GPSMapDatum:18,
|
2429
|
-
GPSDestLatitudeRef:19,
|
2430
|
-
GPSDestLatitude:20,
|
2431
|
-
GPSDestLongitudeRef:21,
|
2432
|
-
GPSDestLongitude:22,
|
2433
|
-
GPSDestBearingRef:23,
|
2434
|
-
GPSDestBearing:24,
|
2435
|
-
GPSDestDistanceRef:25,
|
2436
|
-
GPSDestDistance:26,
|
2437
|
-
GPSProcessingMethod:27,
|
2438
|
-
GPSAreaInformation:28,
|
2439
|
-
GPSDateStamp:29,
|
2440
|
-
GPSDifferential:30,
|
2441
|
-
GPSHPositioningError:31,
|
2442
|
-
};
|
2443
|
-
|
2444
|
-
|
2445
|
-
that.InteropIFD = {
|
2446
|
-
InteroperabilityIndex:1,
|
2447
|
-
};
|
2448
|
-
|
2449
|
-
that.GPSHelper = {
|
2450
|
-
degToDmsRational:function (degFloat) {
|
2451
|
-
var minFloat = degFloat % 1 * 60;
|
2452
|
-
var secFloat = minFloat % 1 * 60;
|
2453
|
-
var deg = Math.floor(degFloat);
|
2454
|
-
var min = Math.floor(minFloat);
|
2455
|
-
var sec = Math.round(secFloat * 100);
|
2456
|
-
|
2457
|
-
return [[deg, 1], [min, 1], [sec, 100]];
|
2458
|
-
}
|
2459
|
-
};
|
2460
|
-
|
2461
|
-
|
2462
|
-
if (typeof exports !== 'undefined') {
|
2463
|
-
if (typeof module !== 'undefined' && module.exports) {
|
2464
|
-
exports = module.exports = that;
|
2465
|
-
}
|
2466
|
-
exports.piexif = that;
|
2467
|
-
} else {
|
2468
|
-
window.piexif = that;
|
2469
|
-
}
|
2470
|
-
|
2471
|
-
})();
|