Project

General



Profile

Statistics
| Revision:

# Date Author Comment
2624 2009-03-24 18:55 Jean-Philippe Lang

Reverts r2622 and fixes diff unit test.

2620 2009-03-24 18:01 Jean-Philippe Lang

Removes String#toutf8 call.

2619 2009-03-24 17:27 Jean-Philippe Lang

Adds a ISO8859-1 encoded email test.

2617 2009-03-24 16:55 Jean-Philippe Lang

Fixes some test failures due to Array.to_s behaviour in ruby1.9.

2616 2009-03-24 16:49 Jean-Philippe Lang

Sets file encoding to utf-8 for ruby 1.9.

2608 2009-03-19 20:54 Jean-Philippe Lang

Fixing number formats in locales.

2606 2009-03-19 20:00 Jean-Philippe Lang

Makes functional tests inherit from ActionController::TestCase

2605 2009-03-19 19:47 Jean-Philippe Lang

Makes unit tests inherit from ActiveSupport::TestCase.

2601 2009-03-19 18:17 Jean-Philippe Lang

Rails 2.3 port branch.

2594 2009-03-15 11:49 Jean-Philippe Lang

Fixes that user's last_login_on was not set when using registration with automatic activation.

2577 2009-03-12 19:43 Jean-Philippe Lang

Fixing tests (sort refactoring).

2572 2009-03-12 19:06 Jean-Philippe Lang

Ability to save "sort order" in custom queries (#2899).

2571 2009-03-10 22:11 Jean-Philippe Lang SortHelper refactoring:
  • multiple columns sort feature (#2871)
  • CSS classes instead of an image tag to reflect the state of the column
  • examples fixed (#2945)
2569 2009-03-08 15:31 Jean-Philippe Lang

Fixed: Files without Version aren't visible in the Activity page (#2930).

2566 2009-03-07 16:58 Jean-Philippe Lang

Adds a sortable "Project" column to the issue list.
It's displayed by default on the cross-project issue list (#2889). It's also available for saved queries.

2561 2009-03-07 13:45 Jean-Philippe Lang

Test that account activation email contains the appropriate link (#2825).

2554 2009-03-06 23:46 Jean-Philippe Lang

Fixed: export links on the issue list lose project param after applying a filter (#2908).

2553 2009-03-06 19:25 Jean-Philippe Lang

Fixed: MailHandler raises an error when processing an email without From header (#2916).

2547 2009-03-01 13:58 Jean-Philippe Lang

Adds some functional tests.

2546 2009-03-01 13:03 Jean-Philippe Lang

Reorder links refactoring (follows r2526).

2545 2009-03-01 12:39 Jean-Philippe Lang

Adds some functional tests.

2543 2009-03-01 11:55 Jean-Philippe Lang

Fixes a failure when running rake test:coverage.

2542 2009-03-01 11:15 Jean-Philippe Lang

Fixed that some error messages were not displayed (#2866).

2541 2009-03-01 11:00 Jean-Philippe Lang

Fixed: Undefined Method (l_YesNo) Being Called (#2867).

2535 2009-02-28 10:21 Jean-Philippe Lang

Fixes tests broken by r2532 (#2853).

2526 2009-02-26 10:21 Jean-Philippe Lang

Trackers controller refactoring.

2524 2009-02-25 15:59 Jean-Philippe Lang

Fixed: When logging in via an autologin cookie the user's last_login_on should be updated (#2820).

2523 2009-02-25 10:41 Jean-Philippe Lang

Adds missing time format in locales (#2831).

2522 2009-02-25 08:25 Eric Davis

Fixing Plugin and Mailer default_url_options.

Both the plugin hooks and Mailer were setting default_url_options incorrectly
and causing ActionContoller::UrlWritter to cache the settings on the module
(mattr_accessor) causing several url generators to fail in either the plugin...

2518 2009-02-22 15:46 Jean-Philippe Lang

Patch ActiveRecord::Errors#full_messages so that it contains custom values error messages.

2505 2009-02-21 17:04 Jean-Philippe Lang

Limit the size of repository files displayed inline too.

2504 2009-02-21 16:44 Jean-Philippe Lang

Fixes new setting name.

2503 2009-02-21 16:34 Jean-Philippe Lang

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.

2498 2009-02-21 13:28 Jean-Philippe Lang

Moves project menu tests to a dedicated integration test.

2494 2009-02-21 12:07 Jean-Philippe Lang

Fixes UsersControllerTest.

2493 2009-02-21 12:04 Jean-Philippe Lang

Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.

2491 2009-02-21 01:23 Eric Davis

Refactored the mess known as Hook default_url_options in favor of the simpler
:only_path as suggested by splatteal on GitHub.

#2542
2490 2009-02-21 01:23 Eric Davis

Implementing the missing tests now that HookTest has a cleaner setup.

Controller and Views are now tested through the Redmine::Hook::Helper module.

#2542
2489 2009-02-21 01:23 Eric Davis

Refactored the HookTest methods to use Redmine::Hook::Helper instead
of the Redmine::Hook class directly. Redmine::Hook::Helper is the
public API so it should be one that is tested.

#2542
2485 2009-02-20 19:34 Jean-Philippe Lang

Adds (a maximum of 3) links to project ancestors in the page title (#2788).

2484 2009-02-20 18:04 Jean-Philippe Lang

Send an email to the user when an administrator activates a registered user (#2656).

2482 2009-02-20 01:16 Eric Davis

Fixed a bug in the OpenID login when a user signed up with OpenID but hasn't
been activated yet.

When logging in the user would come back to the login page with the back_url
of My Page. This was caused by open_id_authenticate sending the user to My Page...

2481 2009-02-19 22:03 Jean-Philippe Lang

Fixes Setting.openid? (#2764).

2476 2009-02-15 19:46 Jean-Philippe Lang

Fixed: User#identity_url raises an error when invalid url is supplied (#2742).

2474 2009-02-15 17:43 Jean-Philippe Lang

Create a wiki with a default start page named 'Wiki' when enabling wiki module (#2657).

2473 2009-02-15 17:26 Jean-Philippe Lang

Do not DELETE/INSERT enabled_modules when updating project modules.

2472 2009-02-15 14:33 Jean-Philippe Lang

Replaces Enumeration.get_values and Enumeration.default with named scopes.

2458 2009-02-12 22:25 Jean-Philippe Lang

Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to enable openid support.

2456 2009-02-12 18:35 Jean-Philippe Lang

Adds ability to filter watched issues (#846).

2453 2009-02-12 05:31 Eric Davis

Normalize the identity_url when it's set.

OpenId uses a specific format for the url it uses which requires the protocol
and trailing slash. This change will normalize the value to when a user sets it.

#699
2449 2009-02-11 20:24 Eric Davis

Added a system setting for allowing OpenID logins and registrations

  • Defaults to off
  • Is set in the Administration panel under Authentication

    #699

2448 2009-02-11 20:07 Eric Davis

Prevent registration via OpenID if self registration is off. #699

2447 2009-02-11 20:07 Eric Davis

Refactored common methods out of register and open_id_authenticate

  • Extracted register_by_email_activation
  • Extracted register_automatically
  • Extracted register_manually_by_administrator

    #699

2446 2009-02-11 20:07 Eric Davis

Added user setup needed based on the system's registration settings

  • Copied the register action's chunk of code used to setup the account
    based on Setting.self_registration
  • Extracted method for when onthefly_creation_failed
  • Added tests to confirm the behavior...
2445 2009-02-11 20:07 Eric Davis

Added tests for the other OpenID authentication cases. #699

2444 2009-02-11 20:07 Eric Davis

Adding OpenID mock and test. #699

2443 2009-02-11 20:07 Eric Davis

Hooked up on the fly OpenID user creation.

  • Use OpenID registration fields for the user.
  • Generate a random password when a user is created.
2436 2009-02-10 23:54 Jean-Philippe Lang

Leave wiki links untouched if target project doesn't exist or have no wiki.

2435 2009-02-10 23:03 Jean-Philippe Lang

Replaces the repositories management SOAP API with a simple REST API.
reposman usage is unchanged but the script now requires activeresource.
actionwebservice is now longer used and thus removed from plugins.

2434 2009-02-10 18:18 Jean-Philippe Lang

Fixes broken action url on time edit form (#2707).

2429 2009-02-10 04:12 Eric Davis

Added request and controller objects to the hooks by default.

The request and controller objects are now added to all hook contexts by
default. This will also make url_for work better in hooks by setting up
the default_url_options :host, :port, and :protocol....

2426 2009-02-09 21:17 Jean-Philippe Lang

Strip keywords from received email body (#2436).

2363 2009-02-05 21:25 Jean-Philippe Lang

Fixed: inline attached image should not match partial filename (#2683).

2361 2009-02-03 18:32 Jean-Philippe Lang

Closed issue are not overdue, fixes r2140 (#2337).

2350 2009-02-01 20:54 Jean-Philippe Lang

Adds a setting to limit the number of revisions displayed on a repository file log (default=100).

2349 2009-02-01 19:54 Jean-Philippe Lang

Use estimated hours to weight issues in version completion calculation (#2182).

2343 2009-01-31 14:22 Jean-Philippe Lang

Fixed: issue details view discloses relations to issues that the user is not allowed to view (#2589).

2337 2009-01-29 17:34 Jean-Philippe Lang

Cleaning test.

2336 2009-01-29 17:33 Jean-Philippe Lang

Fixed: TOC does not parse wiki page reference links with description (#2601).

2335 2009-01-29 15:22 Jean-Philippe Lang

Adds projects association on tracker form (#2578).

2323 2009-01-27 20:33 Jean-Philippe Lang

Fixed: users should not be able to add relations with issues they're not allowed to view (#2589).

2319 2009-01-27 18:27 Jean-Philippe Lang

Replaces the obsolete robots.txt with a cached action (#2491).

2317 2009-01-26 02:47 Eric Davis

Converted routing and urls to follow the Rails REST convention.

Patch supplied by commits from Gerrit Kaiser on Github. Existing routes will
still work (backwards compatible) but any new urls will be generated using the
new routing rules.

Changes listed below:...

2316 2009-01-25 17:04 Jean-Philippe Lang

Ability to bulk edit custom fields of type 'list' (#461).

2313 2009-01-25 14:12 Jean-Philippe Lang

Adds ability to bulk copy issues (#1847).
This can be done by checking the 'Copy' checkbox on the 'Move' form.

2311 2009-01-25 12:15 Jean-Philippe Lang

Ignore archived subprojects in Project#rolled_up_trackers (#2550).

2305 2009-01-24 12:48 Jean-Philippe Lang

Removes unused projects_count column from projects table.

2304 2009-01-24 12:31 Jean-Philippe Lang

Merged nested projects branch. Removes limit on subproject nesting (#594).

2303 2009-01-24 10:02 Jean-Philippe Lang

Fixes a test that was broken by r2294.

2294 2009-01-21 19:22 Jean-Philippe Lang

Accept replies to forum messages by subject recognition (#1616).

2289 2009-01-19 20:03 Jean-Philippe Lang

Allow email to reply to a forum message (#1616).

2288 2009-01-19 19:29 Jean-Philippe Lang

Use In-Reply-To and References headers to handle replies by email.

2281 2009-01-18 16:16 Jean-Philippe Lang

Adds Message-Id and References headers to email notifications so that issues and messages threads can be displayed by email clients (#1401).

2276 2009-01-17 12:18 Jean-Philippe Lang

User custom fields can now be set as editable so that users can edit them on 'My account'.
For existing user custom fields, this new attribute is set to false by default to preserve the prior behaviour (it can turned on by editing the custom field in admin area)....

2274 2009-01-17 09:46 Jean-Philippe Lang

CustomFieldsController#list moved to #index.

2273 2009-01-17 09:41 Jean-Philippe Lang

CustomFieldsController refactoring.

2272 2009-01-17 09:25 Jean-Philippe Lang

Make use of tracker_ids association in issue custom field form.

2268 2009-01-16 22:02 Jean-Philippe Lang

Adds custom fields functional tests.

2267 2009-01-16 22:02 Jean-Philippe Lang

Use a textarea for custom fields possible values (#2472).

2265 2009-01-16 18:20 Jean-Philippe Lang

Adds a 'Create and continue' button on the new issue form, that will create the issue and display the form again (#2523).

2262 2009-01-12 18:45 Jean-Philippe Lang

Fixes r2226: exporting an issue with attachments to PDF raises an error (#2492).

2258 2009-01-11 19:38 Jean-Philippe Lang

Ability to sort the issue list by text, int and float custom fields (#1139).

2257 2009-01-11 17:33 Jean-Philippe Lang

Ability to sort the issue list by text, list, date and boolean custom fields (#1139).

2256 2009-01-11 12:01 Jean-Philippe Lang

Different icon for closed issues in search result (#992).

2253 2009-01-10 12:29 Jean-Philippe Lang

Makes email adress uniqueness case-insensitive (#2473).

2251 2009-01-09 18:32 Jean-Philippe Lang

Fixed: no error is raised when entering invalid hours on the issue update form (#2465).

2249 2009-01-07 21:22 Jean-Philippe Lang

Fixes a test failure with svn < 1.5 (#2455).

2248 2009-01-07 21:21 Jean-Philippe Lang

Fixes functional test broken by r2246.

2246 2009-01-07 20:47 Jean-Philippe Lang

Makes issue description a non-required field (#2456).

2235 2009-01-04 19:14 Jean-Philippe Lang

Slight changes in functional tests.