Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Using JSON to create swatches in HTML output.
|
|
links in notice sections.
|
|
|
|
|
|
sidebars relating tags and attachments.
|
|
oembed, mimetypes, etc.)
|
|
|
|
|
|
field to prioritize
|
|
|
|
|
|
|
|
|
|
|
|
Resolved Conflicts:
lib/queuehandler.php
lib/util.php
theme/base/css/display.css
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into review/master
|
|
|
|
|
|
'notifications', but unlike the previous change, I was unable to test this.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ProfileFormData and ProfileSaveForm.
|
|
|
|
Conflicts:
actions/public.php
|
|
|
|
|
|
Fixed wrong call of common_local_url.
These changes add opera-readable prev/next relations.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|