[DRAFT] Ref T8895. Makes a reasonable attempt at:
- Project Support
- Timeline / History
- Better Search
- Better ObjectItemLists
Differential D13660
Moderize Countdown chad on Jul 20 2015, 6:24 AM. Authored by Tags None Referenced Files
Subscribers
Details
[DRAFT] Ref T8895. Makes a reasonable attempt at:
Needs better testing (I'm sleepy)
Diff Detail
Event TimelineComment Actions This is great! I think I caught one actual bug (getTitle() instead of getEpoch() in the Editor). Otherwise just various nits / modernization things.
Comment Actions We should be able to do that date stuff a lot more simply, but I might need to fix SearchEngine or add a new field type or something. Let me figure that out so I can give you guidance on it. Calendar isn't a great example because it's burdened by a bunch of legacy/complexity stuff. Comment Actions I think providing a path forward isn't trivial, so how about this for now:
Then we can land this and I can sort out the controls later. If you really want the controls now, I can work on sorting out the field values now -- specifically, you should not need getQueryDateRange() or getSafeDate() to implement a control of this type -- but this seems probably-not-critical. |