Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-05-24 | Removed big clip and replaced with smaller inline one next to each URL (in a ↵ | Robin Millette | |
notice) that's actually an attachment. Overlay (popup) on click. | |||
2009-05-24 | Made ajax link to show attachment popups relative in util.js | Robin Millette | |
2009-05-24 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Robin Millette | |
into 0.8.x | |||
2009-05-24 | Rearranged attachment info to only appear on each applicable notice page and ↵ | Robin Millette | |
thru an ajax popup. | |||
2009-05-24 | Using event bubbling instead of event handling thanks to Ara | Sarven Capadisli | |
Pehlivanian http://arapehlivanian.com | |||
2009-05-22 | Fixed in reply to JS link for Conversation page. Handles nested | Sarven Capadisli | |
notices better. | |||
2009-05-15 | Attachments and their list now provide "ajax" view. Also added a few ↵ | Robin Millette | |
sidebars relating tags and attachments. | |||
2009-05-01 | 60 seconds hard timeout for XHR notice posting. JavaScript throws an | Sarven Capadisli | |
alert message to the client if the server doesn't respond back in any way. | |||
2009-04-26 | Don't add a node if it's already there | Evan Prodromou | |
Try not to double-add a node on Ajax submit. Normally not a big deal, but may happen if the CometPlugin (or in the future Strophe or other auto-update plugins) is enabled. | |||
2009-04-24 | UI for server errors. | Sarven Capadisli | |
2009-04-23 | The real 7 seconds (7000) timeout for XHR posting. | Sarven Capadisli | |
2009-04-23 | XHR alerts for server-side errors: 404, 502, 503, 504. There is also a | Sarven Capadisli | |
7 second timeout if the server doesn't get back with a response. | |||
2009-04-23 | Allowing XHR for Inbox/Outbox pages. | Sarven Capadisli | |
2009-04-17 | counter() after val() reset to avoid (weird) bug. | Sarven Capadisli | |
2009-04-17 | Clear notice char counter for direct messages as well. | Sarven Capadisli | |
2009-04-16 | form_notice textarea is cleared on successful direct message post. | Sarven Capadisli | |
Disabled notice posting with XHR on Inbox and Outbox pages. This will be revisited in 0.8.x. | |||
2009-03-25 | Processing indicator (aka spinner thingy) for form_notice submits | Sarven Capadisli | |
2009-01-28 | Uses regular HTTP GET to new notice replyto page instead of JS when | Sarven Capadisli | |
notice_data-text is available. | |||
2009-01-23 | Calling NoticeReply() after a new notice is posted. | sarven | |
2009-01-23 | Using util.js to set onclick reply anchor | sarven | |
2009-01-22 | Populat notices and some css cleanup | sarven | |
2009-01-22 | Moved nudge response from util.php to nudge.php | sarven | |
Adjusted some CSS | |||
2009-01-21 | Merge branch 'master' into groups | Evan Prodromou | |
2009-01-21 | Add actions for joining or leaving a group, and fixup JS to match | Evan Prodromou | |
2009-01-21 | (Un)subscribe AJAX forms | sarven | |
2009-01-18 | Favor/Disfavor form @class | sarven | |
Created icon, and add style JS selector change Fixed return actions |