1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-16 03:42:41 +01:00
phorge-phorge/src/applications/feed
epriestley c71873ed7b Fix feed query cursor-based pagination on 32-bit systems
Summary: Fixes T8503. On 32-bit systems, these 64-bit integers will be mangled by the '%d' conversion implied by the 'int' type.

Test Plan: Somewhat guessing here since I don't have a 32-bit system handy, but this strongly echoes similar issues in the past. Feed works fine locally. Looked at the generated queries.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T8503

Differential Revision: https://secure.phabricator.com/D13250
2015-06-11 10:23:20 -07:00
..
application Remove getIconName from all applications 2015-01-30 12:11:21 -08:00
builder phtize all the things 2015-05-22 21:16:39 +10:00
conduit phtize all the things 2015-05-22 21:16:39 +10:00
config Add getGroup to ConfigOptions 2015-02-09 13:10:56 -08:00
controller Increase visibility of PhabricatorController::buildApplicationMenu methods 2015-01-16 07:41:26 +11:00
management Apply some autofix linter rules 2014-09-10 06:55:05 +10:00
query Fix feed query cursor-based pagination on 32-bit systems 2015-06-11 10:23:20 -07:00
storage Fix visiblity of LiskDAO::getConfiguration() 2015-01-14 06:54:13 +11:00
story phtize all the things 2015-05-22 21:16:39 +10:00
worker phtize all the things 2015-05-22 21:16:39 +10:00
PhabricatorFeedStoryPublisher.php phtize all the things 2015-05-22 21:16:39 +10:00