If the lane of a card is changed in the amend item dialog, then update the card counts in the lane headers |
|
More...
|
over 13 years ago
|
Commit hobo auto-generated code |
|
More...
|
over 13 years ago
|
When the lane of a task is changed in the amend task dialog, update the positions of the other tasks in the affected lanes Move the code to handle a drop into Lane#move_item so that it can be used for both handle drops and when a lane is changed when updating a task |
|
More...
|
over 13 years ago
|
Commit the latest Hobo auto-generated code |
|
More...
|
over 13 years ago
|
Update the schema version |
|
More...
|
over 13 years ago
|
Fix bug in the migration that updated the item positions within the lanes. Ignore any items which have a state of 'archived' |
|
More...
|
over 13 years ago
|
When a new task is created with the new task dialog, update the count of cards in the lane header |
|
More...
|
over 13 years ago
|
The project member assignment field in the new task dialog wasn't being reinitialized correctly |
|
More...
|
over 13 years ago
|
When a card is amended, return the html for the new card and replace the existing card in the kanban board DOM. |
|
More...
|
over 13 years ago
|
If no lane is specified in the new task dialog, then use the first lane on the kanban board |
|
More...
|
over 13 years ago
|
Ignore any archived items when and item is moved from the Done lane to another lane |
|
More...
|
over 13 years ago
|
Only update the positions of tasks which haven't been archived after a drag and drop |
|
More...
|
over 13 years ago
|
Add a migration for reordering the position values within the lanes |
|
More...
|
over 13 years ago
|
Use an AJAX call to retrieve the change log view on the kanban board, instead of retrieving in unconditionally when first showing the board. |
|
More...
|
over 13 years ago
|
Clear the new task dialog fields when it is closed |
|
More...
|
over 13 years ago
|
Improve code layout |
|
More...
|
over 13 years ago
|
Change the drag and drop code to work with the item positions within a lane being in descending order going down to 1 |
|
More...
|
over 13 years ago
|
Change the sort order for items within lanes so the it is descending in order of position. When a new item is created give it a position at the end of the existing items |
|
More...
|
over 13 years ago
|
Change the new task dialog to use AJAX and only return the AJAX response after creating a new task instead of redisplaying the whole kanban board |
|
More...
|
over 13 years ago
|
When a task is updated via the AJAX dialog, set the text of the task in the lane to the value of the task title entered in the update task dialog, and then close the dialog. |
|
More...
|
over 13 years ago
|
Make the amend task dialog use AJAX when submitting, and then return an AJAX response instead of re-displaying the kanban board |
|
More...
|
over 13 years ago
|
Add per project permissions to the Comment and Snapshot models |
|
More...
|
over 13 years ago
|
Remove debug logging from the model permissions methods |
|
More...
|
over 13 years ago
|
Commit autogenerated sources for Heroku |
|
More...
|
over 13 years ago
|
Set a DOMAIN environment variable in Heroku so that the mailer will work ok in the staging environment |
|
More...
|
over 13 years ago
|
Now that the kanban staging app has a SECRET_TOKEN environment variable, change the config to use it |
|
More...
|
over 13 years ago
|
Hard code a secret token for testing the staging app |
|
More...
|
over 13 years ago
|
Don't use a secret token as it is preventing the staging app from starting |
|
More...
|
over 13 years ago
|
Comment out the mailer default url options as they seem to be causing the staging app to crash |
|
More...
|
over 13 years ago
|
After handling an item being dragged and dropped, don't call hobo_ajax_response() as it renders kanban.dryml which requires a lot of database access. Instead just render nothing as the only thing the AJAX response at the client end needs to do is to stop the spinner |
|
More...
|
over 13 years ago
|