Recent activity
Subscribe to this feed
Mark replied on November 23, 2009 20:26 to the problem "My Pivotal project page is blank and unresponsive. Eeek!" in Pivotal Labs:
Mark replied on November 23, 2009 16:57 to the question "Points breakdown report has broken down" in Pivotal Labs:
Mark replied on November 23, 2009 16:56 to the problem "Iteration boundaries may not be respecting project time zones" in Pivotal Labs:
Mark replied on November 23, 2009 16:22 to the problem "My Pivotal project page is blank and unresponsive. Eeek!" in Pivotal Labs:
Mark replied on November 23, 2009 16:15 to the problem "Iterations still start on Sunday despite of setting that it should start on Monday" in Pivotal Labs:
Mark replied on November 18, 2009 23:21 to the question "Does Pivotal use a 3rd party library/gem for the Markdown functionality in Tracker?" in Pivotal Labs:
As you noticed, Tracker at this point does not follow a standard Markdown or Markup syntax. We have an internal markup that just supports bold and italic. We do plan to move to standard Markup or Markdown syntax as some point, but we don't have a timeframe on when yet. All of our markup is currently done in JavaScript. I included the JS code we use below:
Element.cleanupText = function(text) {
if (text == null){
return "";
}
text = ((""+text).htmlEscape());
text = text.replace(/(^|\W)\*([^\n*]+)\*($|\W)/g, "$1$2$3");
text = text.replace(/(^|\W)_([^_]+)_($|\W)/g, "$1$2$3");
text = text.replace(/\n/g, "
");
return text;
};
Mark replied on November 18, 2009 23:11 to the problem "API fails updating stories that have a deadline." in Pivotal Labs:
A comment on the problem "Site appears to be down." in Pivotal Labs:
Thanks for providing the last few actions you did. You should be able to load your project now. Somehow the history data for the last story you deleted got out of sink. I fixed the data and we're investigating how it got out of sink.
Let us know if you have any other problems. – Mark, on November 18, 2009 22:46
A comment on the problem "Site appears to be down." in Pivotal Labs:
Hi Matt,
The site doesn't seem to be having any problems. It looks a problem with your specific project. We're investigating the problem. – Mark, on November 18, 2009 22:06
Mark replied on November 18, 2009 18:44 to the question "Points breakdown report has broken down" in Pivotal Labs:
Mark replied on November 18, 2009 18:40 to the problem "time zone issues" in Pivotal Labs:
Hi Ethan,
We could not recreate your scenario. Are you sure both computers are set to the correct time? Granted depending upon the user having the correct workstation time set is not ideal and we plan to fix that, but we could only recreate your scenario when one of our computers was set to the incorrect time.
Mark replied on November 18, 2009 15:48 to the problem "time zone issues" in Pivotal Labs:
Mark replied on November 18, 2009 15:34 to the idea "Assignments for a specific member" in Pivotal Labs:
Hi Sergey,
You can assign a story to specific developer by expanding the story details and selecting a developer in the drop down box next to the "owns" label.
Once a specific story is assigned to someone, their initials will show up in the story preview section after the story title. A developer can view all stories assigned to them by clicking on their initials, manually typing mywork:<initials> in the search box or by opening the "My Work" panel (View -> My Work).
</initials>
Mark replied on November 18, 2009 00:34 to the question "Manual commit mode not working correctly" in Pivotal Labs:
Mark replied on November 18, 2009 00:30 to the problem "time zone issues" in Pivotal Labs:
Mark replied on November 16, 2009 20:48 to the problem "Site appears to be down." in Pivotal Labs:
Mark replied on November 15, 2009 21:57 to the problem "Attempting to save an 'accepted' story using the API causes server side error" in Pivotal Labs:
Mark replied on November 14, 2009 16:57 to the question "Unable to load project from the server!" in Pivotal Labs:
Mark replied on November 11, 2009 15:51 to the question "Is it possible to add custom fields to stories?" in Pivotal Labs:
Sorry it's not possible to add custom fields, but most people find that adding additional information to the description and/or adding specific categorization labels (i.e. Safari, Firefox 3.5, IE7, IE8) addresses most if not all of the reasons that they would want custom fields. Labels and description facilitate communication, searching, categorization, etc.
Mark gave praise in Pivotal Labs on November 11, 2009 00:42:
Tracker testTracker test
| next » « previous |
Loading Profile...

