Project

General

Profile

Statistics
| Revision:

# Date Author Comment
2634 2009-03-26 19:11 Jean-Philippe Lang

Fixes that "My Page" personalization was not storing reordered blocks (#2971).

2615 2009-03-23 18:18 Jean-Philippe Lang

Fixes Journal#save signature (#3014).

2614 2009-03-22 21:33 Azamat Hackimov

Fixing bug #3009, trivial updates of locales

2612 2009-03-21 01:39 Eric Davis

Added some RDoc documentation for some models.

Submitted by austenito on Github.

2611 2009-03-21 01:22 Eric Davis

Added several more plugin hooks:

  • :controller_custom_fields_new_after_save
  • :controller_custom_fields_edit_after_save
  • :view_custom_fields_form_upper_box
  • :view_custom_fields_form_* (type of custom field)
  • :view_issue_statuses_form
  • :view_issues_show_description_bottom...
2610 2009-03-21 01:01 Eric Davis

Added plugin hooks to the context menu

  • :view_issues_context_menu_start
  • :view_issues_context_menu_end

    #3013

2609 2009-03-21 00:52 Eric Davis

Added a plugin hook for :controller_account_success_authentication_after

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

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

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

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

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

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

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

Only retrieve query name for display.

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

Fixes SortHelper examples (#2950).

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

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

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

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

Transaction for each imported subversion changeset.

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

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.

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

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

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.

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

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

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
2507 2009-02-21 17:15 Jean-Philippe Lang

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

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.

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

2495 2009-02-21 12:10 Jean-Philippe Lang

Deprecated truncate call.

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

Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.

2488 2009-02-20 23:59 Eric Davis

List the Default Columns displayed on the issue list vertically
instead of horizontally so it's easier to read.

#2745
2487 2009-02-20 23:45 Eric Davis

Allow the other format links to appear on the issue list (ATOM, PDF, CSV).

#2779
2486 2009-02-20 19:55 Jean-Philippe Lang

Fixes "too few arguments" error on activerecord error translation (#2626).

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

2483 2009-02-20 01:31 Eric Davis

Fixed the bug in the OpenID registration where the form wouldn't take a login

AccountController#open_id_authenticate was adding an auth_source_registration
to the session which caused AccountController#register to use the wrong codepath.

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

2475 2009-02-15 17:55 Jean-Philippe Lang

Makes the "type" field disabled when updating a custom field (#2744).

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.

2467 2009-02-15 09:33 Jean-Philippe Lang

Removes invalid css class on issue details (#2753).

2465 2009-02-14 19:32 Jean-Philippe Lang

Fixes headings style in html emails (#2739).

2463 2009-02-13 18:59 Jean-Philippe Lang

Timelog is ignored when updating an issue if user is admin but not a project member (#2717).

2461 2009-02-13 18:29 Jean-Philippe Lang

Removes invalid css class on issue details (#2733).

2460 2009-02-12 23:14 Jean-Philippe Lang

Adds watch/unwatch link on the issue context menu (#2730).

2459 2009-02-12 23:01 Jean-Philippe Lang

Issues pagination loses project param after applying or clearing filter (#2726).

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.

2457 2009-02-12 18:38 Jean-Philippe Lang

Link to watched issues list on my page.

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

Adds ability to filter watched issues (#846).

2454 2009-02-12 18:19 Jean-Philippe Lang

Hide openid stuff on my account if disabled (#699).

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
2451 2009-02-11 21:25 Jean-Philippe Lang

Slight changes to the issue lists displayed on My page.

2450 2009-02-11 20:45 Eric Davis

Added a space so words don't runtogeatherlikethis. #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

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.
2442 2009-02-11 20:07 Eric Davis

Added the ability to login via OpenID.

  • Refactored AccountController#login to use either
    password or openid based authentication
  • Extracted AccountController#successful_authentication
    to setup a user's session cookies and redirect
  • Implemented the start of AccountController#open_id_authentication...
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).

2428 2009-02-10 02:24 Eric Davis

Added two new plugin hooks:

  • :view_layouts_base_sidebar
  • :view_layouts_base_content
2427 2009-02-10 02:18 Eric Davis

Added plugin hook :view_projects_roadmap_version_bottom. #2543

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

Strip keywords from received email body (#2436).

2424 2009-02-09 18:24 Jean-Philippe Lang

Removes hardcoded table names (#2701).

2423 2009-02-09 18:18 Jean-Philippe Lang

Fixed: TypeError (can't modify frozen string) on settings view (#2700).

2399 2009-02-07 21:11 Jean-Philippe Lang

Fixed: path parameter is not an array when changing diff style (#2695), broken by r2317.

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

2360 2009-02-03 18:15 Jean-Philippe Lang

Typos/fixes in views (#2654).

2359 2009-02-03 18:13 Jean-Philippe Lang

Fixes message search eager loading (#2654).

2353 2009-02-02 18:34 Jean-Philippe Lang

Adds a 'box' div around news comment form (#2632).

2352 2009-02-01 21:57 Jean-Philippe Lang

Include both version date and name when sorting issues by target version (#1502).