summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-31give the correct root url when SSL enabledEvan Prodromou
2009-03-30Support SSL for some, all, or no pagesEvan Prodromou
Support SSL URLs either for all pages; no pages; or for sensitive pages accepting passwords, like login, registration, API, and others.
2009-03-30Changes to router setup to make notice search RSS feed workEvan Prodromou
Conflicts: lib/router.php
2009-03-30welcome notice, default sub for new usersEvan Prodromou
2009-03-30add full name title to notice list linkEvan Prodromou
2009-03-30add fullname to title and h1 for groupsEvan Prodromou
2009-03-30add titles to group links in noticesEvan Prodromou
2009-03-30add a title to attention notice linksEvan Prodromou
2009-03-30full name in title and h1 of the personal profileEvan Prodromou
2009-03-25fixed pagination variable problemEvan Prodromou
2009-03-25A different search pagination fix (see ticket #1333) that doesn't require ↵CiaranG
fixing the upstream code, thus undoing the change made in d64be5108d69ff4068d4383ab121a3ba7388ada3 Merged.
2009-03-25Fix to Net_URL_Mapper to make search pagination work. See Ticket #1333CiaranG
2009-03-24include text of notice in favourites notificationEvan Prodromou
2009-03-23show subscribe button and block form againEvan Prodromou
2009-03-22not correctly checking results of XML-RPC requestEvan Prodromou
2009-03-22variable name errorEvan Prodromou
2009-03-19redirect to original URL or URI for remote noticesEvan Prodromou
2009-03-19Somewhat better behaviour with mixed caps in searchEvan Prodromou
Deal somewhat better with mixed caps in people and notice search.
2009-03-19ping handler returns proper boolean responseEvan Prodromou
The ping queue handler wasn't returning a true value -- filling up the queue with ping requests. It now returns a true value.
2009-03-18fix bug in profile list owner checkEvan Prodromou
2009-03-14Add Adium to notice sourcesEvan Prodromou
2009-03-14Fix typo in the the newmessage route.Adrian Lang
2009-03-12update version number to 0.7.2.10.7.2.1Evan Prodromou
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