0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Jun 25, 2024 — Jun 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove xpm support (no one really uses it, and IMAGETYPE_XPM is undefined, causing warnings) Remove erroneous call to unlink in the constructor More... over 15 years ago
Remove xpm support (no one really uses it, and IMAGETYPE_XPM is undefined, causing warnings) Remove erroneous call to unlink in the constructor More... over 15 years ago
Fix notice warning about unused var -- was renamed during refactoring. More... over 15 years ago
Added processing indicator for more anchor More... over 15 years ago
Added processing indicator for more anchor More... over 15 years ago
Merge branch 'testing' of [email protected]:statusnet/mainline into testing More... over 15 years ago
Fix for xmpp/sms notification options appearing to be disabled on new subscriptions. Base problem is that our caching-on-insert interferes with relying on column default values; the cached object is missing those fields, so they appear to be empty (null) when the object is retrieved from cache. Now explicitly setting them when inserting subscriptions, and cleaned up some code that had alternate code paths. More... over 15 years ago
Remove deprecated call-by-reference. Was causing a warning on Dreamhost. More... over 15 years ago
Remove deprecated call-by-reference. Was causing a warning on Dreamhost. More... over 15 years ago
Merge branch 'testing' of [email protected]:statusnet/mainline into testing More... over 15 years ago
change profile URL ensure method for OStatus More... over 15 years ago
Fix some remote subscription regressions from f21f78364a9cbde2ca535a3983b384707ad097ae Ostatus_profile::ensureProfile() has been renamed to Ostatus_profile::ensureProfileURL() More... over 15 years ago
Add readme notes about PHP <5.2.6 bug on 64-bit and PHP 5.3 issues. More... over 15 years ago
Runtime check for known bad PHP versions with 64-bit stream_select() bug in xmppdaemon.php. More... over 15 years ago
Merge branch 'master' of [email protected]:statusnet/mainline into testing More... over 15 years ago
Ensure that DB connection is active at start of User::updateKeys() and Foreign_user::updateKeys(); calls to $this->_quote() require a live connection object and don't lazy-initialize themselves. May fix WSOD when changing incoming email address. More... over 15 years ago
Ensure that DB connection is active at start of User::updateKeys() and Foreign_user::updateKeys(); calls to $this->_quote() require a live connection object and don't lazy-initialize themselves. May fix WSOD when changing incoming email address. More... over 15 years ago
Sigh... somehow left a stray bit of test code and broke activity.php. More... over 15 years ago
add exception on inconsistent db to User::getProfile() More... over 15 years ago
new exception class for when a user has no profile More... over 15 years ago
Using an icon to represent the action for more text More... over 15 years ago
Using an icon to represent the action for more text More... over 15 years ago
Using &#8230; (hellip) instead of "more" for link text More... over 15 years ago
Using &#8230; (hellip) instead of "more" for link text More... over 15 years ago
reverse order from delete, insert to insert, delete on ostatus conversion More... over 15 years ago
catch exceptions in OStatus updates, log, and continue More... over 15 years ago
Merge branch 'master' of git://gitorious.org/statusnet/mainline More... over 15 years ago
Ticket #2244: fix to interpretation of escaped HTML and plaintext Atom content on incoming OStatus messages. We were double-unescaping for <content type="html">, turning &lt;b&gt; escaped chars into literal tags (which then may get removed entirely by the HTML scrubber). More... over 15 years ago
Merge branch 'ostatus-crop' into 0.9.x More... over 15 years ago
Updated 'more' anchor for attachments to do an XHR GET More... over 15 years ago