Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-01 | Revert "Outputting UTF-8 charset in document header irrespective of mimetype." | Sarven Capadisli | |
This reverts commit 353f58c23149159306131b0819de713da6b69464. Even though outputting UTF-8 by default at all times is a good thing, it shouldn't be forced in startHTML(). | |||
2009-09-30 | Merge branch '0.8.x' into 0.9.x | Sarven Capadisli | |
2009-09-30 | Outputting UTF-8 charset in document header irrespective of mimetype. | Sarven Capadisli | |
2009-09-27 | Fix some bugs in the URL linkification, and fixed the unit test. | Craig Andrews | |
2009-09-23 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/requesttoken.php classes/File.php install.php lib/noticeform.php | |||
2009-09-23 | Revert "When viewing a page in https, all links to non-actions (links to ↵ | Evan Prodromou | |
CSS, JS, etc) should be https. Fixes the mixed content warnings that browsers display." This reverts commit 20997619b353faa94591800fbfc02bc19a4cdce3. The commit doesn't take into account having different servers (theme server, avatar server) and being able to set HTTPS for some but not all. | |||
2009-09-22 | Allow some punctuation instead of just spaces before @user, !group, and #tag | Craig Andrews | |
2009-09-22 | Link hrefs are the short url, and title is the long url | Craig Andrews | |
2009-09-21 | Make link href the long url so users can tell where links are going | Craig Andrews | |
2009-09-21 | 'easy' way to handle notices at queue time | Evan Prodromou | |
2009-09-21 | add a hook at point of enqueuing notices | Evan Prodromou | |
2009-09-21 | Fixes for posting shortened URLs or uploads | Brion Vibber | |
* If no shortener plugin is enabled, fall back to using the long URL instead of trying to load nonexistent ur1.ca plugin and throwing 'Class does not exist' * Fix bad call to call_user_func_array() in callback_helper() which broke all shortening | |||
2009-09-13 | When viewing a page in https, all links to non-actions (links to CSS, JS, ↵ | Craig Andrews | |
etc) should be https. Fixes the mixed content warnings that browsers display. Fixes http://status.net/trac/ticket/1552 | |||
2009-09-10 | Allow @ signs in the path, querystring, and fragment parts of URLs | Craig Andrews | |
2009-09-10 | Re-use enclosure decision logic to decide if a link gets a ↵ | Craig Andrews | |
paperclip/lightbox popup. | |||
2009-09-10 | Revert "If a shortened URL begins with http://, don't include it in the ↵ | Craig Andrews | |
shortened url. Saves 7 characters, which is pretty awesome for 140 character max length notices." This reverts commit e2848eb8621dd645fa68cb1641c0af1df5530408. Downstream consumers of our notices (such as Friendfeed, Facebook, etc) don't have sophisticated URL detection, so a notice that reads: "check out ur1.ca/1" won't be linked. So the http:// prefix is mandatory. | |||
2009-09-09 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews | |
2009-09-09 | If a shortened URL begins with http://, don't include it in the shortened ↵ | Craig Andrews | |
url. Saves 7 characters, which is pretty awesome for 140 character max length notices. | |||
2009-09-09 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: lib/omb.php | |||
2009-09-09 | :: isn't a valid IPv6 address for our purposes | Craig Andrews | |
2009-09-05 | more info in error message, to help next person who has to debug locales | brenda | |
2009-09-04 | Added additional characters as allowed in URLs. | Craig Andrews | |
2009-09-03 | Pluginize the URL shorteners | Craig Andrews | |
2009-09-02 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: lib/common.php lib/twitter.php | |||
2009-08-31 | Fix attachment saving | Craig Andrews | |
2009-08-31 | Allow :'s in the path, query string, and fragment parts of the url ↵ | Craig Andrews | |
(Mediawiki URLs often do this) | |||
2009-08-28 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-08-28 | Add % and ~ as valid characters in the path, querystring, and fragment parts ↵ | Craig Andrews | |
of URLs | |||
2009-08-28 | fix 'callback_helper'0.8.1 | Evan Prodromou | |
2009-08-27 | make URL analyzer save new info on URLs0.8.1rc2 | Evan Prodromou | |
2009-08-27 | remove duplicate save of Notice and streamline attachment detection | Evan Prodromou | |
2009-08-27 | reformat curry() to make my editor happy | Evan Prodromou | |
2009-08-27 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: EVENTS.txt actions/finishremotesubscribe.php actions/postnotice.php actions/public.php actions/remotesubscribe.php actions/showstream.php actions/updateprofile.php actions/userauthorization.php classes/laconica.ini lib/common.php lib/oauthstore.php lib/omb.php | |||
2009-08-27 | Do not used named capturing groups | Craig Andrews | |
I'm not sure all php 5.2's are compiled with a PCRE library that supported named captures. | |||
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
2009-08-25 | global search and replace for laconica -> statusnet | Evan Prodromou | |
2009-08-25 | a distributed -> the distributed | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-08-25 | Allow ({['" to preceded #tags | Craig Andrews | |
2009-08-25 | Handle grouping symbols ()[]{} correctly. Now passing all tests! | 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-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 | Merge branch '0.9.x' into openidplugin | Evan Prodromou | |
Conflicts: actions/login.php actions/register.php | |||
2009-08-21 | Linkifier support many more urls, and less mismatches | Craig Andrews | |
2009-08-21 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/updateprofile.php actions/userauthorization.php classes/User_group.php index.php install.php lib/accountsettingsaction.php lib/logingroupnav.php |