Skip to content

Calendar WIP #1281

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

Closed
wants to merge 94 commits into from
Closed

Calendar WIP #1281

wants to merge 94 commits into from

Conversation

scottgonzalez
Copy link
Member

This replaces #1260, but was itself replaced by #1316.

I rebased and cleaned up the history for the datepicker branch and then did the same for #1260. However, I was only able to do minor cleanup in this branch because the first commit causes several test failures and I wanted to be able to comment on stuff before I started making major changes to the history. Especially since it's not as easy to clean up as the datepicker branch.

fnagel added 30 commits July 9, 2014 15:38
Change status caching, fix existing value related methods, introduce
$.date construction with date object, add selected getter
Add calendar widget by copying and renaming datepicker widget files
Add a basic _isValid method for both widgets to check for valid dates.
The method should return the actual date object instead of the copied $.date
object
Add min and max option by extending _isValid method and improving render day
cell mechanism
Simplify calendar generation, use CSS instead of inline styles, fix
destroy method
Simplify calendar generation, remove unneeded inline styles
Fix unit tests after changing HTML structure, remove unneeded tests, adjust
CSS selectors to match new widget structure
Remove shortcut for closing the calendar and erasing the date (CTRL+END)
Use HTML5 date format for reading min and max attributes from input element.
Remove now unneeded helper method for parsing date strings.
@fnagel
Copy link
Member

fnagel commented Aug 16, 2014

Hey @scottgonzalez and @jzaefferer,

please check out: #1316

@fnagel
Copy link
Member

fnagel commented Aug 20, 2014

Sorry, linked the wrong name. @scottgonzalez did you notice the new PR?

@fnagel fnagel closed this Oct 22, 2014
@fnagel fnagel deleted the calendar-wip branch August 25, 2015 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants