summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed unused Redmine::About class.Jean-Philippe Lang2012-12-032-17/+0
* Adds tests for when showing/deleting an invalid issue.Jean-Philippe Lang2012-12-031-0/+13
* Functional tests cleanup.Jean-Philippe Lang2012-12-0335-251/+222
* Test case cleanup.Jean-Philippe Lang2012-12-031-7/+0
* Add a test for my page with all blocks.Jean-Philippe Lang2012-12-031-0/+11
* Code cleanup.Jean-Philippe Lang2012-12-031-2/+2
* Removed unused helper.Jean-Philippe Lang2012-12-031-3/+0
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-0312-45/+56
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-033-12/+12
* Replaces find(:first) calls in migrations.Jean-Philippe Lang2012-12-039-18/+18
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-0331-96/+101
* Replaces find(:all) calls in acts_as_searchable.Jean-Philippe Lang2012-12-021-11/+15
* Preserve the "from" parameter in activity links.Jean-Philippe Lang2012-12-021-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-2/+2
* Replaces find(:all) calls in classic_pagination.Jean-Philippe Lang2012-12-021-9/+16
* Restores acts_as_tree instance methods removed in r10919.Jean-Philippe Lang2012-12-021-0/+2
* Adds helpers for retrieving my page data.Jean-Philippe Lang2012-12-028-31/+57
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-4/+6
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-4/+1
* Replaces acts_as_tree #roots class method with a scope.Jean-Philippe Lang2012-12-021-11/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-0216-21/+21
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-0229-71/+70
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-024-6/+8
* Load RMagick before the gantt helper (#12097).Jean-Philippe Lang2012-12-021-6/+6
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-0210-26/+29
* Removed unused instance variable.Jean-Philippe Lang2012-12-021-3/+0
* Fixed dependency loading for when running in dev mode (#12097).Jean-Philippe Lang2012-12-021-3/+4
* Makes User.current thread safe (#12097).Jean-Philippe Lang2012-12-021-2/+2
* Make the tests pass when config.threadsafe! is enabled (#12097).Jean-Philippe Lang2012-12-024-1/+14
* Explicitly load dependencies for when running with config.threadsafe! (#12097).Jean-Philippe Lang2012-12-023-6/+49
* Set version to 2.2.0.Jean-Philippe Lang2012-12-021-2/+2
* Fixed find_issues logic.Jean-Philippe Lang2012-12-021-1/+1
* Code cleanup.Jean-Philippe Lang2012-12-023-26/+16
* Code cleanup.Jean-Philippe Lang2012-12-012-6/+9
* Code cleanup.Jean-Philippe Lang2012-12-011-8/+2
* Moved duplicate #options_for_membership_project_select to ApplicationHelper.Jean-Philippe Lang2012-12-013-18/+9
* Don't load all helpers.Jean-Philippe Lang2012-12-011-0/+3
* Removes textarea resizer in favour of built-in browser support.Jean-Philippe Lang2012-11-302-3/+3
* Fixed that roles API should accept API auth for when authentication is requir...Jean-Philippe Lang2012-11-301-0/+1
* fix comment of RMagcik font configuration (#4787)Toshi MARUYAMA2012-11-281-1/+1
* remove trailing white-spaces from app/models/repository.rbToshi MARUYAMA2012-11-281-2/+2
* add configuration of RMagcik font for CJK (Chinese, Japanese and Korean) (#4787)Toshi MARUYAMA2012-11-282-0/+23
* code layout cleanup app/models/issue_relation.rbToshi MARUYAMA2012-11-281-17/+33
* Code cleanup.Jean-Philippe Lang2012-11-271-3/+1
* Code cleanup.Jean-Philippe Lang2012-11-273-7/+8
* Use 8+ characters long passwords in tests.Jean-Philippe Lang2012-11-277-42/+42
* Fixed that #extract_macro_options should not be greedy (#12451).Jean-Philippe Lang2012-11-272-1/+20
* Set the default minimum password length to 8.Jean-Philippe Lang2012-11-271-1/+1
* Validate email only if changed.Jean-Philippe Lang2012-11-271-1/+1
* Code cleanup.Jean-Philippe Lang2012-11-271-1/+1