summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makes use of format_version_name.Jean-Philippe Lang2010-02-101-2/+1
* Fixed: Duplicated project name for subproject version on gantt chart (#4775).Jean-Philippe Lang2010-02-101-1/+0
* Fixed: parent project field doesn't include blank value when a member with 'a...Jean-Philippe Lang2010-02-102-1/+43
* Refactor: inline the utility methods in ReportsController.Eric Davis2010-02-101-43/+16
* Switch to using the shoulda gem from gemcutter. #4573Eric Davis2010-02-101-1/+1
* Fixed: Repository.fetch_changesets tries to fetch changesets for archived pro...Jean-Philippe Lang2010-02-091-3/+7
* Extracted the rendering from each case statement in issue_reports_detailsEric Davis2010-02-091-9/+7
* Fixed the link to the Issue Details report, broken in r3396Eric Davis2010-02-091-7/+7
* Translation updatesAzamat Hackimov2010-02-083-8/+10
* Updated object_daddy to a newer version (bugfixes)Eric Davis2010-02-084-21/+12
* Removed the duplicated configuration in the different test environments.Eric Davis2010-02-082-58/+2
* Separated ReportsController#issue_report into two separate actions.Eric Davis2010-02-085-28/+54
* Moved a routing test from a functional to an integration test.Eric Davis2010-02-082-12/+26
* Do not parse the entire git log to fetch new commits (takes several minutes f...Jean-Philippe Lang2010-02-072-14/+13
* Update for 0.9.2 release.Jean-Philippe Lang2010-02-072-2/+16
* Korean support for PDF export (#4639).Jean-Philippe Lang2010-02-072-5/+10
* Translation updates.Jean-Philippe Lang2010-02-0738-923/+965
* Fixed: error raised when trying to view the gantt or calendar with a grouped ...Jean-Philippe Lang2010-02-061-0/+2
* Fixed: deprecation warning in reposman.rb (#4736).Jean-Philippe Lang2010-02-061-1/+1
* Do not show 'Quote' links on locked topics (#4749).Jean-Philippe Lang2010-02-061-2/+2
* Removes overflow:auto on #content which broke the fix in r2118 (#4724).Jean-Philippe Lang2010-02-065-2/+9
* Fixed: error messages displayed twice when creating a group (#4715).Jean-Philippe Lang2010-02-061-2/+0
* Renames WikiFormatting.cache to .cache_storeJean-Philippe Lang2010-02-061-3/+3
* Adds pagination to forum messages (#4664).Jean-Philippe Lang2010-02-066-12/+46
* Adds a setting to cache textile rendering (off by default).Jean-Philippe Lang2010-02-0644-33/+100
* Adds a permission for exporting wiki pages.Jean-Philippe Lang2010-02-0644-14/+60
* Refactor: Pull up several #find_project methods to ApplicationControllerEric Davis2010-02-056-35/+7
* Translations updatesAzamat Hackimov2010-02-042-7/+7
* Fixed: invalid format parameter returns a DoubleRenderError on issues index (...Jean-Philippe Lang2010-02-041-7/+7
* Reverts r3366.Jean-Philippe Lang2010-02-041-11/+9
* Fixed: invalid format parameter returns a DoubleRenderError on issues index (...Jean-Philippe Lang2010-02-041-8/+10
* Refactor: Extracted the select_all calls to a new private method.Eric Davis2010-02-041-67/+47
* Added tests for Issue#by_X findersEric Davis2010-02-041-0/+42
* Change Role#anonymous and #non_member so they generate the record as needed.Eric Davis2010-02-032-4/+71
* Refactor: Moved the raw SQL finders from ReportsController to Issue.Eric Davis2010-02-032-83/+107
* Converted a test to shoulda and added more checks for it's assignments.Eric Davis2010-02-031-4/+15
* Refactor: Extract method to create a Change from a Changeset.Eric Davis2010-02-024-15/+12
* Refactor: Move recipients method into acts_as_eventEric Davis2010-02-014-21/+7
* Allow commits to reference issues of parent projects and subprojects (#4674).Jean-Philippe Lang2010-01-314-4/+38
* Log email delivery errors.Jean-Philippe Lang2010-01-311-1/+15
* Log info when sending an email notification.Jean-Philippe Lang2010-01-311-1/+10
* Fixed: deleting a project with subprojects breaks the project tree (#4701).Jean-Philippe Lang2010-01-312-2/+67
* Translation updatesAzamat Hackimov2010-01-313-13/+14
* Fixed: potential security leak on my page calendar (#4691).Jean-Philippe Lang2010-01-301-1/+1
* Updates for 0.9.1 release.Jean-Philippe Lang2010-01-302-1/+11
* Fixed: tests with ruby1.9 broken by r3322 (#4607).Jean-Philippe Lang2010-01-301-0/+2
* Fixed: NOT NULL constraint error when adding a group (#4632).Jean-Philippe Lang2010-01-301-0/+14
* Added and updated some more object daddy exemplars.Eric Davis2010-01-287-0/+72
* Use the minimum password length setting when reseting a password. (#4683)Eric Davis2010-01-281-1/+1
* Added some exemplars for object daddy to generate test data.Eric Davis2010-01-2718-0/+222