History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
65eed1be889e | epriestley | Support RRULE export in ICS from libphutil | Oct 6 2016 | |||
4b12a4f7a31a | epriestley | Implement RRULE FREQ=WEEKLY tests and BYSETPOS with WEEKLY | Sep 30 2016 | |||
68bb2c62181d | epriestley | Implement RFC5545 WEEKLY RRULE tests | Sep 30 2016 | |||
9bf1784ca265 | epriestley | Add most RFC5545 tests for RRULEs | Sep 30 2016 | |||
b077cfaf1b07 | epriestley | Add SECONDLY tests to RRULE code | Sep 30 2016 | |||
1024f03f68e8 | epriestley | Support BYSETPOS for RRULE events with FREQ=MINUTELY | Sep 30 2016 | |||
49f472ab8578 | epriestley | Support BYSETPOS for RRULE events with FREQ=HOURLY | Sep 30 2016 | |||
91cf945a2bdf | epriestley | Fix a TERRIBLE RRULE issue with INTERVAL interacting with ALL OTHER RULES and… | Sep 30 2016 | |||
f6424183c50e | epriestley | Add RRULE support for SETPOS with FREQ=DAILY | Sep 29 2016 | |||
83e9aaa17832 | epriestley | Fix an RRULE bug with day cursors and skipped months | Sep 29 2016 | |||
1a5bbe5971cc | epriestley | Implement BYSETPOS for YEARLY and MONTHLY RRULES | Sep 28 2016 | |||
16cb15ae0c22 | epriestley | Add many working RRULE test cases | Sep 28 2016 | |||
50db12901a84 | epriestley | Fix an RRULE bug with MONTHLY INTERVALs larger than 12 | Sep 28 2016 | |||
90b5670cd5e0 | epriestley | Implement RRULE support for BYDAY with relative offsets ("FREQ=YEARLY;BYDAY=… | Sep 28 2016 | |||
4e9a2288f527 | epriestley | Add some working RRULE unit tests | Sep 28 2016 | |||
9a923abf4e49 | epriestley | Fix an RRULE issue with all-day events expanded by BYHOUR or high-frequency… | Sep 28 2016 | |||
51a1ac172a35 | epriestley | Fix RRULE bugs with week numbers for leading and trailing partial weeks | Sep 28 2016 | |||
9db0dd4fe2fd | epriestley | Fix some RRULE bugs with BYWEEKNO | Sep 28 2016 | |||
a84b6f73a7dd | epriestley | Fix two RRULE bugs with YEARDAY | Sep 28 2016 | |||
a1254d047a55 | epriestley | Fix a RRULE issue with BYDAY and similar constraints in noninitial months | Sep 28 2016 | |||
03ca6a391f8e | epriestley | Fix a remaining `cursorYear` instead of `stateYear` | Sep 28 2016 | |||
4f0b4899b570 | epriestley | Fix an RRULE issue where BYMONTHDAY did not properly expand the month set | Sep 28 2016 | |||
e7ff546372db | epriestley | Fix an RRULE issue with month days at the end of the month | Sep 28 2016 | |||
5e5ae77b462b | epriestley | Validate various RRULE components and simplify logic slightly | Sep 28 2016 | |||
103f13c03f38 | epriestley | Rough cut of implementing some of RRULE behaviors | Sep 27 2016 | |||
1a0371a2247a | epriestley | Add initial support for complex recurring events | Sep 24 2016 | |||
fa6519f4cea1 | epriestley | Add "ORGANIZER" and "ATTENDEE" sections to ICS writer | Sep 15 2016 | |||
b398e48a8fc7 | epriestley | Support more ICS parameters and properties | Sep 15 2016 | |||
7c1fc80a54f0 | epriestley | Write basic ICS files from Phutil intermediate objects | Sep 15 2016 | |||
f241706ade25 | epriestley | Parse ICS datetimes and durations | Sep 14 2016 | |||
f8af794b2135 | epriestley | Make error handling for ICS parsing more robust | Sep 12 2016 | |||
0107c187b6d8 | epriestley | Add a very basic ICS syntax parser | Sep 9 2016 | |||
237549280f08 | Joshua Spence | Improve parsing of docblock specials | Aug 23 2016 | |||
d0daa2b343e4 | epriestley | Move command spelling correction to libphutil | Jul 27 2016 | |||
e9e79fd8d7f5 | epriestley | Disambiguate "host.com:123" as a port, not a relative path | Jun 28 2016 | |||
51c179b4c000 | Richard van Velzen | Support class const dereferencing in xhpast | Jun 17 2016 | |||
a815d2d850b8 | epriestley | Don't detect long sentences which happen to have a colon in them as Git URIs | Jun 13 2016 | |||
8bb124c37de3 | epriestley | Merge PhutilGitURI into PhutilURI | Jun 13 2016 | |||
4a2238fc8605 | epriestley | Escape forward slashes in URI usernames/passwords properly | Jun 2 2016 | |||
bd56873ae4c0 | Richard van Velzen | Correctly detect new version of xhpast build | May 19 2016 | |||
4b75e0c34e52 | Richard van Velzen | Add coalesce and spaceship operators to xhpast | May 19 2016 | |||
47fb41229851 | epriestley | Write a simple parser to mangle `pygmentize` output to use email-friendly style… | May 5 2016 | |||
0709cd5cfc26 | Richard van Velzen | Add unpack support to xhpast | May 2 2016 | |||
f27bc7f9ca83 | epriestley | Regnerate XHPAST with Bison 3.0.4 | Apr 29 2016 | |||
b20064a108f7 | Richard van Velzen | Add basic support for return type hints to xhpast | Apr 29 2016 | |||
5f573d2b7f27 | Richard van Velzen | Correctly support try..catch..finally in xhpast | Mar 17 2016 | |||
d20d6e725037 | epriestley | Fix an issue with highlighting PHP snippets with leading whitespace using XHPAST | Mar 13 2016 | |||
62f63fc614a1 | Evan Priestley/epriestley | Allow things to figure out if `--trace` was passed | Mar 7 2016 | |||
6ef9295e388d | epriestley | Declare tokenCache on AASTNode | Feb 27 2016 | |||
d6744fb71561 | epriestley | Implement `bin/aws-s3 get ...` and a basic S3 client API | Jan 10 2016 | |||
9380454298b0 | Joshua Spence | Remove `asp_tags` from XHPAST | Dec 7 2015 | |||
0b37f385b8cd | epriestley | Fix build for a test case with no test data. | Dec 5 2015 | |||
a8143ced646d | Joshua Spence | Remove `short_tags` option from XHPAST | Dec 2 2015 | |||
6eff51516b3b | Joshua Spence | Remove some unused variables and functions from XHPAST | Dec 2 2015 | |||
cde5e8a0fbb2 | Joshua Spence | Add a test case for `YYINITDEPTH` | Dec 2 2015 | |||
33b1620656f7 | Joshua Spence | Revert "Don't set `YYINITDEPTH`" | Dec 2 2015 | |||
7fb2bbebd4b3 | Joshua Spence | Don't set `YYINITDEPTH` | Dec 1 2015 | |||
f0881b37049c | Joshua Spence | Fix an issue with parsing `n_USE_LIST` | Nov 25 2015 | |||
e8eaafe04d64 | Joshua Spence | Improve parsing of `use` statements | Nov 19 2015 | |||
44113cfd0db1 | Joshua Spence | Add an `XHPAST::getNamespace()` method | Nov 19 2015 | |||
12167cf6fb23 | Joshua Spence | Improve test data format for XHPAST unit tests | Nov 18 2015 | |||
67f26422b91a | Joshua Spence | Use setters instead of public properties | Nov 18 2015 | |||
23edd1b1f443 | Joshua Spence | Add previous and next sibling pointers to `AASTNode` | Nov 17 2015 | |||
7124fef0f0d0 | Joshua Spence | Improve parsing of namespaces | Nov 17 2015 | |||
69b641e4c6f2 | Joshua Spence | Various translation improvements | Nov 2 2015 | |||
7f4daf71c480 | Joshua Spence/joshuaspence | Allow XHPAST to be built without flex and bison | Nov 2 2015 | |||
d5b4421792e5 | Michael Krasnow | Remove Exception typehint to fix T9637 | Oct 26 2015 | |||
aee76238d694 | epriestley | Produce correct query strings from PhutilUri regardless of ini settings | Oct 14 2015 | |||
6d1072d17f90 | epriestley | Fix an issue where we infer the wrong type of a vector which mixes scalar types | Oct 14 2015 | |||
dc0626970a6d | Joshua Spence | Don't eat whitespace after T_OPEN_TAG | Aug 30 2015 | |||
9c64e4ee00a6 | Joshua Spence/Joshua Spence | Add a `getLineNumber()` method to `AASTToken` | Aug 27 2015 | |||
33975b2bc75c | Joshua Spence/Joshua Spence | Create operator nodes in ternary expressions | Aug 27 2015 | |||
7ad7f2e43b3f | Joshua Spence/Joshua Spence | Add XHPAST test for nested quotes | Aug 27 2015 | |||
6e8db556dbb9 | Joshua Spence | Make XHPAST scanner non-interactive | Aug 25 2015 | |||
04f31e16d0b5 | Joshua Spence/Joshua Spence | Remove some unused fields from yy_extra_type | Aug 23 2015 | |||
76966a6f6b3e | Joshua Spence/Joshua Spence | Remove flex and bison debug flags | Aug 23 2015 | |||
e276f31b7117 | Joshua Spence | Use semantic versioning for XHPAST | Aug 22 2015 | |||
c76b692447af | Joshua Spence | Micro-optimization for linting performance | Aug 12 2015 | |||
6c0118085afd | Joshua Spence | Various linter fixes | Aug 11 2015 | |||
d052c489a283 | Joshua Spence | Include parentheses in n_ARRAY_VALUE_LIST node | Aug 11 2015 | |||
e020e10ffa03 | Joshua Spence | Add a method to query whether an AASTNode is a descendent of another node | Aug 10 2015 | |||
b8420e193467 | epriestley | Add encodeAsList to PhutilJSON and make formatting prettier | Aug 4 2015 | |||
112843f63e35 | Joshua Spence | Initialize a class property | Jul 6 2015 | |||
ea6830cc8019 | Aviv Eyal/epriestley | show key name when map value is of wrong type | Jun 26 2015 | |||
3ff84448a916 | Joshua Spence | Extend from Phobject | Jun 15 2015 | |||
88f6ecedbd45 | Joshua Spence | Remove "@stable" annotations | Jun 14 2015 | |||
92882eb9404d | Joshua Spence | Mark some strings for translation | Jun 8 2015 | |||
afc05a9a7f00 | Joshua Spence | Linter fixes | Jun 2 2015 | |||
9a21607bf50b | Joshua Spence | Revert "Don't consider strings with variables to be static" | Jun 2 2015 | |||
a9e581f6488f | Joshua Spence | Don't consider strings with variables to be static | May 31 2015 | |||
72ea80ff1468 | Joshua Spence | Add some class constants to PhutilEditorConfig | May 20 2015 | |||
cf22ba3c303e | Joshua Spence | Rename XHPAST build script | May 20 2015 | |||
928eb14b02a5 | Joshua Spence | Fix failing XHPAST unit tests | May 19 2015 | |||
797a903e2a42 | Joshua Spence | Add an `.editorconfig` parser | May 18 2015 | |||
3579382a847a | Joshua Spence | Add some more translation strings | May 18 2015 | |||
f06c0b71f369 | Joshua Spence | Add PhutilInvalidStateException class | May 13 2015 | |||
211230ced9ca | Joshua Spence | Use `__CLASS__` instead of hardcoding class names | May 13 2015 | |||
13899e4637d3 | Joshua Spence | `pht` all the things | May 12 2015 | |||
040d1599fe01 | Joshua Spence | Use phutil_json_decode instead of json_decode | May 4 2015 | |||
20d43107280d | Joshua Spence | Change XHProf output format | Apr 23 2015 |
c4science · Help