Project

General

Profile

Statistics
| Revision:
  • svk:merge: e93f8b46-1217-0410-a6f0-8f06a7374b81:/trunk:1751
  • svn:ignore: coverage

# Date Author Comment
2622 2009-03-24 18:09 Jean-Philippe Lang

Use String#each_line instead of #each (removed in ruby1.9).

2621 2009-03-24 18:06 Jean-Philippe Lang

Defines String#to_a (Object#to_a removed in ruby1.9).

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.

2618 2009-03-24 17:15 Jean-Philippe Lang

Fixes MailHandler due to #private_instance_methods change in ruby1.9 (now returns an array of symbols).

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.

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

Fixes a functional test failure.

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.

2604 2009-03-19 19:32 Jean-Philippe Lang

Changes :session_key to :key in session store settings.

2603 2009-03-19 19:31 Jean-Philippe Lang

TamperedWithCookie seems to have been removed.

2602 2009-03-19 19:24 Jean-Philippe Lang

RAILS_GEM_VERSION set to 2.3.2 and rake rails:update

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

Rails 2.3 port branch.

2600 2009-03-19 04:34 Eric Davis

Updated INSTALL doc for Rails 2.2.2

2599 2009-03-19 01:01 Eric Davis

Extend the settings.name column so it can fit longer plugin names.

#3010
2598 2009-03-17 18:34 Jean-Philippe Lang

Set sort orders on 'View all issues' links on my page.

2597 2009-03-17 18:31 Jean-Philippe Lang

Makes the 'View all' link on 'Reported issues' list open and closed issues.

2596 2009-03-17 18:30 Jean-Philippe Lang

Adds missing scope for r2595.

2595 2009-03-17 18:27 Jean-Philippe Lang

Adds issue count on assigned and reported 'My page' modules (#2986).

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.

2592 2009-03-15 11:03 Jean-Philippe Lang

Rescue Redmine::DefaultData::DataAlreadyLoaded in redmine:load_default_data task.

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

Ability to set language for redmine:load_default_data task using REDMINE_LANG environment variable (#2847).

2590 2009-03-15 10:35 Jean-Philippe Lang

Fixing routes broken by r2581 (#2967, #2970).

2589 2009-03-13 20:25 Jean-Philippe Lang

Adds controller to urls in case the side bar is called from another controller (#2960).

2588 2009-03-13 20:08 Jean-Philippe Lang

pl update.

2587 2009-03-13 20:03 Jean-Philippe Lang

Adds a lang string with arguments for date ranges (#2305).

2586 2009-03-13 19:36 Jean-Philippe Lang

sv update.

2585 2009-03-13 19:35 Jean-Philippe Lang

Translations updates.

2584 2009-03-13 19:32 Jean-Philippe Lang

zh-TW update.

2583 2009-03-13 19:27 Jean-Philippe Lang

pt-BR update.

2582 2009-03-13 19:06 Jean-Philippe Lang

Fixes broken CSV link on cross-project timelog report (#2941).

2581 2009-03-13 18:45 Jean-Philippe Lang

Fixing repository routes (#2967).

2580 2009-03-12 20:49 Jean-Philippe Lang

Adds a unique index on projects_trackers table (#2882).

2579 2009-03-12 20:35 Jean-Philippe Lang

Only retrieve query name for display.

2578 2009-03-12 19:50 Jean-Philippe Lang

Fixes commit logs alignment in the repo browser (#2961).

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

Fixing tests (sort refactoring).

2576 2009-03-12 19:24 Jean-Philippe Lang

Fixes SortHelper examples (#2950).

2575 2009-03-12 19:22 Jean-Philippe Lang

Fixed: zh-TW PDF export broken by new locales (#2940).

2574 2009-03-12 19:17 Jean-Philippe Lang

Hide 'New file' link and form for printing (#2949).

2573 2009-03-12 19:11 Jean-Philippe Lang

Flush buffer when asking for language (#2948).

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).

2568 2009-03-07 17:32 Jean-Philippe Lang

Adds css classes to the issues in the calendar (#2651).

2567 2009-03-07 17:30 Jean-Philippe Lang

Adds 2 css classes (created-by-me and assigned-to-me) to issues created by or assigned to the current user (#2651).

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.

2565 2009-03-07 16:14 Jean-Philippe Lang

Adds a List-Id header to all emails (#2879).

2564 2009-03-07 14:41 Jean-Philippe Lang

Add doube quotes to user_name and password in email.yml.example (#2927).

2563 2009-03-07 14:32 Jean-Philippe Lang

Transaction for each imported subversion changeset.

2562 2009-03-07 13:57 Jean-Philippe Lang

Fixes that Redmine::WikiFormatting.register did not raise ArgumentError when giving name as a string (#2856).

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

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

2555 2009-03-07 12:02 Jean-Philippe Lang

Change to line #'s links in file/repo viewer (#2835).

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).

2552 2009-03-04 19:09 Jean-Philippe Lang

Fixes typo in locales (#2805).

2551 2009-03-04 18:37 Jean-Philippe Lang

Fixed broken OpenID authentication after migration to Rails 2.2 (#2894).

2550 2009-03-04 18:29 Jean-Philippe Lang

Added missing field_content translation (#2896).

2549 2009-03-04 18:13 Jean-Philippe Lang

Removes double % in locales (#2891).

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.

2544 2009-03-01 11:56 Jean-Philippe Lang

Removes unused code.

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).

2540 2009-03-01 08:04 Azamat Hackimov

small update

2539 2009-03-01 08:03 Azamat Hackimov

localization updates

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

Fixes tests broken by r2532 (#2853).

2534 2009-02-27 19:34 Jean-Philippe Lang

Add links for one-click activity filtering (#2857).

2532 2009-02-27 13:08 Jean-Philippe Lang

Fixes user's activity link (#2853).

2531 2009-02-27 12:32 Jean-Philippe Lang

Fixes #2851.

2530 2009-02-26 17:37 Jean-Philippe Lang

Updates sample plugin README.

2529 2009-02-26 17:36 Jean-Philippe Lang

Allow My Page blocks to be added to from a plugin (#2840).

Partials must be placed under the app/views/my/blocks directory of the plugin.
An example can be found in the sample plugin.

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

Allow underscore in block partial name (#2840).

2527 2009-02-26 10:28 Jean-Philippe Lang

Clickable/linkable line #'s while browsing the repo or viewing a text file (#2835).

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

Trackers controller refactoring.

2525 2009-02-26 09:59 Jean-Philippe Lang

Applies r1723 on Engines update to allow view override (#2841).

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...

2520 2009-02-23 18:35 Jean-Philippe Lang

Fixed that MailHandler#plain_text_body was returning nil if there was nothing to strip (#2814).

2519 2009-02-22 16:16 Jean-Philippe Lang

Sort changesets in the same order as comments on the issue details view (#1546).

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

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

2516 2009-02-22 12:22 Jean-Philippe Lang

Fixed: visited links to closed tickets are not striked through with IE6 (#2615).

2515 2009-02-22 12:04 Jean-Philippe Lang

Slight changes to the files list (#2658, #2806).

  • Adds a link to the version
  • Moves styles to the stylesheet
  • Indent the files
2511 2009-02-21 20:20 Azamat Hackimov

New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)

2510 2009-02-21 17:44 Jean-Philippe Lang

Changes default english date/time formats.

2509 2009-02-21 17:41 Jean-Philippe Lang

Translation update (#2798).

2508 2009-02-21 17:25 Jean-Philippe Lang

Adding more missing strings.

2507 2009-02-21 17:15 Jean-Philippe Lang

Makes the default issue list columns selection look like other multi-checkbox fieldsets.

2506 2009-02-21 17:10 Jean-Philippe Lang

Adds missing strings.

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.

2502 2009-02-21 16:21 Jean-Philippe Lang

Process all translations files.

2501 2009-02-21 16:11 Jean-Philippe Lang

Adds locales:update task as a replacement for gloc:update.

2500 2009-02-21 15:10 Jean-Philippe Lang

Add missing 'support' section to he and it locales.

2499 2009-02-21 13:58 Jean-Philippe Lang

Do not show the changed files list on the revision page if the user is not allowed to browse the repository (#2762).