Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: d1cd03f48103f5624790b15335eaf6ac04fdb6ad
https://github.com/jenkinsci/jenkins/commit/d1cd03f48103f5624790b15335eaf6ac04fdb6ad
Author: Félix Queiruga <[email protected]>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
M core/src/main/resources/hudson/model/Job/configure.jelly
M core/src/main/resources/lib/form/apply.jelly
M core/src/main/resources/lib/form/submit.jelly
M core/src/main/resources/lib/layout/layout.jelly
M war/src/main/js/widgets/config/tabbar.less
M war/src/main/less/abstracts/colors.less
M war/src/main/less/base-styles-v2.less
M war/src/main/less/base/style.less
A war/src/main/less/modules/buttons.less
Log Message:
-----------
Restyles the buttons
- Disables default YahooUI button styles
- Use YUI classes for backwards compatibility:
- <span class="yui-button"><button>Button element</button>
- Styles are applied by default for the following input types:
- <input type="[button | reset | submit]" />
- Add a large button variant
- The variant is set adding the .large-button class
- f:apply and f:submit jelly templates now have a isLarge property that
allows toggling large buttons on
- Job configuration has large buttons
Commit: fea94523c9f31440d651ceecceae97d2556cd2ef
https://github.com/jenkinsci/jenkins/commit/fea94523c9f31440d651ceecceae97d2556cd2ef
Author: Félix Queiruga <[email protected]>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
M war/src/main/less/modules/buttons.less
Log Message:
-----------
Adds styles for hyperlinks as buttons
Commit: 9ee43ffbf17d0927615df973bbd2ff31fc9c1648
https://github.com/jenkinsci/jenkins/commit/9ee43ffbf17d0927615df973bbd2ff31fc9c1648
Author: Félix Queiruga <[email protected]>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
M war/src/main/less/modules/buttons.less
Log Message:
-----------
Adds styles for icons within buttons
Commit: 1073054cd825e0c5da68fd6d7354418c8ef0d197
https://github.com/jenkinsci/jenkins/commit/1073054cd825e0c5da68fd6d7354418c8ef0d197
Author: Félix Queiruga <[email protected]>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
M core/src/main/resources/lib/layout/copyButton/copyButton.css
M war/src/main/js/widgets/config/tabbar.less
M war/src/main/less/abstracts/colors.less
M war/src/main/less/modules/buttons.less
Log Message:
-----------
Add icon buttons and update button styles
Commit: e66df30681cddf6d6511e89a4a2c8d63833d8d67
https://github.com/jenkinsci/jenkins/commit/e66df30681cddf6d6511e89a4a2c8d63833d8d67
Author: Félix Queiruga <[email protected]>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
M core/src/main/resources/hudson/PluginManager/check.jelly
Log Message:
-----------
Fix: removed button nested within an anchor link
- Now that the anchor tags with a .yui-button class are styled like buttons, it
is unnecessary to add a button within.
Commit: f2d0506802ad0adc4f0844677d868852c56f29e3
https://github.com/jenkinsci/jenkins/commit/f2d0506802ad0adc4f0844677d868852c56f29e3
Author: Félix Queiruga <[email protected]>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
M core/src/main/resources/hudson/model/Job/configure.jelly
M core/src/main/resources/lib/form/apply.jelly
M core/src/main/resources/lib/form/submit.jelly
Log Message:
-----------
Rename jelly attribute isLarge to large
Co-Authored-By: Tim Jacomb <[email protected]>
Commit: eac78f772fde22f0d8445571d2b85c41087df8d4
https://github.com/jenkinsci/jenkins/commit/eac78f772fde22f0d8445571d2b85c41087df8d4
Author: Félix Queiruga <[email protected]>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
M core/src/main/resources/lib/form/advanced.jelly
Log Message:
-----------
Fix alignment of the notepad icon on the advanced.jelly
Commit: 8fdd7de2e13c994fd5a460babdf4a38df8d559ce
https://github.com/jenkinsci/jenkins/commit/8fdd7de2e13c994fd5a460babdf4a38df8d559ce
Author: Félix Queiruga <[email protected]>
Date: 2020-04-16 (Thu, 16 Apr 2020)
Changed paths:
M test/src/test/java/hudson/PluginManagerCheckUpdateCenterTest.java
Log Message:
-----------
Fix broken test due to changes on check.jelly
- e66df30681cddf6d6511e89a4a2c8d63833d8d67 broke this test when removing the
button nested within the anchor
Commit: 49a9a325822ee91ec4f4c8af60ba656bc27042a9
https://github.com/jenkinsci/jenkins/commit/49a9a325822ee91ec4f4c8af60ba656bc27042a9
Author: Félix Queiruga <[email protected]>
Date: 2020-04-16 (Thu, 16 Apr 2020)
Changed paths:
M core/src/main/resources/hudson/model/ListView/newJobButtonBar.jelly
M core/src/main/resources/hudson/model/View/newJobButtonBar.jelly
M war/src/main/js/widgets/add/addform.less
Log Message:
-----------
Use normal button styles on the New Item page
Commit: 297f4b2e4883daf3f800b332036ff7fe01ab695a
https://github.com/jenkinsci/jenkins/commit/297f4b2e4883daf3f800b332036ff7fe01ab695a
Author: Tim Jacomb <[email protected]>
Date: 2020-04-18 (Sat, 18 Apr 2020)
Changed paths:
M core/src/main/resources/hudson/PluginManager/check.jelly
M core/src/main/resources/hudson/model/Job/configure.jelly
M core/src/main/resources/hudson/model/ListView/newJobButtonBar.jelly
M core/src/main/resources/hudson/model/View/newJobButtonBar.jelly
M core/src/main/resources/lib/form/advanced.jelly
M core/src/main/resources/lib/form/apply.jelly
M core/src/main/resources/lib/form/submit.jelly
M core/src/main/resources/lib/layout/copyButton/copyButton.css
M core/src/main/resources/lib/layout/layout.jelly
M test/src/test/java/hudson/PluginManagerCheckUpdateCenterTest.java
M war/src/main/js/widgets/add/addform.less
M war/src/main/js/widgets/config/tabbar.less
M war/src/main/less/abstracts/colors.less
M war/src/main/less/base-styles-v2.less
M war/src/main/less/base/style.less
A war/src/main/less/modules/buttons.less
Log Message:
-----------
Merge pull request #4658 from fqueiruga/jenkins-61840_restyle-buttons
[JENKINS-61840] Restyle buttons
Compare:
https://github.com/jenkinsci/jenkins/compare/d32adb9efcfd...297f4b2e4883
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/d32adb-297f4b%40github.com.