summaryrefslogtreecommitdiff
path: root/js/util.js
AgeCommit message (Expand)Author
2009-11-20Removed call to NewDirectMessage() until IE return is fixed i.e.,Sarven Capadisli
2009-11-19Use the browser's geolocation API to set the location on the notice formCraig Andrews
2009-11-13Separated NoticeFavor and calling it from FormNoticeXHR successSarven Capadisli
2009-11-11Separated Init functions to NoticeForm, Notices, EvenActions.Sarven Capadisli
2009-11-11Separated actions that's particular to the notice stream pages intoSarven Capadisli
2009-11-02Binding keyup/keydown only once for .form_noticeSarven Capadisli
2009-11-02Make sure to call FormNoticeEnhancements with a new copy of the formSarven Capadisli
2009-11-02Ran through JSLintSarven Capadisli
2009-11-02Fixed object string name and order for submitonreturn actionsSarven Capadisli
2009-11-02Fixed object string nameSarven Capadisli
2009-11-02MinorSarven Capadisli
2009-11-01Updated button.close stylesSarven Capadisli
2009-10-31Use FormNoticeEnhancements instead of CounterSarven Capadisli
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.8.x' into 0.9.xEvan Prodromou
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-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-04Ticket 1758 Multiple replies in web interface on "profile" pageSarven 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