Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-13 | Rearranged selectors for processing style | Sarven Capadisli | |
2009-11-13 | Added .processing styles for pagination | Sarven Capadisli | |
2009-11-13 | Moved class="pagination" to child element and removed element | Sarven Capadisli | |
2009-11-13 | Added hAtom for profile and group lists | Sarven Capadisli | |
2009-11-13 | Fix typo (!. -> !) | Siebrand Mazeland | |
2009-11-12 | blasted, that should not be there | Craig Andrews | |
2009-11-12 | Added a User_username table that links the external username with a ↵ | Craig Andrews | |
StatusNet user_id Added EmailAuthenticationPlugin Added ReverseUsernameAuthenticationPlugin Changed the StartChangePassword and EndChangePassword events to take a user, instead of a nickname User::allowed_nickname was declared non-static, but used as if it was static, so I made the declaration static | |||
2009-11-12 | Also delete the OpenID provider data when a user is deleted | Craig Andrews | |
2009-11-12 | Localisation updates from translatewiki.net (2009-11-12) | Siebrand Mazeland | |
2009-11-12 | A further change to the XRDS is required if 0.9.x is to be able to remote ↵ | Ciaran Gultnieks | |
sub to a 0.8.x account, with the OpenID plugin enabled. | |||
2009-11-12 | Fix index on notice for efficient querying of notice(s) by order for a profile. | Brion Vibber | |
Should resolve performance problem with Profile::getCurrentNotice() | |||
2009-11-12 | Fix for bug 1974: drop unnecessary define_syslog_variables() call from ↵ | Brion Vibber | |
common.php The call was moved to this spot in commit 3ea1119e500c23ee918569e2a58cc5abaa1d8a5a (previously init'd later in another func) but doesn't seem to be needed anyway. None of our code uses the variables that this function defines, just the constants -- which are already predefined without the call. The function is deprecated in PHP 5.3 and gone in 6, so we may as well toss it now. | |||
2009-11-12 | Some more XRDS fixes. With this and the previous commit, remote subs seem to ↵ | Ciaran Gultnieks | |
work. Otherwise they don't. | |||
2009-11-12 | Wrong XRDS service type for OMB was being supplied. Wrong since commit ↵ | Ciaran Gultnieks | |
54696f7c I think | |||
2009-11-12 | Badly formatted message in en_GB translation resulted in '%s and friends' ↵ | Ciaran Gultnieks | |
being displayed | |||
2009-11-12 | Minor typo correction in log message. Seems trivial, unless you are trying ↵ | Ciaran Gultnieks | |
to search the log for it. | |||
2009-11-11 | Forgot closing tag... | Eric Helgeson | |
2009-11-11 | Ask users if they wish to send statistics to SNI, default is off. | Eric Helgeson | |
Users may not know about this setting and are unaware they are sending stats. This allows them to make that decision. | |||
2009-11-11 | Add the [noticeid] to the end of text only jabber messages | Craig Andrews | |
2009-11-11 | Remove alt text on avatar url (so pidgin doesn't show it) | Craig Andrews | |
surround notice_id with [], looks nicer | |||
2009-11-11 | initialize these variables before use to prevent warnings | Craig Andrews | |
2009-11-11 | Do not show the URL shortener selection drop down if no shorteners are available | Craig Andrews | |
2009-11-11 | Remove registerUrlShortener() (no longer used) | Craig Andrews | |
2009-11-11 | CLAIM_TIMEOUT is already defined elsewhere - causes a PHP warning (minor ↵ | CiaranG | |
perf. issue) and confusion if someone tries to change one or the other | |||
2009-11-11 | Don't use common_config anymore | Craig Andrews | |
2009-11-11 | Correct stupid spelling errors | Craig Andrews | |
2009-11-11 | Redid how URL shorteners work. This way is much more like how Evan wants ↵ | Craig Andrews | |
events to work (and more like how the rest of SN works). | |||
2009-11-11 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2009-11-11 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-11 | Separated Init functions to NoticeForm, Notices, EvenActions. | Sarven Capadisli | |
2009-11-11 | Fix bug 1963: Web UI throws warnings during previously open login session ↵ | Brion Vibber | |
after user account is deleted common_logged_in() returned bogus results because it checks against null specifically, but common_current_user() was sticking 'false' into $_cur because that's what User::staticGet() returned from a failed lookup. Now we skip over a failed lookup here, so we keep null and all is well. | |||
2009-11-11 | Separated actions that's particular to the notice stream pages into | Sarven Capadisli | |
its own function. It can be reused whenever the common behaviours needs to be initialized. | |||
2009-11-11 | Rename the plugins, as I'm separating out Authn, Authz, and user information ↵ | Craig Andrews | |
into separate plugins | |||
2009-11-11 | Added XHR for form_entity_flag | Sarven Capadisli | |
2009-11-11 | Added margin-top for showstream page (space between entity_actions and | Sarven Capadisli | |
notice_primary) | |||
2009-11-11 | Set window resize before openning it up | Sarven Capadisli | |
2009-11-11 | Calling selector once | Sarven Capadisli | |
2009-11-11 | Remove double space in message | Siebrand Mazeland | |
2009-11-11 | Using mark-top styles | Sarven Capadisli | |
2009-11-11 | Added mark-top styles | Sarven Capadisli | |
2009-11-10 | Merge branch '0.9.x' into finish-account-api | Zach Copley | |
* 0.9.x: Added a events for the settings menu items Bringing Sphinx search support up to code: broken out to a plugin, now supports multiple sites on a single server. Changed to Evan's event style and added an AuthPlugin superclass add geo output to statuses in json, xml, atom, rss in API Localisation updates from translatewiki.net (2009-11-10) Localisation updates from translatewiki.net Update pot add lat and long parameters to api/statuses/update change credential check to work more like other events fixup output of object attributes in db error code Performance fix for subscription/subscriber lists based on feedback from ops. Adjusting indexes to make favorites query more efficient, based on feedback from ops. Revert untested code; spews PHP notice warnings on every page view: "just sent a http 200 for the check-fancy from install.php" Added hook for the Group navigation items Updated block @title text (shouldn't say from group) Updated group block markup Revert "Remove more contractions" | |||
2009-11-10 | Added some notes in the comments | Zach Copley | |
2009-11-10 | Added a events for the settings menu items | Craig Andrews | |
2009-11-10 | Implement /api/account/update_delivery_device.format | Zach Copley | |
2009-11-10 | Bringing Sphinx search support up to code: broken out to a plugin, now ↵ | Brion Vibber | |
supports multiple sites on a single server. Upgrade notes: * Index names have changed from hardcoded 'Identica_people' and 'Identica_notices' to use the database name and actual table names. Must reindex. New events: * GetSearchEngine to override default search engine class selection from plugins New scripts: * gen_config.php generates a sphinx.conf from database configuration (with theoretical support for status_network table, but it doesn't seem to be cleanly queriable right now without knowing the db setup info for that. Needs generalized support.) * Replaced old sphinx-indexer.sh and sphinx-cron.sh with index_update.php Other fixes: * sphinx.conf.sample better matches our live config, skipping unused stopword list and using a more realistic indexer memory limit Further notes: * Probably doesn't work right with PostgreSQL yet; Sphinx can pull from PG but the extraction queries currently look like they use some MySQL-specific functions. | |||
2009-11-10 | Changed to Evan's event style and added an AuthPlugin superclass | Craig Andrews | |
2009-11-10 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-10 | add geo output to statuses in json, xml, atom, rss in API | Evan Prodromou | |
2009-11-10 | Localisation updates from translatewiki.net (2009-11-10) | Siebrand Mazeland | |
2009-11-10 | Localisation updates from translatewiki.net | Siebrand Mazeland | |
* adding Arabic localisation |