Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-04 | Updated identica badge - contributed by Will Daniels | Sarven Capadisli | |
http://identi.ca/wdaniels | |||
2009-11-02 | Binding keyup/keydown only once for .form_notice | Sarven Capadisli | |
2009-11-02 | Make sure to call FormNoticeEnhancements with a new copy of the form | Sarven Capadisli | |
object | |||
2009-11-02 | Ran through JSLint | Sarven Capadisli | |
2009-11-02 | Fixed object string name and order for submitonreturn actions | Sarven Capadisli | |
2009-11-02 | Fixed object string name | Sarven Capadisli | |
2009-11-02 | Minor | Sarven Capadisli | |
2009-11-01 | Updated button.close styles | Sarven Capadisli | |
2009-10-31 | Use FormNoticeEnhancements instead of Counter | Sarven Capadisli | |
2009-10-31 | Updated counter, submitonreturn to be reused by any form. Created | Sarven Capadisli | |
FormNoticeEnhancements to call those at one go for any form. | |||
2009-10-31 | Updated FormNoticeXHR to allow any form_notice as input (e.g., reused | Sarven Capadisli | |
in XHR direct message) | |||
2009-10-31 | Added XHR for direct messages. | Sarven Capadisli | |
2009-10-30 | Running through importNode before checking for id | Sarven Capadisli | |
2009-10-30 | Fixed Nudge XHR | Sarven Capadisli | |
2009-10-30 | Minor | Sarven Capadisli | |
2009-10-30 | Using document importNode otherwise IE pukes | Sarven Capadisli | |
2009-10-30 | IE doesn't like last comma. I understand. | Sarven Capadisli | |
2009-10-30 | Remove attachment view after XHR notice submit | Sarven Capadisli | |
2009-10-30 | Added missing dataType line for ajaxForm | Sarven Capadisli | |
2009-10-30 | Added Init comment | Sarven Capadisli | |
2009-10-30 | Resetting counter after a notice submit | Sarven Capadisli | |
2009-10-30 | Updated author documentation | Sarven Capadisli | |
2009-10-30 | Only run the scripts if the user is logged in | Sarven Capadisli | |
2009-10-30 | Updated notice form counter | Sarven Capadisli | |
2009-10-30 | Updated SubmitOnReturn | Sarven Capadisli | |
2009-10-30 | Updated NoticeDataAttach | Sarven Capadisli | |
2009-10-30 | Updated NoticeAttachments | Sarven Capadisli | |
2009-10-30 | Missing : | Sarven Capadisli | |
2009-10-30 | Updated NoticeReply and NoticeReplySet | Sarven Capadisli | |
2009-10-30 | Updated form_notice | Sarven Capadisli | |
2009-10-30 | Refactored XHR forms: | Sarven Capadisli | |
.form_user_subscribe .form_user_unsubscribe .form_favor .form_disfavor .form_group_join .form_group_leave .form_user_nudge Using FormXHR() | |||
2009-10-29 | Updated bookmarklet. Created its own action | Sarven Capadisli | |
2009-08-27 | Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.x | Evan Prodromou | |
Conflicts: classes/laconica.ini | |||
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: EVENTS.txt actions/finishremotesubscribe.php actions/postnotice.php actions/public.php actions/remotesubscribe.php actions/showstream.php actions/updateprofile.php actions/userauthorization.php classes/laconica.ini lib/common.php lib/oauthstore.php lib/omb.php | |||
2009-08-26 | Merge commit 'laconica/0.8.x' into 0.9.x | Craig Andrews | |
2009-08-26 | last scrub of Laconica -> StatusNet | Evan Prodromou | |
2009-08-25 | global search and replace for laconica -> statusnet | Evan Prodromou | |
2009-08-25 | Updated rgb2hex() to handle IE. It turns out that jQuery is giving hex | Sarven Capadisli | |
to IE and RGB to Firefox, Opera, Safari. Fun. | |||
2009-08-25 | update Laconica to StatusNet in js code | Evan Prodromou | |
2009-08-21 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/updateprofile.php actions/userauthorization.php classes/User_group.php index.php install.php lib/accountsettingsaction.php lib/logingroupnav.php | |||
2009-08-21 | counter in notice/message form uses global variable for max length | Evan Prodromou | |
2009-08-16 | Use spinner icon while performing AJAX submissions of favorite/unfavorite ↵ | brion | |
button so there's some visual feedback that something's happening. | |||
2009-08-11 | Updated Jcrop to 0.9.8 (avatar cropping wasn't working in IE7 with 0.9.5) | Jeffery To | |
2009-08-10 | Workaround for bug 1317 '"What's up" textarea on iPhone missing proper ↵ | brion | |
submit button' http://laconi.ca/trac/ticket/1317 Mobile Safari shows a 'return' button for making newlines in a <textarea> where it would show a submit button for plain <input> text fields... However there's a keydown event handler which is supposed to detect hitting enter and submit the form for us. This didn't work on Mobile Safari because it was checking of 13 ("\r") but the iPhone sends us char 10 ("\n") here. Changed to accept both, so we now submit on hitting 'return' on iPhone. Note: I also added a blur() to move focus out of the textarea, which closes the on-screen keyboard. It will also take focus out of the textarea on other platforms, but this is probably the right thing -- the same thing happens when you push the "send" button after all. Also note: unfortunately the layout right now looks pretty awful generally while editing on the iPhone; you can't see the send button or character counter while typing at the default zoom, and it doesn't zoom out after you submit so you can't really see where your message is going. This should be dealt with in general by fixing up the mobile skin variant... | |||
2009-08-08 | Throttles updating of the character counter to reduce the performance impact ↵ | brion | |
on typing, especially on slower devices (mobiles, netbooks). http://laconi.ca/trac/ticket/1462 | |||
2009-08-08 | Fix for removing the first occurance of the duplicate nickname in | Sarven Capadisli | |
textarea when NoticeReply() is used. | |||
2009-08-06 | Set counter text only when it differs from the new remaining count. | Tom Adams | |
This speeds up keyboard navigation around the textarea field. | |||
2009-08-04 | Refactored rgb2hex | Sarven Capadisli | |
2009-08-04 | Ticket 1758 Multiple replies in web interface on "profile" page | Sarven Capadisli | |
appends own username | |||
2009-08-04 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Sarven Capadisli | |