Brion Vibber b615998309 Fix ticket #2700: some numeric IDs were misinterpreted as hex numbers instead of strings when '0x123' passed in.
Switched from is_numeric() to a custom self::is_decimal() which is more strict.
This makes our behavior match Twitter's API a bit better, so eg this:

  http://identi.ca/api/statuses/home_timeline/0x6d686b.xml

should now be equivalent to:

  http://identi.ca/api/statuses/home_timeline.xml?screen_name=0x6d686b

instead of:

  http://identi.ca/api/statuses/home_timeline.xml?user_id=7170155
2010-11-19 16:12:28 -08:00
..
2010-10-20 19:34:27 +02:00
2010-10-20 20:01:12 +02:00
2009-11-18 18:25:36 -08:00
2010-09-12 18:34:33 +02:00
2010-06-03 16:09:47 -07:00
2009-11-19 12:00:25 -05:00
2010-08-08 21:13:21 +02:00
2010-03-01 18:49:39 -05:00
2010-01-26 00:21:05 -05:00
2010-01-10 14:06:52 -08:00
2010-10-18 11:12:26 -07:00
2010-02-20 13:23:08 -05:00
2010-10-14 01:35:11 -04:00
2010-11-15 16:12:16 -08:00