and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  1. 09 Mar, 2011 7 commits
    • Dana Spiegel's avatar
      added media logos and updated home page · 345a7f0c
      Dana Spiegel authored
      345a7f0c
    • Dana Spiegel's avatar
      Fixed #1490 template caching issue · 598a2a1f
      Dana Spiegel authored
      Added a little info statement to buyers_available POST functionality
      598a2a1f
    • Dana Spiegel's avatar
    • Dana Spiegel's avatar
      fixed bugs in buyers with nda page popups · 1ceb7681
      Dana Spiegel authored
      1ceb7681
    • Dana Spiegel's avatar
      e910cbf5
    • Joe Kondel's avatar
      The other branch related to this ticket is messed up. · ecef3086
      Joe Kondel authored
      Added a new signal handler that listens for the creation of Match
      Relationships.
      
      When an MR is created we remove the TP's ID from the sorted lists of
      available buyers.
      
      I've also confirmed that the sorting lists are only every mutated (
      items added/removed ) with valid TPs.
      
      Bugfix 1489 -
      
      Added a background task to clear previously sent buyers from sorted
      available buyer lists.
      
      Also fixed some of the debug logging code in the method called upon
      MatchRelationship creation.
      
      Making this spawn task requests, as trying to do all of them in one
      thread will blow up the memory. Looks like we're running into a GC
      issue.
      
      Available Buyer count now takes the length of the sorted by score
      descending list, which is usually updated first, and is the default sort
      order so it's almost always going to have an accurate count.
      
      Wrote another method that is triggered upon MatchRelationship deletion (
      ie: when a Seller cancels the sending of an Opportunity to a Buyer ). It
      will rescore the TP associated with the MatchRelationship first, and
      then fire off jobs to rescore any other TP from the owning Company (
      since they would have been removed from all lists upon MatchRelationship
      creation. )
      ecef3086
    • fish2000's avatar
      Manual rebase merge. Take 1. · 8eb8359e
      fish2000 authored
      Removed old demo form.
      
      s/Tombstone/Acquisition/.
      
      Copy changes.
      
      absolute_value() filter; removed guard div from autocomplete for closed opps.
      
      Widget JS cleanup.
      
      Column moved and other fixes from Dana/Brian email.
      
      Fixed decimal display on close opp confirm page.
      
      CSS fixes for autocomplete.
      
      More visual tweaks.
      
      Took out keyedcache accessor traces.
      
      Minus sign.
      
      Swapped mislabeled field labels.
      
      Fixed callbacks for M/B/T expansion in restricted numeric form fields.
      
      Characteristic statement fix for value display.
      
      changed received opportunity "Delisted" to "removed"
      
      Signal handler fix.
      
      Updated M/MM/B/T expander to deal with pasted decimal values (e.g. '1.21 MM').
      
      Manual rebase merge. Take 1.
      
      Removed old demo form.
      
      s/Tombstone/Acquisition/.
      
      Copy changes.
      
      absolute_value() filter; removed guard div from autocomplete for closed opps.
      
      Widget JS cleanup.
      
      Column moved and other fixes from Dana/Brian email.
      
      Fixed decimal display on close opp confirm page.
      
      CSS fixes for autocomplete.
      
      More visual tweaks.
      
      Took out keyedcache accessor traces.
      
      Minus sign.
      
      Swapped mislabeled field labels.
      
      Fixed callbacks for M/B/T expansion in restricted numeric form fields.
      
      Characteristic statement fix for value display.
      
      changed received opportunity "Delisted" to "removed"
      
      Automatic comma formatting for Enforced{Currency|Percentage}Input widgets.
      
      CSS fix for #1482 and minor CSS cleanup.
      
      Updated expiring Opportunity email (#1239).
      
      Close opportunity link for opportunity buyer list  match relationship pages.
      
      Auto-fill for close links.
      
      Fixed traceback (#1501).
      
      Fixed an infinite loop in custom widgets in opportunity admin
      
      Fix for IE display error (#1486)
      
      Divested language fix.
      
      Copy fixes from Brian.
      8eb8359e
  2. 07 Mar, 2011 4 commits
  3. 05 Mar, 2011 3 commits
  4. 04 Mar, 2011 2 commits
  5. 03 Mar, 2011 10 commits
    • Dana Spiegel's avatar
    • fish2000's avatar
      Is not none. · 02328150
      fish2000 authored
      02328150
    • Dana Spiegel's avatar
      Fixed bug #1449 · 12be5bac
      Dana Spiegel authored
      12be5bac
    • Dana Spiegel's avatar
      Fixed #1450 · 9478c5ed
      Dana Spiegel authored
      9478c5ed
    • Dana Spiegel's avatar
      7a02ad1a
    • Dana Spiegel's avatar
      Fixed redirects on select loi and close opportunity to send user to the buyers... · 29d2e5e4
      Dana Spiegel authored
      Fixed redirects on select loi and close opportunity to send user to the buyers with NDA list, instead of buyers without NDA list
      29d2e5e4
    • Dana Spiegel's avatar
      Fixed 1444 · ab11d837
      Dana Spiegel authored
      ab11d837
    • Dana Spiegel's avatar
      c259cdc4
    • Dana Spiegel's avatar
      a9100a72
    • Dana Spiegel's avatar
      Added tests for matchrelationship statuses and status changes · 5d7efba6
      Dana Spiegel authored
      Added new state (default) QUEUED for matchrelationships
      Added is_visible property
      Added is_queued property
      Added queued matchrelationship manager property
      Added unit tests for new statuses and fixed broken unit tests
      Fixed a minor CSS bug in jquery blockUI library
      Fixed history page column widths
      Fixed bad html on Opportunity history page
      Fixed display bug in received opportunities list where encoded HTML entities were being displayed
      Initial implementation of queued MatchRelationships
      Added new status QUEUED for MatchRelationship
      Added unit tests for MatchRelationship statuses
      Added some unit tests for email notification upon sending a MatchRelationship
      Removed sent signal on Opportunity
      Added queued, dequeued, and sent signal on MatchRelationship
      Added logging of queueing and dequeueing of MatchRelationships on Opportunity
      Added logging of receipt of Opportunity by Buyer
      Added background task to send any queued MatchRelationships
      Changed Opportunity send method to be named queue, and updated its functionality accordingly
      Added new fields to MatchRelationship to keep track of queued send date and actual send date
      Added new signal on Opportunity for "first sent on"
      Updated naming of AuditLog message types and fixed url for Opportunity history to be compatible with update
      Temporarily added a Queued subtab for Opportunity Buyers tab
      Added setting for MatchRelationship queued send time (default is 1 hour in the future)
      partial implementation of new buyers pages
      Removed stale salesforce import management commands
      Ensures all email addresses are lower cased when creating users and logging users in.
      Most of the implementation of send to contacts revisions
      Partial implementation unifying buyers_with_nda page
      Added ajax methods for cancelling the sending of a match relationship
      Added sorting to buyers without nda page
      updated sorting tags to support default inverted sorting display (shows up first instead of down) and the display of a grayed out arrow for the non-sorted but sortable columns
      Updated send page to use new ajax functionality for sending, and to display it within the opportunity template
      Added a "last_active_date" field for companies to provide the last date that a user logged in
      Added a template tag that displays a pretty version of the timeframe since a given date
      fixed 1402
      Fixed #1395
      Fixed #1403
      Fixed more references to opportunity_send
      Added gray checkmark and cross icons
      Added display of gray icons for indicate interest and decline if match relationship took that action in the past
      Added date hover for historical indicate interest and decline
      fixed template error
      Implemented most of the sent opportunities list page (sent to contacts isn't integrated yet)
      temporarily disabled listing of available buyers in opportunity list page due to performance issue. Will re-add later this week when joe completes some more caching work
      Almost complete market to your contacts
      fixed a redirect issue on buyers page and missing error template for buyers available template
      fixed paging styling
      restored checkbox interface for available buyers page
      Added location hovers on the available buyers page
      adjusted badge color (alex)
      fixed auto-send so that it refreshes page when turned on
      fixed a bug with auto-send
      Fixed #1425
      Fixed 1395
      Fixed 1395
      fixed migration to properly fill in match relationship sent date
      fixed data migration to execute a single sql query instead of looping through all objects
      fixed counting of email match relationships in subtabs and in opportunity list
      Fixed bug #1423
      Fixed #1409
      Fixed #1433
      Added filtering app that works like sorting app to help filtering lists
      Added buyer list filtering to without_nda page
      Fixed some content for Zach
      fixed more bugs for zach
      
      Fixed display of pretty timeframe
      Fixed issue where background sending wasn't setting sent_on date
      
      bad variable name
      
      fixed 1431
      
      fixed counting of buyers for _with_nda page
      added exception handling around background sending
      
      Fixed IOI numbering on buyers with nda
      5d7efba6
  6. 23 Feb, 2011 12 commits
  7. 22 Feb, 2011 2 commits