summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2016-08-23Fix indentation in PR #2587Frederic Guillot
2016-08-23Merge pull-request #2587Frederic Guillot
2016-08-23Sync localesFrederic Guillot
2016-08-23Fix conflicts for PR #2603 (Korean translations)Frederic Guillot
2016-08-23fix Thai translationninearif
2016-08-23fix Thai typonineArif
2016-08-23Translate to koreanNapier
2016-08-22Store board collapsed mode user preference in the databaseFrederic Guillot
2016-08-21Store comment sorting direction in user metadataFrederic Guillot
2016-08-21Add FileCache driverFrederic Guillot
2016-08-21Show project name in notificationsFrederic Guillot
2016-08-17New Automatic Actions: Colour by Swimlane and Priority by Swimlanedalmond
2016-08-17Automatic Actions now support Swimlanesdalmond
2016-08-16Rename template hooks from PR #2586Frederic Guillot
2016-08-16Added template hooks for menu on project liststinnux
2016-08-15Fix PHP notice when sending overdue notificationsFrederic Guillot
2016-08-14Merge pull-request #2539Frederic Guillot
2016-08-14Make form columns and popover more responsiveFrederic Guillot
2016-08-14Make project overview page more responsiveFrederic Guillot
2016-08-14Make tables more responsiveFrederic Guillot
2016-08-13Fix PHP 5.3 compatibility issueFrederic Guillot
2016-08-13Display same task summary on all task view pagesFrederic Guillot
2016-08-13Remove fixed table on dashboard and improve input placeholdersFrederic Guillot
2016-08-13Replace SQL query by a PicoDB queryFrederic Guillot
2016-08-13Add the possibility to attach template hooks with a callbackFrederic Guillot
2016-08-13Add the possibility to attach template hooks with local variablesFrederic Guillot
2016-08-13Improve form helpers and add more hooksFrederic Guillot
2016-08-13Add reference hooksFrederic Guillot
2016-08-12Fixed missing space on Activities titleEskiso
2016-08-11Update Locale for ID (#2578)Anjar Febrianto
2016-08-08Make filter box and project header more responsiveFrederic Guillot
2016-08-07Use Sass custom mixins for gridFrederic Guillot
2016-08-07Add SASS variables for colorsFrederic Guillot
2016-08-07Re-indent code of PR #2560Frederic Guillot
2016-08-07Merge pull-request #2560Frederic Guillot
2016-08-07Convert application header to grid systemFrederic Guillot
2016-08-07fix selfsigned ssl certificates swift mailThomas Lutz
2016-08-07Show project name on task bulk creation formFrederic Guillot
2016-08-07Show project name in task formsFrederic Guillot
2016-08-07Reduce number of font sizeFrederic Guillot
2016-08-06Convert vanilla CSS to SASSFrederic Guillot
2016-08-02Update russian translation (#2542)Duamel Sevans
2016-08-01Display priority changes in board view for inverted priority rangesRys 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-01Allow priority changes when start and end differRys 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-31Move API calls for task metadata to a separate classFrederic Guillot
2016-07-31Merge pull-request #2533Frederic Guillot
2016-07-31Cleanup events and stuff before processing job in workerFrederic Guillot
2016-07-31Send bootstrap event when starting workerFrederic Guillot
2016-07-30fixed typoNeverMin
2016-07-29Added Task Metadata options to APIEskiso
Add API calls to get all metadata from task, get metadata from task by name, edit/create new metadata and remove metadata