[jenkinsci/zap-plugin] 1cdf4a: Corrected Broken Help File Links

2017-07-10 Thread GitHub
  Branch: refs/heads/development
  Home:   https://github.com/jenkinsci/zap-plugin
  Commit: 1cdf4a52aac0375dd9b3b4b2e044168b8891c730
  
https://github.com/jenkinsci/zap-plugin/commit/1cdf4a52aac0375dd9b3b4b2e044168b8891c730
  Author: JordanGS 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPAuthScriptParam/config.jelly
M src/main/resources/org/jenkinsci/plugins/zap/ZAPCmdLine/config.jelly

  Log Message:
  ---
  Corrected Broken Help File Links

-corrected link used by help file for cmd line arguements
-corrected link used by help file for auth script arguements


  Commit: b815f03c7917a93c918c10b29604e0021525dfb1
  
https://github.com/jenkinsci/zap-plugin/commit/b815f03c7917a93c918c10b29604e0021525dfb1
  Author: JordanGS 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/zap/ZAPDriver.java

  Log Message:
  ---
  Corrected variable usage

-wrong variable used, should be evaluatedSessionFilename instead of 
evaluatedZapSettingsDir


  Commit: 00890ebcb89074e0c406e23e275615d4abc0e404
  
https://github.com/jenkinsci/zap-plugin/commit/00890ebcb89074e0c406e23e275615d4abc0e404
  Author: JordanGS 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPBuilder/help-startZAPFirst.html
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPDriver/help-loadSession.html
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPDriver/help-sessionFilename.html

  Log Message:
  ---
  Corrected broken links in Help files


  Commit: 45733233e9ccd48f8f76350c8433059f345fe827
  
https://github.com/jenkinsci/zap-plugin/commit/45733233e9ccd48f8f76350c8433059f345fe827
  Author: JordanGS 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/zap/ZAPBuilder.java
M src/main/java/org/jenkinsci/plugins/zap/ZAPDriver.java
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPDriver/help-zapSettingsDir.html

  Log Message:
  ---
  FIX JENKINS-43384

-removed support from the ZAP Settings Variable for System Environment 
Variables, Build Variables as well as Environment Inject Plugin Variables since 
the Job Configuration page is ONLY run on the master and has no access to the 
slave
-updated help file to refelect the changes made


  Commit: 1d55f02f5f931418bd3d0664b59ab9951676e64e
  
https://github.com/jenkinsci/zap-plugin/commit/1d55f02f5f931418bd3d0664b59ab9951676e64e
  Author: Goran Sarenkapa 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/zap/ZAPBuilder.java
M src/main/java/org/jenkinsci/plugins/zap/ZAPDriver.java
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPAuthScriptParam/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPBuilder/help-startZAPFirst.html
M src/main/resources/org/jenkinsci/plugins/zap/ZAPCmdLine/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPDriver/help-loadSession.html
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPDriver/help-sessionFilename.html
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPDriver/help-zapSettingsDir.html

  Log Message:
  ---
  Merge pull request #7 from JordanGS/development-1.1.0-bugfix

Development 1.1.0 bugfix


  Commit: 7619c720ce84dc641e197de8f11e945573ae188f
  
https://github.com/jenkinsci/zap-plugin/commit/7619c720ce84dc641e197de8f11e945573ae188f
  Author: JordanGS 
  Date:   2017-04-13 (Thu, 13 Apr 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/zap/ZAPBuilder.java
A src/main/resources/org/jenkinsci/plugins/zap/Messages.properties
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPAuthScriptParam/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/zap/ZAPAuthScriptParam/config.properties
M src/main/resources/org/jenkinsci/plugins/zap/ZAPBuilder/config.jelly
A src/main/resources/org/jenkinsci/plugins/zap/ZAPBuilder/config.properties
M src/main/resources/org/jenkinsci/plugins/zap/ZAPBuilder/global.jelly
A src/main/resources/org/jenkinsci/plugins/zap/ZAPBuilder/global.properties
M src/main/resources/org/jenkinsci/plugins/zap/ZAPCmdLine/config.jelly
A src/main/resources/org/jenkinsci/plugins/zap/ZAPCmdLine/config.properties
M src/main/resources/org/jenkinsci/plugins/zap/ZAPDriver/config.jelly
A src/main/resources/org/jenkinsci/plugins/zap/ZAPDriver/config.properties
A src/main/webapp/README.md

  Log Message:
  ---
  FIX JENKINS-43554 : Added internationalization support

-created webapp folder with an empty README.md
-created required .properties files for internationalization
-added key/value pairs to .properties files
-modified 

[jenkinsci/zap-plugin] 1cdf4a: Corrected Broken Help File Links

2017-04-12 Thread GitHub
  Branch: refs/heads/development-1.1.0
  Home:   https://github.com/jenkinsci/zap-plugin
  Commit: 1cdf4a52aac0375dd9b3b4b2e044168b8891c730
  
https://github.com/jenkinsci/zap-plugin/commit/1cdf4a52aac0375dd9b3b4b2e044168b8891c730
  Author: JordanGS 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPAuthScriptParam/config.jelly
M src/main/resources/org/jenkinsci/plugins/zap/ZAPCmdLine/config.jelly

  Log Message:
  ---
  Corrected Broken Help File Links

-corrected link used by help file for cmd line arguements
-corrected link used by help file for auth script arguements


  Commit: b815f03c7917a93c918c10b29604e0021525dfb1
  
https://github.com/jenkinsci/zap-plugin/commit/b815f03c7917a93c918c10b29604e0021525dfb1
  Author: JordanGS 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/zap/ZAPDriver.java

  Log Message:
  ---
  Corrected variable usage

-wrong variable used, should be evaluatedSessionFilename instead of 
evaluatedZapSettingsDir


  Commit: 00890ebcb89074e0c406e23e275615d4abc0e404
  
https://github.com/jenkinsci/zap-plugin/commit/00890ebcb89074e0c406e23e275615d4abc0e404
  Author: JordanGS 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPBuilder/help-startZAPFirst.html
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPDriver/help-loadSession.html
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPDriver/help-sessionFilename.html

  Log Message:
  ---
  Corrected broken links in Help files


  Commit: 45733233e9ccd48f8f76350c8433059f345fe827
  
https://github.com/jenkinsci/zap-plugin/commit/45733233e9ccd48f8f76350c8433059f345fe827
  Author: JordanGS 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/zap/ZAPBuilder.java
M src/main/java/org/jenkinsci/plugins/zap/ZAPDriver.java
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPDriver/help-zapSettingsDir.html

  Log Message:
  ---
  FIX JENKINS-43384

-removed support from the ZAP Settings Variable for System Environment 
Variables, Build Variables as well as Environment Inject Plugin Variables since 
the Job Configuration page is ONLY run on the master and has no access to the 
slave
-updated help file to refelect the changes made


  Commit: 1d55f02f5f931418bd3d0664b59ab9951676e64e
  
https://github.com/jenkinsci/zap-plugin/commit/1d55f02f5f931418bd3d0664b59ab9951676e64e
  Author: Goran Sarenkapa 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/zap/ZAPBuilder.java
M src/main/java/org/jenkinsci/plugins/zap/ZAPDriver.java
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPAuthScriptParam/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPBuilder/help-startZAPFirst.html
M src/main/resources/org/jenkinsci/plugins/zap/ZAPCmdLine/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPDriver/help-loadSession.html
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPDriver/help-sessionFilename.html
M 
src/main/resources/org/jenkinsci/plugins/zap/ZAPDriver/help-zapSettingsDir.html

  Log Message:
  ---
  Merge pull request #7 from JordanGS/development-1.1.0-bugfix

Development 1.1.0 bugfix


Compare: 
https://github.com/jenkinsci/zap-plugin/compare/0a78cc9979af...1d55f02f5f93

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.