summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2009-05-28Smarter call for hover events. It now makes a new GET for attachmentSarven Capadisli
thumbnails on mouseover only if it hasn't been requested before on that notice attachment.
2009-05-28Only enqueue inbox-dependent transports after inboxes have been filledEvan Prodromou
2009-05-28Add any.io to sourcesEvan Prodromou
2009-05-28take an argument for fixup_utf8Evan Prodromou
2009-05-28document utf8 problems and solutionsEvan Prodromou
2009-05-27Upgraded foreign_id column to handle new 64-bit Facebook user IDs.Zach Copley
See: http://developers.facebook.com/news.php?blog=1&story=226
2009-05-28FB Connect plugin - better workflow for disconnecting and reconnecting ↵Zach Copley
Facebook accounts
2009-05-27Add fixup_utf8 to fixup problems with UTF-8 in a databaseEvan Prodromou
Fixes up an old database to store strings in UTF-8. Hopefully works!
2009-05-27Bunch of UI fixes/improvements for attachments (hover, overlay, notice view,Sarven Capadisli
clip)
2009-05-27optionally use SET NAMES for utf8 to DBEvan Prodromou
2009-05-27Merge branch '0.7.x' into utf8Evan Prodromou
2009-05-27Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.7.x
2009-05-27Handles local aliases (redirection) for file uploads attached to notices.Robin Millette
2009-05-26Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Robin Millette
into upload
2009-05-26Let's you upload a file with a notice and have it shown with other attachments.Robin Millette
2009-05-27Better err handling when trying to get Facebook clientZach Copley
2009-05-26Fixed warning on Facebook app settings pageZach Copley
2009-05-26Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xZach Copley
2009-05-26Some adjustments to allow the Facebook app work with Laconica 0.8Zach Copley
2009-05-26Removed silly "dented:" status prefix from Facebook AppZach Copley
2009-05-26Ticket #1196 - Fixed: Warning on invite tab in Facebook AppZach Copley
2009-05-26Add EventBox to notice sourcesZach Copley