summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-07Added configuration options to enable/disable SMS and Twitter integration.Jeffery To
This disables the IM, SMS and Twitter settings pages and queue handlers depending on the config options.
2009-08-06Make 2nd and 3rd cssLink() arguments optionalCraig Andrews
2009-08-05Handle relative and absolute url parameters to script() and cssLink()Craig Andrews
2009-08-05Use cssLink() to link to external cssCraig Andrews
2009-08-05Use script() to write out javascript <script> tagsCraig Andrews
2009-08-05Used script() function to write out the javascript linkCraig Andrews
2009-08-05Use script() and cssLink() methods everywhere instead of manually writing ↵Craig Andrews
out javascript and css each time
2009-08-05Added cssLink() and script() functions to htmloutputterCraig Andrews
2009-08-05Accidentally caused the DOCTYPE to never be rendered - fix that.Craig Andrews
2009-08-05Don't start HTML responses with <?xml if the document is served as text/html.Craig Andrews
Starting a text/html mime type document with <?xml causes some browsers (previous version of Opera and IE) to switch to Quirks Mode.
2009-08-05Switch DOCTYPE's to the XHTML 5 DOCTYPECraig Andrews
2009-08-05added Infinite Scroll pluginCraig Andrews
2009-08-05Use NICKNAME_FMT everywhere consistentlyCraig Andrews
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