summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-12update q-factors for new translationsEvan Prodromou
2009-03-12Update from Pootle on 12 Mar 2009root
Automated update from Pootle on 12 Mar 2009
2009-03-12Revert "trac #201 Add flowplayer to enable multimedia playback capability."Evan Prodromou
This reverts commit 9c9b6790ce78296c0b182f03b5f6f2c035e43a7c. This code wasn't ready for release, so I've reverted it for now. Conflicts: lib/action.php lib/util.php
2009-03-12add missing PEAR_Exception fileEvan Prodromou
2009-03-11fixup config errorsEvan Prodromou
2009-03-11Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-03-11Update README and version number0.7.2Evan Prodromou
Update the README and the version number for this release.
2009-03-11Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xCiaranG
2009-03-11PostgreSQL - a few more query compatibility issues (submitted by oxygene)CiaranG
2009-03-11Add initial trackback supportEvan Prodromou
2009-03-11Document the site-logo configuration optionEvan Prodromou
The configuration option for site logo wasn't well documented, so I added it to the README file, config.php.sample, and common.php.
2009-03-11Updated update_pot.sh to point to renamed file and generated new laconica.po ↵CiaranG
with all the latest translatable text included
2009-03-11Define undefined variable.Adrian Lang
2009-03-11Add nullcheck for foreign profile.Adrian Lang
2009-03-11Check if that $_SERVER param is set before accessing.Adrian Lang
2009-03-11Another undefined object member.Adrian Lang
2009-03-11Remove comparison with member variable of null variable, cleaned code a bit.Adrian Lang
2009-03-11Fix array access on possibly undefined index.Adrian Lang
2009-03-11Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xAdrian Lang
2009-03-11Correction to recently added dupe-checking feature - was using wrong config ↵CiaranG
value
2009-03-11Merge branch '0.7.x' of http://git.gitorious.org/laconica/erichelgeson-clone ↵Adrian Lang
into review/0.7.x
2009-03-10Fix xml:lang attrZach Copley
2009-03-10Make search API Atom feeds more validZach Copley
2009-03-10Fix tag URIs in Atom feeds for search thru the APIZach Copley
2009-03-10Allow unauthenticated users to view /api/statuses/replies/id.formatZach Copley
(they can already see @replies via friends_timeline anyway).
2009-03-10Updated config.php.sample with example Tag URI configsZach Copley
2009-03-10Updates to the API to improve Atom feedsZach Copley
2009-03-09Changed all $config[][] calls to common_config()Eric Helgeson
2009-03-09PostgreSQL - a couple more GROUP BY queries that needed to be explicitCiaranG
2009-03-09Updated URL patterns for identica Profiles for YahooSearchMonkey app.Sarven Capadisli
Added app to show custom identica notices. Note that these files can be used as templates for other laconica instances.
2009-03-09Fixes #1277: Typo in variable name in actions/twitapidirect_messages.php.Adrian Lang
2009-03-09Improve handling of null values in profile parameters.Adrian Lang
This commit fixes two issues: - Allowing remote users to clear profile parameters via OMB. - Improved handling of profile parameters which evaluate to false ('0' for example)
2009-03-08Remove additional output as response to updateprofile.Adrian Lang
This output breaks our own response validation and is not part of the OMB spec.
2009-03-08Define undefined variable.Adrian Lang
2009-03-08Typo in lib/omb.php updateprofile request handling.Adrian Lang
2009-03-08Add subedit to the main/ routes.Adrian Lang
2009-03-08Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-03-08first version of plugin for pingback and trackback (no trackback yet)Evan Prodromou
2009-03-08use call_user_func for callbacksEvan Prodromou
2009-03-08Added the new pinghandler to the stopdaemons script and improved the ↵CiaranG
behaviour and output of the script
2009-03-08PostgreSQL - some more fixes to make queries compatible with both databases. ↵CiaranG
(submitted by oxygene)
2009-03-08PostgreSQL - use the specific sequence names required by DB_DataObject, ↵CiaranG
otherwise rebuilding can't work
2009-03-08PostgreSQL - added equivalent of the MySQL-specific rebuilddb.sh script, for ↵CiaranG
upgrading
2009-03-08Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xCiaranG
2009-03-07trying to kill the can't-leave-a-group bugEvan Prodromou
2009-03-07Fix bug in dupe checking on notice post when there is no notice in cache.Adrian Lang
2009-03-07you can _so_ leave a group if you're its adminEvan Prodromou
2009-03-07Revert "Remove leave button from grouplist if current user is admin of that ↵Evan Prodromou
group." People shouldn't be forced to be part of a group, even if they are the admin. If a group has no admin, we need to figure out what to do with it, but it's wrong to force anyone to be part of a group. This reverts commit f9a7ae27b8879569a3f0eff478cbd3b650bdca28.
2009-03-07Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-03-08Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xCiaranG