Branch: refs/heads/2.0
Home: https://github.com/jenkinsci/jenkins
Commit: a0136229f5353c07d86941e1b62a2dea881a74a4
https://github.com/jenkinsci/jenkins/commit/a0136229f5353c07d86941e1b62a2dea881a74a4
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M core/src/main/resources/hudson/model/Job/configure.jelly
M core/src/main/resources/lib/form/select/select.js
M core/src/main/resources/lib/layout/layout.jelly
M war/src/main/js/api/securityConfig.js
M war/src/main/js/config-tabbar.js
M war/src/main/js/pluginSetupWizardGui.js
M war/src/main/js/widgets/config/model/ConfigSection.js
M war/src/main/js/widgets/config/model/ConfigTableMetaData.js
M war/src/main/js/widgets/config/tabbar.js
M war/src/main/js/widgets/config/tabbar.less
M war/src/main/js/widgets/form/form-mixins.less
M war/src/main/js/widgets/layout-mixins.less
M war/src/main/js/widgets/variables.less
M war/src/main/webapp/css/style.css
M war/src/test/js/widgets/config/tabbar-spec.js
Log Message:
-----------
Revert "Merge pull request #2106 from gusreiber/2.0_j-33411" (scrollspy
changes)
This reverts commit 9fb542369206c8abb886360cb2bb23d06db86493, reversing
changes made to 36528a681a541b21bfd4d4861fcae91c76df8385.
Commit: 372bfb81acc11bd37a9a5979ba18512b429acb9a
https://github.com/jenkinsci/jenkins/commit/372bfb81acc11bd37a9a5979ba18512b429acb9a
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M core/src/main/resources/lib/form/select/select.js
Log Message:
-----------
Fix select.options empty check
Commit: 9d8e1331421a7e4a79774d75cb760e7f6c36abf5
https://github.com/jenkinsci/jenkins/commit/9d8e1331421a7e4a79774d75cb760e7f6c36abf5
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M war/src/main/js/api/securityConfig.js
M war/src/main/js/pluginSetupWizardGui.js
Log Message:
-----------
Re-fix jshint errors
Commit: 4e805533da8a9b582eddb91a63f4308701157a35
https://github.com/jenkinsci/jenkins/commit/4e805533da8a9b582eddb91a63f4308701157a35
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M war/src/main/js/config-tabbar.js
A war/src/main/js/util/page.js
M war/src/main/js/widgets/config/tabbar.js
Log Message:
-----------
Refactor config-tabbar.js, extracting common bits to tabbar.js
This is in preparation for readding scrollspy
Commit: 0df47aae6215c1c391b98956bb440920ef2b0f74
https://github.com/jenkinsci/jenkins/commit/0df47aae6215c1c391b98956bb440920ef2b0f74
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M war/src/main/js/config-tabbar.js
M war/src/main/js/widgets/config/model/ConfigTableMetaData.js
Log Message:
-----------
Move button repositioning fire event for finder input onfocus
Commit: 0c09fac854422eafc8bff4b3f89608b1848a28c3
https://github.com/jenkinsci/jenkins/commit/0c09fac854422eafc8bff4b3f89608b1848a28c3
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M core/src/main/resources/hudson/model/Job/configure.jelly
M war/gulpfile.js
A war/src/main/js/config-scrollspy.js
Log Message:
-----------
Added config-scrollspy.js bundle
And changed Job config ti use it. It's really just regular tabs atm
Commit: 37da0412f305b06f10dc935020a8868d26a7eb5e
https://github.com/jenkinsci/jenkins/commit/37da0412f305b06f10dc935020a8868d26a7eb5e
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M war/src/main/js/widgets/config/model/ConfigTableMetaData.js
Log Message:
-----------
Rename ConfigTableMetaData.deactivateActiveSection to
ConfigTableMetaData.hideSection
Commit: 480fa6697ffa0370a0cff39d8129a0f0b19c7f2c
https://github.com/jenkinsci/jenkins/commit/480fa6697ffa0370a0cff39d8129a0f0b19c7f2c
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M war/src/main/js/widgets/config/model/ConfigSection.js
M war/src/main/js/widgets/config/model/ConfigTableMetaData.js
M war/src/main/js/widgets/config/tabbar.less
Log Message:
-----------
Tab section show/hide via CSS Vs JavaScript
This will allow us to apply different behaviour for scrollspy show/hide,
leaving the common JavaScript the same
Commit: 1d587a7eb712eb54441bf64abae3f29dc7d80f5c
https://github.com/jenkinsci/jenkins/commit/1d587a7eb712eb54441bf64abae3f29dc7d80f5c
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M core/src/main/resources/hudson/model/Job/configure.jelly
M war/gulpfile.js
A war/src/main/js/config-scrollspy.less
A war/src/main/js/config-tabbar.less
M war/src/main/js/widgets/config/tabbar.less
R war/src/main/js/widgets/jenkins-widgets.less
M war/src/main/js/widgets/layout-mixins.less
Log Message:
-----------
Tabbar & Scrollspy specific LESS files
Commit: 2b0b537f4b274b8f1eb61034166b6dd61b96616a
https://github.com/jenkinsci/jenkins/commit/2b0b537f4b274b8f1eb61034166b6dd61b96616a
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M core/src/main/resources/hudson/model/Job/configure.jelly
M war/src/main/js/config-scrollspy.js
M war/src/main/js/config-tabbar.js
M war/src/main/js/config-tabbar.less
M war/src/main/js/widgets/config/tabbar.less
M war/src/test/js/widgets/config/freestyle-config.html
Log Message:
-----------
Changed config table CSS class to "config-table"
It was "job-config".
Commit: 582b93e080f2aada98f4db1edfaa6ae5da3a2bb7
https://github.com/jenkinsci/jenkins/commit/582b93e080f2aada98f4db1edfaa6ae5da3a2bb7
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M war/src/main/js/config-tabbar.less
M war/src/main/js/widgets/config/model/ConfigTableMetaData.js
Log Message:
-----------
Added config-table-top-row class to the top level <tr>s in the config table
Commit: 28a7ceb1ea16423170cfc48b86423b45c2d3821c
https://github.com/jenkinsci/jenkins/commit/28a7ceb1ea16423170cfc48b86423b45c2d3821c
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M core/src/main/resources/hudson/model/Job/configure.jelly
M war/src/main/js/config-scrollspy.js
Log Message:
-----------
Enable scrollspy
Commit: b923686b5221d420e1af1f05ca5c46c57ffc410c
https://github.com/jenkinsci/jenkins/commit/b923686b5221d420e1af1f05ca5c46c57ffc410c
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M war/src/main/js/config-scrollspy.less
M war/src/main/js/widgets/config/model/ConfigSection.js
M war/src/main/js/widgets/config/tabbar.less
M war/src/main/js/widgets/form/form-mixins.less
M war/src/main/js/widgets/layout-mixins.less
M war/src/main/js/widgets/variables.less
Log Message:
-----------
Applying styles
Commit: 93383ab4548e10cf69fd2b463ae85c162b96becc
https://github.com/jenkinsci/jenkins/commit/93383ab4548e10cf69fd2b463ae85c162b96becc
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M war/src/main/js/widgets/config/tabbar.less
Log Message:
-----------
Fix Save/Apply All buttons
Commit: e0b88cd11257506abcf8e3f67591f43b4353d25a
https://github.com/jenkinsci/jenkins/commit/e0b88cd11257506abcf8e3f67591f43b4353d25a
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M war/src/main/webapp/css/style.css
Log Message:
-----------
behavior-loading styling
Commit: 2cc9853ad664fe0c73ab0643b891603529de5e72
https://github.com/jenkinsci/jenkins/commit/2cc9853ad664fe0c73ab0643b891603529de5e72
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M core/src/main/resources/hudson/model/Job/configure.jelly
M core/src/main/resources/lib/layout/layout.jelly
M war/src/main/webapp/css/style.css
Log Message:
-----------
Hide left panel and center main panel
Commit: 87de530beedcfe2d48b590bf9856d1d7e524ade8
https://github.com/jenkinsci/jenkins/commit/87de530beedcfe2d48b590bf9856d1d7e524ade8
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M war/src/main/js/util/page.js
M war/src/main/js/widgets/config/model/ConfigSection.js
M war/src/main/js/widgets/config/model/ConfigTableMetaData.js
Log Message:
-----------
Fix highlight text removal
Commit: 54adbaaf5f55bc7a144390de554c4a3689ec554d
https://github.com/jenkinsci/jenkins/commit/54adbaaf5f55bc7a144390de554c4a3689ec554d
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
A war/src/test/js/widgets/config/freestyle-config-tabbed.html
R war/src/test/js/widgets/config/freestyle-config.html
M war/src/test/js/widgets/config/tabbar-spec.js
Log Message:
-----------
Renaming tabbed config spec html file
Commit: 2c67036b834fa7569f1a2a993741f9284f581fa5
https://github.com/jenkinsci/jenkins/commit/2c67036b834fa7569f1a2a993741f9284f581fa5
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M war/src/main/js/config-tabbar.js
A war/src/main/js/util/behavior-shim.js
M war/src/main/js/util/localStorage.js
M war/src/main/js/widgets/config/tabbar.js
A war/src/test/js/widgets/config/freestyle-config-scrollspy.html
A war/src/test/js/widgets/config/mocks.js
M war/src/test/js/widgets/config/tabbar-spec.js
Log Message:
-----------
Tweaking tabbar-spec tests
Commit: cfab9441694d1099b755d8421f4e7fdc8c5f1de0
https://github.com/jenkinsci/jenkins/commit/cfab9441694d1099b755d8421f4e7fdc8c5f1de0
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M war/src/main/js/config-scrollspy.js
M war/src/main/js/util/page.js
M war/src/main/js/widgets/config/model/ConfigSection.js
M war/src/main/js/widgets/config/model/ConfigTableMetaData.js
M war/src/test/js/widgets/config/freestyle-config-scrollspy.html
A war/src/test/js/widgets/config/scrollspy-spec.js
M war/src/test/js/widgets/config/tabbar-spec.js
Log Message:
-----------
Fixing more scrollspy bugs + adding some tests
Commit: f540e30b7332834a894eef9f3b3c2b9bc690831a
https://github.com/jenkinsci/jenkins/commit/f540e30b7332834a894eef9f3b3c2b9bc690831a
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M war/src/main/js/widgets/config/model/ConfigSection.js
Log Message:
-----------
Fix rowGroupContainer undefined bug
Commit: 50ee9f28518975eca39f213a3ccacec2bf930e0b
https://github.com/jenkinsci/jenkins/commit/50ee9f28518975eca39f213a3ccacec2bf930e0b
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M war/src/main/js/config-scrollspy.less
Log Message:
-----------
Hide the finder widget for scrollspy
As requested by DanielB and Tyler
Commit: b33c316f5d1acec16e2f0d1e8d401eec4e61189a
https://github.com/jenkinsci/jenkins/commit/b33c316f5d1acec16e2f0d1e8d401eec4e61189a
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M war/src/main/js/widgets/config/model/ConfigSection.js
M war/src/main/js/widgets/config/tabbar.js
Log Message:
-----------
Hide tabs for invisible sections
Commit: 5b71018c78cfc0e537b68d81789731b8b0c3915d
https://github.com/jenkinsci/jenkins/commit/5b71018c78cfc0e537b68d81789731b8b0c3915d
Author: tfennelly <[email protected]>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M war/src/main/js/util/page.js
M war/src/main/js/widgets/config/tabbar.js
Log Message:
-----------
Replace Behaviour.specify with a homegrown jQuery alt
Behaviour.specify is randomly failing
Commit: ec68711644108f536a26d78271adc1d89a7d2597
https://github.com/jenkinsci/jenkins/commit/ec68711644108f536a26d78271adc1d89a7d2597
Author: tfennelly <[email protected]>
Date: 2016-03-17 (Thu, 17 Mar 2016)
Changed paths:
M war/src/main/js/config-scrollspy.js
M war/src/main/js/widgets/config/model/ConfigSection.js
M war/src/main/js/widgets/config/model/ConfigTableMetaData.js
Log Message:
-----------
Scan for missing sections and hide tabs if needed
Commit: 49d7823ba424dcb047bc49f729ee56f4e8f369df
https://github.com/jenkinsci/jenkins/commit/49d7823ba424dcb047bc49f729ee56f4e8f369df
Author: tfennelly <[email protected]>
Date: 2016-03-17 (Thu, 17 Mar 2016)
Changed paths:
M war/src/main/js/config-scrollspy.js
Log Message:
-----------
Ignore invisible/hidden sections in watchScroll
Commit: 49be7f37931e3edb550f532c36f047e37c49702e
https://github.com/jenkinsci/jenkins/commit/49be7f37931e3edb550f532c36f047e37c49702e
Author: tfennelly <[email protected]>
Date: 2016-03-17 (Thu, 17 Mar 2016)
Changed paths:
M war/src/main/js/config-scrollspy.js
M war/src/main/js/widgets/config/model/ConfigTableMetaData.js
M war/src/main/js/widgets/config/tabbar.js
Log Message:
-----------
Only track section visibility (and hide tabs) for scrollspy
Commit: dc82e1d297be04ef3cfec3cc18cbae74b8d5454c
https://github.com/jenkinsci/jenkins/commit/dc82e1d297be04ef3cfec3cc18cbae74b8d5454c
Author: tfennelly <[email protected]>
Date: 2016-03-17 (Thu, 17 Mar 2016)
Changed paths:
M war/src/main/js/widgets/config/model/ConfigTableMetaData.js
Log Message:
-----------
ConfigTableMetaData.trackSectionVisibility to now show (as well as hide)
activators for sections that appear
Commit: 1ca9f6e8d649be88adb364da5dc2533706a8bfa5
https://github.com/jenkinsci/jenkins/commit/1ca9f6e8d649be88adb364da5dc2533706a8bfa5
Author: tfennelly <[email protected]>
Date: 2016-03-18 (Fri, 18 Mar 2016)
Changed paths:
M war/src/main/js/config-scrollspy.js
Log Message:
-----------
Split watchScroll into 2 scroll listeners, one or auto tab activation and the
other for sticking the tabbar to the top of the window.
Commit: 07073f551ba44ece0d35598ca6890a24d0f93b94
https://github.com/jenkinsci/jenkins/commit/07073f551ba44ece0d35598ca6890a24d0f93b94
Author: tfennelly <[email protected]>
Date: 2016-03-18 (Fri, 18 Mar 2016)
Changed paths:
M war/src/main/js/widgets/config/tabbar.js
Log Message:
-----------
Applying @kzantow fix for the draggable sections regression
Thanks @kzantow and sorry for missing this!!
Commit: 904d9b170fbe135fb001fe049cf31eecefc42a6a
https://github.com/jenkinsci/jenkins/commit/904d9b170fbe135fb001fe049cf31eecefc42a6a
Author: Tom Fennelly <[email protected]>
Date: 2016-03-18 (Fri, 18 Mar 2016)
Changed paths:
M core/src/main/resources/hudson/model/Job/configure.jelly
M core/src/main/resources/lib/form/select/select.js
M core/src/main/resources/lib/layout/layout.jelly
M war/gulpfile.js
A war/src/main/js/config-scrollspy.js
A war/src/main/js/config-scrollspy.less
M war/src/main/js/config-tabbar.js
A war/src/main/js/config-tabbar.less
A war/src/main/js/util/behavior-shim.js
M war/src/main/js/util/localStorage.js
A war/src/main/js/util/page.js
M war/src/main/js/widgets/config/model/ConfigSection.js
M war/src/main/js/widgets/config/model/ConfigTableMetaData.js
M war/src/main/js/widgets/config/tabbar.js
M war/src/main/js/widgets/config/tabbar.less
M war/src/main/js/widgets/form/form-mixins.less
R war/src/main/js/widgets/jenkins-widgets.less
M war/src/main/js/widgets/layout-mixins.less
M war/src/main/webapp/css/style.css
A war/src/test/js/widgets/config/freestyle-config-scrollspy.html
A war/src/test/js/widgets/config/freestyle-config-tabbed.html
R war/src/test/js/widgets/config/freestyle-config.html
A war/src/test/js/widgets/config/mocks.js
A war/src/test/js/widgets/config/scrollspy-spec.js
M war/src/test/js/widgets/config/tabbar-spec.js
Log Message:
-----------
Merge pull request #2121 from tfennelly/JENKINS-33495
[JENKINS-33495 and JENKINS-33496] Separate scrollspy widget code out from tab
widget code
Compare:
https://github.com/jenkinsci/jenkins/compare/8c1f8cf64216...904d9b170fbe
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.