summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-24Add new Foreign_link col to store OAuth access tokenZach Copley
2009-08-24Merge branch 'master' into testingEvan Prodromou
Conflicts: lib/rssaction.php lib/twitterapi.php
2009-08-12ServerErrorAction always logsEvan Prodromou
2009-08-10Revert "common_config returns false if the config value is not set. ↵Evan Prodromou
Design::toWebColor checks with is_null. Hence the common_config value should be adjusted." This reverts commit 5ba46186b7dd179253023426f6d7cdbbee67ad98.
2009-08-10Revert "Typo, session_name is a function."Evan Prodromou
This reverts commit d0793c0f44aabb76af2556a690013c143ac9f7a3.
2009-08-10Revert "UnsubscribeAction: Add LACONICA gate, fix PHPCS errors, fix error ↵Evan Prodromou
handling typo." This reverts commit e1270b26f5eae1c3d7ea4b954f0bc1f51d73494c.
2009-08-10Merge branch 'master' of git@gitorious.org:laconica/mainlineEvan Prodromou
2009-08-10$args Was Out Of Scope in CheckMirror.Christopher Vollick
It looks like when the code was factored out no one noticed this variable doesn't exist here.
2009-08-10Typo, session_name is a function.Adrian Lang
2009-08-10common_config returns false if the config value is not set. ↵Adrian Lang
Design::toWebColor checks with is_null. Hence the common_config value should be adjusted.
2009-08-10UnsubscribeAction: Add LACONICA gate, fix PHPCS errors, fix error handling typo.Adrian Lang
2009-08-08Only populate attachments array element if there are attachmentsZach Copley
2009-08-08Also show XML representation of attachments in the APIZach Copley
2009-08-08Post to Facebook user's stream if notice has an attachment, otherwise post ↵Zach Copley
notice as a status update
2009-08-08Better error handling when updating FacebookZach Copley
2009-08-08Update to lastest external Facebook libsZach Copley
2009-08-08Attempt to reduce the number of calls to FB to speed things upZach Copley
2009-08-08More tinkering with logout. I think I got it this time! It's been driving me ↵Zach Copley
crazy.
2009-08-08Call $this->getNotices() always, becuase $this will be the right class.Brenda Wallace
e.g. TagrssAction or PublicrssAction
2009-08-05update version to 0.8.1pre10.8.1pre1Evan Prodromou
2009-08-05Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-08-05add livetweeter to notice sourceEvan Prodromou
2009-08-05fixed double 'get' typeanontwit
2009-08-05updated IM docs with new commandsanontwit
2009-08-05Argh, first commit for ages and such a stupid error. Sorry.Adrian Lang
2009-08-05Argh, first commit for ages and such a stupid error. Sorry.Adrian Lang
2009-08-05Fix reference to undefined variable in Design::toWebColor.Adrian Lang
2009-08-04Added correct null check. Created noisey errors on fresh install.Eric Helgeson
$id is not defined, should be $this->id
2009-08-04Post to Facebook user's stream if notice has an attachment, otherwise post ↵Zach Copley
notice as a status update
2009-08-04Refactored rgb2hexSarven Capadisli
2009-08-04Removed not overly significant style from div.entry-content. It helpsSarven Capadisli
with attachment views as well (Ticket 1761)
2009-08-04Ticket 1758 Multiple replies in web interface on "profile" pageSarven Capadisli
appends own username
2009-08-04Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xSarven Capadisli
2009-08-04Didn't test that JS in IE. Revert a little.Tom Adams
2009-08-04Merge commit 'jeff-themovie/0.8.x-profile-value' into 0.8.xCraig Andrews
2009-08-04Fixed PHP Notice "Undefined property: Profile::$value"Jeffery To
2009-08-04Set focus to end of field.Tom Adams
2009-08-04Prepend replyto string to message, don't destroy user input!Tom Adams
2009-08-04Only warn when chars remaining < 0, not <= 0.Tom Adams
2009-08-04lighttpd rewrites now possible in other directories.Tom Adams
2009-08-04Enable 404-based rewrites for lighttpd installations in /Tom Adams
2009-08-04Use <?php echo instead of <?printTom Adams
2009-08-03Added the 0.2 recaptcha plugin. Should work in all browsers. Please test.Eric Helgeson
2009-08-04Upgrade scriptBrenda Wallace
2009-08-03Merge branch 'fbconnect-speedup' into 0.8.xZach Copley
2009-08-03Use the same favorite notification function in the API as everywhere elseCraig Andrews
http://laconi.ca/trac/ticket/873
2009-08-02Merge commit 'jeff-themovie/0.8.x-small-fixes-2' into 0.8.xCraig Andrews
2009-08-02Merge branch 'master' into 0.8.xEvan Prodromou
2009-08-02don't delete during selectEvan Prodromou
2009-08-02don't delete during selectEvan Prodromou