| Commit message (Expand) | Author | Age | Files | Lines |
* | Backported r2740 to r2742 from trunk. | Jean-Philippe Lang | 2009-05-17 | 2 | -6/+13 |
* | Merged r2697, r2720, r2723, r2724, r2727, r2745 from trunk. | Jean-Philippe Lang | 2009-05-17 | 2 | -1/+2 |
* | Merged r2664, r2665, r2670, r2674, r2677, r2679 from trunk. | Jean-Philippe Lang | 2009-04-24 | 1 | -10/+9 |
* | Merged r2655 from trunk. | Jean-Philippe Lang | 2009-04-05 | 1 | -1/+3 |
* | Merged r2574, r2578, r2589, r2615, r2641, r2645, r2646 from trunk. | Jean-Philippe Lang | 2009-04-05 | 3 | -3/+3 |
* | Merged r2563, r2566, r2567, r2568, r2569, r2582 from trunk. | Jean-Philippe Lang | 2009-04-05 | 3 | -5/+9 |
* | Backported r2429, r2430, r248 to r2491 and r2522 from trunk (request and cont... | Jean-Philippe Lang | 2009-03-07 | 1 | -6/+6 |
* | Merged r2553 from trunk. | Jean-Philippe Lang | 2009-03-07 | 1 | -1/+1 |
* | Merged r2520 from trunk. | Jean-Philippe Lang | 2009-02-23 | 1 | -0/+1 |
* | Merged r2426 and r2484 from trunk. | Jean-Philippe Lang | 2009-02-21 | 2 | -4/+20 |
* | Merged r2270, r2344, r2359, r2360, r2362, r2363, r2415, r2423, r2424 from trunk. | Jean-Philippe Lang | 2009-02-09 | 3 | -5/+5 |
* | Merged r2246 and r2248 from trunk (#2456). | Jean-Philippe Lang | 2009-01-24 | 1 | -1/+1 |
* | Merged r2250 and r2251 from trunk. | Jean-Philippe Lang | 2009-01-10 | 1 | -2/+2 |
* | Merged r2218 to r2225 from trunk. | Jean-Philippe Lang | 2009-01-04 | 2 | -4/+6 |
* | Merged r2209 to r2211 from trunk. | Jean-Philippe Lang | 2009-01-04 | 1 | -2/+9 |
* | Merged r2116, r2117 and r2187 from trunk. | Jean-Philippe Lang | 2008-12-31 | 8 | -5/+34 |
* | Merged r2164 to r2167, r2188 and r2189 from trunk. | Jean-Philippe Lang | 2008-12-31 | 1 | -0/+1 |
* | Merged r2195 from trunk. | Jean-Philippe Lang | 2008-12-29 | 1 | -3/+2 |
* | Merged r2168 to r2171 from trunk. | Jean-Philippe Lang | 2008-12-24 | 1 | -1/+1 |
* | Merged r2109, r2118, r2130, r2131, r2134, r2135, r2136 and r2139 to r2145 fro... | Jean-Philippe Lang | 2008-12-19 | 3 | -12/+27 |
* | Merged r2119 to r2127 from trunk. | Jean-Philippe Lang | 2008-12-14 | 3 | -1/+14 |
* | Fixes Darcs#cat with Postgresql. | Jean-Philippe Lang | 2008-12-06 | 1 | -1/+1 |
* | Final refactoring on Query#sql_for_field to rename v to value | Eric Davis | 2008-12-05 | 1 | -14/+14 |
* | Bit more refactoring on Query#sql_for_field to remove multiple returns | Eric Davis | 2008-12-05 | 1 | -18/+18 |
* | Refactor: Extracted new method Query#sql_for_field from Query#statement in | Eric Davis | 2008-12-05 | 1 | -45/+54 |
* | Fixed: wrong digest for text files under Windows (#2264). | Jean-Philippe Lang | 2008-12-02 | 1 | -1/+8 |
* | Replaces User.find_active with a named scope. | Jean-Philippe Lang | 2008-11-30 | 3 | -15/+6 |
* | Adds To and Cc as watchers when submitting an issue by email (#2245). | Jean-Philippe Lang | 2008-11-30 | 1 | -0/+16 |
* | Mail handler: check workflow for status set/change. | Jean-Philippe Lang | 2008-11-30 | 1 | -4/+11 |
* | Display latest user's activity on account/show view. | Jean-Philippe Lang | 2008-11-30 | 7 | -3/+11 |
* | Do not request blank LDAP attributes. | Jean-Philippe Lang | 2008-11-25 | 2 | -2/+5 |
* | Fixed date filters accuracy with SQLite (#2221). | Jean-Philippe Lang | 2008-11-23 | 1 | -7/+19 |
* | Extends child_pages macro to display child pages based on page parameter (#19... | Jean-Philippe Lang | 2008-11-22 | 1 | -0/+19 |
* | Adds .find and .all Plugin class methods. | Jean-Philippe Lang | 2008-11-16 | 1 | -2/+2 |
* | Fixes #2170: user display format in application settings broken by r2010. | Jean-Philippe Lang | 2008-11-13 | 1 | -1/+5 |
* | Adds permissions to let users edit and/or delete their messages (#854, patch ... | Jean-Philippe Lang | 2008-11-11 | 1 | -0/+8 |
* | Sort users by their display names so that user dropdown lists are sorted alph... | Jean-Philippe Lang | 2008-11-11 | 1 | -9/+8 |
* | Eager-load users. | Jean-Philippe Lang | 2008-11-11 | 3 | -3/+3 |
* | Maps repository users to Redmine users (#1383). | Jean-Philippe Lang | 2008-11-10 | 3 | -16/+54 |
* | Do not use @:skip_relative_url_root@ to generate urls in Mailer (#2122). | Jean-Philippe Lang | 2008-11-08 | 1 | -2/+6 |
* | Fixed: broken subject when submitting issue via email written in japanese (Pa... | Jean-Philippe Lang | 2008-11-07 | 1 | -1/+1 |
* | Host setting should contain the path prefix (Redmine base URL) to properly ge... | Jean-Philippe Lang | 2008-11-07 | 1 | -22/+23 |
* | Check that git changeset is not in the database before creating it (#1419). | Jean-Philippe Lang | 2008-10-25 | 1 | -14/+16 |
* | Makes email address case-insensitive in MailHandler (#2032). | Jean-Philippe Lang | 2008-10-16 | 1 | -1/+1 |
* | add plain text option for mail #2029 | Nicolas Chuche | 2008-10-15 | 1 | -0/+15 |
* | Fixes Workflow.count_by_tracker_and_role. | Jean-Philippe Lang | 2008-09-28 | 1 | -1/+1 |
* | Adds a workflow overview screen. | Jean-Philippe Lang | 2008-09-28 | 1 | -0/+19 |
* | Fixed: the default status is lost when reordering issue statuses (#1955). | Jean-Philippe Lang | 2008-09-28 | 1 | -2/+2 |
* | Fixed: Latest news appear on the homepage for projects with the News module d... | Jean-Philippe Lang | 2008-09-28 | 1 | -4/+4 |
* | Fixed: cross-project issue list should not show issues of projects for which ... | Jean-Philippe Lang | 2008-09-25 | 2 | -1/+7 |