summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-22Add budget graphFrederic Guillot
2015-03-21Allow admins to transform a private project to a team projectFrederic Guillot
2015-03-21Add option to enable/disable iframe inclusion http headerFrederic Guillot
2015-03-21Display projects on the dashboard and board selector when everybody allowed ↵Frederic Guillot
is checked
2015-03-21Remove html escaping for custom cssFrederic Guillot
2015-03-21Move task complexity to the bottomFrederic Guillot
2015-03-21Add swimlane dropdown in task creation formFrederic Guillot
2015-03-21Fix bug wrong due date after moving a task on the calendarFrederic Guillot
2015-03-19Merge pull-request #731Frederic Guillot
2015-03-19Fix query to check user by name and email.Francois Ferrand
2015-03-19Gitlab "Thema" -> "Fehler"Christian González
changed because "Thema" is no good word for issue in this context. The translation for github uses "Fehler" as well, there correctly.
2015-03-16Add unique css class name for board tableFrederic Guillot
2015-03-16Merge and improve pull-request #666 (custom stylesheet)Frederic Guillot
2015-03-16Merge pull-request #710Frederic Guillot
2015-03-15Change relative date in unit testsFrederic Guillot
2015-03-15Lowercase class nameFrederic Guillot
2015-03-15Calculate intersection between time tracking and timetableFrederic Guillot
2015-03-15Add cost breakdown for project budgetFrederic Guillot
2015-03-14Calculate the time spent based on the timetableFrederic Guillot
2015-03-13Remove extra space below description in tooltip.Francois Ferrand
2015-03-12Start to develop the budget moduleFrederic Guillot
2015-03-12Merge and improve pull-request #704Frederic Guillot
2015-03-12Update readmeFrederic Guillot
2015-03-12Merge pull-request #709Frederic Guillot
2015-03-12Merge pull-request #706Frederic Guillot
2015-03-12Add Serbian currencie and language code in Model\Configbdpsoft
2015-03-12Added Serbian Latin translationbdpsoft
2015-03-12Fix flickering and column sizes.Francois Ferrand
* Avoid flickering in default view mode, by properly setting the default (horizontal-scroll) layout directly in CSS. This flickering was introduced with #675 pull request. This also fixes the layout of the public board. Javascript is now used only to activate the 'compact' mode, thus still causing a slight flickering, but in that mode only. * Use fixed-layout on the table to improve layout and rendering speed. * Slightly reduce the width of the swimlane header column, and make it fixed-width. * Slightly simplify the Javascript/jQuery code for activating compact mode. This is replaces pull request #688, with only the table layout fix, since I have no proper solution for the scrolling problem.
2015-03-11Update readmeFrederic Guillot
2015-03-11Added dutch translationHendrik Stoker
2015-03-10Improve pull-requestFrederic Guillot
2015-03-10Merge pull-request #699Frederic Guillot
2015-03-10Order task links by labels and task columnOlivier Maridat
2015-03-10Add a quick task link creation as it is possible for subtaskOlivier Maridat
2015-03-10Add an item "Add a link" in the dropdown menu of a task in the board viewOlivier Maridat
2015-03-09Bust subtask title max length to 255 charactersFrederic Guillot
2015-03-09Merge pull-request #697Frederic Guillot
2015-03-09Merge pull-request #700Frederic Guillot
2015-03-09Lowercase filenameFrederic Guillot
2015-03-09Add user timetablesFrederic Guillot
2015-03-09Adding CHF to the list of Euro currenciesOlivier Paroz
2015-03-07Add user costFrederic Guillot
2015-03-07add image thumbnail to task detail view, add icons to common file ↵BlueTeck
extensions, better layout in task attachments
2015-03-06Edit subtask with title maxlength 100.Oliver Kraitschy
2015-03-06Create subtask with title maxlength 100.Oliver Kraitschy
2015-03-05Add config parameter for custom database portFrederic Guillot
2015-03-04Merge pull-request 665Frederic Guillot
2015-03-04Merge pull-request #691Frederic Guillot
2015-03-04Fix typosFrederic Guillot
2015-03-04Escape markdown code in column tooltips.Francois Ferrand
This is needed to avoid issues when the code contains quotes.