Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-27 | Add route for new message to user. | Adrian Lang | |
2009-02-27 | Route for remote subscribe link on profile page. | Adrian Lang | |
2009-02-27 | More routes. | Adrian Lang | |
2009-02-27 | Add finishremotesubscribe to the unrouted actions list. | Adrian Lang | |
2009-02-27 | Adds some missing routes. | Adrian Lang | |
2009-02-22 | Ticket #1108 - Added 'social graph' methods to the API | Zach Copley | |
2009-02-22 | Minor routing fix for friends_timeline API method | Zach Copley | |
2009-02-21 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-20 | Fixed routing for direct messages and favorites in the API | Zach Copley | |
2009-02-20 | Change common_local_url() to take 4 arguments | Evan Prodromou | |
I changed common_local_url() to take an additional optional argument -- for query parameters. Being persnickety, I made it the third of four, and moved the last one ($fragment) down a slot. That required changing a couple of calls. | |||
2009-02-20 | change static in router to var | Evan Prodromou | |
2009-02-20 | make tagother work with router | Evan Prodromou | |
2009-02-11 | Use a router singleton | Evan Prodromou | |
2009-02-10 | Build urls using Net_URL_Mapper, too | Evan Prodromou | |
2009-02-10 | integrate URL routing into core code | Evan Prodromou | |