summaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Collapse)Author
2015-01-30Add ignored assets from gitFrederic Guillot
2015-01-25Fix bug board selector redirectionFrederic Guillot
2015-01-25Store calendar filters per projectFrederic Guillot
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-31Acl refactoringFrédéric Guillot
2014-12-28Underline the current assignee instead of a star iconFrédéric Guillot
2014-12-28Improve css for tablets and fix minor bugFrédéric Guillot
2014-12-28Change min-widthFrédéric Guillot
2014-12-28Make the dashboard more responsiveFrédéric Guillot
2014-12-26Add swimlanesFrédéric Guillot
2014-12-20Add contributors and update assetsFrédéric Guillot
2014-12-19Update popover.csscluxter
Allows scrolling of popup to be able to see the whole popup on small screens, particularly on tablets and smartphones.
2014-12-14Start to improve the ui for tabletsFrédéric Guillot
2014-12-14CSS fix for popover on small screen (pull-request #473)Frédéric Guillot
2014-12-06Minors layout improvementsFrédéric Guillot
2014-12-06Auto-select input fields for copy/pasteFrédéric Guillot
2014-12-04Move user templates to a subfolderFré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-30Improve Markdown cssFrédéric Guillot
2014-11-29Always do the ajax session checkFrédéric Guillot
2014-11-29Improve session handler and add Ajax session checkFrédéric Guillot
2014-11-26Move subtask templates to a subfolderFrédéric Guillot
2014-11-25Do not display a shadow for form input errorsFrédéric Guillot
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-20Add Markdown preview for textarea, see #407Frédéric Guillot
2014-11-20Move and clean some templates to a subfolderFrédéric Guillot
2014-11-16Add daily project summary exportFrédéric Guillot
2014-11-16Add cumulative flow diagramFrédéric Guillot
2014-11-15Add pagination and sorting to the dashboardFrédéric Guillot
2014-11-13Add graph for user repartitionFrédéric Guillot
2014-11-11Add subtasks to the dashboardFrédéric Guillot
2014-11-09Improve css for tablesFrédéric Guillot
2014-11-09Start templates cleanup and reorganisationFrédéric Guillot
2014-11-09Analytics: add the first graph (task repartition)Frédéric Guillot
2014-11-09Add projects to the dashboard and rename some methodsFrédéric Guillot
2014-11-08Replace box shadow by a black border for recent tasksFrédéric Guillot
2014-11-08Change the color of the sidebarFrédéric Guillot
2014-11-08Change form stylesFrédéric Guillot
2014-11-02Change layout (experimental)Frédéric Guillot
2014-10-26Update documentationFrédéric Guillot
2014-10-25Add icons and shortcuts to the board (pull-request #348)Frédéric Guillot
2014-10-21Add option to allow everybody on a projectFrédéric Guillot
2014-10-14Add a dashboard (first version)Frédéric Guillot
2014-10-12Project activity refactoring and listeners improvementsFrédéric Guillot