Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
139feac
Makes the mnue look more like datepicker
benjamin-albert Nov 20, 2015
8bcce73
Fixed an issue with inline menus's width
benjamin-albert Nov 21, 2015
5373cb0
Merge branch 'master' into 3.0_prototype
benjamin-albert Nov 26, 2015
30d3273
Create .travis.yml
benjamin-albert Nov 27, 2015
14dfe2f
Update package.json for Travis CI
benjamin-albert Nov 27, 2015
a0f7622
Updated Node.js in .travis.yml
benjamin-albert Nov 27, 2015
0f73c87
Merge remote-tracking branch 'origin/3.0_prototype' into 3.0_prototype
benjamin-albert Nov 27, 2015
dbe9a7b
Added Travis CI and built with grunt badges to README
benjamin-albert Nov 27, 2015
1a7d29e
Makes the next and previous buttons have a transparent background
benjamin-albert Dec 5, 2015
e1fa4b8
Removes the width:60px rule from .month-year-input
benjamin-albert Dec 5, 2015
18a40a2
Adds themes test page (test/themes.html)
benjamin-albert Dec 6, 2015
cc8ded2
Merge remote-tracking branch 'kidsysco/master' into 3.0_prototype
benjamin-albert Dec 18, 2015
fc99cc4
Turns the year title into a button that fades in the text
benjamin-albert Dec 18, 2015
1f67723
Version bump in README.md
benjamin-albert Dec 18, 2015
b178132
Makes jump years button update it's text when the year changes
benjamin-albert Dec 19, 2015
46dd482
Renames classes and properties to reflect the new jump
benjamin-albert Dec 19, 2015
e314ddb
Ajusts the Start Year Option Tests to the new jump years button
benjamin-albert Dec 19, 2015
dcbb730
Ajusts Events and context + year buttons are disabled tests
benjamin-albert Dec 19, 2015
22b94c8
Ajusts the rest of the tests to the new jump years button structure
benjamin-albert Dec 19, 2015
6224289
Extracts the new jump years button code into its own function
benjamin-albert Dec 19, 2015
3dc868a
Makes moving forward and backwards through the years jump 12 year
benjamin-albert Dec 19, 2015
14dd334
Fixes an issue that prevented test from passing in IE.
benjamin-albert Dec 20, 2015
f013d7f
IE 8 support: Replaces use of .indexOf() with $.inArray()
benjamin-albert Dec 20, 2015
02440bc
Merge branch 'master' into 3.0_prototype
benjamin-albert Jan 1, 2016
5bfcc70
Makes the jump years button turn into Back to 2016
benjamin-albert Jan 2, 2016
7b5305f
Makes sure the Jump Years label won't show if the user clicks
benjamin-albert Jan 2, 2016
b429653
Merge branch 'master' into 3.0_prototype + bump to alpha6
Jan 5, 2016
236da1a
Adds MonthPicker.css to the main files in bower.json
Jan 6, 2016
832b111
Merge branch 'master' into 3.0_prototype
Jan 6, 2016
a119ac2
Improves CSS layout and adds comments.
Jan 12, 2016
124ec3b
Bumps version to 3.0-beta1
Jan 12, 2016
70f724e
Renames next/prev5Years i18n properties to next/prev12Years and
Jan 12, 2016
a3bbb04
Adds MonthPickerButton and makes all buttons in the header use it
Jan 12, 2016
079649d
Makes MonthPickerButton a private widget named _headerButton
Jan 12, 2016
fca9ef3
Fixes rare memory leak + renames _event() argument
Jan 13, 2016
5d63578
Merge branch 'master' into 3.0_progress
Jan 13, 2016
df3eb04
Makes the Title buttons test use an existing
Jan 13, 2016
a5b18e5
Adds the Back to 2015 button test
Jan 14, 2016
4fd4eff
Ajusts RTL support for the new designs CSS
Jan 14, 2016
116d71d
Makes the month buttons margin use em instead of px
Jan 14, 2016
7a7bd71
Adds the _applyButtonHint function
Jan 14, 2016
af6dee7
Removes _headerButton
Jan 14, 2016
b182dbf
Disables user selection on the year table (header)
Jan 14, 2016
be0aea4
Restores the jump years hint if the user closed the menu
Jan 14, 2016
3cbb69f
Adds comments to the _applyButtonHint function
Jan 14, 2016
2363473
Removes unnecessary margin from the year table buttons
benjamin-albert Jan 15, 2016
69fec96
Makes grunt produce a minified CSS file
benjamin-albert Jan 15, 2016
89d7225
Reduces the font size of the jump years button
benjamin-albert Jan 15, 2016
81db6f0
Adds the i18n button test
benjamin-albert Jan 16, 2016
7589c32
Gives new class names to <td>s in the month-picker-year-table
benjamin-albert Jan 16, 2016
c4ce4d6
Renames _jumpYearsButton to _titleButton
Jan 19, 2016
19fe092
Adds the 3.x Upgrade Guide
Jan 19, 2016
90e3d2c
Adds a link to the 3.0 Upgrade Guide to README.md
Jan 19, 2016
e1fc323
Runs grunt
benjamin-albert Jan 19, 2016
cb168bb
Adds notice about removing the width: 60px; rule
benjamin-albert Jan 19, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Makes grunt produce a minified CSS file
  • Loading branch information
benjamin-albert committed Jan 15, 2016
commit 69fec96f31c61bd14b1e2af78d129de1c3b16d6b
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ for date validation, setting the start year, using an icon button, input masking
</ul>

<h2>Installation</h2>
<p>Attach all required css and js files to the web page as follows...</p>
<p>Attach all required CSS and JS files to the web page as follows...</p>
<pre>
&lt;link href="http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css" media="all" rel="stylesheet" type="text/css" />
&lt;link href="css/MonthPicker.css" media="all" rel="stylesheet" type="text/css" />
&lt;link href="css/MonthPicker.min.css" media="all" rel="stylesheet" type="text/css" />

&lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript">&lt;/script>
&lt;script src="http://code.jquery.com/ui/1.10.2/jquery-ui.js" type="text/javascript">&lt;/script>
Expand Down
1 change: 1 addition & 0 deletions css/MonthPicker.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,26 @@ module.exports = function (grunt) {
qunit: {
all: ['test/test.html']
},

uglify: {
production: {
files: {
'MonthPicker.min.js': 'MonthPicker.js'
}
},

demo: {
files: {
'demo/Demo.min.js': ['test/jquery.maskedinput.min.js', 'MonthPicker.js']
}
}
},

cssmin: {
demo: {
files: {
'demo/Demo.min.css': ['css/MonthPicker.css', 'test/test.css']
'demo/Demo.min.css': ['css/MonthPicker.css', 'test/test.css'],
'css/MonthPicker.min.css': ['css/MonthPicker.css']
}
}
}
Expand All @@ -37,4 +38,4 @@ module.exports = function (grunt) {

grunt.registerTask('default', ['qunit', 'uglify', 'cssmin']);
grunt.registerTask('test', ['qunit']);
};
};