5179 Commits (069577c1331ccda51966aa9873e12ebcf758a4b7)

Author SHA1 Message Date
  Jean-Philippe Lang bb31402939 Fix 500 error for requests to the settings path for non-configurable plugins (#12911). 11 years ago
  Jean-Philippe Lang 48fb02e383 Split "Manage documents" permission into create, edit and delete permissions (#12401). 11 years ago
  Jean-Philippe Lang 26016cdc08 Adds tests for Redmine::MenuManager. 11 years ago
  Jean-Philippe Lang 1257f1960f Adds pagination to users list when adding project or group members (#9549). 11 years ago
  Toshi MARUYAMA 10c96dba8b not use unnecessary instance variable at unit message test 11 years ago
  Toshi MARUYAMA 0f832e0d76 code layout clean up unit message test 11 years ago
  Jean-Philippe Lang 93e0885b64 Link to attachment should return latest attachment (#7510). 11 years ago
  Jean-Philippe Lang 17e8664b61 Attachment name is added in the generated link. 11 years ago
  Jean-Philippe Lang 1cb1bc7c96 Attachment name is added in the generated link. 11 years ago
  Jean-Philippe Lang 6326752290 Attachment name is added in the generated link. 11 years ago
  Jean-Philippe Lang 2230c11baa Use named route with attachment filename for inline images. 11 years ago
  Jean-Philippe Lang 6ce28450c0 Adds a named route for thumbnails and use route helper in #thumbnail_tag. 11 years ago
  Jean-Philippe Lang 4ebdcf13db Add named routes for attachments and use route helpers in #link_to_attachment. 11 years ago
  Jean-Philippe Lang 1da158edcf Use route helper in #link_to_project. 11 years ago
  Jean-Philippe Lang 9a80e118b9 Add links to projects in Group projects list (#12843). 11 years ago
  Toshi MARUYAMA c8bef6d2d3 use "UTF-16LE" instead of "UTF-16" on Ruby 1.9.2 due to test failure (#12787) 11 years ago
  Toshi MARUYAMA c363fc47f3 fix typo of attachments controller test names 11 years ago
  Jean-Philippe Lang ff53a9cfe1 Don't use Iconv with ruby1.9 (#12787). 11 years ago
  Jean-Philippe Lang e18d0e268d Makes issue custom fields available as timelog columns (#1766). 11 years ago
  Jean-Philippe Lang 14b09361e4 Adds issue custom fields to time entries filters (#10191). 11 years ago
  Jean-Philippe Lang e396a0eebe Copyright for 2013 (#12788). 11 years ago
  Jean-Philippe Lang 5c1039a69e Ability to uncheck "Multiple values" for existing custom fields (#12251). 11 years ago
  Jean-Philippe Lang 44ceb513ed Plugins cannot route wiki page sub-path (#12749). 11 years ago
  Jean-Philippe Lang 956239fc85 Fixed: Cannot edit a wiki section which title starts with a tab (#12799). 11 years ago
  Jean-Philippe Lang d0ffc0575a Fixed that viewing the history of a wiki page with attachments raises an error (#12801). 11 years ago
  Jean-Philippe Lang 8ee0b52d59 Gantt perf: fixed that Project#start_date and #due_date run way too much queries. 11 years ago
  Jean-Philippe Lang fc19b180c8 Fixed that previews are broken by r10957 (#12642). 11 years ago
  Jean-Philippe Lang d2785d680d Test fails when run at the beginning of the day. 11 years ago
  Jean-Philippe Lang 582dcf4b36 Fixed that macros with uppercase letters can not be called (#12744). 11 years ago
  Jean-Philippe Lang 45c93340b7 Negative estimated hours should not be valid (#12735). 11 years ago
  Jean-Philippe Lang 3e14c3017c Adds a custom validator for dates (#12736). 11 years ago
  Jean-Philippe Lang 6ed7e091df Adjust test for r11120 (#3436). 11 years ago
  Jean-Philippe Lang 7c2490c6fc Login link unexpected logs you out (#12611). 11 years ago
  Jean-Philippe Lang 601148c5b1 Show precedes/follows and blocks/blocked relations on the Gantt diagram (#3436). 11 years ago
  Jean-Philippe Lang 9adb0c61a9 Make sure that dates are stored as YYYY-MM-DD in journal details (#12713). 11 years ago
  Jean-Philippe Lang a8083fb9a8 Pass the order option as an array to satisfy sqlserver adapter (#12713). 11 years ago
  Jean-Philippe Lang 9613a13b10 Deprecates Version#*_pourcent in favour of #*_percent (#12724). 11 years ago
  Jean-Philippe Lang e4f0b9a9f9 Fixed fixtures. 11 years ago
  Jean-Philippe Lang 77f6b404fa Make sure we don't cast an empty string to numeric (#12713). 11 years ago
  Jean-Philippe Lang d82159bcf5 Use joins instead of sub-queries in group by/sort by when using custom fields (#12713). 11 years ago
  Jean-Philippe Lang 0135dc504a SQLServer: The size (60) given to the type 'decimal' exceeds the maximum allowed (#12713). 11 years ago
  Jean-Philippe Lang 7b8ebb7e3f Auto-populate fields while creating a new user with LDAP (#10286). 11 years ago
  Jean-Philippe Lang ad246e81ad Code cleanup, use named routes. 11 years ago
  Jean-Philippe Lang 3976d5e740 Use #assert_select instead of #assert_tag. 11 years ago
  Jean-Philippe Lang eecabc5bb0 Use #assert_select instead of #assert_tag. 11 years ago
  Jean-Philippe Lang 7f74044854 "New issue" menu item should not link to copy form (#12652). 11 years ago
  Jean-Philippe Lang 94d9172634 Changed revision regexp to make source: links accept a branch. 11 years ago
  Jean-Philippe Lang 56669f9b13 Split #per_page_links helper and moved test to specific test case. 11 years ago
  Jean-Philippe Lang 1cf379f370 Replaces the classic_pagination plugin with a simple pagination module. 11 years ago
  Jean-Philippe Lang 39e7bab2b9 Save the selected file just in case uploading stuff fails/is not supported. 11 years ago