summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)Author
2009-10-31Updated counter, submitonreturn to be reused by any form. CreatedSarven Capadisli
2009-10-31Updated FormNoticeXHR to allow any form_notice as input (e.g., reusedSarven Capadisli
2009-10-31Added XHR for direct messages.Sarven Capadisli
2009-10-30Running through importNode before checking for idSarven Capadisli
2009-10-30Fixed Nudge XHRSarven Capadisli
2009-10-30MinorSarven Capadisli
2009-10-30Using document importNode otherwise IE pukesSarven Capadisli
2009-10-30IE doesn't like last comma. I understand.Sarven Capadisli
2009-10-30Remove attachment view after XHR notice submitSarven Capadisli
2009-10-30Added missing dataType line for ajaxFormSarven Capadisli
2009-10-30Added Init commentSarven Capadisli
2009-10-30Resetting counter after a notice submitSarven Capadisli
2009-10-30Updated author documentationSarven Capadisli
2009-10-30Only run the scripts if the user is logged inSarven Capadisli
2009-10-30Updated notice form counterSarven Capadisli
2009-10-30Updated SubmitOnReturnSarven Capadisli
2009-10-30Updated NoticeDataAttachSarven Capadisli
2009-10-30Updated NoticeAttachmentsSarven Capadisli
2009-10-30Missing :Sarven Capadisli
2009-10-30Updated NoticeReply and NoticeReplySetSarven Capadisli
2009-10-30Updated form_noticeSarven Capadisli
2009-10-30Refactored XHR forms:Sarven Capadisli
2009-10-29Updated bookmarklet. Created its own actionSarven Capadisli
2009-08-27Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.xEvan Prodromou
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-26Merge commit 'laconica/0.8.x' into 0.9.xCraig Andrews
2009-08-26last scrub of Laconica -> StatusNetEvan Prodromou
2009-08-25global search and replace for laconica -> statusnetEvan Prodromou
2009-08-25Updated rgb2hex() to handle IE. It turns out that jQuery is giving hexSarven Capadisli
2009-08-25update Laconica to StatusNet in js codeEvan Prodromou
2009-08-21Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-21counter in notice/message form uses global variable for max lengthEvan Prodromou
2009-08-16Use spinner icon while performing AJAX submissions of favorite/unfavorite but...brion
2009-08-11Updated Jcrop to 0.9.8 (avatar cropping wasn't working in IE7 with 0.9.5)Jeffery To
2009-08-10Workaround for bug 1317 '"What's up" textarea on iPhone missing proper submit...brion
2009-08-08Throttles updating of the character counter to reduce the performance impact ...brion
2009-08-08Fix for removing the first occurance of the duplicate nickname inSarven Capadisli
2009-08-06Set counter text only when it differs from the new remaining count.Tom Adams
2009-08-04Refactored rgb2hexSarven Capadisli
2009-08-04Ticket 1758 Multiple replies in web interface on "profile" pageSarven Capadisli
2009-08-04Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xSarven Capadisli
2009-08-04Didn't test that JS in IE. Revert a little.Tom Adams
2009-08-04Set focus to end of field.Tom Adams
2009-08-04Prepend replyto string to message, don't destroy user input!Tom Adams
2009-08-04Only warn when chars remaining < 0, not <= 0.Tom Adams
2009-07-31Added credit to rgb2hex() authorSarven Capadisli
2009-07-30Removed default values from <input>s. JavaScript will now get theSarven Capadisli
2009-07-15Updated attachment view position. It is now closer to top.Sarven Capadisli
2009-07-09Updated max-width values for attachment viewSarven Capadisli
2009-07-07Trac #1689: inreplyto hidden value doesn't get cleared after a successful sub...Robin Millette