Project

General

Profile

Statistics
| Revision:

# Date Author Comment
2391 2009-02-07 14:38 Jean-Philippe Lang

Fixes error messages translation.

2389 2009-02-07 14:04 Jean-Philippe Lang

Fixes case when setting locale.

2388 2009-02-07 13:52 Jean-Philippe Lang

Another truncate fix.

2386 2009-02-07 12:25 Jean-Philippe Lang

Moves date and time formatting methods to Redmine::I18n.

2385 2009-02-07 12:08 Jean-Philippe Lang

Fixes strings with multiple arguments.

2384 2009-02-07 11:46 Jean-Philippe Lang

Start moving fr translation to I18n locale.

2378 2009-02-06 21:53 Jean-Philippe Lang

Removes the ActiveRecord::Errors part of GLoc. I18n now handles error messages translation.

2376 2009-02-06 19:49 Jean-Philippe Lang

Fixes error rendering (render :nothing => true, :layout => true does no longer render anything).

2375 2009-02-06 19:39 Jean-Philippe Lang

Fixes call to strip_tags in MailHandler.

2366 2009-02-06 17:55 Jean-Philippe Lang

Rails 2.2 deprecation (concat method).

2365 2009-02-06 17:52 Jean-Philippe Lang

Rails 2.2 deprecation (truncate helper).

2358 2009-02-02 19:29 Jean-Philippe Lang

Rails 2.2 branch added.

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

2351 2009-02-01 21:56 Jean-Philippe Lang

Include both last and first name when sorting issues by assignee (#1841).

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

2347 2009-02-01 16:57 Jean-Philippe Lang

Show line breaks in activity events summary.

2346 2009-02-01 16:48 Jean-Philippe Lang

Do not repeat one-line commit logs on the activity view.

2345 2009-02-01 15:36 Jean-Philippe Lang

Fixed: Contextual divs after attachments are placed incorrectly in FireFox (#2633).

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

2342 2009-01-31 13:48 Jean-Philippe Lang

Removes Issue.visible_by

2341 2009-01-31 13:42 Jean-Philippe Lang

Updates footer year.

2338 2009-01-30 18:50 Jean-Philippe Lang

Changes time related icons.

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

Adds projects association on tracker form (#2578).

2333 2009-01-29 14:53 Jean-Philippe Lang

Adds an helper to render other formats download links.

2332 2009-01-29 13:26 Jean-Philippe Lang

Fixed an error when downloading gantt png at global level.

2330 2009-01-29 10:05 Jean-Philippe Lang

Sort target versions list on bulk edit form (#2616).

2329 2009-01-28 22:25 Jean-Philippe Lang

Fixed project news atom link broken by r2317.

2328 2009-01-28 22:20 Jean-Philippe Lang

Fixing calendar and gantt links broken by r2317.

2327 2009-01-28 22:11 Jean-Philippe Lang

Fixed calendar navigation links broken by r2317.

2326 2009-01-28 21:52 Jean-Philippe Lang

Fixed user's activity atom feed broken by r2317.

2325 2009-01-27 21:59 Eric Davis

Fixed clearing the Issue filters in the issue list, broken by #2317

2324 2009-01-27 21:42 Eric Davis

Fixes Issue sorting in a project, broken by #2317

Issues were sorting but the project id wasn't being added so the
IssuesController would return all issues (cross-project).

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

2322 2009-01-27 19:19 Jean-Philippe Lang

Fixed that 'My page' blocks may display issues that the user is no longer allowed to view (#2590).

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

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

2318 2009-01-26 18:43 Jean-Philippe Lang

Fixes activity pagination broken by r2317.

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

2315 2009-01-25 14:52 Jean-Philippe Lang

Render the project list as a tree on Move form.

2314 2009-01-25 14:18 Jean-Philippe Lang

Removes spaces before colons.

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.

2312 2009-01-25 13:13 Jean-Philippe Lang

Fixed that the project jump box does not preserve current tab after r2304.

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

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

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

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

2302 2009-01-24 09:58 Jean-Philippe Lang

Fixed: Details time log report CSV export doesn't honour date format from settings (patch #2466 by Russell Hind).

2295 2009-01-22 17:34 Jean-Philippe Lang

Automatically focus several form fields.

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.

2282 2009-01-18 21:00 Jean-Philippe Lang

Fix in AttachmentsController#show.

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

2275 2009-01-17 10:04 Jean-Philippe Lang

Moves a few settings to a "Display" panel.

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.

2271 2009-01-17 09:08 Jean-Philippe Lang

Project jump box fix.

2270 2009-01-17 09:03 Jean-Philippe Lang

Do not show Category field when categories are not defined.

2269 2009-01-17 08:53 Jean-Philippe Lang

Slight visual changes on the issue form.

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

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

2266 2009-01-16 21:57 Jean-Philippe Lang

Makes subject field get focus on 'New issue' form (#2522).

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

2261 2009-01-12 05:52 Eric Davis

Added two new plugin hooks to IssuesController:

  • :controller_issues_new_after_save
  • :controller_issues_edit_after_save

    #2475

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

2250 2009-01-07 21:30 Jean-Philippe Lang

Adds 'closed' css class to closed issues in the issue list (#2458).

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

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

2234 2009-01-04 18:09 Jean-Philippe Lang

Slight changes to ease Rails 2.2 support.

2226 2009-01-04 13:03 Jean-Philippe Lang

Move PDF stuff to a single helper.

2225 2009-01-03 17:03 Jean-Philippe Lang

Fixed: email notification for changes I make still occurs when running Repository.fetch_changesets (#1957).

2224 2009-01-03 15:44 Jean-Philippe Lang

Display a warning if some attachments were not saved (#2008).

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

Moves flash messages rendering to a helper method.

2222 2009-01-03 14:14 Jean-Philippe Lang

Fixed: syntax highlight doesn't appear in new ticket preview (#1976).

2221 2009-01-03 14:09 Jean-Philippe Lang

Lower the project identifier limit to a minimum of two characters (#2003).

2218 2008-12-31 12:48 Jean-Philippe Lang

Admin Info Screen: Display if plugin assets directory is writable (#2425).

2214 2008-12-31 11:39 Jean-Philippe Lang

Do not escape back_url twice when login fails.

2211 2008-12-30 15:57 Jean-Philippe Lang

Import custom fields values from emails (#2413).

2210 2008-12-30 15:24 Jean-Philippe Lang

Jump to the current tab when using the project quick-jump combo (#2364).

2209 2008-12-30 14:32 Jean-Philippe Lang

Increment project files downloads.

2195 2008-12-28 15:48 Jean-Philippe Lang

Mail handler: add watchers before sending notification (#2245).

2188 2008-12-27 19:10 Jean-Philippe Lang

Do not show a link to the current annotate or view page (#2367).

2183 2008-12-27 15:05 Jean-Philippe Lang

Prevent SQL error with old sessions after r2171.

2171 2008-12-24 11:03 Jean-Philippe Lang

Validates sort_key and sort_order params (#2378).

2169 2008-12-23 01:19 Jean-Philippe Lang

Escape query names (#2379).

2168 2008-12-23 01:16 Jean-Philippe Lang

Escape wiki annotate lines content (#2380).

2167 2008-12-22 21:33 Jean-Philippe Lang

Show view/annotate/download links on repositories/entries and repositories/annotate views (#2367).

2165 2008-12-22 20:24 Jean-Philippe Lang

Do not hardcode Watcher string in r2164.

2164 2008-12-22 20:21 Jean-Philippe Lang

Adds watchers selection on new issue form (#398). Permission 'add issue watchers' required.

2145 2008-12-19 11:43 Jean-Philippe Lang

Check that wiki page exists before processing (#2360).

2143 2008-12-19 09:10 Jean-Philippe Lang

Escape textarea content when editing a issue note.

2140 2008-12-16 22:13 Jean-Philippe Lang

Adds a css class (overdue) to overdue issues on issue lists and detail views (#2337).

2139 2008-12-16 22:11 Jean-Philippe Lang

Adds a helper that returns issues css classes.

2137 2008-12-15 19:02 Jean-Philippe Lang

Fixes repository user mapping submission when a repository username is blank (#2339, Conflicting types for parameter containers).

2136 2008-12-14 18:10 Jean-Philippe Lang

Mail handler: strip tags when receiving a html-only email (#2312).

2134 2008-12-14 16:36 Jean-Philippe Lang

Rails 2.1.2 deprecations (#2332).