Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate wiki documentation to github #9

Merged
merged 1 commit into from Jun 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
47 changes: 47 additions & 0 deletions CHANGELOG.adoc
@@ -0,0 +1,47 @@
== Version History

[[jQueryPlugin-Version1.12.4-0(Oct04,2017)]]
=== Version 1.12.4-0 (Oct 04, 2017)

* Upgraded to jQuery 1.12.4.

[[jQueryPlugin-Version1.11.2-1(Sep08,2017)]]
=== Version 1.11.2-1 (Sep 08, 2017)

No user-visible changes, only metadata.

[[jQueryPlugin-Version1.11.2-0(Apr11,2015)]]
=== Version 1.11.2-0 (Apr 11, 2015)

* Upgraded to jQuery 1.11.2.

[[jQueryPlugin-Version1.7.2-1(Nov15,2012)]]
=== Version 1.7.2-1 (Nov 15, 2012)

* Added the http://www.jacklmoore.com/colorbox/[jQuery ColorBox] plugin
JS and CSS as an optional include
** Plugins wishing to use ColorBox just need to add
`+<st:adjunct includes="hudson.plugins.jquery.colorbox"/>+` to their
layout file

[[jQueryPlugin-Version1.7.2-0(Jun14,2012)]]
=== Version 1.7.2-0 (Jun 14, 2012)

* Upgraded to jQuery 1.7.2. Bump in the version number is to align the
base jQuery version with this plugin.

[[jQueryPlugin-Version1.0.2(Feb27,2011)]]
=== Version 1.0.2 (Feb 27, 2011)

* Rerelease 1.0.1 to properly set required Jenkins version.

[[jQueryPlugin-Version1.0.1(Feb22,2011)]]
=== Version 1.0.1 (Feb 22, 2011)

* Downgrade jQuery. (1.4.4 -> 1.4.2) jQuery 1.4.4 dosen't work with
Prototype 1.5.1.1 (Jenkins bundled version) on Chrome, Safari.

[[jQueryPlugin-Version1.0(Feb20,2011)]]
== Version 1.0 (Feb 20, 2011)

* Initial release
24 changes: 24 additions & 0 deletions README.adoc
@@ -0,0 +1,24 @@
= jQuery

This plugin is a library plugin for other plugins to share common
jQuery. It also allows users to use jQuery on each view
descriptions.Because Jenkins uses prototype.js in the core, you cannot
use the standard '$' object to access jQuery. Instead, use the 'Q'
object, or use a new scope created by a function to re-bind '$' to
jQuery safely, as follows:

[.confluence-embedded-file-wrapper]#image:docs/images/jquery-plugin.png[image]#

This plugin puts jQuery into every page rendered by Jenkins, so
developers of other plugins need not do anything special to make it
work.

If Jenkins is 1.453 or later, Jenkins will not allow JavaScript in
description. You will need
https://plugins.jenkins.io/anything-goes-formatter/["Anything
Goes" formatter].

== Changelog
For recent versions, see https://github.com/jenkinsci/jquery-plugin/releases[GitHub Releases]

For versions 1.12.4-0 and older, see CHANGELOG.adoc
Binary file added docs/images/jquery-plugin.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -12,7 +12,7 @@
<packaging>hpi</packaging>
<name>jQuery plugin</name>
<description>This plugin provides a stable version of the jQuery Javascript Library</description>
<url>https://wiki.jenkins.io/display/JENKINS/jQuery+Plugin</url>
<url>https://github.com/jenkinsci/jquery-plugin</url>

<properties>
<revision>1.12.4-2</revision>
Expand Down