summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2009-08-02A script to GC sessions correctlyEvan Prodromou
2009-08-02GC sessions one by one to make sure memcached gets clearedEvan Prodromou
2009-08-02Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-08-02A script to GC sessions correctlyEvan Prodromou
2009-08-02GC sessions one by one to make sure memcached gets clearedEvan Prodromou
2009-08-02Fixed PHP Notices:Jeffery To
Undefined index: HTTP_X_FORWARDED_FOR Undefined index: HTTP_CLIENT_IP Undefined variable: proxy Also fixed the return value order to match calls to common_client_ip() in actions/api.php and lib/rssaction.php
2009-08-02Fixed PHP Notice "Undefined variable: cnt"Jeffery To
2009-08-02Fixed PHP Notice "Undefined variable: suplink"Jeffery To
2009-08-02Fixed PHP Notice "Undefined index: enclosures" (and a possible one for 'tags')Jeffery To
2009-08-02Fixed PHP Notice "Use of undefined constant session_name - assumed ↵Jeffery To
'session_name'"
2009-07-31Added credit to rgb2hex() authorSarven Capadisli
2009-07-30Added a url field to hold the permalink. I believe this field is very useful ↵Craig Andrews
for api consumers.
2009-07-30Implemented the "show" method of the laconica groups apiCraig Andrews
2009-07-30Removed default values from <input>s. JavaScript will now get theSarven Capadisli
colours from the theme. This approach removes data that was previously available in HTML. It was only necessary if the user wanted to know the site's default values.
2009-07-30don't ignore config.php.sampleEvan Prodromou
2009-07-30Site-wide design configurationEvan Prodromou
I added some code so that the site-wide design can be set, using the configuration interface. I also moved the configuration option from $config['site']['design']['background'] to just $config['design']['background'], but the old syntax will still work. Conflicts: config.php.sample
2009-07-30Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-07-30throw an exception rather than die()Evan Prodromou
2009-07-30Removed default values from <input>s. JavaScript will now get theSarven Capadisli
colours from the theme. This approach removes data that was previously available in HTML. It was only necessary if the user wanted to know the site's default values.
2009-07-30remove debugging code about processing a new URLEvan Prodromou
2009-07-30Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-07-30Site-wide design configurationEvan Prodromou
I added some code so that the site-wide design can be set, using the configuration interface. I also moved the configuration option from $config['site']['design']['background'] to just $config['design']['background'], but the old syntax will still work.