summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-08Temporary workaround for silenting mysterious 200 OK error for XHRSarven Capadisli
notice posts. The bug is sometimes reproduceable by sending a notice that includes "@someusernamethatdoesntexist". This patch doesn't throw alerts to user if server doesn't return with an XHR response but HTTP is one of 20x, 30x.
2009-06-08remember to convert messagesEvan Prodromou
2009-06-06Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.7.x
2009-06-06add fixup messages for utf8Evan Prodromou
2009-06-05don't send smses to senderEvan Prodromou
2009-06-05Adding clip illustration for notice attachments.Sarven Capadisli
2009-06-05Init notice_data-attach UI for form_noticeSarven Capadisli
2009-06-04Handle the ways Twitter accepts passing the user in the query string.Dan Moore
2009-06-04Facebook Connect auth finally works with all major browsers!Zach Copley
2009-06-01Remove js that crept back in, added another error string.Robin Millette
2009-06-01Re-added some javascript to toggle upload field.Robin Millette
2009-06-01Fixed small bug for attachment layout (css/js).Robin Millette
2009-06-01Unnecessary JavaScript for notice form attachmentSarven Capadisli
2009-06-01Updated markup for notice form attachmentSarven Capadisli
2009-06-01Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Robin Millette
into upload
2009-06-01Attachments popups for supported files are now embedded with the object ↵Robin Millette
xhtml tag.
2009-06-01Fixed z-index for IE7 on attachment thumbnailSarven Capadisli
2009-05-31Refactored some attachment code and fixed upload bug in interface.Robin Millette
2009-05-31Added attachments config descriptions to README.Robin Millette
2009-05-31Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Robin Millette
into upload Conflicts: js/util.js lib/attachmentlist.php
2009-05-31Added configurable options for attachments: supported mimetypes and quotas ↵Robin Millette
for uploads.
2009-05-30correct last-modified date for shownotice.phpEvan Prodromou
2009-05-30free memory for each iteration DB_DataObject in fixup_utf8Evan Prodromou
2009-05-30make fixup_utf8.php handle profiles and groups tooEvan Prodromou
2009-05-30Using lowercase for form action 'post'Sarven Capadisli
2009-05-30Typo in label @forSarven Capadisli
2009-05-30Cross-browser update for Design form labelsSarven Capadisli
2009-05-30Some cross-browser updates for conversation UISarven Capadisli
2009-05-30Use mysql_set_charset for connection instead of SET NAMESEvan Prodromou
PHP doesn't get the info about the charset of the connection if you use SET NAMES. So, we use the appropriate PHP function instead.
2009-05-30use mysqli_set_charset instead of set namesEvan Prodromou
2009-05-30take a max and min argument for fixup_utf8Evan Prodromou
2009-05-30Removing inbox and memcached daemon handlingEvan Prodromou
2009-05-30take debug code out of omb.phpEvan Prodromou
2009-05-30remove debug code from repliesEvan Prodromou
2009-05-30add get2gnowEvan Prodromou
2009-05-30check for since=0 in Notice::stream()Evan Prodromou
2009-05-29Ticket #1572 - Implement Twitter's account/rate_limit_status API method0.7.4pre1Zach Copley
We don't have a rate limit (yet) but some clients check this method. This dummy implementation always says the auth user has 100 requests left.
2009-05-29Ticket #1568 - API should return full user objectsZach Copley
2009-05-29Ticket #1567 - Change max_id to return notices <= ID instead of < IDZach Copley
2009-05-29Ticket #1567 - API: Change before_id parameter to max_idZach Copley
2009-05-29Update version number to 0.7.4Evan Prodromou
Updated the version number to 0.7.4, added the new song title, and documented the changes since 0.7.3.
2009-05-29Merge branch '0.7.x' of git://gitorious.org/laconica/dev into 0.7.xEvan Prodromou
2009-05-29Changed ul to ol and added xoxo for notice lists.Sarven Capadisli
2009-05-28Added Afficheur to notice sourcesZach Copley
2009-05-29Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-05-29Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-05-29Updated max-width for attachment overlay headingSarven Capadisli
2009-05-28Warning log msg when http basic auth failsZach Copley
2009-05-28Warning log msg when http basic auth failsZach Copley
2009-05-28Prevents regular hovers over attachment anchors from making a GETSarven Capadisli
request for the thumbnail. There is 500 ms delay while on mouseover state before going ahead with the request. Fun.