Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-23 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Zach Copley | |
2009-04-23 | Added ajax responses | Zach Copley | |
2009-04-23 | fix join a group link from user homepage when he hasn't posted anything yet | Robin Millette | |
2009-04-20 | Merge branch '0.7.x' of git://gitorious.org/laconica/mgrdcm-twitapibools ↵ | Adrian Lang | |
into review/master | |||
2009-04-18 | Fixing spaces/tabs. | Dan Moore | |
2009-04-18 | This 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-18 | Bringing 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-18 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Robin Millette | |
2009-04-18 | trac#1215, 1216, 1217 and 1219: subscribers/subscriptions people tagclouds | Robin Millette | |
2009-04-17 | incorrect variable access | Evan Prodromou | |
2009-04-17 | store invite code in session so openidfinish can find it | Evan Prodromou | |
2009-04-17 | Ticket 1404. Showing the link to the members list page. | Sarven Capadisli | |
2009-04-16 | Add a few events (hooks): RegistrationTry, RegistrationForData, ↵ | Robin Millette | |
ProfileFormData and ProfileSaveForm. | |||
2009-04-15 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
Conflicts: actions/public.php | |||
2009-04-15 | Add escaping of /. | Adrian Lang | |
2009-04-15 | Use preg_quote to fix http://laconi.ca/trac/ticket/1342 | Fil | |
2009-04-15 | Merge 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-15 | Make 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-14 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Robin Millette | |
2009-04-14 | trac#1223 Show most popular notices per tag in the tag page sidebar. | Robin Millette | |
2009-04-13 | typo in api.php | Evan Prodromou | |
2009-04-13 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-04-13 | isReadOnly() now takes arguments | Evan 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-12 | Updated styles for the Authrization subscription form inputs | Sarven Capadisli | |
2009-04-12 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Sarven Capadisli | |
2009-04-12 | Updated markup for entity_profile on Authorize subscription page. | Sarven Capadisli | |
2009-04-12 | Update XML generation and list of actions in public XRDS | Evan Prodromou | |
Updated the XML generation calls and list of actions in the public XRDS document. | |||
2009-04-10 | tag stream is read-only | Evan Prodromou | |
2009-04-09 | Fixes ticket:1409; correct typo 'subcription' to 'subscription' in HTML and CSS. | Meitar Moscovitz | |
2009-04-08 | Merge branch 'master' of git://gitorious.org/laconica/br3nda into review/master | CiaranG | |
2009-04-07 | don't use count() to check for empty page | Evan Prodromou | |
2009-04-07 | Merge branch 'adrianlang-827' of ↵ | Evan Prodromou | |
git://gitorious.org/laconica/adrianlang-clone into 0.7.x | |||
2009-04-08 | showemptListMessage -> showEmptyListMessage method name cleanup. | Robin Millette | |
2009-04-08 | added filler/guide text to user groups list. | Robin Millette | |
2009-04-08 | text bugfix to guide text in subscription list. | Robin Millette | |
2009-04-08 | added filler/guide text to subscribers list. | Robin Millette | |
2009-04-08 | added filler/guide text to subscription list. | Robin Millette | |
2009-04-08 | added missing word to user favorites guide. | Robin Millette | |
2009-04-08 | added filler/guide text to user favorites. | Robin Millette | |
2009-04-07 | HTML br is not needed. Using 'clear' in CSS instead. | Sarven Capadisli | |
2009-04-07 | added filler/guide text to user replies timeline. | Robin Millette | |
2009-04-07 | added filler/guide text to user timeline. | Robin Millette | |
2009-04-07 | fixed filler/guide text on personal timeline to take memcached into account. | Robin Millette | |
2009-04-07 | Add subscribers, subscriptions, groups to personal page | Evan 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-07 | Changed text "noone" to "no one". | Sarven Capadisli | |
2009-04-07 | Renamed 'blankfiller' to 'guide'. | Sarven Capadisli | |
2009-04-07 | added filler text to personal timeline. | Robin Millette | |
2009-04-07 | added filler text to notice and group search, suggesting other search options. | Robin Millette | |
2009-04-06 | external search now depends on site.server. | Robin Millette | |
2009-04-06 | refactored search suggestions and added forgotten sprintf. | Robin Millette | |