Commit Graph

1280 Commits (252e4983fba7e11103d1da29650a62f54dd46433)

Author SHA1 Message Date
Jean-Philippe Lang 0e19aa4362 Fixed: error when serializing back objects with custom fields using ActiveResource (#6403). 14 years ago
Jean-Philippe Lang 4715a37937 Gantt: Avoid unnecessary queries before rendering. 14 years ago
Jean-Philippe Lang b17e145d75 Gantt: view cleanup. 14 years ago
Jean-Philippe Lang b0a1a04008 Gantt: iterate over all objects only once for html and pdf rendering (#6348). 14 years ago
Jean-Philippe Lang d7c607fd8b Automatic spent time logging from commit messages (#4155). 14 years ago
Jean-Philippe Lang 224921460a Adds a pseudo format to api template names and overrides ActionController#default_template so that api templates are chosen automatically. 14 years ago
Jean-Philippe Lang 9157482049 Adds subtasks to GET /issues/:id API (#5338). 14 years ago
Jean-Philippe Lang f7cf8aa878 Adds REST API for TimeEntries (#6823). 14 years ago
Jean-Philippe Lang 9284a32c9a Moves project attributes default assignments from ProjectsController#new to the model (#6064). 14 years ago
Jean-Philippe Lang 735a83c596 Converts IssuesController to use the new API template system and makes xml/json responses consistent (#6136). 14 years ago
Jean-Philippe Lang a1f12e3ade Converts ProjectsController to use the new API template system. 14 years ago
Jean-Philippe Lang e9775097ec Adds xml/json REST API for Users (#6260). 14 years ago
Jean-Philippe Lang d180c833b9 Fixed: Layout problem in workflow overview (#6990). 14 years ago
Azamat Hackimov ec3975ef5b Replaced hardcoded strings (KB) with i18n equivalent (number.human.storage_units.units.kb) 14 years ago
Jean-Philippe Lang 0f55adf31a Fixed: links to edit/delete a news broken by r4214 (#6944). 14 years ago
Jean-Philippe Lang 3e95d12b75 Fixed: Log Time link broken in issue context menu (#6904). 14 years ago
Jean-Philippe Lang 8ef06826c3 Raised maximum length of project names and identifiers to 255 and 100 respectively (#6446). 14 years ago
Jean-Philippe Lang 63866407f1 Fixed: unchecking status filter on the issue list has no effect (#6844). 14 years ago
Jean-Philippe Lang 635c177eea Fixed: User list not sorted on category form (#6760). 14 years ago
Jean-Philippe Lang 475530e59f Adds a "visible" option on User and Project custom fields (#1738). 14 years ago
Jean-Philippe Lang ae498a06e2 Removed hardcoded links in my/page_layout (#6839). 14 years ago
Jean-Philippe Lang 666c54e86c Adds a combo to select parent on wiki page rename (#5136). 14 years ago
Jean-Philippe Lang 8a2aa5d217 Disable button to prevent accidental double click on project members (#6826). 14 years ago
Eric Davis 7e359d3d7e Add a Email Header setting. Useful for adding delimiters to every email. 14 years ago
Jean-Baptiste Barth 7c5497db65 Add a label for user and group search fields. #6521 14 years ago
Jean-Baptiste Barth abb83f4c4f Added ability to create issue directly as a subtask of another one. #5484 14 years ago
Jean-Baptiste Barth c91ca4fcd9 Fix wikilinks in project > settings > versions and version view. #6435 #4416 14 years ago
Jean-Baptiste Barth 1cf67b3a1d Fixed: disabling autologin not persisted. #6438 14 years ago
Eric Davis c514dd6885 Refactor: convert WikiController to a REST resource 14 years ago
Jean-Baptiste Barth e7e7a91b85 Fixed potential nil method errors when trying to access /issues/context_menu with GET. #6750 14 years ago
Eric Davis e9efa5b981 Refactor: use :id instead of :page when linking to Wiki Pages 14 years ago
Eric Davis 70bf0706b2 Refactor: convert WikiController#destroy to use HTTP DELETE 14 years ago
Eric Davis 397222f198 Allow adding notes when moving issues 14 years ago
Eric Davis 22e3cba0b7 Allow changing the Priority when moving issues. 14 years ago
Eric Davis 4b045badcf Refactor: Rename WikiController#page_index to #index 14 years ago
Jean-Philippe Lang 7824eca775 Refactor: merged error rendering methods. 14 years ago
Jean-Philippe Lang eea456ed84 Improved error message when trying to access an archived project (#2995). 14 years ago
Jean-Philippe Lang a29c35e08f Makes zoom buttons on gantt looks like the others. 14 years ago
Eric Davis dc26fd215b Add ids to some sections of the issue form 14 years ago
Jean-Philippe Lang d9652183f6 Fixed: file upload on wiki page broken by recent refactoring (#6724). 14 years ago
Eric Davis cac3b1e538 Refactor: split WikiController#edit into #update 14 years ago
Jean-Philippe Lang 2fbf7bbcf1 Fixes display of archived child projects on the admin project list. 14 years ago
Jean-Philippe Lang 128c92779c Removes description column from the admin project list to get a better looking project tree. 14 years ago
Jean-Philippe Lang f17c990a77 Fixed: "Add file" link broken by recent refactoring (#6627). 14 years ago
Jean-Philippe Lang b26ba17184 Fixed: "Add news" link broken by recent refactoring (#6650). 14 years ago
Eric Davis c259ada6e1 Refactor: rename WikiController#index to #show, it's a single resource action 14 years ago
Eric Davis d3381fb518 Refactor: change :id on WikiController to use :project_id 14 years ago
Jean-Philippe Lang c058bc2245 Remove the Description label from the issue view and omit the block if empty (#6677). 14 years ago
Eric Davis c06c22cf2e Refactor: extract method from WikiController#special 14 years ago
Eric Davis ce99f3247f Use HTTP DELETE when deleting a time entry. #6674 14 years ago