summaryrefslogtreecommitdiff
path: root/assets/js/board.js
AgeCommit message (Collapse)Author
2015-01-25Move assets to seperate subfoldersFrederic Guillot
2015-01-17Add project calendars (merge/refactoring of #490)Frederic Guillot
2015-01-05Minify javascriptFrederic Guillot
2015-01-05Add prefix for local storage keysFrederic Guillot
2015-01-05Update board.js to always keep filter settingsgavlepeter
Save filter settings to localStorage everytime filter_apply() is called. Get and set filters from localStorage when filter_load_events() is called. This improves the user experience when browsing tasks on a filtered board. No need to set the filters each time the board loads. Perhaps a checkbox option to initialize this functionality but I think it should be default behavior.
2014-12-26Add swimlanesFrédéric Guillot
2014-12-04Reposition the tooltip when they are loaded.Francois Ferrand
At the end of the asynchronous load, the tooltips need to be repositionned, since the size of the content may have changed.
2014-11-25Show the task creation form as a popoverFrédéric Guillot
2014-11-25Fix bug description previewFrédéric Guillot
2014-11-24Integrate tooltips and code cleanup/fix bugs, see #166Frédéric Guillot
2014-11-09Start templates cleanup and reorganisationFrédéric Guillot
2014-11-02Change layout (experimental)Frédéric Guillot
2014-07-07Improve javascript code and remove CSP errorsFrédéric Guillot
2014-07-06Integration of the chosen jquery plugin for the board selectorFrédéric Guillot
2014-07-01Use popover to edit task and description directly from board.Francois Ferrand
- Click on 'description' icon opens the 'edit-description' page. - Edit task and edit description now open in popover, like the assign dialog.
2014-06-25Merge pull-request #140 (several small fixes)Frédéric Guillot
2014-06-20Add a board selector instead of the list of projectsFrédéric Guillot
2014-05-28Add CSRF protectionsFrédéric Guillot
2014-05-23Fix javascript typoFrédéric Guillot
2014-05-23Improve css and phpdoc commentsFrédéric Guillot
2014-05-22Code refactoring (add autoloader and change files organization)Frédéric Guillot
2014-05-21Add categories for projects and tasksFrédéric Guillot
2014-05-17Refresh the board only if the tab is visibleFrédéric Guillot
2014-05-17Assignee change from the board is now a popoverFrédéric Guillot
2014-05-17Click on a task redirect to the show pageFrédéric Guillot
2014-05-17Rewrite board drag and drop with jquery (touch devices, IE, auto-update)Frédéric Guillot
2014-05-03Add Google authenticationFrédéric Guillot
2014-04-26Add a filter by user and due date + minor changesFrédéric Guillot
2014-03-12Refresh the board only when it's necessary and add a link on the task titleFrédéric Guillot
2014-03-09Automatic actionsFrédéric Guillot
2014-03-05Improve unit testFrédéric Guillot
2014-03-05#37 click on task to access itrzeka
2014-02-25Improve task limit js conditionFrédéric Guillot
2014-02-25Add task limit for each columnFrédéric Guillot
2014-01-25First commitFrédéric Guillot