| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor: Merged TrackersController#list and #index | Eric Davis | 2010-02-15 | 2 | -11/+6 |
* | Refactor: Merged AuthSourcesController#list and #index | Eric Davis | 2010-02-15 | 3 | -12/+7 |
* | Refactor: Merged RolesController#list and #index | Eric Davis | 2010-02-15 | 2 | -7/+2 |
* | Adds a few divs to the base layout (#871). | Jean-Philippe Lang | 2010-02-14 | 1 | -0/+4 |
* | Removes duplicated LOC. | Jean-Philippe Lang | 2010-02-14 | 1 | -1/+0 |
* | Fixed: SystemStackError (stack level too deep) on Issue#attributes= after mod... | Jean-Philippe Lang | 2010-02-14 | 1 | -1/+2 |
* | Slight forum styles changes. | Jean-Philippe Lang | 2010-02-14 | 1 | -1/+1 |
* | Do not include news author in emphasis tag. | Jean-Philippe Lang | 2010-02-14 | 1 | -2/+2 |
* | Adds projects links (#4812). | Jean-Philippe Lang | 2010-02-13 | 1 | -1/+11 |
* | Fixed a nil method error in Setting#value= | Eric Davis | 2010-02-12 | 1 | -1/+1 |
* | Removed hard coded English string. | Eric Davis | 2010-02-12 | 1 | -1/+1 |
* | Refactor: Merged IssueStatusesController#list and #index. | Eric Davis | 2010-02-12 | 2 | -12/+7 |
* | Issue relation: fixes error with postgres when entering a non-numeric id (#48... | Jean-Philippe Lang | 2010-02-12 | 1 | -2/+2 |
* | Fixed: Project copy loses wiki pages hierarchy (#4797). | Jean-Philippe Lang | 2010-02-11 | 1 | -0/+12 |
* | Log failed user logins to the Rails logger | Eric Davis | 2010-02-11 | 1 | -0/+1 |
* | Refactored IssueStatus finder to a before_filter | Eric Davis | 2010-02-11 | 1 | -5/+6 |
* | Adds filter for system shared versions on the cross project issue list (#4792). | Jean-Philippe Lang | 2010-02-10 | 1 | -0/+4 |
* | Fixed: roadmap show subprojects issues even if subprojects is unchecked (#4761). | Jean-Philippe Lang | 2010-02-10 | 1 | -5/+1 |
* | Makes use of format_version_name. | Jean-Philippe Lang | 2010-02-10 | 1 | -2/+1 |
* | Fixed: Duplicated project name for subproject version on gantt chart (#4775). | Jean-Philippe Lang | 2010-02-10 | 1 | -1/+0 |
* | Fixed: parent project field doesn't include blank value when a member with 'a... | Jean-Philippe Lang | 2010-02-10 | 1 | -1/+1 |
* | Refactor: inline the utility methods in ReportsController. | Eric Davis | 2010-02-10 | 1 | -43/+16 |
* | Fixed: Repository.fetch_changesets tries to fetch changesets for archived pro... | Jean-Philippe Lang | 2010-02-09 | 1 | -3/+7 |
* | Extracted the rendering from each case statement in issue_reports_details | Eric Davis | 2010-02-09 | 1 | -9/+7 |
* | Fixed the link to the Issue Details report, broken in r3396 | Eric Davis | 2010-02-09 | 1 | -7/+7 |
* | Separated ReportsController#issue_report into two separate actions. | Eric Davis | 2010-02-08 | 1 | -18/+24 |
* | Do not parse the entire git log to fetch new commits (takes several minutes f... | Jean-Philippe Lang | 2010-02-07 | 1 | -9/+12 |
* | Fixed: error raised when trying to view the gantt or calendar with a grouped ... | Jean-Philippe Lang | 2010-02-06 | 1 | -0/+2 |
* | Do not show 'Quote' links on locked topics (#4749). | Jean-Philippe Lang | 2010-02-06 | 1 | -2/+2 |
* | Removes overflow:auto on #content which broke the fix in r2118 (#4724). | Jean-Philippe Lang | 2010-02-06 | 4 | -1/+8 |
* | Fixed: error messages displayed twice when creating a group (#4715). | Jean-Philippe Lang | 2010-02-06 | 1 | -2/+0 |
* | Adds pagination to forum messages (#4664). | Jean-Philippe Lang | 2010-02-06 | 5 | -11/+28 |
* | Adds a setting to cache textile rendering (off by default). | Jean-Philippe Lang | 2010-02-06 | 2 | -2/+5 |
* | Adds a permission for exporting wiki pages. | Jean-Philippe Lang | 2010-02-06 | 4 | -14/+20 |
* | Refactor: Pull up several #find_project methods to ApplicationController | Eric Davis | 2010-02-05 | 6 | -35/+7 |
* | Fixed: invalid format parameter returns a DoubleRenderError on issues index (... | Jean-Philippe Lang | 2010-02-04 | 1 | -7/+7 |
* | Reverts r3366. | Jean-Philippe Lang | 2010-02-04 | 1 | -11/+9 |
* | Fixed: invalid format parameter returns a DoubleRenderError on issues index (... | Jean-Philippe Lang | 2010-02-04 | 1 | -8/+10 |
* | Refactor: Extracted the select_all calls to a new private method. | Eric Davis | 2010-02-04 | 1 | -67/+47 |
* | Change Role#anonymous and #non_member so they generate the record as needed. | Eric Davis | 2010-02-03 | 1 | -4/+20 |
* | Refactor: Moved the raw SQL finders from ReportsController to Issue. | Eric Davis | 2010-02-03 | 2 | -83/+107 |
* | Refactor: Extract method to create a Change from a Changeset. | Eric Davis | 2010-02-02 | 4 | -15/+12 |
* | Refactor: Move recipients method into acts_as_event | Eric Davis | 2010-02-01 | 3 | -21/+0 |
* | Allow commits to reference issues of parent projects and subprojects (#4674). | Jean-Philippe Lang | 2010-01-31 | 3 | -4/+15 |
* | Log email delivery errors. | Jean-Philippe Lang | 2010-01-31 | 1 | -1/+15 |
* | Log info when sending an email notification. | Jean-Philippe Lang | 2010-01-31 | 1 | -1/+10 |
* | Fixed: deleting a project with subprojects breaks the project tree (#4701). | Jean-Philippe Lang | 2010-01-31 | 1 | -2/+9 |
* | Fixed: potential security leak on my page calendar (#4691). | Jean-Philippe Lang | 2010-01-30 | 1 | -1/+1 |
* | Fixed: NOT NULL constraint error when adding a group (#4632). | Jean-Philippe Lang | 2010-01-30 | 1 | -0/+14 |
* | Use the minimum password length setting when reseting a password. (#4683) | Eric Davis | 2010-01-28 | 1 | -1/+1 |