summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* New strings to translate (#4647):Azamat Hackimov2010-01-2539-2/+78
* New language - Basque/ Euskara (#4650).Azamat Hackimov2010-01-253-0/+1036
* Added User.spawn_with_protected to generate an unsaved User record.Eric Davis2010-01-231-1/+16
* Fixed some labels to be more accessible.Eric Davis2010-01-214-5/+7
* Accept filters from API calls without set_filter parameter.Jean-Philippe Lang2010-01-182-1/+10
* Fixed: PDF export of a issue list grouped by a custom field raises an error (...Jean-Philippe Lang2010-01-183-4/+15
* Adds a log message when an API call raises an InvalidAuthenticityToken error.Jean-Philippe Lang2010-01-171-0/+7
* Move ids in XML views.Jean-Philippe Lang2010-01-174-4/+8
* Adds a rake task to receive emails from a POP3 server (#2420).Jean-Philippe Lang2010-01-172-0/+89
* Adds a few STDOUT.flush to migration scripts (#3675).Jean-Philippe Lang2010-01-172-1/+9
* Adds unit test for #3645.Jean-Philippe Lang2010-01-171-0/+6
* Fixed: Tab's 'border-bottom' not absent when selected (#4495).Jean-Philippe Lang2010-01-171-7/+7
* Fixed: Issue Summary tables that list by user are not sorted (#4552).Jean-Philippe Lang2010-01-171-4/+4
* Adds a test with Japanese keywords in a ISO-2002-JP encoded email (#4576).Jean-Philippe Lang2010-01-172-0/+68
* Set native eol svn property on new lang files (#4526).Jean-Philippe Lang2010-01-172-143/+143
* Cleaned up the IssueController redirects to use the back_url like the other a...Eric Davis2010-01-143-12/+58
* Fixes project editing route broken by r3313.Jean-Philippe Lang2010-01-142-1/+8
* XML REST API for Projects (#296).Jean-Philippe Lang2010-01-147-11/+223