- Timestamp:
- 10/01/08 07:41:06 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/plain_php/trunk/model/phwittr/PhwittrFront.php
r20036 r20338 39 39 '/(home|replies|public_timeline)' 40 40 => 'TimelineAction' , 41 '/public_timeline/rss' 42 => 'PublicTimelineRssAction' , 41 43 '/status/update' 42 44 => 'StatusUpdateAction' , 45 '/status/update/ajax' 46 => 'StatusUpdateAjaxAction' , 43 47 '/status/delete/([0-9]+)/([[:word:]]+)' 44 48 => 'StatusDeleteAction' , … … 51 55 '/friendships/create/([0-9]+)/([[:word:]]+)' 52 56 => 'FollowAction' , 53 '/friendships/de lete/([0-9]+)/([[:word:]]+)'57 '/friendships/destroy/([0-9]+)/([[:word:]]+)' 54 58 => 'RemoveAction' , 55 '/friend_requests/accept/[0-9]+' 56 => 'RequestAcceptAction' , 57 '/friend_requests/deny/[0-9]+' 58 => 'RequestDenyAction' , 59 '/friend_requests/(accept|deny)/([0-9]+)/([[:word:]]+)' 60 => 'RequestHandleAction' , 59 61 '/?' 60 62 => 'DefaultAction' , 61 63 '/([[:word:]]+)' 62 64 => 'UserAction', 65 '/([[:word:]]+)/rss' 66 => 'UserRssAction', 63 67 '/([[:word:]]+)/friends' 64 68 => 'UserFriendsAction',
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)