summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2016-07-31Move API calls for task metadata to a separate classFrederic Guillot
2016-07-31Fix PHP error in PR #2535Frederic Guillot
2016-07-31Merge pull-request #2535Frederic Guillot
2016-07-31Merge pull-request #2533Frederic Guillot
2016-07-31Update ChangeLogFrederic Guillot
2016-07-31Cleanup events and stuff before processing job in workerFrederic Guillot
2016-07-31Send bootstrap event when starting workerFrederic Guillot
2016-07-30Updated API Doc for Task ProcedureEskiso
Added new API calls for task metadata
2016-07-30Added Task Metadata API calls testsEskiso
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
2016-07-28Update ChangeLog and contributors listFrederic Guillot
2016-07-28Allow users to see inactive projectsFrederic Guillot
2016-07-27Fix regression in PR #2439Frederic Guillot
2016-07-27Merge pull-request #2525Frederic Guillot
2016-07-27ADD: TaskMovedDateFilterChristopher Geelen
2016-07-27Merge remote-tracking branch 'upstream/master'Christopher Geelen
Conflicts: app/Job/NotificationJob.php
2016-07-27Fixed internal link translations.Eskiso
Wrong "gender" on words.
2016-07-26Use the library PicoFeed to generate RSS/Atom feedsFrederic Guillot
2016-07-26Updated translationEskiso
Shouldn't lines 1203, 1204, 1195, 1196 end in %d?
2016-07-24Sync translationsFrederic Guillot
2016-07-24Define exact select2 version to make sure it works with IE11Frederic Guillot
2016-07-24Removed individual column scrolling on boardFrederic Guillot
2016-07-24Improve project page titlesFrederic Guillot