Page MenuHomePhabricator

Restricting query to return the displayed range
ClosedPublic

Authored by lpriestley on May 5 2015, 10:45 PM.
Tags
None
Referenced Files
F14721367: D12728.id30580.diff
Fri, Jan 17, 10:42 PM
Unknown Object (File)
Thu, Jan 9, 1:10 AM
Unknown Object (File)
Fri, Jan 3, 9:49 PM
Unknown Object (File)
Sat, Dec 28, 10:06 PM
Unknown Object (File)
Dec 19 2024, 2:29 PM
Unknown Object (File)
Dec 19 2024, 3:52 AM
Unknown Object (File)
Dec 18 2024, 12:05 AM
Unknown Object (File)
Dec 17 2024, 7:28 PM
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.