New release with a few requested fixes

in
Subscribe to New release with a few requested fixes 5 posts, 4 voices



Alex Burkhardt Script's Author

I just released a new version which should fix the problem with styling on completed to-dos (struck-out) on the dashboard. Also, I added the non-https Basecamp domains to make it work with all Basecamp plans. Let me know if it works for you.

Again, if you prefer the US date format (mm/dd/yy) you need to make the following changes:

Just open the script in a text editor through the edit button in the "Manage user scripts" window. Then change line 54 & 55 to the following:

dateDisplayed.setMonth(datum1[0] - 1);
dateDisplayed.setDate(datum1[1]);

Any feedback and questions are more than welcome.

 
markp Scriptwright

Hi Alex,

Excellent! Many thanks. Works well and makes the script much nicer to use.

Mark

 
conankun User

Hi Alex,

How can I modify it so that it will only color my to-does. I know I can filter it by showing only my to-does. But I was just wondering if it is possible for me to still view everyone to-does in a project, yet have only mine colored.
Eg.
A: [23/02/09] Do this (color this)
B: [23/02/09] Do that (don't color)
A: [25/02/09] Do whatever (color this)

Hendra

 
CJ McKinney User

Alex,

Love the script. However, it seems to be having an issue with April 2009. It does not work correctly for that month for some reason. I can't figure out why.

CJ

 
Alex Burkhardt Script's Author

@conankun: It´s a bit tricky but there might be a way to implement this filter. I´ll see what I can come up with.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel