[CONFIG] Define files to precompile.
Include puma gem in gemfile.
Follow recomendation: Please add test-unit gem to your Gemfile: `gem 'test-unit', '~> 3.0'`.
[REFACTOR] Milestone stories ordering should be DESC.
Group calendar days in week rows.
[FIX] Syntax error in Work::CSV_COLUMNS constant value.
[REFACTOR] Review works csv exported fields.
[FIX] Correct behaviour when creating a Story w/o user.
[FIX] Correct behaviour when updating a Story user.
[WIP]
[LAYOUT]
[FEATURE] Introduce new Story.estimate field.
[FIX] Correct behaviour when updating a Story user.
[FIX] Define different behaviout for Project attributes archived and active at in_use scope.
[REFACTOR] Use `CREATE OR REPLACE VIEW`.
[FIX] Allow user to change date when editing calendar works.
[FIX] Pass project when invoking milestone url helper.
[FEATURE] Introduce archivable to Customer, User, Project and Milestone.
[FEATURE] Control archivables at project create/edit.
[FEATURE] Control archivables at story edit/creation.
[FEATURE] Ignore archived models in global search.
[LAYOUT] Add spacer TRs between projects in dashboard/ongoing projects.
[LAYOUT] Improve contrast in compact table.
[LAYOUT] New dashboard's calendar.
[LAYOUT] Render active milestones at the dashboard.
Merge branch 'master' of ssh://git.code.sf.net/p/windsofscrum/git
[LAYOUT|REFACTOR] Sort milestones by release date descendently.
[LAYOUT] Show also the total estimate.
[FIX] Avoid null pointer error.
[FIX] Avoid null pointer error.
[LAYOUT] Improve layout for Milestone detail.
[LAYOUT] Small dashboard project's layout review. Still needs improvement.
[ENHACEMENT] Add Project.active to works weekly report.
Merge branch 'master' of ssh://git.code.sf.net/p/windsofscrum/git
[LAYOUT] On create project, redirect to show.
[LAYOUT] Milestone show view was not rendering Milestone.description.
[LAYOUT] Render the sum of the child stories estimate at show Story view.
[FIX] Do not paginate listing when exporting to csv.
[WIP]
[WIP]
[FIX] Do not override work.user_id with current user on edit.
[REFACTOR] Remove commented code.
[REFACTOR] Remomve commented code.
[FIX] At refresh_team_sprint_projects, removal of projects was failing.
[LAYOUT] Story notes in monospace font.
[LAYOUT] White when hours in the past are zero, grey for days in the future.
[LAYOUT] Rework calendar.
[FIX] @story.user may be nil.
[LAYOUT] Little more calendar layout rework.
[LAYOUT] Improve usability.
[FIX] weekly_works report query.
[FEATURE] Do not automatically set current_user to story on SprintBacklogController.change_state.
[REFACTOR] Global search now works directly with anchor href, no need to ask the controller to redirect..
[LAYOUT] Do not show days as estimation unit, use pts instead.
[LAYOUT] Sort milestone stories.
[LAYOUT] Show finished state of story parts at show story.
[REFACTOR] Render Parent stories when all its parts have been closed.
[FIX] prefix backlog.name when applying_filters by containing.
[LAYOUT] Hide parent stories at backlog listing view.
Set default Timezone to Madrid.
[LAYOUT] Use ordered list instead of UL for Story parts at story detail.
[REFACTOR] Sort story parts by importance DESC.
Update bundle.
[REFACTOR] Sort story parts by importance.
[LAYOU] Show created and updated at timestamps when showing details of stories.
[FIX] Update path to projects.
Full text search with Textacular's fuzzy_search.
[REFACTOR] Sort report rows by :start_date, :customer_id, :user_id.
[LAYOUT] Update available_users to filter only enabled users.
[LAYOUT] Rework Story edit view.
Use d/m/Y at works export file.
[LAYOUT] Introduce download icon.
[FEATURE] Added Customer name to works CSV.
[FIX]
[FIX] Force attachment to be kept apart from the body.
[WIP] Added views to report mail.
[FIX]
[FIX] Scoping by admins.
[FEATURE] Added works report rake taks.
[FEATURE] Set exported filename extension to csv.
[FEATURE] Works csv exporter.
Merge branch 'master' of ssh://git.code.sf.net/p/windsofscrum/git
Works filter + Milestones details
[REFACTOR] Delete application.yml
[FEAT] Show associated stories from milestones detail
[FEAT] Project setup
[FEAT] Add Works task filter
[REF] Team sprint creation keep similar order a...
[REFACTOR] Income computation.
[FEATURE] Filter project costs by dates.
[FEATURE] Filter project costs by dates.
[FIX] Remove condition in intermediate TeamSpri...
[FIX] Mispelling of include for project.
[FIX] Use query parameter when filtering backlog.
[FEATURE] Allow filtering in backlog tree view.
[REFACTOR|DOC]
[LAYOUT] Show customer and project in sprint an...
[LAYOUT] Refactor story detail.
[LAYOUT] Different color for story parts (subst...
[FEATURE] Filter stories by milestone.