summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-30Ticket 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-30Initial replacement for alert() messages coming from FormNoticeXHR().Sarven Capadisli
Appends a success/error container to notice form.
2009-11-30Updated identica, default theme's IE stylesSarven Capadisli
2009-11-30Increased notice_data-attach widthSarven Capadisli
2009-11-30Better notice_data-attach alignment for mobile devices that supportSarven Capadisli
input type file
2009-11-30Updated notice-options items alignment in MobileProfileSarven Capadisli
2009-11-30Using % instead of pxSarven Capadisli
2009-11-30Minor. Removed whitespace.Sarven Capadisli
2009-11-29Disabled call to NewDirectMessage() until IE issue is sorted outSarven Capadisli
2009-11-29Allow Realtime notices to use the attachments interfaceSarven Capadisli
2009-11-29Call NoticeWithAttachment instead of NoticeAttachments after XHRSarven Capadisli
notice post
2009-11-29Last check to see if the notice item contains an attachmentSarven Capadisli
2009-11-29Created NoticeWithAttachment to handle jOverlay for single noticeSarven Capadisli
items as opposed to running NoticeAttachments for all notices
2009-11-28Ticket 2038: fix bad bug tracker linkBrion Vibber
2009-11-28Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2009-11-28Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2009-11-28Bind for UserFlag only if there is a form for itSarven Capadisli
2009-11-28Add new user language hsb / Upper SorbianSiebrand Mazeland
2009-11-28Fix typo in UI stringSiebrand Mazeland
2009-11-28Ditched some whitespaceSarven Capadisli
2009-11-28Calling NoticeReplyTo instead of NoticeReply in RealtimeSarven Capadisli
2009-11-28Refactored NoticeReply() so that a notice item can use NoticeReplyToSarven Capadisli
instead of rebinding all of the notice replies again.
2009-11-28Explictly unbinding is unnecessary as jQuery's remove() takes care of itSarven Capadisli
2009-11-28Call FormXHR (single) instead of NoticeForm (all)Sarven Capadisli
2009-11-28SN.U.NoticeFavor should be SN.U.NoticeReplySarven Capadisli
2009-11-28Only bind submit to the notice created by RealtimeSarven Capadisli
2009-11-28Bind submit to a form by SN.U.FormXHR() only once.Sarven Capadisli
2009-11-28Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2009-11-27Fix 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-27Log database errors when saving notice_inbox entriesBrion Vibber
2009-11-27Drop the username from the log id for now; seems to trigger an error loop in ↵Brion Vibber
some circumstances
2009-11-27Better UI for showing 'processing' for NewDirectMessage. Displays itSarven Capadisli
only while it GETs the form.
2009-11-27request id on logs... pid + random id per web request + username + method + urlBrion Vibber
2009-11-27A simpler way to focus and set the cursor position for NoticeReply().Sarven Capadisli
Works in IE7+, Safari4, Firefox 3.
2009-11-27Updated icons for un-sandbox, silence, and deleteSarven Capadisli
2009-11-27NoticeReply will now set the focus() position to textare for IESarven Capadisli
2009-11-27Added processing icon for entity_actions anchorsSarven Capadisli
2009-11-27Changed to bind instead of clickSarven Capadisli
2009-11-26* Mb -> MB (for megabyte)Siebrand Mazeland
* i18n for MB and kB
2009-11-26Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2009-11-26Moved moderation styles out of UserFlag and put it into core. UpdatedSarven Capadisli
icons.
2009-11-26Init UI to show/hide a group of moderation actions.Sarven Capadisli
2009-11-26Use cursor pointer for button.closeSarven Capadisli
2009-11-26Slight alignment to entity_action pSarven Capadisli
2009-11-26Increased z-index for jOverlaySarven Capadisli
2009-11-26Updated the cross line on silence iconSarven Capadisli
2009-11-26Updated moderation (sandbox, silence, delete) icons for UserFlagSarven Capadisli
2009-11-26Moved CSS out to its own file for UserFlagSarven Capadisli
2009-11-26Renamed icon fileSarven Capadisli
2009-11-26and a typo in column name fixedBrenda Wallace