summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-14Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-11-14don't offer install.php on check-fancy requestsbrenda
this time, E_STRICT compliant
2009-11-14postgresl update script now working in postgresbrenda
2009-11-13Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2009-11-13Fix regression in OpenID autosubmit page.Brion Vibber
Since core JS loads were moved to the bottom, the JavaScript was being run before jQuery was loaded, so the onload event never got set. Moved it down to the scripts section.
2009-11-13Fix to work with csarven's changes to util.jsCraig Andrews
2009-11-13Resetup the ajaxification for replies and favors after inf. scrollingCraig Andrews
Made the selector much more specific, so it only works on pages that have notices
2009-11-13Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-13Separated NoticeFavor and calling it from FormNoticeXHR successSarven Capadisli
2009-11-13Localisation updates from translatewiki.net (2009-11-13)Siebrand Mazeland
2009-11-13Rearranged selectors for processing styleSarven Capadisli
2009-11-13Refactor User_username object creation to reuse codeCraig Andrews
2009-11-13autoregister returns the new user on success (not just true)Craig Andrews
2009-11-13Added .processing styles for paginationSarven Capadisli
2009-11-13Moved class="pagination" to child element and removed elementSarven Capadisli
2009-11-13Added hAtom for profile and group listsSarven Capadisli
2009-11-13Fix typo (!. -> !)Siebrand Mazeland
2009-11-12blasted, that should not be thereCraig Andrews
2009-11-12Added 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-12Also delete the OpenID provider data when a user is deletedCraig Andrews
2009-11-12Localisation updates from translatewiki.net (2009-11-12)Siebrand Mazeland
2009-11-12A 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-12Fix 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-12Fix 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-12Some more XRDS fixes. With this and the previous commit, remote subs seem to ↵Ciaran Gultnieks
work. Otherwise they don't.
2009-11-12Wrong XRDS service type for OMB was being supplied. Wrong since commit ↵Ciaran Gultnieks
54696f7c I think
2009-11-12Badly formatted message in en_GB translation resulted in '%s and friends' ↵Ciaran Gultnieks
being displayed
2009-11-12Minor typo correction in log message. Seems trivial, unless you are trying ↵Ciaran Gultnieks
to search the log for it.
2009-11-11Forgot closing tag...Eric Helgeson
2009-11-11Ask 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-11Add the [noticeid] to the end of text only jabber messagesCraig Andrews
2009-11-11Remove alt text on avatar url (so pidgin doesn't show it)Craig Andrews
surround notice_id with [], looks nicer
2009-11-11initialize these variables before use to prevent warningsCraig Andrews
2009-11-11Do not show the URL shortener selection drop down if no shorteners are availableCraig Andrews
2009-11-11Remove registerUrlShortener() (no longer used)Craig Andrews
2009-11-11CLAIM_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-11Don't use common_config anymoreCraig Andrews
2009-11-11Correct stupid spelling errorsCraig Andrews
2009-11-11Redid 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-11Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2009-11-11Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-11Separated Init functions to NoticeForm, Notices, EvenActions.Sarven Capadisli
2009-11-11Fix 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-11Separated actions that's particular to the notice stream pages intoSarven Capadisli
its own function. It can be reused whenever the common behaviours needs to be initialized.
2009-11-11Rename the plugins, as I'm separating out Authn, Authz, and user information ↵Craig Andrews
into separate plugins
2009-11-11Added XHR for form_entity_flagSarven Capadisli
2009-11-11Added margin-top for showstream page (space between entity_actions andSarven Capadisli
notice_primary)
2009-11-11Set window resize before openning it upSarven Capadisli
2009-11-11Calling selector onceSarven Capadisli
2009-11-11Remove double space in messageSiebrand Mazeland