Merged
Conversation
| allowClear: false, | ||
| multiple: false, | ||
| placeholder: t('workflowengine', 'Select tag…'), | ||
| query: _.debounce(function(query) { |
Member
|
9a5642a to
008ebd6
Compare
11 tasks
008ebd6 to
4140aea
Compare
| return; | ||
| } | ||
|
|
||
| var placeholder = '["10:00 Europe\\/Berlin","16:00 Europe\\/Berlin"]'; // FIXME need a time picker JS plugin |
Member
Author
There was a problem hiding this comment.
@MorrisJobke can you help with this maybe? I really suck at such stuff.
Member
Author
|
Pushed again, fixed the exception for missing tag input |
Member
|
I will push my local stuff tomorrow. |
.htaccess
Outdated
| </IfModule> | ||
| #### DO NOT CHANGE ANYTHING ABOVE THIS LINE #### | ||
|
|
||
| ErrorDocument 403 /server/core/templates/403.php |
f138b3c to
67eb894
Compare
| 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 ;)
b8f47ae to
6aa5d67
Compare
Member
Author
|
Ready to review @MorrisJobke @schiessle |
| class RequestTime extends Controller { | ||
|
|
||
| /** | ||
| * @NoCSRFRequired |
Member
|
Works 👍 |
Member
Author
|
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
Add more checks
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 free
to 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