Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-31 | add a README warning devs from fracking around in extlib/ | Evan Prodromou | |
2009-10-13 | Commit upstream updates to php-gettext after the 1.0.7 release (but in 2006! :P) | Brion Vibber | |
Fixes file magic checks on 64-bit systems. http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/17 http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/18 http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/19 | |||
2009-09-15 | Revert "Several fixes to make RabbitMQ a player." | Evan Prodromou | |
This reverts commit c04987018cd6c845c6da7a92d9857d8c651f7022. | |||
2009-09-13 | Check that 'dl' function is available and usable before trying to call it ↵ | Brion Vibber | |
with error suppression; if it's disabled or unavailable we end up with mysterious failures during installation or loading of libraries. Fixed for StatusNet installer as well as some external libraries that should be fixed upstream if they haven't already been: * PEAR * Auth/OpenID * Auth/Yadis | |||
2009-09-11 | Several fixes to make RabbitMQ a player. | Marcel van der Boom | |
* extlib/Stomp.php -spaces for tabs (we're on PEAR, right?) - send: initialize the $properties parameter as array() instead of null this prevents unsetting $headers if $properties was not set (besides that, it's the proper way to initialize an array) - subscribe: insert FIXME's on ActiveMQ specifics - ack: make sure the content-length header is set *and* is zero. I have seen the header set to '3' there but could not find where it came from, this is at least safe. - disconnect: typo in $headers variable - readFrame: use fgets() instead of gets() so that RabbitQ, which is more protocol strict can also play * extlib/Stomp/Frame.php - spaces for tabs - add note on possibly protocol violating linefeed * extlib/Stomp/Message.php - space for tabs - add content-length header for message * lib/stompqueuemanager.php - use the notice for logging, not the frame | |||
2009-09-11 | Silence the NOTICE log messages on port not defined, we deal with | Marcel van der Boom | |
that properly, and most of the time it is indeed not define | |||
2009-09-03 | Improve OAuth CGI compatibility | Craig Andrews | |
Fixes http://status.net/trac/ticket/1822 Reported upstream at http://code.google.com/p/oauth/issues/detail?id=118 | |||
2009-09-01 | Allow whitespace before and after the = and require space before the href in ↵ | Craig Andrews | |
<link href="url"> html | |||
2009-08-31 | Allow the oEmbed <link> tag to be split across lines | Craig Andrews | |
2009-08-31 | Fix typo in Stomp | Craig Andrews | |
Thanks Marcel|HSD | |||
2009-08-21 | kill stupid Finder metadata file that made it into my checkin presumably due ↵ | Brion Vibber | |
to 'git add php-gettext' deciding to find all hidden files in the directory for me :P | |||
2009-08-21 | Tweak to php-gettext stream reader; initialize local variable before ↵ | Brion Vibber | |
appending data to it to avoid triggering an E_NOTICE message. | |||
2009-08-21 | Include php-gettext 1.0.7 into extlibs; loading it up if native gettext ↵ | Brion Vibber | |
extension is not present. This provides a pure PHP implementation of the gettext functions. This should help get laconica running on shared hosting environments where PHP's gettext module may not be installed. Also gets us one step closer to running on Mac OS X 10.5 with Apple's preinstalled PHP, which doesn't provide an easy way to add modules. Source: http://savannah.nongnu.org/projects/php-gettext Copyright (c) 2005 Steven Armstrong <sa at c-area dot ch> GPLv2 or later | |||
2009-07-27 | Sanitize html returned by oEmbed providers to protect laconica from XSS attacks | Craig Andrews | |
2009-07-17 | Merge branch 'oembed-provider' into 0.8.x | Craig Andrews | |
2009-07-16 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-07-15 | upgrade to latest version of DB_DataObject | Evan Prodromou | |
2009-07-15 | Update to lastest external Facebook libs | Zach Copley | |
2009-07-15 | Fixed bugs in oEmbed library's discovery routines | Craig Andrews | |
2009-06-30 | added Mail/mimeDecode as mime-decode fallback | Evan Prodromou | |
2009-06-28 | update to latest (r76) version of XMPPHP | Evan Prodromou | |
2009-06-23 | Add System_Command so MIME type fallback works for uploaded files | Evan Prodromou | |
2009-06-22 | Revert "Revert "Add Console_Getopt"" | Evan Prodromou | |
This reverts commit 9fbb29111b8892d5ee1022f05019b7c99f8b8f12. | |||
2009-06-22 | Revert "Add Console_Getopt" | Evan Prodromou | |
This reverts commit 79dcf0871fee6dfa3835d12f55d1099a716a6f4c. | |||
2009-06-22 | Add Console_Getopt | Evan Prodromou | |
2009-05-31 | Added configurable options for attachments: supported mimetypes and quotas ↵ | Robin Millette | |
for uploads. | |||
2009-05-15 | Updated Facebook client libs to the latest version | Zach Copley | |
2009-05-07 | Fil's Patch to DB_DataObject to make it reconnect to the DB if | Zach Copley | |
there's no connection. This patch has been added upstream and will be in the next release, but I need it now for the bidirectional bridge to work. | |||
2009-04-02 | Merge branch '0.8.x' of git://gitorious.org/laconica/fmarani-clone into ↵ | Evan Prodromou | |
fmarani/0.8.x | |||
2009-03-30 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-03-28 | Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.x | Federico Marani | |
Conflicts: lib/jabber.php | |||
2009-03-25 | A different search pagination fix (see ticket #1333) that doesn't require ↵ | CiaranG | |
fixing the upstream code, thus undoing the change made in d64be5108d69ff4068d4383ab121a3ba7388ada3 | |||
2009-03-23 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-03-21 | Fix to Net_URL_Mapper to make search pagination work. See Ticket #1333 | CiaranG | |
2009-03-16 | Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.x | Federico Marani | |
2009-03-12 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
Conflicts: classes/Notice.php lib/action.php lib/router.php lib/twitter.php | |||
2009-03-12 | add missing PEAR_Exception file | Evan Prodromou | |
2009-03-07 | Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.x | Federico Marani | |
Conflicts: lib/util.php | |||
2009-03-06 | Upstream changes to OAuth.php | Evan Prodromou | |
2009-03-06 | Upstream changes to OAuth.php | Evan Prodromou | |
2009-02-26 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-02-20 | * implemented STOMP support for external message queueing systems | Federico Marani | |
* (ticket-724) * included PHP STOMP libraries (http://code.google.com/p/stompcli/) | |||
2009-02-10 | Required Net URL needed for Net URL Mapper | Evan Prodromou | |
2009-02-10 | Move Mapper to correct spot in the hierarchy | Evan Prodromou | |
2009-02-10 | Add Net_URL_Mapper to extlib | Evan Prodromou | |
2009-02-03 | Added PEAR Services/oEmbed and its dependencies for multimedia integration. | Robin Millette | |
2009-01-06 | Upgrade included OpenID libraries to version 2.1.2 | Evan Prodromou | |
2008-12-11 | upgrade XMPPHP to upstream version | Evan Prodromou | |
darcs-hash:20081211181500-5ed1f-5042b1ff2ed5de36500200f3ea2aa91108f1f853.gz | |||
2008-12-07 | trac750 added Facebook client libs for PHP to extlib dir | Zach Copley | |
darcs-hash:20081208005816-7b5ce-b7ec90e310ddc609fe88d54cfac5ec7bc67da6ca.gz | |||
2008-11-13 | add Net Socket | Evan Prodromou | |
darcs-hash:20081114021217-84dde-e3758114435b794b0d1be0c135419390ab06be13.gz |