Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-17 | Pulling the stub plugin panel back out; we'll flesh it out more for 1.0.x ↵ | Brion Vibber | |
and see if we can make it easier to disable through the config file for now. Revert "Stub plugins administration panel, allows for disabling/re-enabling plugins from the default plugins list." This reverts commit d9a9fd3779c592e3f4e0a8aea8e385ee2183c0b3. | |||
2010-03-16 | Pull back for now on switch of PEAR error mode to exceptions; seems to ↵ | Brion Vibber | |
trigger out exceptions at various times we don't want them. For instance this was throwing an exception for DB_DataObject::staticGet when there's no match... definitely not what we want when all our code expects to get a nice null. Example of this causing trouble: http://gitorious.org/statusnet/mainline/merge_requests/131 Revert "Don't attempt to retrieve the current user from the DB while processing a DB error" This reverts commit 68347691b0c7fb3f81415abd7fcdc5aec85cc554. Revert "Use PHP exceptions for PEAR error handling." This reverts commit d8212977ce7f911d4f9bd6e55f94aea059a86782. | |||
2010-03-16 | Stub plugins administration panel, allows for disabling/re-enabling plugins ↵ | Brion Vibber | |
from the default plugins list. | |||
2010-03-16 | Removed unnecessary form_id. Using jQuery .find() instead of | Sarven Capadisli | |
constructing the selector. | |||
2010-03-16 | Added extra condition to focusing on notice form on page load. If the | Sarven Capadisli | |
window location contains a fragument identifier, it will skip focus and do what the UA does natively. | |||
2010-03-16 | Removed dangling stylesheet | Sarven Capadisli | |
2010-03-16 | Fixed "Warning: syslog() expects parameter 1 to be long, string given" | Jeffery To | |
With the FirePHP plugin enabled, I get these warnings in the output page. This is because the StartLog handler inadvertly modifies the original (number) priority with the corresponding (string) FirePHP priority. | |||
2010-03-16 | Fixed IE7 prompting the user to download OpenSearch description xml after ↵ | Jeffery To | |
login (for a private site) Flow: 1. Browser (IE7) is redirected to the login page. 2. Browser reads the page, sees OpenSearch descriptions, tries to download them. Each request gets recorded by SN as the page the user should be redirected to after logging in (returnto). 3. User logs in, then gets redirected to the returnto action, which is an OpenSearch description. The OpenSearch descriptions aren't sensitive so making them public in a private site should be okay. (I recall fixing this in 0.8.x... :-( ) | |||
2010-03-15 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-15 | Blow more timeline caches on notice delete. Fixes paging on public and ↵ | Brion Vibber | |
profile timelines after deleting something from the first page. | |||
2010-03-15 | Fix feed discovery: html:link@rel can contain multiple values; saw ↵ | Brion Vibber | |
rel="updates alternate" in the wild at http://tantek.com/ which broke old discovery code. | |||
2010-03-15 | Ticket #2242: fix reading of inline XHTML content in Atom feeds for OStatus ↵ | Brion Vibber | |
input. Lookup of the <div> needed to check for the XHTML namespace. | |||
2010-03-15 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-03-15 | use canonical user url in xrd | James Walker | |
2010-03-15 | Consolidate and patch up redirection to remote notices. | Brion Vibber | |
Now using the correct order consistently (URL, then URI if http/s), and as a niceness measure skipping the redirect if the only URL we have stored is the local one. (Could happen if remote OStatus feed has tag URIs and no alt link.) | |||
2010-03-15 | Add scripts/docgen.php to build basic doxygen HTML docs from doc comments, ↵ | Brion Vibber | |
either for core or a given plugin. Nothing too fancy yet; style and layout needs some loving! | |||
2010-03-14 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-03-14 | Using rel=external instead of class=external for jOverlay title link | Sarven Capadisli | |
2010-03-14 | Added rel=external to geo location link | Sarven Capadisli | |
2010-03-14 | Updated plugin to open external links on a new window that are not | Sarven Capadisli | |
attachments | |||
2010-03-14 | give preference to rel="photo" (per latest ActivityStreams spec), but still ↵ | James Walker | |
support rel="avatar" for compat | |||
2010-03-13 | Performing & allowing host-meta discovery by http url (in addition to ↵ | James Walker | |
webfinger acct) | |||
2010-03-13 | Assigned an identifier for the representative user and group profile | Sarven Capadisli | |
2010-03-13 | changing keypair to text to hold a full 1024bit keypair | James Walker | |
2010-03-13 | Throw a quick button label into ostatus .po file for french to test with | Brion Vibber | |
2010-03-13 | Fix for _m() usage with context in StatusNet main code. | Brion Vibber | |
2010-03-13 | Ticket 2239: white space before apostrophe in metadata of status of notice | Brion Vibber | |
2010-03-13 | allow profile_url to be used in ostatus:attention | James Walker | |
2010-03-13 | Merge remote branch 'statusnet/testing' into crypt-rsa-switch | James Walker | |
2010-03-13 | * wrong param order to in_array | James Walker | |
* in getContent() if "type" isn't set, assume text (per atom spec) | |||
2010-03-12 | cleaning up key generation | James Walker | |
2010-03-12 | converting key generation to new crypt library | James Walker | |
2010-03-12 | updating phpseclib to latest cvs - fixes a bunch of key generation issues | James Walker | |
2010-03-12 | converted toString to new crypt library | James Walker | |
2010-03-12 | converted sign, verify and fromString to new crypt lib | James Walker | |
2010-03-12 | Adding Crypt library from http://phpseclib.sourceforge.net/ | James Walker | |
2010-03-12 | removing deprecated PEAR Crypt_RSA | James Walker | |
2010-03-13 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-03-12 | Fixes for updating indices, charset/collation and engine type on ↵ | Brion Vibber | |
plugin-created tables. Under MySQL, new tables will be created as InnoDB with UTF-8 (utf8/utf8_bin) same as core tables. Existing plugin tables will have table engine and default charset/collation updated, and string columns will have charset updated, at checkschema time. Switched from 'DESCRIBE' to INFORMATION_SCHEMA for pulling column information in order to get charset. A second hit to INFORMATION_SCHEMA is also needed to get table properties. Indices were only being created at table creation time, which ain't so hot. Now also adding/dropping indices when they change. Fixed up some schema defs in OStatus plugin that were a bit flaky, causing extra alter tables to be run. TODO: Generalize this infrastructure a bit more up to base schema & pg schema classes. | |||
2010-03-12 | OpenID fixes: | Brion Vibber | |
- avoid notice spew when checking sreg items that weren't provided - fix keys spec for user_openid, clears up problems with removing openid associations - fix keys spec for user_openid_trustroot | |||
2010-03-12 | Merge commit 'origin/testing' into 0.9.x | Brion Vibber | |
2010-03-12 | Merge commit 'origin/0.9.x' into 0.9.x | Brion Vibber | |
2010-03-12 | Plugin to open up rel="external" links on a new window or tab | Sarven Capadisli | |
2010-03-12 | Output enclosing geo elements and GeoRSS xmlns in XML timelines | Zach Copley | |
2010-03-12 | Add Atom self link to tag timeline | Zach Copley | |
2010-03-12 | Add Atom self link to favorites timeline | Zach Copley | |
2010-03-12 | - Output correct content header for Atom output in mentions timeline | Zach Copley | |
- Add self link | |||
2010-03-12 | Output Atom self link in home timeline | Zach Copley | |
2010-03-12 | Calculate Atom self link for friends timeline | Zach Copley | |
2010-03-11 | Don't switch people from the Memcache to Memcached plugin without their ↵ | Brion Vibber | |
knowledge when using back-compatibility $config['memcached']['enabled']. Performance characteristics for Memcached version on large-scale sites not tested yet. New installations should be using addPlugin explicitly. |