Commit Graph

2183 Commits (2ca9bb3cca0b43e4a3ee8da12d87baf957acbeab)

Author SHA1 Message Date
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 3b01ea9fa4 Removed gantt and calendar menu items that do not fit into the core project menu (#6271). 14 years ago
Jean-Philippe Lang ae498a06e2 Removed hardcoded links in my/page_layout (#6839). 14 years ago
Jean-Philippe Lang dca6fb92f9 Render level 4 headings in TOC (#5494). 14 years ago
Jean-Philippe Lang 1c047dfeb8 Fixed: start date being filled with current date even when blank value is submitted (#6575). 14 years ago
Jean-Philippe Lang 7f9d2b0804 Render TOC as nested lists (#1857). 14 years ago
Jean-Philippe Lang 024ff96ee2 Extract headings and TOC parsing from the textile formatter. 14 years ago
Jean-Philippe Lang 666c54e86c Adds a combo to select parent on wiki page rename (#5136). 14 years ago
Jean-Philippe Lang 338e407a91 Fixed: URLs broken in wiki notifications (#6838). 14 years ago
Jean-Philippe Lang 8a2aa5d217 Disable button to prevent accidental double click on project members (#6826). 14 years ago
Eric Davis c55e060bab Allow key authentication when deleting issues (with tests) #6447 14 years ago
Eric Davis 7d934c984a Allow key authentication when updating issues (with tests) #6447 14 years ago
Eric Davis 4b1dd334a5 Allow key authentication when creating issues (with tests) #6447 14 years ago
Eric Davis 7e359d3d7e Add a Email Header setting. Useful for adding delimiters to every email. 14 years ago
Eric Davis 0395eb99de Remove email quotes (>) when searching for incoming email delimiters. #2852 #6628 14 years ago
Jean-Philippe Lang db2ecd3010 Fixed: "Template is missing" error when validation fails on version edit (#6766). 14 years ago
Jean-Philippe Lang ba56b3f763 Provides a default string for untranslated search types. 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 17eab0f5f9 Fix wiki links on the activity page. #6746 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 0ca74df604 Refactor: move method to model with compatibility wrapper 14 years ago
Jean-Philippe Lang a6f891d1b1 Moves a method to the appropriate helper. 14 years ago
Jean-Philippe Lang d8ef4b6f4d Fixed: timelog link in the activity broken by recent refactoring (#6702). 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 2589bec48b Removes duplicate helper introduced in r4072. 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
Jean-Philippe Lang f3baa5bfee Fixed: precedes/follows relations no longer update start/due dates (#5803). 14 years ago
Eric Davis 297eb6f81b Refactor: remove WikiController#special 14 years ago
Eric Davis c06c22cf2e Refactor: extract method from WikiController#special 14 years ago