Uh oh!
There was an error while loading. Please reload this page.
Add more checks - #611
Merged
Merged
Conversation
| allowClear: false, | ||
| multiple: false, | ||
| placeholder: t('workflowengine', 'Select tag…'), | ||
| query: _.debounce(function(query) { |
Member
|
nickvergessenforce-pushed
the
add-more-checks
branch
from
July 28, 2016 11:21
9a5642a to
008ebd6Compare11 tasks
nickvergessenforce-pushed
the
add-more-checks
branch
from
July 28, 2016 13:10
008ebd6 to
4140aeaCompare| return; | ||
| } | ||
| var placeholder = '["10:00 Europe\\/Berlin","16:00 Europe\\/Berlin"]'; // FIXME need a time picker JS plugin |
MemberAuthor
There was a problem hiding this comment.
@MorrisJobke can you help with this maybe? I really suck at such stuff.
nickvergessen
commented
Jul 28, 2016
MemberAuthor
Pushed again, fixed the exception for missing tag input |
MorrisJobke
commented
Jul 28, 2016
Member
I will push my local stuff tomorrow. |
| </IfModule> | ||
| #### DO NOT CHANGE ANYTHING ABOVE THIS LINE #### | ||
| ErrorDocument 403 /server/core/templates/403.php |
MorrisJobkeforce-pushed
the
add-more-checks
branch
from
July 29, 2016 08:44
f138b3c to
67eb894Compare| class RequestTime implements ICheck { | ||
| const REGEX_TIME = '([0-1][0-9]|2[0-3]):([0-5][0-9])'; | ||
| const REGEX_TIMEZONE = '([a-zA-Z]+(?:\\\\\\/[a-zA-Z\-\_]+)+)'; |
Member
There was a problem hiding this comment.
🙈 Just let DateTime parse the time stamp and then handle the exceptions that are thrown. This one here is so error prone.
Member
There was a problem hiding this comment.
Normal slashes aren't escaped in JSON BTW ;)
nickvergessenforce-pushed
the
add-more-checks
branch
from
August 1, 2016 15:57
b8f47ae to
6aa5d67Comparenickvergessen
commented
Aug 1, 2016
MemberAuthor
Ready to review @MorrisJobke@schiessle |
| class RequestTime extends Controller { | ||
| /** | ||
| * @NoCSRFRequired |
MorrisJobke
commented
Aug 2, 2016
Member
Works 👍 |
nickvergessen
commented
Aug 3, 2016
MemberAuthor
Counting the resolved comments from Lukas as +1 |
2 tasks
GitHubUser4234 pushed a commit
to GitHubUser4234/server
that referenced
this pull request
Aug 30, 2016
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Todo
Fix#617
Fix#576