This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Date select filter #7277
Merged
weierophinney
merged 17 commits into
zendframework:develop
from
carnage:date-select-filter
Mar 10, 2015
+431
−48
Merged
Date select filter #7277
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
e07b1dc
Added date select filter and updated element to use it
carnage ad05eff
Added date time select filter and updated element to use it
carnage 33dcab6
Added new filters to filter manager
carnage d5f908f
Added licence
carnage c058cef
Abstracted date select filter logic to reuse for month select
carnage 0a8fb4c
Added unit test for month select filter
carnage 498110e
Added month select filter to manager and element
carnage a13a946
Updated doc blocks
carnage d89668b
Added tests for invalid input values
carnage 2627496
Added code to throw exception if filtering of an input is impossible
carnage 29e803d
CS changes
carnage d1794c8
CS fixes
carnage 9394c20
Fixes indentation
carnage 72d4ffc
2014->2015
carnage bf30520
2014->2015
carnage 7d81d2d
2014->2015
carnage 66b72fc
2014->2015
carnage File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added licence
- release-3.0.0
- release-2.5.3
- release-2.5.2
- release-2.5.1
- release-2.5.0
- release-2.4.13
- release-2.4.12
- release-2.4.11
- release-2.4.10
- release-2.4.9
- release-2.4.8
- release-2.4.7
- release-2.4.6
- release-2.4.5
- release-2.4.4
- release-2.4.3
- release-2.4.2
- release-2.4.1
- release-2.4.0
- release-2.4.0rc7
- release-2.4.0rc6
- release-2.4.0rc5
- release-2.4.0rc4
- release-2.4.0rc3
- release-2.4.0rc2
- release-2.4.0rc1
commit d5f908f62198ad2a622caaac4c15a7fdb8a2e4c7
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
<?php | ||
/** | ||
* Zend Framework (http://framework.zend.com/) | ||
* | ||
* @link http://github.com/zendframework/zf2 for the canonical source repository | ||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 2005-2015 |
||
* @license http://framework.zend.com/license/new-bsd New BSD License | ||
*/ | ||
|
||
namespace Zend\Filter; | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2005-2015