Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-23 | Sync locales | Frederic Guillot | |
2016-08-23 | Fix conflicts for PR #2603 (Korean translations) | Frederic Guillot | |
2016-08-23 | fix Thai translation | ninearif | |
2016-08-23 | fix Thai typo | nineArif | |
2016-08-23 | Translate to korean | Napier | |
2016-08-22 | Store board collapsed mode user preference in the database | Frederic Guillot | |
2016-08-21 | Store comment sorting direction in user metadata | Frederic Guillot | |
2016-08-21 | Add FileCache driver | Frederic Guillot | |
2016-08-21 | Show project name in notifications | Frederic Guillot | |
2016-08-16 | Rename template hooks from PR #2586 | Frederic Guillot | |
2016-08-16 | Added template hooks for menu on project list | stinnux | |
2016-08-15 | Fix PHP notice when sending overdue notifications | Frederic Guillot | |
2016-08-14 | Merge pull-request #2539 | Frederic Guillot | |
2016-08-14 | Make form columns and popover more responsive | Frederic Guillot | |
2016-08-14 | Make project overview page more responsive | Frederic Guillot | |
2016-08-14 | Make tables more responsive | Frederic Guillot | |
2016-08-13 | Fix PHP 5.3 compatibility issue | Frederic Guillot | |
2016-08-13 | Display same task summary on all task view pages | Frederic Guillot | |
2016-08-13 | Remove fixed table on dashboard and improve input placeholders | Frederic Guillot | |
2016-08-13 | Replace SQL query by a PicoDB query | Frederic Guillot | |
2016-08-13 | Add the possibility to attach template hooks with a callback | Frederic Guillot | |
2016-08-13 | Add the possibility to attach template hooks with local variables | Frederic Guillot | |
2016-08-13 | Improve form helpers and add more hooks | Frederic Guillot | |
2016-08-13 | Add reference hooks | Frederic Guillot | |
2016-08-12 | Fixed missing space on Activities title | Eskiso | |
2016-08-11 | Update Locale for ID (#2578) | Anjar Febrianto | |
2016-08-08 | Make filter box and project header more responsive | Frederic Guillot | |
2016-08-07 | Use Sass custom mixins for grid | Frederic Guillot | |
2016-08-07 | Add SASS variables for colors | Frederic Guillot | |
2016-08-07 | Re-indent code of PR #2560 | Frederic Guillot | |
2016-08-07 | Merge pull-request #2560 | Frederic Guillot | |
2016-08-07 | Convert application header to grid system | Frederic Guillot | |
2016-08-07 | fix selfsigned ssl certificates swift mail | Thomas Lutz | |
2016-08-07 | Show project name on task bulk creation form | Frederic Guillot | |
2016-08-07 | Show project name in task forms | Frederic Guillot | |
2016-08-07 | Reduce number of font size | Frederic Guillot | |
2016-08-06 | Convert vanilla CSS to SASS | Frederic Guillot | |
2016-08-02 | Update russian translation (#2542) | Duamel Sevans | |
2016-08-01 | Display priority changes in board view for inverted priority ranges | Rys Sommefeldt | |
Similar to allowing update of priorities when `priority_end` is greater than `priority_start`, to support inverted priority ranges, allow that change to propagate into `formatPriority` and display in the board view. | |||
2016-08-01 | Allow priority changes when start and end differ | Rys Sommefeldt | |
It's common to want an 'inverted' priority range, for example where P0 is the highest. The task helper logic would hide priority editing when priority_end was larger than priority_start. This logic change allows it by checking that priority_start and priority_end are different. | |||
2016-07-31 | Move API calls for task metadata to a separate class | Frederic Guillot | |
2016-07-31 | Merge pull-request #2533 | Frederic Guillot | |
2016-07-31 | Cleanup events and stuff before processing job in worker | Frederic Guillot | |
2016-07-31 | Send bootstrap event when starting worker | Frederic Guillot | |
2016-07-30 | fixed typo | NeverMin | |
2016-07-29 | Added Task Metadata options to API | Eskiso | |
Add API calls to get all metadata from task, get metadata from task by name, edit/create new metadata and remove metadata | |||
2016-07-28 | Allow users to see inactive projects | Frederic Guillot | |
2016-07-27 | Fix regression in PR #2439 | Frederic Guillot | |
2016-07-27 | Merge pull-request #2525 | Frederic Guillot | |
2016-07-27 | ADD: TaskMovedDateFilter | Christopher Geelen | |