History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
943d89012cd2 | aubort | Merge with Stable Week 48 | Dec 5 2018 | |||
dd273da90839 | aubort | Merge with Stable Week 14 | Apr 13 2018 | |||
68b9580d4b45 | aubort | Add missing files | Jan 31 2018 | |||
e9831f34b01a | aubort | Merge with Stable Week 3 | Jan 31 2018 | |||
a7cdbd2c260b | aubort | Merge with Stable Week 45 | Nov 16 2017 | |||
50b3efadf191 | aubort | Merge with Stable Week 32 | Aug 14 2017 | |||
5a5fc917ce26 | aubort | Merge with Stable Week 17 | May 2 2017 | |||
81494451f9be | Joshua Spence | Minor fix presumably identified by PHPStan | Feb 28 2017 | |||
5e14a5b17809 | Jakub Vrana/vrana | Fix errors found by PHPStan | Feb 18 2017 | |||
213c7339ccd3 | epriestley | When resolving a relative date, only ignore the viewer timezone if the date has… | Dec 2 2016 | |||
de65ac554ca3 | Wenzheng Jiang/epriestley | Let PhutilTypeLexer support qualified names | Dec 1 2016 | |||
9128fb722671 | epriestley | Fix an issue where all-day events had durations applied incorrectly | Nov 28 2016 | |||
22305aa53e49 | epriestley | Translate windows timezones into Timezone DB timezones using the CLDR map | Nov 16 2016 | |||
0fc47e92f9fc | epriestley | Fix an issue where All Day events could return a DateTime with the wrong… | Nov 16 2016 | |||
57ee1d81e7aa | epriestley | When importing ICS files, map "W. Europe Standard Time" to "Europe/Berlin" | Nov 15 2016 | |||
77c4e8b7c77e | epriestley | When converting an absolute datetime to an absolute datetime, just clone it | Nov 7 2016 | |||
829553c1da82 | epriestley | In Calendar ICS imports, parse "Etc/GMT" as "UTC" | Nov 7 2016 | |||
e409df2720c2 | epriestley | When we encounter a fanciful timezone identifier, try to guess what it might… | Nov 5 2016 | |||
2b7b1007bf87 | epriestley | Add some stricter casts to PhutilCalendarAbsoluteDateTime serialization | Nov 1 2016 | |||
f62a265bad60 | epriestley | Fix an issue importing instantaneous events | Oct 29 2016 | |||
daeaed6bfbc3 | epriestley | Parse (and discard) VALARM sections in ICS files | Oct 27 2016 | |||
ef96bb56fc2b | epriestley | When importing ICS events, also import attendees | Oct 27 2016 | |||
6d6308803540 | epriestley | Fix import casts for RRULE "INTERVAL" and "COUNT" properties | Oct 25 2016 | |||
f275bb3a363d | epriestley | Fix some minor parsing bugs in ICS parser | Oct 19 2016 | |||
6db57365a28b | epriestley | Import RRULEs when parsing Calendar events | Oct 18 2016 | |||
72a4c65ec945 | epriestley | Fix some libphutil Calendar document bugs | Oct 13 2016 | |||
48fb6fac0232 | epriestley | Add support for exporting RECURRENCE-ID in ICS events | Oct 6 2016 | |||
5a9e3ef1bfe0 | epriestley | Allow DateTime objects to be serialized and deserialized | Oct 6 2016 | |||
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 |
c4science · Help