summaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Collapse)Author
2009-05-01Add s to user favorite noticesOri Avtalion
2009-04-28Ticket #1428 - Changed replies API method to "mentions".Zach Copley
2009-04-23Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-04-23Added ajax responsesZach Copley
2009-04-23fix join a group link from user homepage when he hasn't posted anything yetRobin Millette
2009-04-20Merge branch '0.7.x' of git://gitorious.org/laconica/mgrdcm-twitapibools ↵Adrian Lang
into review/master
2009-04-18Fixing spaces/tabs.Dan Moore
2009-04-18This should change the JSON representation of the booleans 'following' and ↵Dan Moore
'notifications', but unlike the previous change, I was unable to test this.
2009-04-18Bringing the presentation of boolean variables (favorited, truncated, ↵Dan Moore
profile_background_tile) and the result from friendships/exist in JSON results from the Twitter Compatible API in line with what the real Twitter API does. Currently, laconica returns text strings enclosed in quotes instead of bare Javascript booleans. This change fixes that. See http://laconi.ca/trac/ticket/1326 for one open issue related to this.
2009-04-18Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xRobin Millette
2009-04-18trac#1215, 1216, 1217 and 1219: subscribers/subscriptions people tagcloudsRobin Millette
2009-04-17incorrect variable accessEvan Prodromou
2009-04-17store invite code in session so openidfinish can find itEvan Prodromou
2009-04-17Ticket 1404. Showing the link to the members list page.Sarven Capadisli
2009-04-16Add a few events (hooks): RegistrationTry, RegistrationForData, ↵Robin Millette
ProfileFormData and ProfileSaveForm.
2009-04-15Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
Conflicts: actions/public.php
2009-04-15Add escaping of /.Adrian Lang
2009-04-15Use preg_quote to fix http://laconi.ca/trac/ticket/1342Fil
2009-04-15Merge branch 'link-rel-paginate' of git://gitorious.org/laconica/meitar. ↵Adrian Lang
Fixed wrong call of common_local_url. These changes add opera-readable prev/next relations.
2009-04-15Make OMB work if the configured domain name does not exclusively contain ↵Adrian Lang
lower case letters. If the configured domain is mixed-case OAuth throws invalidsignature errors. The current URL is part of the signated parts; since the consumer does not pass the current URL, the service has to get it itself and add it to the other OAuth params for signature rebuilding. OAuth.php uses $_SERVER for this, however, the domain is lcased in $_SERVER. Hence we pass the complete current URL as generated by common_local_url to OAuthRequest.
2009-04-14Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xRobin Millette
2009-04-14trac#1223 Show most popular notices per tag in the tag page sidebar.Robin Millette
2009-04-13typo in api.phpEvan Prodromou
2009-04-13Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-13isReadOnly() now takes argumentsEvan Prodromou
Add an array of arguments to isReadOnly() method of actions, to let them change their results depending on what actions are called. Primarily used by the 'api' action. Ideally in the future that will be multiple actions. But this might still be useful.
2009-04-12Updated styles for the Authrization subscription form inputsSarven Capadisli
2009-04-12Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xSarven Capadisli
2009-04-12Updated markup for entity_profile on Authorize subscription page.Sarven Capadisli
2009-04-12Update XML generation and list of actions in public XRDSEvan Prodromou
Updated the XML generation calls and list of actions in the public XRDS document.
2009-04-10tag stream is read-onlyEvan Prodromou
2009-04-09Fixes ticket:1409; correct typo 'subcription' to 'subscription' in HTML and CSS.Meitar Moscovitz
2009-04-08Merge branch 'master' of git://gitorious.org/laconica/br3nda into review/masterCiaranG
2009-04-07don't use count() to check for empty pageEvan Prodromou
2009-04-07Merge branch 'adrianlang-827' of ↵Evan Prodromou
git://gitorious.org/laconica/adrianlang-clone into 0.7.x
2009-04-08showemptListMessage -> showEmptyListMessage method name cleanup.Robin Millette
2009-04-08added filler/guide text to user groups list.Robin Millette
2009-04-08text bugfix to guide text in subscription list.Robin Millette
2009-04-08added filler/guide text to subscribers list.Robin Millette
2009-04-08added filler/guide text to subscription list.Robin Millette
2009-04-08added missing word to user favorites guide.Robin Millette
2009-04-08added filler/guide text to user favorites.Robin Millette
2009-04-07HTML br is not needed. Using 'clear' in CSS instead.Sarven Capadisli
2009-04-07added filler/guide text to user replies timeline.Robin Millette
2009-04-07added filler/guide text to user timeline.Robin Millette
2009-04-07fixed filler/guide text on personal timeline to take memcached into account.Robin Millette
2009-04-07Add subscribers, subscriptions, groups to personal pageEvan Prodromou
We show stats, subscriptions info on the personal page in the sidebar. Pushed code from showstream.php into a common parent class for personal and profile.
2009-04-07Changed text "noone" to "no one".Sarven Capadisli
2009-04-07Renamed 'blankfiller' to 'guide'.Sarven Capadisli
2009-04-07added filler text to personal timeline.Robin Millette
2009-04-07added filler text to notice and group search, suggesting other search options.Robin Millette