-
Notifications
You must be signed in to change notification settings - Fork 15
Changelog
bartaz edited this page Sep 13, 2010
·
9 revisions
This was mainly a bug-fix release. Probably the most important thing may be that we’ve fixed the most annoying bugs in IE, so now Taskboard works nicely in IE8 and quite well in IE7. IE6 is a nightmare, so we are not willing to support it.
- (#1) Taskboard is now fully functional in IE7 and IE8
- (#39) Burndown on a card is properly updated when hours change
- (#48) We couldn’t reproduce this one, so let’s count it as fixed ;)
- (#55) Adding a project or taskboard few times is not possible now – even if you are very fast in clicking ;)
- (#66) We’ve applied a patch provided by szpak that fixes an issue with creating a card for given URL. Thanks for help!
- (#72) Fixed an issue with special characters in tags
- (#3) Removing all cards from column or row is now possible with one click
- (#60) Fixed selecting wrong cards by tags with strange characters
- (#62) Taskboard data is now reloaded when after connecting to synchronization service, so you don’t miss any changes made in a meantime
- We removed unneeded jRails plugin
- We updated Rails and Juggernaut
- (#53) Usability improvements to home page
- (#58) Links to Cognifide and Taskboard sites in footer – because we are proud of it :)
- (#46) Fixed error when deleting tag
- (#16) Added some space between lines of tags
- (#54) Taskboards are now correctly sorted alphabetically
- (#7) Nice tooltips added to help when editing tags or notes
- (#42) Colour of a card can now be changed when ‘big card’ is opened
- (#44) Taskboards are now grouped into projects!
- (#6) Clonning taskboards
- (#25) Rows – cards on taskboards can now be organised in rows as well as in columns
- (#9) Taskboard version is now visible (on login and home page)
- (#13) Invisible taskboard cannot be created anymore
- (#34) We are now using Blue-Ridge for automated JavaScript testing
- (#32) Taskboard Demo added to our website
- Minor JavaScript cleaning and fixes for demo
- (#26) Tags are no longer visible multiple times when added
- (#27) ‘Add card’ and ‘Add column’ links are now properly deselected
- RSpec no longer needed to run Taskboard
- Juggernaut server no longer needed to run tests
This is just an overview of the features included when Taskboard was released open-source
- creating taskboards
- managing columns on taskboards (adding, moving, renaming, deleting)
- managing cards on taskboards (adding, moving, renaming, deleting)
- Markdown syntax for notes
- changing colour of cards
- adding tags to cards
- tracking hours left to complete the issue
- burndown chart for whole taskboard and individual cards
- importing card based on given URL
- importing cards based on given JIRA issue or filter URL
- basic user roles (editor and viewer)