Commit Graph

457 Commits (df2e0dbcd7215d4e8349fe73c5e3408fc5101c93)

Author SHA1 Message Date
Jean-Philippe Lang a59854ef9d Fixes memory consumption on file upload (#3116). 16 years ago
Jean-Philippe Lang 10cbdf5d96 Create the journal after issue save (#3140). 16 years ago
Jean-Philippe Lang a6acc77904 Add test for r2664 (#3127). 16 years ago
Jean-Philippe Lang 66839c12dd Replaces List-Id header with Precedence and Auto-Submitted headers (#2984, #2879). 16 years ago
Jean-Philippe Lang ca166b30e1 Adds the ability to move threads between project forums (#2452). 'Edit message' permission is required. 16 years ago
Jean-Philippe Lang 3d78a1b3f3 Test failure (#3041). 16 years ago
Jean-Philippe Lang 04e181b8b0 Adds a user search field with autocompleter on project members screen. 16 years ago
Eric Davis b4be8849c0 Added observers to watch model objects for mail delivery instead of calling Mailer. 16 years ago
Jean-Philippe Lang 90810c0741 Ability to add multiple project members in a single action (#1556). 16 years ago
Jean-Philippe Lang 4181f85962 Fixes that user's last_login_on was not set when using registration with automatic activation. 16 years ago
Jean-Philippe Lang adbe164246 Fixing tests (sort refactoring). 16 years ago
Jean-Philippe Lang c7c8dc71f2 Ability to save "sort order" in custom queries (#2899). 16 years ago
Jean-Philippe Lang 2b585407cb SortHelper refactoring: 16 years ago
Jean-Philippe Lang 4f4d447224 Fixed: Files without Version aren't visible in the Activity page (#2930). 16 years ago
Jean-Philippe Lang 03572ec569 Adds a sortable "Project" column to the issue list. 16 years ago
Jean-Philippe Lang e67fbdc315 Test that account activation email contains the appropriate link (#2825). 16 years ago
Jean-Philippe Lang dc8b804eba Fixed: export links on the issue list lose project param after applying a filter (#2908). 16 years ago
Jean-Philippe Lang 009b685b1d Fixed: MailHandler raises an error when processing an email without From header (#2916). 16 years ago
Jean-Philippe Lang 3227b32763 Adds some functional tests. 16 years ago
Jean-Philippe Lang 47f5713b1e Reorder links refactoring (follows r2526). 16 years ago
Jean-Philippe Lang 56bdcf407f Adds some functional tests. 16 years ago
Jean-Philippe Lang 59dec17ddf Fixes a failure when running rake test:coverage. 16 years ago
Jean-Philippe Lang 38db62f1e7 Fixed that some error messages were not displayed (#2866). 16 years ago
Jean-Philippe Lang b78349d2ca Fixed: Undefined Method (l_YesNo) Being Called (#2867). 16 years ago
Jean-Philippe Lang a95a8aa40b Fixes tests broken by r2532 (#2853). 16 years ago
Jean-Philippe Lang 589320337d Trackers controller refactoring. 16 years ago
Jean-Philippe Lang 21eb3c089d Fixed: When logging in via an autologin cookie the user's last_login_on should be updated (#2820). 16 years ago
Jean-Philippe Lang 94cc23f103 Adds missing time format in locales (#2831). 16 years ago
Eric Davis 4baf32b166 Fixing Plugin and Mailer default_url_options. 16 years ago
Jean-Philippe Lang a64b8695c8 Patch ActiveRecord::Errors#full_messages so that it contains custom values error messages. 16 years ago
Jean-Philippe Lang 1c5a2ddfb0 Limit the size of repository files displayed inline too. 16 years ago
Jean-Philippe Lang 79c074dbe5 Fixes new setting name. 16 years ago
Jean-Philippe Lang 66afc8c054 Adds a setting to limit the size of text attachments that can be displayed by the file viewer (default set to 512KB). Larger files are sent for download. 16 years ago
Jean-Philippe Lang 9c4a86d96c Moves project menu tests to a dedicated integration test. 16 years ago
Jean-Philippe Lang cf70f187dd Fixes UsersControllerTest. 16 years ago
Jean-Philippe Lang fe28193e4e Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 16 years ago
Eric Davis 9a986ac0a5 Refactored the mess known as Hook default_url_options in favor of the simpler 16 years ago
Eric Davis 00b568c194 Implementing the missing tests now that HookTest has a cleaner setup. 16 years ago
Eric Davis b6c4b21b47 Refactored the HookTest methods to use Redmine::Hook::Helper instead 16 years ago
Jean-Philippe Lang 33e7ae96ad Adds (a maximum of 3) links to project ancestors in the page title (#2788). 16 years ago
Jean-Philippe Lang 04c428e059 Send an email to the user when an administrator activates a registered user (#2656). 16 years ago
Eric Davis aed1787d51 Fixed a bug in the OpenID login when a user signed up with OpenID but hasn't 16 years ago
Jean-Philippe Lang 9525e5f147 Fixes Setting.openid? (#2764). 16 years ago
Jean-Philippe Lang d643d9a94c Fixed: User#identity_url raises an error when invalid url is supplied (#2742). 16 years ago
Jean-Philippe Lang 9e4a118528 Create a wiki with a default start page named 'Wiki' when enabling wiki module (#2657). 16 years ago
Jean-Philippe Lang b05ed594a0 Do not DELETE/INSERT enabled_modules when updating project modules. 16 years ago
Jean-Philippe Lang 4601ed2f3a Replaces Enumeration.get_values and Enumeration.default with named scopes. 16 years ago
Jean-Philippe Lang ff9da0bab0 Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to enable openid support. 16 years ago
Jean-Philippe Lang e1b828de95 Adds ability to filter watched issues (#846). 16 years ago
Eric Davis 60dc357271 Normalize the identity_url when it's set. 16 years ago