Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-08-25 | Merge branch '0.8.x' into testing | Evan Prodromou | |
2009-08-25 | merge problem with scripts/twitterstatusfetcher | Evan Prodromou | |
2009-08-25 | Rename Laconica to StatusNet | Evan Prodromou | |
2009-08-25 | Allow ({['" to preceded #tags | Craig Andrews | |
2009-08-25 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Sarven Capadisli | |
2009-08-25 | userdesign.go.js was incorrectly removed in commit | Sarven Capadisli | |
304db1d30b4ad96f8a2ca500d224bb1609588fed | |||
2009-08-25 | Handle grouping symbols ()[]{} correctly. Now passing all tests! | Craig Andrews | |
2009-08-25 | Correct the hash tag test | Craig Andrews | |
2009-08-25 | Take token field out of foreign_link | Zach Copley | |
This undoes patch a49272d448d75a6ab74515352345d8baacb96f1f | |||
2009-08-25 | Add UTF-8 encodings of the IDN TLDs | Craig Andrews | |
2009-08-25 | All tests pass except for those that require matching parens or brackets | Craig Andrews | |
2009-08-25 | Improved the URL tests, and improve the matcher so more tests are passed. ↵ | Craig Andrews | |
The remaining failing tests I believe are incorrect. | |||
2009-08-25 | Merge commit 'mainline/0.8.x' into 0.8.x | Brenda Wallace | |
2009-08-25 | beginning of hashtag tests | Brenda Wallace | |
2009-08-24 | ftps protocol should be handled the same way as ftp | Craig Andrews | |
Canon urls that have a protocol followed by a host (and no path) automatcally get a trailing slash by the canon function - make the unit test match that | |||
2009-08-24 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-08-24 | change class to rel in unit tests for URL check | Evan Prodromou | |
2009-08-24 | remove some merge cruft from the end of twitter.php | Evan Prodromou | |
2009-08-25 | ignore the local folder | Brenda Wallace | |
2009-08-25 | moved template folder into it's own method, so can be overridden | Brenda Wallace | |
2009-08-25 | fix up tpl/index.php so doesn't throw errors on hosts with php shorttags on | Brenda Wallace | |
2009-08-24 | Merge branch '0.8.x' into testing | Evan Prodromou | |
Conflicts: actions/twitterauthorization.php lib/oauthclient.php lib/twitter.php lib/twitterapi.php lib/twitteroauthclient.php scripts/twitterstatusfetcher.php | |||
2009-08-24 | Add unit test directory and first test | Evan Prodromou | |
2009-08-24 | Better (hopefully) database connection management for child processes | Evan Prodromou | |
Conflicts: scripts/twitterstatusfetcher.php | |||
2009-08-24 | Use ssl for fetching frinds_timeline from Twitter since it requires auth and ↵ | Zach Copley | |
is a protected resource | |||
2009-08-24 | Make TwitterStatusFetcher daemon work with OAuth | Zach Copley | |
2009-08-24 | Moved some stuff to a base class | Zach Copley | |
2009-08-24 | Allow removal of Twitter account. Deleted dead code. | Zach Copley | |
2009-08-24 | Make the TwitterQueuehandler post to Twitter using OAuth | Zach Copley | |
2009-08-24 | Twitter OAuth server dance working | Zach Copley | |
2009-08-24 | Add new Foreign_link col to store OAuth access token | Zach Copley | |
2009-08-24 | Merge branch 'master' into testing | Evan Prodromou | |
Conflicts: lib/rssaction.php lib/twitterapi.php | |||
2009-08-24 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-08-21 | Finally got the IPv6 regex right in the url finder | Craig Andrews | |
2009-08-21 | Improve url finding more. Properly end urls when a space is caught. | Craig Andrews | |
2009-08-21 | URLs surrounded by (),{}, and [] are correctly handled now! | Craig Andrews | |
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-08-21 | Linkifier support many more urls, and less mismatches | Craig Andrews | |
2009-08-21 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-08-21 | We don't need to re-distribute jquery-autocomplete demo | Evan Prodromou | |
2009-08-21 | Use currying to call the url callbacks, and use preg_replace_callback | Craig Andrews | |
This definitely looks neater than the string maniplation it replaces | |||
2009-08-20 | var empty check did not function as expected. | Eric Helgeson | |
made script executable | |||
2009-08-20 | add $config['attachments']['path'] to the config.php.sample | mEDI | |
2009-08-20 | Change the notice type defines all into class constants and adapt all files. | Marcel van der Boom | |
2009-08-20 | Merge commit 'cvollick/resolveAliases' into 0.8.x | Craig Andrews | |
2009-08-20 | Fix the default value of ['server']['path'] when running from command line ↵ | Francois Marier | |
scripts The logic in _sn_to_path() doesn't make sense when not running via a remote server. Default to the empty string if running from the command line and ['server']['path'] is not set manually in config.php | |||
2009-08-19 | Resolve Group Aliases in showgroup.php | Christopher Vollick | |
For Example, let's say 'alias' was an alias for the group 'group'. Previously, if you went to '/group/group' it'd work, but '/group/alias' it'd say "No Such Group". This was untrue. Now it checks aliases when it can't find a group with a given name. If it finds one it redirects you to the original group. |