Page MenuHomePhabricator

Restricting query to return the displayed range
ClosedPublic

Authored by lpriestley on May 5 2015, 10:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 5, 6:14 AM
Unknown Object (File)
Feb 11 2024, 12:41 PM
Unknown Object (File)
Dec 23 2023, 2:15 PM
Unknown Object (File)
Dec 19 2023, 10:26 PM
Unknown Object (File)
Dec 18 2023, 4:59 PM
Unknown Object (File)
Dec 1 2023, 4:37 PM
Unknown Object (File)
Nov 30 2023, 2:40 AM
Unknown Object (File)
Nov 16 2023, 4:38 AM
Subscribers

Details

Summary

Ref T4393, Refactoring calendar query logic to only return at most what the query dates have specified

Test Plan

Query Calendar events for range May 1 - indefinite in month view, see events, scroll back to April, events should be absent, because April is out of range.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lpriestley retitled this revision from to Restricting query to return the displayed range.
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/calendar/query/PhabricatorCalendarEventSearchEngine.php
66

Extra space at the end of this string.

This revision is now accepted and ready to land.May 5 2015, 10:50 PM
lpriestley marked an inline comment as done.
lpriestley edited edge metadata.

extra space.

This revision was automatically updated to reflect the committed changes.