summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-20avoid notices on undefined array elementsEvan Prodromou
2009-02-20NOTICES_PER_SECTION already defined in lib/noticesection.php, causing a warningLeslie Michael Orchard
2009-02-20Attempt to access non-existent OPENID_COOKIE_KEY cookie causing a warningLeslie Michael Orchard
2009-02-20Fixing a bunch of undefined variable warnings in OpenID signup processLeslie Michael Orchard
2009-02-20PROFILES_PER_PAGE already defined in lib/common.phpLeslie Michael Orchard
2009-02-20Ignoring VIM swap files, log files, and httpd.confLeslie Michael Orchard
2009-02-20make tagother work with routerEvan Prodromou
2009-02-20Merge branch '0.7.x' of evan@dev.controlyourself.ca:/var/www/evan into 0.7.xEvan Prodromou
2009-02-20handle if-modified-since in RSS feedsEvan Prodromou
2009-02-20Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-20Merge branch '0.7.x' of evan@dev.controlyourself.ca:/var/www/evan into 0.7.xEvan Prodromou
2009-02-19Minor CSS cleanup.Sarven Capadisli
2009-02-18more correct handling of etags and last-modifiedEvan Prodromou
2009-02-18Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-02-18Open the /api/laconica/config.format API method so clients can determine ↵Zach Copley
whether a site is "private".
2009-02-18Merge branch 'master' of git://gitorious.org/laconica/mainline into 0.7.xEvan Prodromou
2009-02-18move peoplesearchresults to its own moduleEvan Prodromou
2009-02-18Merge branch 'dev-0.7.x' into framebustingMeitar Moscovitz
Conflicts: lib/action.php
2009-02-17Merge branch 'ticket-1053' of git://gitorious.org/laconica/meitar into reviewSarven Capadisli
2009-02-17Merge branch 'mobile-style' of git://gitorious.org/laconica/meitar into reviewSarven Capadisli
Conflicts: lib/action.php
2009-02-17another system messageEvan Prodromou
2009-02-17Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-17Merge branch 'master' into 0.7.xEvan Prodromou
2009-02-17Fixed #1170: Auto-linking bug when URL cotains special chars.Sean Murphy
2009-02-17Fixes ticket:1053; removes spacing between hash and tag on profile page.Meitar Moscovitz
2009-02-16Updated README with section about installing the Facebook app, and added ↵Zach Copley
info about twitterqueuehandler.php and facebookqueuehandler.php.
2009-02-16wrong name for attn functionEvan Prodromou
2009-02-16Set @-message notification options in email settingsEvan Prodromou
Set the @-message notification options in email settings.
2009-02-16send mail when @-replies are receivedEvan Prodromou
2009-02-16add email notify flag for @-repliesEvan Prodromou
2009-02-16Automatically add a tag for every group messagesEvan Prodromou
If you post to a group !foo, it's automatically listed as being tagged "foo". This is to keep users from having to do !foo #foo in all their messages.
2009-02-16Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-16error in hashtag link generationEvan Prodromou
2009-02-16Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xSarven Capadisli
2009-02-16Removed transformation effects from h1-h6 (except in aside)Sarven Capadisli
2009-02-16Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-16First version of blogspam.net pluginEvan Prodromou
Added a plugin for blogspam.net. The service is kind of aggressive, so by default I turn a lot of the tests off. But worth a look.
2009-02-16Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-02-16Whoops: forgot to include facebookqueuehandler.php with the my originalZach Copley
Facebook queue handler patch set!
2009-02-16Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-16trac #201 Add flowplayer to enable multimedia playback capability.Robin Millette
2009-02-16Add framebusting JavaScript to help avoid clickjacking attacks.Meitar Moscovitz
2009-02-15Added a mention of config setting to use a custom themeSarven Capadisli
2009-02-14Optionally ignore some notice sources for public pageEvan Prodromou
We optionally ignore some notice sources from the public page. Typically these are automatic notice sources like twitterfeed that don't usually represent the community on the site very well.
2009-02-14Optionally ignore some notice sources for public pageEvan Prodromou
We optionally ignore some notice sources from the public page. Typically these are automatic notice sources like twitterfeed that don't usually represent the community on the site very well.
2009-02-14Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-14Merge branch 'master' into 0.7.xEvan Prodromou
2009-02-14Fix More... URL for featured user sectionEvan Prodromou
2009-02-14Fix the More... link for popular notices sectionEvan Prodromou
2009-02-13Fixed arguments to syslog (LOG_ERR, not LOG_ERROR) and removed unused functionZach Copley