Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | Ticket 1758 Multiple replies in web interface on "profile" page | Sarven Capadisli | |
appends own username | |||
2009-08-04 | Didn't test that JS in IE. Revert a little. | Tom Adams | |
2009-08-04 | Set focus to end of field. | Tom Adams | |
2009-08-04 | Prepend replyto string to message, don't destroy user input! | Tom Adams | |
2009-08-04 | Only warn when chars remaining < 0, not <= 0. | Tom Adams | |
2009-07-15 | Updated attachment view position. It is now closer to top. | Sarven Capadisli | |
2009-07-09 | Updated max-width values for attachment view | Sarven Capadisli | |
2009-07-07 | Trac #1689: inreplyto hidden value doesn't get cleared after a successful ↵ | Robin Millette | |
submit (javascript fix) | |||
2009-07-02 | Disabled textarea focus for conversation page since most entrances to | Sarven Capadisli | |
this page is with 'in context' link (which includes a fragment identifier) | |||
2009-07-01 | Removed extra slash | Sarven Capadisli | |
2009-07-01 | Centres the overlay container as best as it can (given that we can't | Sarven Capadisli | |
calculate the height of the XHR response container without actually loading it into the DOM). | |||
2009-07-01 | remove extra / in attachment code | Evan Prodromou | |
2009-06-30 | Updated jOverlay version and set max-width for images | Sarven Capadisli | |
2009-06-25 | Added functionality to remove the notice data attachment | Sarven Capadisli | |
2009-06-25 | Shows the selected file attachment under the form_notice textarea | Sarven Capadisli | |
2009-06-25 | Slightly more specific selector. Looks only in the notices in the | Sarven Capadisli | |
content area | |||
2009-06-23 | On XHR notice post, calls NoticeAttachment to trigger thumbnail and | Sarven Capadisli | |
attachment views | |||
2009-06-18 | A little more specific selector for notice reply | Sarven Capadisli | |
2009-06-18 | Placed a check to make sure there is a reply button in a notice before | Sarven Capadisli | |
applying the dynamic action | |||
2009-06-17 | Removed NoticeHover from JavaScript for speed gain. Using CSS instead | Sarven Capadisli | |
to handle the notice hover state. The difference is only seen in the conversation page. | |||
2009-06-13 | Dynamic notice item insertion for conversation page. | Sarven Capadisli | |
2009-06-10 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-06-09 | Removed 404 test | Sarven Capadisli | |
2009-06-08 | Clearing notice_data-test and resetting notice_text-count if the | Sarven Capadisli | |
notice XHR. Removed hanging text URL from previous commit. | |||
2009-06-08 | Revert "Clearing notice_data-test and resetting notice_text-count if the ↵ | Sarven Capadisli | |
notice XHR" This reverts commit b20ac7a1fefe40e82b086df3128f06770c8b550d. | |||
2009-06-08 | Clearing notice_data-test and resetting notice_text-count if the notice XHR | Sarven Capadisli | |
response is empty and have a 20x,30x HTTP status | |||
2009-06-08 | Temporary workaround for silenting mysterious 200 OK error for XHR | Sarven Capadisli | |
notice posts. The bug is sometimes reproduceable by sending a notice that includes "@someusernamethatdoesntexist". This patch doesn't throw alerts to user if server doesn't return with an XHR response but HTTP is one of 20x, 30x. | |||
2009-06-05 | Init notice_data-attach UI for form_notice | Sarven Capadisli | |
2009-06-01 | Remove js that crept back in, added another error string. | Robin Millette | |
2009-06-01 | Re-added some javascript to toggle upload field. | Robin Millette | |
2009-06-01 | Unnecessary JavaScript for notice form attachment | Sarven Capadisli | |
2009-05-31 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Robin Millette | |
into upload Conflicts: js/util.js lib/attachmentlist.php | |||
2009-05-30 | Some cross-browser updates for conversation UI | Sarven Capadisli | |
2009-05-28 | Prevents regular hovers over attachment anchors from making a GET | Sarven Capadisli | |
request for the thumbnail. There is 500 ms delay while on mouseover state before going ahead with the request. Fun. | |||
2009-05-28 | Smarter call for hover events. It now makes a new GET for attachment | Sarven Capadisli | |
thumbnails on mouseover only if it hasn't been requested before on that notice attachment. | |||
2009-05-27 | Bunch of UI fixes/improvements for attachments (hover, overlay, notice view, | Sarven Capadisli | |
clip) | |||
2009-05-26 | Let's you upload a file with a notice and have it shown with other attachments. | Robin Millette | |
2009-05-25 | Updated JS to show/hide attachment thumbnails with timers. Minor | Sarven Capadisli | |
markup changes. | |||
2009-05-25 | Markup cleanup for attachments | Sarven Capadisli | |
2009-05-25 | Fixed URL for attachment thumbnail and XHR | Sarven Capadisli | |
2009-05-25 | Display thumbnail on hover over links in notices when appropriate. | Robin Millette | |