Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-06 | Locale error message, clean up {}, Verified under 1.0.x && php 5.3 | Eric Helgeson | |
2010-08-06 | Fixed PHP 5.3 by & value | Eric Helgeson | |
Cleaned up {}'s | |||
2010-08-06 | Fixed PHP 5.3 by & value | Eric Helgeson | |
Cleaned up {}'s | |||
2010-08-06 | And.... one more fix for queueing in SubMirror. | Brion Vibber | |
2010-08-06 | Missing file from SubMirror. :P | Brion Vibber | |
2010-08-06 | SubMirror: Drop mirror link from subscriptions list; has decoupled from ↵ | Brion Vibber | |
subscriptions. | |||
2010-08-06 | OStatus/FeedSub: tweaked PuSH feed garbage collection so other plugins can ↵ | Brion Vibber | |
declare usage of a low-level feed or an OStatus profile besides profile subscriptions & group memberships. SubMirror: redid add-mirror frontend to accept a feed URL, then pass that on to OStatus, instead of pulling from your subscriptions. Profile: tweaked subscriberCount() so it doesn't subtract 1 for foreign profiles who aren't subscribed to themselves; instead excludes the self-subscription in the count query. Memcached_DataObject: tweak to avoid extra error spew in the DB error raising Work in progress: tweaking feedsub garbage collection so we can count other uses | |||
2010-08-06 | Got database inserts for photos working. | Ian Denhardt | |
2010-08-05 | SubMirror plugin initial checkin: allows setting up automatic mirroring of ↵ | Brion Vibber | |
posts from any of your subscriptions into your own stream, either via repeat or by copying the text. The UI for setup and editing is a bit nasty for now. Can be reached via 'Mirroring' tab in account settings, or from a link at top of subscriptions list. Currently relies on the OStatus plugin to handle actual setup, parsing, and importing of feeds; to support more general feed formatting we may need some further work there to accept weird feeds. Also requires an actual live subscription, but this could be changed in future. (Ensuring that PSHB feed subscriptions remain live even if nobody's directly subscribed might be tricky.) The repeat style is our preferred method since it retains full attribution, but right now we don't handle repeats very well across site boundaries; when pushed out to Twitter or to other StatusNet instances via OStatus, currently we end up losing some of the data and can end up with the 'RT @blah' version. WARNING: There's no loop detection yet; it's most likely possible to set up a fun loop of profiles repeating each others' stuff forever and ever and ever and ever... | |||
2010-08-05 | got uploads sortof working - database portion doesn't work though. | Ian Denhardt | |
2010-08-04 | Started working on proper photo upload. not fully functional yet. | Ian Denhardt | |
2010-08-04 | slight cleanup, we now get the image type from getimagesize(), rather than ↵ | Ian Denhardt | |
finding it ourselves. | |||
2010-08-04 | Photos are cropped now. | Ian Denhardt | |
2010-08-03 | Fixed scaling. thumbnails are bigger now, too. | Ian Denhardt | |
2010-08-03 | Merge branch '0.9.x' into 1.0.x | Evan Prodromou | |
2010-08-03 | Merge branch 'activityhooks' into 0.9.x | Evan Prodromou | |
Conflicts: classes/Notice.php | |||
2010-08-03 | Merge branch 'testing' into 0.9.x | Evan Prodromou | |
2010-08-03 | correctly show <source> for atom feeds | Evan Prodromou | |
2010-08-03 | Thumbnails in the photo plugins. | Ian Denhardt | |
2010-08-03 | rudementary photo albums. going to /username/photos displays all the images ↵ | Ian Denhardt | |
username has attached. | |||
2010-08-02 | Started work on photos plugin. not much yet. | Ian Denhardt | |
2010-08-02 | Merge branch '2429' into 0.9.x | James Walker | |
2010-08-02 | Fix for #2429 - move OStatus XML writing to XMLStringer | James Walker | |
2010-08-02 | renamed GN{u,U}socialPhotos.php | Ian Denhardt | |
2010-08-02 | Remove the 'Enable Twitter import' checkbox from Twitter admin panel by ↵ | Brion Vibber | |
default; can be re-added with setting: addPlugin('TwitterBridge', array('adminImportControl' => true, ....)); Added a note on the label that it requires manual daemon setup. (Note that by default the admin panel won't be shown, so it's no biggie to be hiding this for now.) | |||
2010-08-02 | GNUsocialTemplatePlugin.php doesn't need to be executable. | Ian Denhardt | |
2010-08-02 | fix #2478 - ensure all XRD documents get proper content-type headers | James Walker | |
2010-08-02 | move to rel="salmon" (per latest spec) | James Walker | |
2010-08-02 | Got rid of old duplicate files. | Ian Denhardt | |
2010-08-02 | Merge branch 'master' of git://gitorious.org/statusnet/mainline | Ian Denhardt | |
2010-07-31 | Make TemplatePlugin compatible with PHP 5.3 | Mike Sheldon | |
2010-07-30 | Fix for ticket #2286: [mobile] Text extends beyond border of repeat ↵ | Brion Vibber | |
confirmation dialog floater box on iPhone http://status.net/open-source/issues/2286 This bit of CSS was constricting the vertical size of the popup form for repeats: .notice-options form { width:16px; height:16px; } I can only assume this was originally meant to constrain the mini inline AJAX forms to the size of the clickable buttons, but it doesn't make a difference to how those are displayed on iPhone, Android, or Opera Mini. Removing the statement lets the popup form go to its natural size, covering the button. | |||
2010-07-28 | Merge branch 'googleadsadminpanel' into testing | Evan Prodromou | |
2010-07-28 | add admin panel for Adsense | Evan Prodromou | |
2010-07-26 | updated copyright notice | Matt Lee | |
2010-07-26 | GNU social plugin (for look/feel), theme, template | Matt Lee | |
2010-07-14 | cache sitemap notice and user counts for 4h | Evan Prodromou | |
2010-07-12 | Commit hubprepqueuehandler.php -- fix for OStatus bulk output. | Brion Vibber | |
2010-07-12 | Commit hubprepqueuehandler.php -- fix for OStatus bulk output. | Brion Vibber | |
2010-07-10 | remove debugging statement and add a bit of output to updatecounts | Evan Prodromou | |
2010-07-10 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-07-09 | script to fill counts table from command line | Evan Prodromou | |
2010-07-08 | Handle the case where a screen name has shifted from one Twitter ID to another | Zach Copley | |
2010-07-05 | create an index on user.created so sitemap generation is faster | Evan Prodromou | |
2010-06-29 | Fix regression in OStatus remote group subscribe -- a bug was previously ↵ | Brion Vibber | |
masked silently (call to nonexistent getProfileUrl() method on User_group -- now replaced with homeUrl() which does the thing we wanted here) | |||
2010-06-26 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x | Brion Vibber | |
2010-06-26 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: plugins/OpenID/openidserver.php (cleaned up mismatched comment) | |||
2010-06-26 | Merge branch 'master' into testing | Brion Vibber | |
2010-06-24 | Regression fix for Recaptcha on SSL registration page; their API is served ↵ | Brion Vibber | |
on a different hostname for SSL. | |||
2010-06-20 | RecaptchaPlugin: fix for missing captcha on iPhone/Android. | Brion Vibber | |
MobileProfile serves pages out to iPhone and Android as application/xhtml+xml, which doesn't work with the default we we were loading recaptcha (as it used document.write). Switched to filling out a <div> from the AJAX API, which doesn't use document.write in the XHTML context. Tested that view & submission works ok in following browsers: Mobile: iPhone 3.1, Android 2.1, iPad 3.2 (this last doesn't trigger mobile theme tweaks) Ubuntu 10.04: Firefox 3.6.3, Chrome 6 Mac 10.6: Safari 5/OS X 10.6.4 Windows 7: IE 8, Opera 10.56 |