Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-01 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
* '0.9.x' of gitorious.org:statusnet/mainline: make checkschema.php executable (which makes sense, cause the README says to run it :-) ) | |||
2009-11-30 | Fix bad function call | Zach Copley | |
2009-11-30 | make checkschema.php executable (which makes sense, cause the README says to ↵ | Craig Andrews | |
run it :-) ) | |||
2009-11-30 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
* '0.9.x' of gitorious.org:statusnet/mainline: Ticket 1677: apply a couple more welcomebot fixes from TranslateWiki before the next full update | |||
2009-11-30 | Fix problem where screen_name and user_id parameters are being | Zach Copley | |
ignored due to the router sending in '[a-zA-Z0-9]+' for the id parameter when no id is specified as part of the URL. | |||
2009-11-30 | Ticket 1677: apply a couple more welcomebot fixes from TranslateWiki before ↵ | Brion Vibber | |
the next full update | |||
2009-11-30 | Drop binary .mo localization files from git repo to aid in development. | Brion Vibber | |
Added a Makefile in locale subdirectory to rebuild them -- needs to be made part of deployment and packaging. | |||
2009-11-30 | Include group memberships count & user groups management page link in ↵ | Brion Vibber | |
profile sidebar to match subscribers & subscribees lists. This is the only obvious way to reach the user group membership details page if there are fewer group subs than the max number of icons to show. | |||
2009-11-30 | Merge branch 'master' into 0.9.x | Zach Copley | |
* master: (67 commits) Ticket 2038: fix bad bug tracker link Fix regression in group posting: bug introduced in commit 1319002e1519fafb0e82fbfd2d2723abdb3112e7. Need to use actual profile object rather than an id on a variable that doesn't exist when checking blocks :D Log database errors when saving notice_inbox entries Drop the username from the log id for now; seems to trigger an error loop in some circumstances request id on logs... pid + random id per web request + username + method + url Add OpenID ini info back into statusnet.ini as a stopgap until we can Some changes to the OpenID DataObjects to make them emit the exact same OpenID plugin should set 'user_openid.display' as unique key Remove relationship: user_openid.user_id -> user.id. I don't think this Have OpenID plugin DataObjects emit their own .ini info Revert "Allow plugin DB_DataObject classes to not have to use the .ini file by overriding keys(), table(), and sequenceKey() for them" Catch and report exceptions from notice_to_omb_notice() instead of letting the OMB queue handler die. Fix regression in remote subscription; added hasRole() shadow method on Remote_profile. Fix fatal error on OMB subscription for first-timers Remove annoying log msg Drop error message on setlocale() failure; this is harmless, since we actually have a working locale set up. Catch uncaught exception Fixed bug where reply-sync bit wasn't getting saved Forgot to render the nav menu when on FB Connect login tab Facebook plugin no longer takes over Login and Connect settings nav menus ... Conflicts: db/08to09_pg.sql db/statusnet_pg.sql locale/pt_BR/LC_MESSAGES/statusnet.mo plugins/Mapstraction/MapstractionPlugin.php | |||
2009-11-30 | Ticket 1870: drop unnecessary Tidy module installation requirement. | Brion Vibber | |
Tidy was only being used by a couple of non-default URL shortener plugins, PtitUrl and TightUrl. Both were easily changed to load the tag-soup HTML via DOMDocument (using the default DOM module which is already used by other dependencies). Added xml, dom, and simplexml modules to the requirements check in install.php, as they were being used but not checked for. Also cleaned up LilUrl, PtitUrl, and TightUrl to return URL as a string instead of as a SimpleXML node object. | |||
2009-11-30 | Initial replacement for alert() messages coming from FormNoticeXHR(). | Sarven Capadisli | |
Appends a success/error container to notice form. | |||
2009-11-30 | Updated identica, default theme's IE styles | Sarven Capadisli | |
2009-11-30 | Increased notice_data-attach width | Sarven Capadisli | |
2009-11-30 | Better notice_data-attach alignment for mobile devices that support | Sarven Capadisli | |
input type file | |||
2009-11-30 | Updated notice-options items alignment in MobileProfile | Sarven Capadisli | |
2009-11-30 | Using % instead of px | Sarven Capadisli | |
2009-11-30 | Minor. Removed whitespace. | Sarven Capadisli | |
2009-11-29 | Disabled call to NewDirectMessage() until IE issue is sorted out | Sarven Capadisli | |
2009-11-29 | Allow Realtime notices to use the attachments interface | Sarven Capadisli | |
2009-11-29 | Call NoticeWithAttachment instead of NoticeAttachments after XHR | Sarven Capadisli | |
notice post | |||
2009-11-29 | Last check to see if the notice item contains an attachment | Sarven Capadisli | |
2009-11-29 | Created NoticeWithAttachment to handle jOverlay for single notice | Sarven Capadisli | |
items as opposed to running NoticeAttachments for all notices | |||
2009-11-28 | Ticket 2038: fix bad bug tracker link | Brion Vibber | |
2009-11-28 | Ticket 2038: fix bad bug tracker link | Brion Vibber | |
2009-11-28 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2009-11-28 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
2009-11-28 | Bind for UserFlag only if there is a form for it | Sarven Capadisli | |
2009-11-28 | Add new user language hsb / Upper Sorbian | Siebrand Mazeland | |
2009-11-28 | Fix typo in UI string | Siebrand Mazeland | |
2009-11-28 | Ditched some whitespace | Sarven Capadisli | |
2009-11-28 | Calling NoticeReplyTo instead of NoticeReply in Realtime | Sarven Capadisli | |
2009-11-28 | Refactored NoticeReply() so that a notice item can use NoticeReplyTo | Sarven Capadisli | |
instead of rebinding all of the notice replies again. | |||
2009-11-28 | Explictly unbinding is unnecessary as jQuery's remove() takes care of it | Sarven Capadisli | |
2009-11-28 | Call FormXHR (single) instead of NoticeForm (all) | Sarven Capadisli | |
2009-11-28 | SN.U.NoticeFavor should be SN.U.NoticeReply | Sarven Capadisli | |
2009-11-28 | Only bind submit to the notice created by Realtime | Sarven Capadisli | |
2009-11-28 | Bind submit to a form by SN.U.FormXHR() only once. | Sarven Capadisli | |
2009-11-28 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
2009-11-27 | Fix regression in group posting: bug introduced in commit ↵ | Brion Vibber | |
1319002e1519fafb0e82fbfd2d2723abdb3112e7. Need to use actual profile object rather than an id on a variable that doesn't exist when checking blocks :D | |||
2009-11-27 | Fix regression in group posting: bug introduced in commit ↵ | Brion Vibber | |
1319002e1519fafb0e82fbfd2d2723abdb3112e7. Need to use actual profile object rather than an id on a variable that doesn't exist when checking blocks :D | |||
2009-11-27 | Log database errors when saving notice_inbox entries | Brion Vibber | |
2009-11-27 | Log database errors when saving notice_inbox entries | Brion Vibber | |
2009-11-27 | Drop the username from the log id for now; seems to trigger an error loop in ↵ | Brion Vibber | |
some circumstances | |||
2009-11-27 | Drop the username from the log id for now; seems to trigger an error loop in ↵ | Brion Vibber | |
some circumstances | |||
2009-11-27 | Better UI for showing 'processing' for NewDirectMessage. Displays it | Sarven Capadisli | |
only while it GETs the form. | |||
2009-11-27 | request id on logs... pid + random id per web request + username + method + url | Brion Vibber | |
2009-11-27 | request id on logs... pid + random id per web request + username + method + url | Brion Vibber | |
2009-11-27 | A simpler way to focus and set the cursor position for NoticeReply(). | Sarven Capadisli | |
Works in IE7+, Safari4, Firefox 3. | |||
2009-11-27 | Updated icons for un-sandbox, silence, and delete | Sarven Capadisli | |
2009-11-27 | NoticeReply will now set the focus() position to textare for IE | Sarven Capadisli | |