Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-22 | add Mobidentica | Evan Prodromou | |
2009-03-21 | Fix to Net_URL_Mapper to make search pagination work. See Ticket #1333 | CiaranG | |
2009-03-21 | RSS 1.0 actions were reading the stream from the database twice. ↵ | CiaranG | |
Inefficient, but more importantly made notice search RSS fail with a DB error due to double search on a DB_DataObject instance | |||
2009-03-21 | Changes to router setup to make notice search RSS feed work | CiaranG | |
2009-03-20 | Use correct page information for notice search. See ticket #1333 | CiaranG | |
2009-03-19 | A couple more 'Join Now' messages that need disabling when the site is ↵ | CiaranG | |
closed or invite only | |||
2009-03-19 | Remove 'Register' from login group nav when site is closed or inviteonly. ↵ | CiaranG | |
See ticket #1335 | |||
2009-03-19 | Get rid of 'Join now...' message if site is closed or invite only. See ↵ | CiaranG | |
ticket #1335 | |||
2009-03-19 | redirect to original URL or URI for remote notices | Evan Prodromou | |
2009-03-19 | Merge branch 'master' into 0.7.x | Evan Prodromou | |
2009-03-19 | Somewhat better behaviour with mixed caps in search | Evan Prodromou | |
Deal somewhat better with mixed caps in people and notice search. | |||
2009-03-19 | ping handler returns proper boolean response | Evan 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-19 | ping handler returns proper boolean response | Evan 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-18 | fix bug in profile list owner check | Evan Prodromou | |
2009-03-18 | fix bug in profile list owner check | Evan Prodromou | |
2009-03-16 | Add `apple-touch-icon.png` support; favicons for the iPhone OS. | Meitar Moscovitz | |
2009-03-16 | Output code to explicitly reference favicons. | Meitar Moscovitz | |
This makes favicons work when Laconica is not installed at a web server's DOCUMENT_ROOT. I've also added the capability to override the Laconica default favicon.ico file with a theme-specific one simply by dropping a themed favicon.ico in the appropriate theme directory. | |||
2009-03-14 | Merge branch 'master' into 0.7.x | Evan Prodromou | |
2009-03-14 | Add Adium to notice sources | Evan Prodromou | |
2009-03-14 | Fix typo in the the newmessage route. | Adrian Lang | |
2009-03-13 | Fix typo in the the newmessage route. | Adrian Lang | |
2009-03-13 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-03-13 | Piwik analytics plugin | Tobias Diekershoff | |
Piwik (http://piwik.org/) is an Open Source analytics engine. This plugin lets you include Piwik in your Laconica installation. | |||
2009-03-12 | Fixed an error in the README - path setting for installed in root is '', not '/' | CiaranG | |
2009-03-12 | update version number to 0.7.2.10.7.2.1 | Evan Prodromou | |
2009-03-12 | update q-factors for new translations | Evan Prodromou | |
2009-03-12 | Update from Pootle on 12 Mar 2009 | root | |
Automated update from Pootle on 12 Mar 2009 | |||
2009-03-12 | Revert "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-12 | add missing PEAR_Exception file | Evan Prodromou | |
2009-03-11 | fixup config errors | Evan Prodromou | |
2009-03-11 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-03-11 | Update README and version number0.7.2 | Evan Prodromou | |
Update the README and the version number for this release. | |||
2009-03-11 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | CiaranG | |
2009-03-11 | PostgreSQL - a few more query compatibility issues (submitted by oxygene) | CiaranG | |
2009-03-11 | Add initial trackback support | Evan Prodromou | |
2009-03-11 | Document the site-logo configuration option | Evan 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-11 | Updated update_pot.sh to point to renamed file and generated new laconica.po ↵ | CiaranG | |
with all the latest translatable text included | |||
2009-03-11 | Define undefined variable. | Adrian Lang | |
2009-03-11 | Add nullcheck for foreign profile. | Adrian Lang | |
2009-03-11 | Check if that $_SERVER param is set before accessing. | Adrian Lang | |
2009-03-11 | Another undefined object member. | Adrian Lang | |
2009-03-11 | Remove comparison with member variable of null variable, cleaned code a bit. | Adrian Lang | |
2009-03-11 | Fix array access on possibly undefined index. | Adrian Lang | |
2009-03-11 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Adrian Lang | |
2009-03-11 | Correction to recently added dupe-checking feature - was using wrong config ↵ | CiaranG | |
value | |||
2009-03-11 | Merge branch '0.7.x' of http://git.gitorious.org/laconica/erichelgeson-clone ↵ | Adrian Lang | |
into review/0.7.x | |||
2009-03-10 | Fix xml:lang attr | Zach Copley | |
2009-03-10 | Make search API Atom feeds more valid | Zach Copley | |
2009-03-10 | Fix tag URIs in Atom feeds for search thru the API | Zach Copley | |
2009-03-10 | Allow unauthenticated users to view /api/statuses/replies/id.format | Zach Copley | |
(they can already see @replies via friends_timeline anyway). |