1760 Commits (f99535bba2840b141a6f836e152397bc706ddeb4)

Author SHA1 Message Date
  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
  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 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 ff53a9cfe1 Don't use Iconv with ruby1.9 (#12787). 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 956239fc85 Fixed: Cannot edit a wiki section which title starts with a tab (#12799). 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 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 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 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 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 d46a0a3a4f NoMethodError: private method `now' called for DateTime:Class error in tests with ruby < 1.9.3 (#5298). 11 years ago
  Jean-Philippe Lang 0a773bcbb3 Fixed that validation fails when receiving an email with list custom fields (#12400). 11 years ago
  Jean-Philippe Lang c99b638d61 Store attachments in subdirectories (#5298). 11 years ago
  Jean-Philippe Lang ab066317e6 Adds STI to Query model. Issue queries are now IssueQuery instances. 11 years ago
  Jean-Philippe Lang 0e30724d66 Group events in the activity view (#12542). 11 years ago
  Jean-Philippe Lang 8201761e77 Adds an option for displaying the issue description on the issue list (#3447). 11 years ago
  Jean-Philippe Lang ea296a109a Replaces find(:first/:all) calls. 11 years ago
  Jean-Philippe Lang 31c33f462d Replaces find(:first) calls. 11 years ago
  Jean-Philippe Lang 536747b747 Replaces find(:all) calls. 11 years ago
  Jean-Philippe Lang e821020394 Make the tests pass when config.threadsafe! is enabled (#12097). 11 years ago
  Jean-Philippe Lang e43448f6ca Use 8+ characters long passwords in tests. 11 years ago
  Jean-Philippe Lang 14e56006a1 Fixed that #extract_macro_options should not be greedy (#12451). 11 years ago
  Jean-Philippe Lang fb9a2901e9 Fixed that autolinks and textile links ending with cyrilic characters are broken (#12397). 11 years ago
  Jean-Philippe Lang b94c971755 Precede-Follow relation should move following issues earlier when rescheduling issue earlier (#4590). 11 years ago
  Jean-Philippe Lang cb24cafedc Removed duplicated test. 11 years ago
  Jean-Philippe Lang 25c63ec747 Adds a Project.rebuild_tree! method to force the rebuild of the nested set. 11 years ago
  Jean-Philippe Lang 13f5301c09 Fixed that Project.rebuild! sorts projects by id instead of name (#12431). 11 years ago
  Jean-Philippe Lang be7895e04e Do not create projects in alphabetical order in nested set tests (#12431). 11 years ago
  Toshi MARUYAMA 921ad01bde scm: git: change extra_report_last_commit type at unit test to string (#12409) 11 years ago
  Toshi MARUYAMA 5d8d38aa60 scm: git: fix changesets aren't read after clear_changesets call (#12409) 11 years ago
  Toshi MARUYAMA 6740f441c4 fix non ASCII attachment filename encoding broken (MOJIBAKE) in receiving mail on Ruby 1.8 (#12399) 11 years ago
  Jean-Philippe Lang a829bfa755 Fixed that MailHandler raises an error when email has no subject header (#12396). 11 years ago