[jira] [Closed] (CB-11623) --link-to no longer seems to be working

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-11623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-11623.

Resolution: Won't Fix

The argument "--link-to" had been removed.

> --link-to no longer seems to be working
> ---
>
> Key: CB-11623
> URL: https://issues.apache.org/jira/browse/CB-11623
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-create
>Affects Versions: 6.3.0
> Environment: Windows 10, Windows Command Prompt
>Reporter: Graham Harper
>Priority: Major
>  Labels: triaged
>
> We have a build script for installing and building Cordova from source 
> control that begins with the line:
> cordova create bin com.example.domain APPNAME --link-to=www
> Where www is our existing app code (html, css, js etc.)
> We've been running this build script on new deployments just fine for 6 
> months or so, and its behaviour until this version has been to create a 
> simlink in the newly-created 'bin' folder to our existing app in 'www'; 
> however, as of 6.3.0 this is no longer working. The command creates the bin 
> folder, but it only contains the default 'Hello Cordova' application.
> --copy-from still seems to be working (although is marked as deprecated), so 
> we can work around this issue, but it's not appropriate for our deployment 
> and development process.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-7194) Incorrect usage example in CLI help

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-7194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-7194.
---
Resolution: Invalid

In the current release of Cordova CLI (11.0.0), the descrived use case example 
"cordova serve android" does not exist.

It might have been resolved in an ealier release. Closing as invalid.

> Incorrect usage example in CLI help
> ---
>
> Key: CB-7194
> URL: https://issues.apache.org/jira/browse/CB-7194
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Reporter: Raymond Camden
>Priority: Minor
>
> When you run "cordova" at the CLI, the example usage includes:
> cordova serve android
> But according to the help text above it, the only argument you can pass to 
> serve is a port. This example usage incorrectly implies (at least to me), 
> that you can bypass the default behavior of serving all the platforms and 
> just serve one. 
> As an aside, I'd *like* that to work personally so I could just go to 
> localhost:8000/ and not add the platform to the url.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-7474) [js] add missing licenses

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-7474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-7474.
---
Resolution: Invalid

The listed files, from the vendor directory, has been removed. The issue 
reported in this ticket no longer valid.

https://github.com/apache/cordova-js/pull/175
https://github.com/apache/cordova-js/pull/195

> [js] add missing licenses
> -
>
> Key: CB-7474
> URL: https://issues.apache.org/jira/browse/CB-7474
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-js
>Reporter: Marcel Kinard
>Priority: Minor
>
> The following files are missing a license. It should be added before the next 
> release. Is a rat-excludes missing?
> {code}
>   ./tasks/lib/write-license-header.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/absolute/b.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/absolute/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/absolute/test.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/absolute/submodule/a.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/cyclic/a.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/cyclic/b.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/cyclic/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/cyclic/test.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/determinism/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/determinism/test.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/determinism/submodule/a.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/determinism/submodule/b.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/exactExports/a.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/exactExports/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/exactExports/test.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/hasOwnProperty/hasOwnProperty.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/hasOwnProperty/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/hasOwnProperty/test.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/hasOwnProperty/toString.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/method/a.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/method/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/method/test.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/missing/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/missing/test.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/monkeys/a.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/monkeys/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/monkeys/test.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/nested/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/nested/test.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/nested/a/b/c/d.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/relative/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/relative/test.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/relative/submodule/a.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/relative/submodule/b.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/transitive/a.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/transitive/b.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/transitive/c.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/transitive/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/transitive/test.js
>   ./tasks/vendor/jasmine/jasmine-html.js
>   ./tasks/vendor/jasmine/jasmine.css
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-6762) Incorrect EOL characters causing corrupt CordovaApp.sln file

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-6762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-6762.
---
Resolution: Invalid

The reported file where the source of the bug is coming from no longer exists.

cordova-lib/src/plugman/util/w8jsproj.js,

There has been numerous changes to the cordova-lib repo since the report of 
this issue. Also, the cordova-windows platform has been deprecated.

> Incorrect EOL characters causing corrupt CordovaApp.sln file
> 
>
> Key: CB-6762
> URL: https://issues.apache.org/jira/browse/CB-6762
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-lib
>Affects Versions: 3.5.0
> Environment: windows 8
>Reporter: Brent Verner
>Priority: Major
>
> After "cordova plugin add ..." on windows8, I noticed the CordovaApp.sln file 
> had some extraneous "\n" characters.  This appears to be coming from "\n\r" 
> as EOL sequence in cordova-lib/src/plugman/util/w8jsproj.js.  After changing 
> to "\r\n" everything works as expected.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-6818) Fix header licenses (Apache RAT report)

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-6818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-6818.
---
Resolution: Done

Appears that all of the sub-tasks were completed.

> Fix header licenses (Apache RAT report)
> ---
>
> Key: CB-6818
> URL: https://issues.apache.org/jira/browse/CB-6818
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllComponents
> Environment: all components
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>Priority: Major
> Fix For: 3.6.0
>
>
> umbrella issue, see subtasks



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-6336) cordova platform add fails if created with --link-to

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-6336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-6336.
---
Resolution: Invalid

In the current release of Cordova CLI (& cordova-create), I believe this issue 
is no longer valid.

The `--link-to` flag appears to have been removed.

https://github.com/apache/cordova-create/issues/26
And discussed here:
https://github.com/apache/cordova-discuss/pull/49#issuecomment-226050676

> cordova platform add fails if created with --link-to
> 
>
> Key: CB-6336
> URL: https://issues.apache.org/jira/browse/CB-6336
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Affects Versions: 3.4.0
> Environment: OSX 10.9.2
>Reporter: Adam Tuttle
>Priority: Minor
>
> Given a "www" folder with app contents, run the following commands in this 
> sequence:
> {code}
> cordova create build_local com.foo.bar appName --link-to ./www
> cd build_local
> cordova platform add ios
> {code}
> This results in the following error being thrown:
> {code}
> Creating ios project...
> Error: /Users/adam/DEV/myApp/platforms does not exist. Please specify an 
> existing parent folder.
> Error: /Users/adam/.cordova/lib/ios/cordova/3.4.0/bin/create: Command failed 
> with exit code 1
> at ChildProcess.whenDone 
> (/usr/local/lib/node_modules/cordova/src/superspawn.js:112:23)
> at ChildProcess.EventEmitter.emit (events.js:98:17)
> at maybeClose (child_process.js:743:16)
> at Process.ChildProcess._handle.onexit (child_process.js:810:5)
> {code}
> The platforms folder exists at /users/adam/DEV/myApp/build_local/platforms 
> but the tool is going one too many directories back up the hierarchy.
> I've found that if I create the app without the --link-to flag, add the 
> desired platforms, and then delete the created www folder and add a symlink 
> manually it _seems_ to run fine, but I'm not positive that's all that should 
> be needed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-6334) Missing utf8 byte order mark for plugin scripts in Windows8

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-6334.
---
Resolution: Abandoned

May have already been completed under the ticket that was linked in comment, 
but the reported didn't confirm.

> Missing utf8 byte order mark for plugin scripts in Windows8
> ---
>
> Key: CB-6334
> URL: https://issues.apache.org/jira/browse/CB-6334
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Affects Versions: 3.4.0
> Environment: Windows 8
>Reporter: Paul Hickman
>Priority: Major
>  Labels: prepare, utf8
>
> Issue CB-2050 fixed a problem where Cordova applications did not pass the 
> windows store application compatibility test, because the JavaScript files 
> did not contain Unicode byte order marks.
> Whilst this is fixed for the core Cordova JavaScript file, the BOM is missing 
> on the "cordova-plugins.js" file that the "prepare" statement generates, and 
> on many of the plugin scripts themselves.
> As it is a futile exercise getting every plugin author to ensure they always 
> remember to save their files with a byte order mark, could you make the 
> "prepare" command for Windows 8 applications add the byte order mark to all 
> plugin javascript files that it generates / copies if it is missing.
> There is also a potential case to argue that it should do this for the html / 
> js / css files in the www folder, but that is at least under the user's 
> control



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-6269) Can't build a IOS project from CLI, if its name has special chars (accents)

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-6269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-6269.
---
Resolution: Cannot Reproduce

Closing this issue as unreproducible. Might have already been resolved in later 
releases since ticket creation.

I tested with the following commands on Cordova CLI 11.0.0 with the latest 
Cordova-iOS Platform release.

cordova create test com.test "Téça App"
cd test
cordova platform add ios
cordova build ios

And confirmed the build to be successful.

> Can't build a IOS project from CLI, if its name has special chars (accents)
> ---
>
> Key: CB-6269
> URL: https://issues.apache.org/jira/browse/CB-6269
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Affects Versions: 3.4.0
> Environment: Mac OS X 10.9, iOS
>Reporter: Marcel Barbosa Pinto
>Priority: Minor
>  Labels: International, build, ios, normalization, project
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> CLI commands:
> cordova create test com.test "Téça App"
> cd test
> cordova platform add ios
> cordova build ios
> it generates an error in the following file:
> cordova/src/metadata/ios_parser.js line 78
> if(name != this.originalName){
>   (...)
> }
> The app name with accent ("Téça App") is not normalized. All though the name 
> is the same, the condition above returns true;
> Variable name comes from the config.name() that reads the config.xml
> variable this.originalName comes from the fs.readdirSync
> Maybe the encode get lost here, or we should just add a normalize function 
> before compare the strings.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-6216) cordova-cli is unable to create projects with numbers as the path

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-6216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-6216.
---
Resolution: Cannot Reproduce

Closing this issue as unreproducible. I tested with the same command "cordova 
create 1", from the description, with Cordova CLI 11.0.0.

> cordova-cli is unable to create projects with numbers as the path
> -
>
> Key: CB-6216
> URL: https://issues.apache.org/jira/browse/CB-6216
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Affects Versions: 3.3.0
>Reporter: Jenny Gee
>Priority: Major
>
> Found on CLI 3.3.1-0.3.1
> Run this:
> >cordova create 1
> Output:
> TypeError: Arguments to path.resolve must be strings
> at Object.exports.resolve (path.js:313:15)
> at CLI.create 
> (/Users/jgee/npm/lib/node_modules/cordova/src/create.js:57:16)
> at new CLI (/Users/jgee/npm/lib/node_modules/cordova/src/cli.js:156:26)
> at Object. 
> (/Users/jgee/npm/lib/node_modules/cordova/bin/cordova:41:16)
> at Module._compile (module.js:456:26)
> at Object.Module._extensions..js (module.js:474:10)
> at Module.load (module.js:356:32)
> at Function.Module._load (module.js:312:12)
> at Function.Module.runMain (module.js:497:10)
> at startup (node.js:119:16) 
> This also fails:
> >cordova create "1"



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13153) Crowdin: 2 unsued cordova-cli docs files, remove?

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13153.

Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Crowdin: 2 unsued cordova-cli docs files, remove?
> -
>
> Key: CB-13153
> URL: https://issues.apache.org/jira/browse/CB-13153
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-cli, cordova-docs, Translation
>Reporter: Jan Piotrowski (janpio)
>Priority: Major
>
> The `cordova` project on Crowdin also contains 2 `cordova-cli/docs` files: 
> https://crowdin.com/translate/cordova/4069/en-de
> https://crowdin.com/translate/cordova/4069/en-de
> Source file for these are 
> https://github.com/apache/cordova-cli/blob/master/doc/bash.md
> https://github.com/apache/cordova-cli/blob/master/README.md
> Am I correct in my research that these are actually not used and displayed 
> anywhere?
> If the answer is yes, it would make sense to remove these files from Crowdin 
> to avoid unnecessary work from volunteers. Maybe it even makes sense to 
> remove the source files from the cordova-cli repo.
> If the answer is yes, and the answer should actually be no, a new issue 
> should probably be created to resolve this.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-9578) Document link generate wrong link in some condition.

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-9578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-9578.
---
Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Document link generate wrong link in some condition.
> 
>
> Key: CB-9578
> URL: https://issues.apache.org/jira/browse/CB-9578
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs, Translation
>Affects Versions: Master
>Reporter: Youngho Cho
>Assignee: Andrey Kurdyumov
>Priority: Minor
>
> During translate the document to Korean, I found a strange behavior abut link 
> generation.
> For some head words in pages we have,  for example
> # 플랫폼 가이드  --> A
> # 안드로이드 플랫폼 가이드 --> B
> # 윈도우폰 8 플랫폼 가이드 --> C
> # iOS 플랫폼 가이드  --> D
> ---
> the link for A, C, D are generated correctly like
> 플랫폼 가이드
> 윈도우폰 8 플랫폼 가이드
> iOS 플랫폼 가이드
> but for B, the link generated likes
> 안드로이드 플랫폼 가이드  which I expect 안드로이드 플랫폼 가이드.
> Looks like the duplicated part of key word followed by a number or english 
> alphabet then no problem but it is followed by other charcter then the link 
> is generated for the duplcated part key word only not for whole key word.
>   



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-9444) Translations for August

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-9444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-9444.
---
Resolution: Abandoned

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Translations for August
> ---
>
> Key: CB-9444
> URL: https://issues.apache.org/jira/browse/CB-9444
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Translation
>Reporter: Victor Adrian Sosa Herrera
>Assignee: Victor Adrian Sosa Herrera
>Priority: Minor
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-9439) Find deprecated files in CrowdIn

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-9439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-9439.
---
Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Find deprecated files in CrowdIn
> 
>
> Key: CB-9439
> URL: https://issues.apache.org/jira/browse/CB-9439
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-docs, Translation
>Reporter: Andrey Kurdyumov
>Priority: Major
>
> Create tool which find deprecated files, or some files which don't have to be 
> in translations, for example other translation files.
> That's should allow faster recovery after errors in CrowdIn YAML file



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-8324) Translated docs home page has not translated Title

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-8324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-8324.
---
Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Translated docs home page has not translated Title
> --
>
> Key: CB-8324
> URL: https://issues.apache.org/jira/browse/CB-8324
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs, Translation
>Reporter: Andrey Kurdyumov
>Priority: Major
>
> Open
> http://cordova.apache.org/docs/ru/edge/index.html
> You will see Home in the top level section. Should be able to specify that 
> title in the config.json



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13328) Inventory of current state of translations

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13328.

Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Inventory of current state of translations
> --
>
> Key: CB-13328
> URL: https://issues.apache.org/jira/browse/CB-13328
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-docs, Translation
>Reporter: Jan Piotrowski (janpio)
>Priority: Major
>
> Find out what translations are there, where they come from, how many are 
> outdated, wrong or broken.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13161) Translated docs contain old files that were removed in EN

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13161.

Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Translated docs contain old files that were removed in EN
> -
>
> Key: CB-13161
> URL: https://issues.apache.org/jira/browse/CB-13161
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-docs, Translation
>Reporter: Jan Piotrowski (janpio)
>Priority: Minor
>
> Interesting issue:
> https://cordova.apache.org/docs/de/7.x/guide/platforms/android/tools.html
> https://cordova.apache.org/docs/en/7.x/guide/platforms/android/tools.html
> DE version exists, EN does not
> Probably an old translation that didn't get removed while the EN source did
> I guess that could be the case in all languages and also all versions...



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13327) Clean up and repair documentation translations

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13327.

Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Clean up and repair documentation translations
> --
>
> Key: CB-13327
> URL: https://issues.apache.org/jira/browse/CB-13327
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs, Translation
>Reporter: Jan Piotrowski (janpio)
>Priority: Major
>
> Translations of documentation seems to be all kinds of broken, outdated, 
> missing and strange.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13376) Check if all current files are mapped in Crowdin

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13376.

Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Check if all current files are mapped in Crowdin
> 
>
> Key: CB-13376
> URL: https://issues.apache.org/jira/browse/CB-13376
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-docs, Translation
>Reporter: Jan Piotrowski (janpio)
>Priority: Major
>
> Is everything useful in 
> https://github.com/apache/cordova-docs/tree/master/www/docs/en/dev/ available 
> for translation on Crowdin?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13329) Document translation integration

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13329.

Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Document translation integration
> 
>
> Key: CB-13329
> URL: https://issues.apache.org/jira/browse/CB-13329
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-docs, Translation
>Reporter: Jan Piotrowski (janpio)
>Priority: Major
>
> Translations are in the repo. Find out where they come from and which steps 
> were used and have to be used in the future to get them there.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13375) Fix translations

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13375.

Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Fix translations
> 
>
> Key: CB-13375
> URL: https://issues.apache.org/jira/browse/CB-13375
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-docs, Translation
>Reporter: Jan Piotrowski (janpio)
>Priority: Major
>
> Multiple issues to improve the state of translations



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13391) Add flags to language dropdown

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13391.

Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Add flags to language dropdown
> --
>
> Key: CB-13391
> URL: https://issues.apache.org/jira/browse/CB-13391
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-docs, Translation
>Reporter: Jan Piotrowski (janpio)
>Priority: Major
>
> Adding flags to the language dropdown could greatly improve the usability of 
> the language dropdown.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13934) Remove outdated plugin README translations

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13934.

Resolution: Resolved

The documentation link listed within this ticket's description no longer 
exists. It is expected that the documentation was removed as requested. Closing 
this ticket as resolved. If any plugins are incomplete, a new ticket should be 
created within their respective GH repo.

> Remove outdated plugin README translations
> --
>
> Key: CB-13934
> URL: https://issues.apache.org/jira/browse/CB-13934
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Translation
>Reporter: Jan Piotrowski (janpio)
>Assignee: Shazron Abdullah
>Priority: Major
>
> Some plugins have translated README files that are totally out of date:
> https://github.com/apache/cordova-plugin-splashscreen/tree/master/doc



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12693) Update cordova-cli docs for cordova config command

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-12693.

Resolution: Resolved

The submitted PR had already been merged in for some time. Some of the points 
in the description are also out-dated. Closing as resolved.

> Update cordova-cli docs for cordova config command
> --
>
> Key: CB-12693
> URL: https://issues.apache.org/jira/browse/CB-12693
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Affects Versions: cordova7
> Environment: cordova-cli
>Reporter: Audrey So
>Priority: Minor
>  Labels: cordova-cli
> Fix For: cordova7
>
>
> Update cordova-cli docs for cordova config command. Include examples for 
> browserify, fetch, and autosave and include options with a more detailed 
> description.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14152) cordova-js tools patch release Jun 21, 2018

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-14152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-14152.

Resolution: Abandoned

cordova-js has been released a few times since the creation of this ticket. I 
believe this is no longer needed.

> cordova-js tools patch release Jun 21, 2018
> ---
>
> Key: CB-14152
> URL: https://issues.apache.org/jira/browse/CB-14152
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-js
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]
>  (with some adaptations)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-9412) Unnatural translated expression in Japanese cordova-cli document

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-9412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-9412.
---
  Assignee: Bryan Ellis  (was: Victor Adrian Sosa Herrera)
Resolution: Invalid

The documentation listed in the description no longer exists.

> Unnatural translated expression in Japanese cordova-cli document
> 
>
> Key: CB-9412
> URL: https://issues.apache.org/jira/browse/CB-9412
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-cli
>Reporter: Hideyuki Nanashima
>Assignee: Bryan Ellis
>Priority: Trivial
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> There're some unnatural translated expression in following Japanese 
> cordova-cli document.
> https://github.com/apache/cordova-cli/blob/master/doc/ja/
> - README.md
> - bash.md
> Can I fix and send pull request?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-plugin-vibration] almaz1213 opened a new issue, #110: doesn't work

2022-07-24 Thread GitBox


almaz1213 opened a new issue, #110:
URL: https://github.com/apache/cordova-plugin-vibration/issues/110

   # Bug Report
   
   ## Problem
   
   Android Studio Logcat: E/Capacitor/Console: File: 
http://localhost/main.26d719c053273456.js - Line 1 - Msg: Blocked call to 
navigator.vibrate because user hasn't tapped on the frame or any embedded frame 
yet: https://www.chromestatus.com/feature/5644273861001216


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-android] ath0mas commented on pull request #1410: feat!: API 31 support

2022-07-24 Thread GitBox


ath0mas commented on PR #1410:
URL: https://github.com/apache/cordova-android/pull/1410#issuecomment-1193351277

   @erisu You are correct, your solution works great too! Thanks 👍 
   
   I was not aware of this preference as it is not documented.
   See https://cordova.apache.org/docs/en/11.x/config_ref/index.html#preference.
   I can only find it in cordova-android [source 
code](https://github.com/apache/cordova-android/blob/e5b7e8ab266c8f9de83923430be77c62499810a2/lib/prepare.js#L98-L112).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-android] limrahsoft commented on issue #1462: cordova app for android 11 , unable to get splash screen

2022-07-24 Thread GitBox


limrahsoft commented on issue #1462:
URL: 
https://github.com/apache/cordova-android/issues/1462#issuecomment-1193291073

   sir ,
   
   can u please tell how to configure splash screen preferences for adroid 11 
cordova ,
   
   as i have no idea about androd settings , thanks in advance for cordova 
splash screen complete settings for android 11
   
   ok
   
   From: jcesarmobile ***@***.***>
   Sent: Thursday, July 21, 2022 7:32 PM
   To: apache/cordova-android ***@***.***>
   Cc: limrahsoft ***@***.***>; Author ***@***.***>
   Subject: Re: [apache/cordova-android] cordova app for android 11 , unable to 
get splash screen (Issue #1462)
   
   
   That information is not accurate:
   
   Since v6 there is no need for an extra splash screen plugin.
   cordova-ios 6 included the splash screen logic for iOS, but the plugin was 
still needed for cordova-android < 11
   
   cordova-android 11 included the splash screen logic for Android, so the 
plugin should be uninstalled now, supposedly it's skipped if using the latest 
version
   
   cordova-android 11 uses the newer Splash Screen API provided by google that 
doesn't use the old splash images, it will use the round app icon by default or 
you can configure an animated icon with AndroidWindowSplashScreenAnimatedIcon 
preference, so all splash tags for android should be removed from config.xml
   
   https://cordova.apache.org/docs/en/11.x/core/features/splashscreen/index.html
   
   —
   Reply to this email directly, view it on 
GitHub,
 or 
unsubscribe.
   You are receiving this because you authored the thread.Message ID: 
***@***.***>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org