- 09 Mar, 2011 7 commits
-
-
Dana Spiegel authored
-
Dana Spiegel authored
Added a little info statement to buyers_available POST functionality
-
Dana Spiegel authored
-
Dana Spiegel authored
-
Dana Spiegel authored
-
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. )
-
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.
-
- 07 Mar, 2011 4 commits
-
-
Dana Spiegel authored
-
Dana Spiegel authored
Fixed #1352 - Adjust the required Financial Performance information on Opportunity creating and editing
-
Dana Spiegel authored
-
Dana Spiegel authored
Fixed 1312 - Update Free Buyer Weekly Deal Report to include directions to login to review full Opportunity Details
-
- 05 Mar, 2011 3 commits
-
-
Dana Spiegel authored
-
Dana Spiegel authored
-
Dana Spiegel authored
-
- 04 Mar, 2011 2 commits
-
-
Dana Spiegel authored
-
Dana Spiegel authored
-
- 03 Mar, 2011 10 commits
-
-
Dana Spiegel authored
Fixed #1465
-
fish2000 authored
-
Dana Spiegel authored
-
Dana Spiegel authored
-
Dana Spiegel authored
-
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
-
Dana Spiegel authored
-
Dana Spiegel authored
-
Dana Spiegel authored
-
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
-
- 23 Feb, 2011 12 commits
-
-
Dana Spiegel authored
-
Dana Spiegel authored
-
Joe Kondel authored
created via the admin, since we removed this field from the DB.
-
Joe Kondel authored
-
fish2000 authored
-
fish2000 authored
-
Joe Kondel authored
is_seller. Thanks to Dana for the assist with pointing out that the error I was seeing was because my custom clean() method wasn't returning cleaned_data.
-
fish2000 authored
-
fish2000 authored
-
fish2000 authored
-
fish2000 authored
-
fish2000 authored
-
- 22 Feb, 2011 2 commits
-
-
Joe Kondel authored
them.
-
Joe Kondel authored
now be taken care of by the general ( celery ) queue.
-