Page MenuHomePhabricator

Fix a couple of calendar export daterange issues
ClosedPublic

Authored by epriestley on Nov 18 2016, 5:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 24, 9:57 PM
Unknown Object (File)
Wed, Nov 20, 8:39 PM
Unknown Object (File)
Nov 17 2024, 6:51 AM
Unknown Object (File)
Nov 11 2024, 2:01 PM
Unknown Object (File)
Oct 20 2024, 10:06 PM
Unknown Object (File)
Oct 20 2024, 5:50 PM
Unknown Object (File)
Oct 18 2024, 4:33 AM
Unknown Object (File)
Oct 17 2024, 12:57 AM
Subscribers
None

Details

Summary

Ref T11816. In some cases, Calendar would only export a subset of events because the "export" flag was ignored or the "display" parameter applied an improper date range to the query.

  • Make sure the export flag gets processed, even though it isn't a "real" field on the search engine.
  • Clear the "display" parameter to avoid date range windowing coming from the day/month logic.
Test Plan

Exported a "display=month" view, verified future events came with it.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix a couple of calendar export daterange issues.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Nov 18 2016, 6:01 PM
This revision was automatically updated to reflect the committed changes.