Commit History

作者 SHA1 備註 提交日期
  Zach Copley bd3eb331a8 Arg. Gotta remember to take out console.log() debug statements before committing :D 14 年之前
  Zach Copley b6ed694995 Revert back to using document._importNode() for ajax posting 14 年之前
  Zach Copley d1d530370d Fix syntax error 14 年之前
  Zach Copley 997d160002 Kill off all document._importNode() calls except the ones used with the JQuery Form plugin (fixes an IE7 issue) 14 年之前
  Zach Copley 76ea9384a3 Remove billions of debugging statements and extra space 14 年之前
  Zach Copley 583b903559 More work trying to understand util.js and get my ajax working right 14 年之前
  Zach Copley d1443a6bd9 Getting some traction here on better QnA Ajax 14 年之前
  Zach Copley 6bf29ff684 QnA - Work on getting questions and answers to appear correctly inline 14 年之前
  Samantha Doherty e8e6d494d2 This util.min.js is pining for the fjords. 14 年之前
  Samantha Doherty 027cdd4620 Need to be a little more specific about infield input labels. 14 年之前
  Samantha Doherty 3b5966430c Apply infield labels to notice form inputs. 14 年之前
  Samantha Doherty 572f1d582c Only auto-focus on textarea for main notice form. 14 年之前
  Zach Copley 443b495a0b Fix inline replies (pretty sure I got it this time) 14 年之前
  Zach Copley eaca17be58 Allow sending in a function to be run on successful XHR 14 年之前
  Evan Prodromou 82577a9dc2 don't try to pre-init the @-reply 14 年之前
  Brion Vibber 79190c87b2 Fix regression in inline replies to newly added messages (regression from my fixes w/ the realtime stuff) 14 年之前
  Zach Copley 03de85ed46 Make it so input forms that don't have navigation don't accidentally get hidden. Add a "nonav" class to them. 14 年之前
  Evan Prodromou 09cffc1928 hide and disable ToSelector for replies 14 年之前
  Shashi Gowda c44a94e8f5 Port autocomplete from tagInput to jQuery UI, send Last-Modified header and look for it in JS. 14 年之前
  Shashi Gowda ad86eb78d3 Merge remote-tracking branch 'mainline/1.0.x' into people_tags_rebase 14 年之前
  Evan Prodromou ac24ed3dff add checkbox initialization 14 年之前
  Shashi Gowda 5a2bab07b2 Merge remote-tracking branch 'mainline/1.0.x' into people_tags_rebase 14 年之前
  Brion Vibber 2707a481e4 Enhancement for 'ajax' form class: submit buttons behave more like normal submissions, submitting their name/values through a hidden field. 14 年之前
  Shashi Gowda 31c1177970 Merge branch '1.0.x' into people_tags_rebase 14 年之前
  Brion Vibber 4afa3caae3 ajax load for additional inline replies; /replies variant of conversationview 14 年之前
  Brion Vibber 057a831026 Fixes for race conditions between Realtime plugin and the AJAX display of inline replies. 14 年之前
  Brion Vibber 7d202e9c61 Detect and show AJAX errors on FormXHR submission handling. 14 年之前
  Brion Vibber 2bccd18d9a JS optimization: move creation of inline reply placeholders to server-side so we don't have to create them client-side (which causes reflows and takes about 25-30ms on my test system) 14 年之前
  Brion Vibber 10e5cb482e JS performance: speeding up initialization by consolidating event handlers for reply buttons 14 年之前
  Brion Vibber 0f3af3e3b7 Keep 'Status' tab current while showing the placeholder -- pretend like it's a mini version of the status notice form :D 14 年之前