summaryrefslogtreecommitdiff
path: root/js/util.js
AgeCommit message (Collapse)Author
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-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-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-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-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-03-25Processing indicator (aka spinner thingy) for form_notice submitsSarven Capadisli
2009-01-28Uses regular HTTP GET to new notice replyto page instead of JS whenSarven Capadisli
notice_data-text is available.
2009-01-23Calling NoticeReply() after a new notice is posted.sarven
2009-01-23Using util.js to set onclick reply anchorsarven
2009-01-22Populat notices and some css cleanupsarven
2009-01-22Moved nudge response from util.php to nudge.phpsarven
Adjusted some CSS
2009-01-21Merge branch 'master' into groupsEvan Prodromou
2009-01-21Add actions for joining or leaving a group, and fixup JS to matchEvan Prodromou
2009-01-21(Un)subscribe AJAX formssarven
2009-01-18Favor/Disfavor form @classsarven
Created icon, and add style JS selector change Fixed return actions
2009-01-17In reply to @idsarven
2009-01-16Update to notice form character count warningsarven
2009-01-16Update to XHR post noticesarven
2008-12-16Direct message XHR response fix for IE and minor tweaksSarven Capadisli
darcs-hash:20081216071818-efd22-d2e59bb60a236538452be356f38d0974f35f0107.gz
2008-12-11Alerting the direct message XHR responseSarven Capadisli
darcs-hash:20081211225808-efd22-7f21b4588aad028766516f76173cf62cdf560855.gz
2008-12-10Nudge JS process and image removalSarven Capadisli
darcs-hash:20081211021755-efd22-5b2f406b22a87c81cc02f92fee8a0ed64572e113.gz
2008-12-08Nudge disabled and greyed out while ajaxForm processcsarven
darcs-hash:20081208055812-eefa4-719bb1b630a7d0764b286d67488313627b5180c8.gz
2008-12-08(Un)Subscribed submit is disabled and greyed out while ajaxForm processcsarven
darcs-hash:20081208051212-eefa4-13c2cc5bab8c8da38dff51bce7fe89c2debdb781.gz
2008-12-01trac831 disables status_form input submit onsubmitcsarven
darcs-hash:20081201175028-eefa4-f67a2bd15bf052d62c36b1ff666f37ca98983f31.gz
2008-11-26Dec/Increment user's number of Subscribers in Portfolio Un/Subscribe event.csarven
darcs-hash:20081126182317-eefa4-837600d917ec3fbe4c806fb2c5fad2daff0713cb.gz
2008-11-23Removed JS alert and minor cleanupcsarven
darcs-hash:20081123213458-eefa4-51ef75c757915e5d4eb0dd69fcdcada3b0ccb150.gz
2008-11-22PostNotice AJAX working in all browsers except IEcsarven
darcs-hash:20081123015559-eefa4-5ce05e6e79236c6d5ebc87f0aa3ec4de51bae130.gz
2008-11-20Don't allow user to send a new message or nudge right after subscribing to ↵csarven
another contact darcs-hash:20081120235752-eefa4-42e67140086035ae57c4db38aea48cabb0486d75.gz
2008-11-20importNode bugfix for undefined nodecsarven
darcs-hash:20081120234923-eefa4-952f059fdda781d3f223a1f26af4741b59bb9421.gz
2008-11-20(Un)Subscribe form using ajaxForm()csarven
darcs-hash:20081120232655-eefa4-cf6a71e246828793d3bfa413db724ab33bc58bcf.gz
2008-11-17nudge : added js code to enable ajaxmillette
darcs-hash:20081117173144-099f7-b475f072ddc36e03143e05698e86186955566db9.gz
2008-11-15Nudge featurecsarven
darcs-hash:20081116022735-eefa4-366f6deb85942f859ebd532e477b57737bcafbf8.gz
2008-11-14trac670 trac689 Favorites (duplicate id, background image, JavaScript)csarven
darcs-hash:20081115033549-eefa4-cfbca6f9c723aa63869c39d6851de7a7803f0703.gz
2008-11-14second argument to importNodeEvan Prodromou
darcs-hash:20081114194727-84dde-8dba6a82efe1deafc77e07f17685cf2cd0f8eeb2.gz
2008-11-14try to import new_formEvan Prodromou
darcs-hash:20081114194620-84dde-8349db3358c547889ec9b095dc340fdd0cd31210.gz
2008-10-20move update of replyto value to correct areaEvan Prodromou
darcs-hash:20081020172549-5ed1f-9ae91cf6d0af250275921b48831999269fd8d3dd.gz
2008-10-20more value updatesEvan Prodromou
darcs-hash:20081020172305-5ed1f-8d2d9ba64faa0e12ac14fc7c92f0dcdd283f48fc.gz
2008-10-20more specific selector for updating repliesEvan Prodromou
darcs-hash:20081020172117-5ed1f-29177ae6f4439707b20732cccb83ef12f8478f85.gz
2008-10-20try to make replies point to the clicked-on noticeEvan Prodromou
darcs-hash:20081020170245-5ed1f-b84f63d9d9b589bd18f97924db547e348beb6647.gz
2008-09-18dis -> favEvan Prodromou
darcs-hash:20080918151642-5ed1f-ceb2678a7818cadf3928257504f3e14eb179c749.gz
2008-09-18have to add the ajaxHidden thing, tooEvan Prodromou
darcs-hash:20080918150753-5ed1f-ffb32e350a24e7a425f5ce2b46b3248f22523d2a.gz
2008-09-18ajaxForm on returned formsEvan Prodromou
darcs-hash:20080918150438-5ed1f-72853ffa3b2d4a3719ba72a1aedb7191f7213e4e.gz
2008-09-18replace -> replaceWithEvan Prodromou
darcs-hash:20080918150120-5ed1f-aaa30e8817bc1653fb5c28a6cd7697f960f9ef2c.gz