0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Sep 09, 2024 — Sep 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
If the lane of a card is changed in the amend item dialog, then update the card counts in the lane headers
rdale
as Richard Dale
More... over 13 years ago
Commit hobo auto-generated code
rdale
as Richard Dale
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
rdale
as Richard Dale
More... over 13 years ago
Commit the latest Hobo auto-generated code
rdale
as Richard Dale
More... over 13 years ago
Update the schema version
rdale
as Richard Dale
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'
rdale
as Richard Dale
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
rdale
as Richard Dale
More... over 13 years ago
The project member assignment field in the new task dialog wasn't being reinitialized correctly
rdale
as Richard Dale
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.
rdale
as Richard Dale
More... over 13 years ago
If no lane is specified in the new task dialog, then use the first lane on the kanban board
rdale
as Richard Dale
More... over 13 years ago
Ignore any archived items when and item is moved from the Done lane to another lane
rdale
as Richard Dale
More... over 13 years ago
Only update the positions of tasks which haven't been archived after a drag and drop
rdale
as Richard Dale
More... over 13 years ago
Add a migration for reordering the position values within the lanes
rdale
as Richard Dale
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.
rdale
as Richard Dale
More... over 13 years ago
Clear the new task dialog fields when it is closed
rdale
as Richard Dale
More... over 13 years ago
Improve code layout
rdale
as Richard Dale
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
rdale
as Richard Dale
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
rdale
as Richard Dale
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
rdale
as Richard Dale
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.
rdale
as Richard Dale
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
rdale
as Richard Dale
More... over 13 years ago
Add per project permissions to the Comment and Snapshot models
rdale
as Richard Dale
More... over 13 years ago
Remove debug logging from the model permissions methods
rdale
as Richard Dale
More... over 13 years ago
Commit autogenerated sources for Heroku
rdale
as Richard Dale
More... over 13 years ago
Set a DOMAIN environment variable in Heroku so that the mailer will work ok in the staging environment
rdale
as Richard Dale
More... over 13 years ago
Now that the kanban staging app has a SECRET_TOKEN environment variable, change the config to use it
rdale
as Richard Dale
More... over 13 years ago
Hard code a secret token for testing the staging app
rdale
as Richard Dale
More... over 13 years ago
Don't use a secret token as it is preventing the staging app from starting
rdale
as Richard Dale
More... over 13 years ago
Comment out the mailer default url options as they seem to be causing the staging app to crash
rdale
as Richard Dale
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
rdale
as Richard Dale
More... over 13 years ago