Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-26 | Merge commit 'laconica/0.8.x' into 0.9.x | Craig Andrews | |
2009-08-26 | Support multiple attachments per facebook update | Craig Andrews | |
2009-08-26 | Fix some stupid bugs, such as a mispelling of oembed | Craig Andrews | |
2009-08-26 | Add library checking page | Craig Andrews | |
2009-08-26 | Display linked oembed resources as enclosures if they are of non-html mime types | Craig Andrews | |
2009-08-26 | Save the mimetype for oEmbed linked url | Craig Andrews | |
2009-08-26 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Zach Copley | |
2009-08-26 | Facebook app wasn't loading the theme css | Zach Copley | |
2009-08-25 | Small update to the Facebook app section | Zach Copley | |
2009-08-25 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Zach Copley | |
* '0.8.x' of git@gitorious.org:laconica/mainline: Updated rgb2hex() to handle IE. It turns out that jQuery is giving hex | |||
2009-08-25 | Small update to the Facebook app section | Zach Copley | |
2009-08-25 | Updated rgb2hex() to handle IE. It turns out that jQuery is giving hex | Sarven Capadisli | |
to IE and RGB to Firefox, Opera, Safari. Fun. | |||
2009-08-26 | Merge commit 'mainline-write/0.8.x' into 0.8.x | Brenda Wallace | |
2009-08-26 | renamed to plural, for consitency | Brenda Wallace | |
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 | 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-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 | Add unit test directory and first test | Evan Prodromou | |
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 | add OpenID doc menu item and doc page | Evan Prodromou | |
2009-08-21 | remove openid menu item from help menu | Evan Prodromou | |
2009-08-21 | use array for events | Evan Prodromou | |
2009-08-21 | add hooks to allow loading custom help documentation | Evan Prodromou | |
2009-08-21 | move openid docs to OpenID plugin dir | Evan Prodromou | |
2009-08-21 | Revert "Added configuration option to only allow OpenID logins." | Evan Prodromou | |
This reverts commit 14b46e2183f10359cc53d597913a878f53e23719. This functionality will need to be rewritten to work with the new OpenIDPlugin. Conflicts: index.php lib/logingroupnav.php | |||
2009-08-21 | Revert "Added a configuration option to disable OpenID." | Evan Prodromou | |
This reverts commit 7dc3a90d1252137859a687e32313ea569dcf8796. Conflicts: actions/login.php actions/register.php lib/accountsettingsaction.php lib/common.php lib/logingroupnav.php | |||
2009-08-21 | Merge branch '0.9.x' into openidplugin | Evan Prodromou | |
Conflicts: actions/login.php actions/register.php | |||
2009-08-21 | Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.x | Evan Prodromou | |
2009-08-21 | Merge branch 'dbconfig' into 0.9.x | Evan Prodromou | |
Conflicts: lib/common.php | |||
2009-08-21 | load configuration options from database at runtime | Evan Prodromou | |
2009-08-21 | Merge commit 'brion/searchfix' into 0.9.x | 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 |