summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2009-06-13Dynamic notice item insertion for conversation page.Sarven Capadisli
2009-06-10Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-06-09Removed 404 testSarven Capadisli
2009-06-08Clearing notice_data-test and resetting notice_text-count if theSarven Capadisli
notice XHR. Removed hanging text URL from previous commit.
2009-06-08Revert "Clearing notice_data-test and resetting notice_text-count if the ↵Sarven Capadisli
notice XHR" This reverts commit b20ac7a1fefe40e82b086df3128f06770c8b550d.
2009-06-08Clearing notice_data-test and resetting notice_text-count if the notice XHRSarven Capadisli
response is empty and have a 20x,30x HTTP status
2009-06-08Temporary workaround for silenting mysterious 200 OK error for XHRSarven 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-05Init notice_data-attach UI for form_noticeSarven Capadisli
2009-06-01Remove js that crept back in, added another error string.Robin Millette
2009-06-01Re-added some javascript to toggle upload field.Robin Millette
2009-06-01Unnecessary JavaScript for notice form attachmentSarven Capadisli
2009-05-31Merge 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-30Some cross-browser updates for conversation UISarven Capadisli
2009-05-28Prevents regular hovers over attachment anchors from making a GETSarven Capadisli
request for the thumbnail. There is 500 ms delay while on mouseover state before going ahead with the request. Fun.
2009-05-28Smarter call for hover events. It now makes a new GET for attachmentSarven Capadisli
thumbnails on mouseover only if it hasn't been requested before on that notice attachment.
2009-05-27Bunch of UI fixes/improvements for attachments (hover, overlay, notice view,Sarven Capadisli
clip)
2009-05-26Let's you upload a file with a notice and have it shown with other attachments.Robin Millette
2009-05-25Updated JS to show/hide attachment thumbnails with timers. MinorSarven Capadisli
markup changes.
2009-05-25Markup cleanup for attachmentsSarven Capadisli
2009-05-25Fixed URL for attachment thumbnail and XHRSarven Capadisli
2009-05-25Display thumbnail on hover over links in notices when appropriate.Robin Millette
2009-05-24Removed 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-24Made ajax link to show attachment popups relative in util.jsRobin Millette
2009-05-24Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Robin Millette
into 0.8.x
2009-05-24Rearranged attachment info to only appear on each applicable notice page and ↵Robin Millette
thru an ajax popup.
2009-05-24Using event bubbling instead of event handling thanks to AraSarven Capadisli
Pehlivanian http://arapehlivanian.com
2009-05-22Fixed in reply to JS link for Conversation page. Handles nestedSarven Capadisli
notices better.
2009-05-20Added licensing information for jcrop.go and farbtastic.go scriptsSarven Capadisli
2009-05-20Color picker reset: Resetting form values will also dynamically updateSarven Capadisli
the page colors back to their original.
2009-05-19Fixed array indexSarven Capadisli
2009-05-19Added reset buttonSarven Capadisli
Rearranged swatch layout Added background image upload input file
2009-05-18Dynamic color updates to page elements when user picks a color.Sarven Capadisli
Using JSON to create swatches in HTML output.
2009-05-17Added site path field to installer + fancy URL javascript auto-detection.Robin Millette
2009-05-15Attachments and their list now provide "ajax" view. Also added a few ↵Robin Millette
sidebars relating tags and attachments.
2009-05-01Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-05-0160 seconds hard timeout for XHR notice posting. JavaScript throws anSarven Capadisli
alert message to the client if the server doesn't respond back in any way.
2009-05-01Fix link to identi.ca in JavaScript badgeOri Avtalion
2009-05-01Merge branch '0.7.x' into 0.8.xSarven Capadisli
Resolved Conflicts: lib/queuehandler.php lib/util.php theme/base/css/display.css
2009-04-26Don't add a node if it's already thereEvan 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-24UI for server errors.Sarven Capadisli
2009-04-23The real 7 seconds (7000) timeout for XHR posting.Sarven Capadisli
2009-04-23XHR alerts for server-side errors: 404, 502, 503, 504. There is also aSarven Capadisli
7 second timeout if the server doesn't get back with a response.
2009-04-23Allowing XHR for Inbox/Outbox pages.Sarven Capadisli
2009-04-18fix 0.7.x 0.8.x merge conflict in register.phpRobin Millette
2009-04-17counter() after val() reset to avoid (weird) bug.Sarven Capadisli
2009-04-17Clear notice char counter for direct messages as well.Sarven Capadisli
2009-04-17fix merge conflict 0.7.x 0.8.x in util.php and register.php.Robin Millette
2009-04-16form_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-04-13Using farbtastic jQuery plugin to select design colours.Sarven Capadisli
2009-03-30upgrade jQuery to 1.3.2Evan Prodromou