summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Treat Calendar and Gantt pages as separate modules. #6153Eric Davis2010-08-225-4/+57
* Fix the calendar link in the Issues sidebar. #5591Eric Davis2010-08-221-1/+1
* Refactor: merge IssuesController#update_form into IssuesController#newEric Davis2010-08-203-21/+16
* Fix the mock_file test helper.Eric Davis2010-08-192-3/+7
* Refactor: extract Members Box to partial.Eric Davis2010-08-192-8/+9
* Remove dublicate stringAzamat Hackimov2010-08-191-1/+1
* Localisation updates: New string to fix #5162Azamat Hackimov2010-08-1942-1/+44
* Refactor: move IssuesController#context_menu to a new controller.Eric Davis2010-08-1910-116/+130
* Real RTL-theme support in locales (#6012)Azamat Hackimov2010-08-1945-12/+71
* Fixing #6009Azamat Hackimov2010-08-1916-15/+73
* Translation updates for upcoming releaseAzamat Hackimov2010-08-1917-2273/+2296
* Add Issue Status to the tooltip. #6169Eric Davis2010-08-191-0/+2
* Small test refactoring, extract method.Eric Davis2010-08-192-3/+7
* Scope the calendar popup CSS so it doesn't conflict with the Calendar menu. #...Eric Davis2010-08-191-42/+42
* Use the base layout for all 403, 404, and 500 pages. #6172Eric Davis2010-08-192-3/+36
* Added a rake task to display permissions.Eric Davis2010-08-181-0/+9
* No more IssuesController#preview action.Eric Davis2010-08-181-2/+2
* Refactor: move IssuesController#preview to a new controller.Eric Davis2010-08-189-33/+57
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-179-34/+52
* Add the Calendar as a project menu item.Eric Davis2010-08-162-0/+2
* Add the Gantt chart as a project menu itemEric Davis2010-08-162-0/+2
* Allow key authentication for Boards. #6132Eric Davis2010-08-161-0/+1
* Refactor: move IssuesController#reply to JournalsControllerEric Davis2010-08-168-44/+53
* Refactor: pull up method to ApplicationController.Eric Davis2010-08-133-23/+15
* Fixed: changing view style in repository/diff doesn't keep previously selecte...Jean-Baptiste Barth2010-08-131-1/+1
* Refactor: Pull up method to ApplicationController.Eric Davis2010-08-123-34/+17
* Fix path to test_helperEric Davis2010-08-121-1/+1
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-1112-164/+217
* Show projects depending on their visibility in user's profile. #6100Jean-Baptiste Barth2010-08-102-4/+12
* Added a warning when a new user or group membership is invalid. #3834Jean-Baptiste Barth2010-08-102-16/+32
* Prevent 500 error on login when there's a typo in OpenID URI scheme, such as ...Jean-Baptiste Barth2010-08-102-1/+8
* Refactor: extract method from #move and #perform_move.Eric Davis2010-08-101-14/+13
* Refactor TimelogController#report's joins and provide a hook to add more.Eric Davis2010-08-091-2/+9
* Refactor: extract POST version of IssuesController#move to #perform_move.Eric Davis2010-08-091-6/+12
* Removed hard-coded english error message on failed Member creationJean-Baptiste Barth2010-08-091-1/+1
* Removed useless debug code. #5978Jean-Baptiste Barth2010-08-081-1/+0
* Added project filter when viewing all issues. #5084Jean-Baptiste Barth2010-08-082-0/+15
* Replace Test::Unit::TestCase with ActiveSupport::TestCase. #5477Jean-Baptiste Barth2010-08-083-7/+3
* Fixed wrong commit range in git log command. #5628Jean-Baptiste Barth2010-08-082-5/+9
* Refactor: added link_to_project helper to handle links to projectsJean-Baptiste Barth2010-08-0811-15/+42
* Updated changelog format to use lists.Eric Davis2010-08-071-130/+130
* Add static docs to YARD.Eric Davis2010-08-071-1/+8
* Save yard doc to the doc/app directory.Eric Davis2010-08-071-0/+1
* Exclude test files from YARD.Eric Davis2010-08-071-1/+3
* Add a rake task to run CI.Eric Davis2010-08-061-0/+41
* Refactor: start to split IssuesController#move into two separate actions.Eric Davis2010-08-066-18/+23
* Refactor: extract method in IssuesController#move.Eric Davis2010-08-051-7/+11
* Fixed: assigned_to and author filters in cross project issues view should be ...Jean-Baptiste Barth2010-08-042-1/+10
* Focus on the input when adding a related issue on issues/show page. #4656Jean-Baptiste Barth2010-08-041-1/+1
* Display projects as links in users/memberships partial. #5898Jean-Baptiste Barth2010-08-041-1/+3