summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-21Adjust margins for project headerFrederic Guillot
2016-08-21Avoid tags overlapping on the boardFrederic Guillot
2016-08-21Show project name in notificationsFrederic Guillot
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-15Merge pull request #2582Frédéric Guillot
2016-08-15fixed description in doc for this->hook->on to comply with new HookHelper argsChristopher Geelen
2016-08-14Update test case, ChangeLog and contributorsFrederic Guillot
2016-08-14Merge pull-request #2539Frederic Guillot
2016-08-14Fix typo in documentationFrederic Guillot
2016-08-14Make login form fit on mobile device screenFrederic Guillot
2016-08-14Make form columns and popover more responsiveFrederic Guillot
2016-08-14Use mixins for file thumbailsFrederic 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-13Make task summary more responsiveFrederic Guillot
2016-08-13Display same task summary on all task view pagesFrederic Guillot
2016-08-13Make page header menu more responsiveFrederic Guillot
2016-08-13Make sidebar more responsiveFrederic 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-13Merge pull request #2579Frédéric Guillot
2016-08-12Fixed missing space on Activities titleEskiso
2016-08-11Update Locale for ID (#2578)Anjar Febrianto
2016-08-08Make filter box compatible with SafariFrederic Guillot
2016-08-08Do not show caret in dropdown input addons with small devicesFrederic Guillot
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-07Adjust board and dropdown text-sizeFrederic 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.