Commit Graph

  • d36700eeee Refactor: replace chained finders with an inject. Should handle edge cases better. Eric Davis 2010-09-10 19:53:57 +00:00
  • 41f8d043eb Added a "Member of Role" to the issues filters. #5869 Eric Davis 2010-09-10 19:44:45 +00:00
  • 109b42f482 Added a "Member of Group" to the issues filter. #5869 Eric Davis 2010-09-10 18:46:29 +00:00
  • 4c656fcffc Define Principal#name so all subclasses will have some sort of name when printed. Eric Davis 2010-09-10 18:46:23 +00:00
  • 3a2efb4757 Refactor: convert ProjectEnumerations to a resource on a project. Eric Davis 2010-09-10 16:00:49 +00:00
  • 5e1c295230 Fixed the zoom, previous, and next links on the Gantt chart. Eric Davis 2010-09-10 03:09:18 +00:00
  • abf3ee4999 Add project names to the Versions in the Gantt export. #5904 Eric Davis 2010-09-10 03:09:11 +00:00
  • bdb3937e0f Rewrite the Gantt chart. #6276 Eric Davis 2010-09-10 03:09:02 +00:00
  • 8d52608dba Refactor: convert the Projects routes to resources. Eric Davis 2010-09-09 18:57:21 +00:00
  • bf7476af5b Refactor: split method ProjectsController#edit to ProjectsController#update. Eric Davis 2010-09-08 16:01:51 +00:00
  • 2295b61cb6 Refactor: rename method ProjectsController#add to ProjectsController#new Eric Davis 2010-09-07 15:00:27 +00:00
  • 06878e5004 Change project add form to use #create. (From r4067) Eric Davis 2010-09-06 15:09:52 +00:00
  • 763ab07942 Refactor: split ProjectsController#add into #add (GET) and #create (POST). Eric Davis 2010-09-06 14:53:08 +00:00
  • 9da4ee5fcc Allow user password changes when changing to Internal authentication. #6267 Eric Davis 2010-09-06 01:02:52 +00:00
  • 270b559d36 Refocus the related issue field after submitting an issue. #6275 Eric Davis 2010-09-06 00:48:44 +00:00
  • d771fa9289 Change link_to_if_authorized to allow url paths. (Fixes #6195) Eric Davis 2010-09-06 00:26:08 +00:00
  • 563c879e44 Use the built in Rails ActionView::TestCase for testing helpers. Eric Davis 2010-09-06 00:26:02 +00:00
  • db11030410 Refactor: move method to model. (references r4057) Eric Davis 2010-09-05 22:57:20 +00:00
  • cbe266079e Added string "cant_link_an_issue_with_a_descendant" to translations missed in #443 Solves #6278 Azamat Hackimov 2010-09-05 13:01:38 +00:00
  • c5071cd091 Translation updates: * ca (#6263) * nl (#6248) Azamat Hackimov 2010-09-05 11:33:08 +00:00
  • a9f5a17c67 Do not display items without valid selection in context menu when on different projects. #4998 Jean-Baptiste Barth 2010-09-03 21:43:07 +00:00
  • c799d03ece Added missing tests for User#allowed_to? #6291 Jean-Baptiste Barth 2010-09-03 20:16:00 +00:00
  • b6d9f2bddf Add css classes to journals display to facilitate theming Jean-Baptiste Barth 2010-09-03 20:05:51 +00:00
  • 4776a5a427 Hide checkboxes in issues list when printing Jean-Baptiste Barth 2010-09-03 19:59:49 +00:00
  • a2ce6e236c Allow mass status update through context menu. #3411 Jean-Baptiste Barth 2010-09-03 19:54:24 +00:00
  • c1068bf0cd Refactor: move method, ProjectsController#reset_activities to ProjectEnumerationsController#destroy. Eric Davis 2010-09-03 15:04:03 +00:00
  • 83b4343d2d Refactor: move method, ProjectsController#save_activities to ProjectEnumerationsController#save Eric Davis 2010-09-02 17:39:56 +00:00
  • b5e90972d8 Refactor: move method, ProjectsController#add_file to FilesController#new. Eric Davis 2010-09-01 15:17:45 +00:00
  • daa8eaa9ae Refactor: move method, ProjectsController#list_files to FilesController#index. Eric Davis 2010-08-31 15:12:58 +00:00
  • a188abbe28 Refactor: move method, ProjectsController#roadmap to VersionsController#index. Eric Davis 2010-08-30 15:30:28 +00:00
  • 1ebb0d9cae Translation updates * mk (#6208) * sv (#6210) Azamat Hackimov 2010-08-29 12:54:04 +00:00
  • f92dcdf50a Allow setting an issue's notes via params[:issue][:notes]. (XML API) Eric Davis 2010-08-27 20:08:59 +00:00
  • b925325ddb Refactor: extract ProjectsController#activity to a new Activities controller. Eric Davis 2010-08-27 14:05:54 +00:00
  • 5b08b2f33d Refactor: extract common code to link_to_month. Eric Davis 2010-08-26 16:37:26 +00:00
  • 30821586cb Add the project_id to the Calendar link to month. Eric Davis 2010-08-26 16:37:21 +00:00
  • ab1e74d16c Refactor: extract target link generation. Eric Davis 2010-08-26 16:37:16 +00:00
  • 91380eeaab Refactor: extract ternary operators to temps. Eric Davis 2010-08-26 16:37:11 +00:00
  • 3eea03d70e Refactor: extract link to previous and next month into helpers. Eric Davis 2010-08-26 16:37:05 +00:00
  • 56e984b5e7 Refactor: convert many of the custom Issue routes to REST resources. Eric Davis 2010-08-26 16:36:59 +00:00
  • daa4272c0e Refactor: extract method in bulk_update. Eric Davis 2010-08-25 14:59:16 +00:00
  • bc951a9d4f remove BOM from zh-TW Azamat Hackimov 2010-08-24 16:15:14 +00:00
  • 2e2241cf84 Translation updates * de (#6198) * ja (#6189) * zh-TW (#6197) Azamat Hackimov 2010-08-24 15:32:11 +00:00
  • 80256cf298 Refactor: extract #bulk_update method from IssuesController#bulk_edit. Eric Davis 2010-08-24 15:27:12 +00:00
  • 95673a9ee4 Adding missed new strings for #6153: * project_module_gantt: Gantt * project_module_calendar: Calendar Azamat Hackimov 2010-08-23 19:39:35 +00:00
  • dfcb5a666f Updated permissions for r4034 Eric Davis 2010-08-23 15:32:57 +00:00
  • b67b3820a1 Refactor: move IssuesController#changes to JournalsController#index. Eric Davis 2010-08-23 15:04:36 +00:00
  • 9b5b8649e6 Tagging 1.0.1 1.0.1 Eric Davis 2010-08-22 21:27:14 +00:00
  • 29f9f3feff Merged r4029 from trunk. Eric Davis 2010-08-22 21:21:25 +00:00
  • 2bea4b30a5 Merged r4028 from trunk. Eric Davis 2010-08-22 21:21:20 +00:00
  • 00b53286fd Merged changelog from trunk, r4027. Eric Davis 2010-08-22 21:21:15 +00:00
  • 5b4bd8a59a Sure hope 1.0.1 wasn't released in 201,008 AD... Eric Davis 2010-08-22 21:17:44 +00:00
  • 22fa8d9b31 Bump version to 1.0.1 Eric Davis 2010-08-22 21:15:38 +00:00
  • dcd2204786 Updated changelog for 1.0.1 Eric Davis 2010-08-22 21:15:33 +00:00
  • c8c4fb130c Merged r4014 from trunk. Eric Davis 2010-08-22 19:49:31 +00:00
  • 0d7cead479 Merged r4013 from trunk. Eric Davis 2010-08-22 19:49:26 +00:00
  • b5d64b9a2f Merged r4012 from trunk. Eric Davis 2010-08-22 19:49:19 +00:00
  • 519069b867 Merged r4011 from trunk. Eric Davis 2010-08-22 19:49:14 +00:00
  • 7443f2a310 Merged r4010 from trunk. Eric Davis 2010-08-22 19:49:08 +00:00
  • b419deb907 Merged r4009 from trunk. Eric Davis 2010-08-22 19:49:03 +00:00
  • b8d5a05b20 Merged r4008 from trunk. Eric Davis 2010-08-22 19:48:57 +00:00
  • e29244652c Merged r4007 from trunk. Eric Davis 2010-08-22 19:48:52 +00:00
  • 27ef72c35e Merged r4006 from trunk. Eric Davis 2010-08-22 19:48:45 +00:00
  • 86e986f014 Merged r4005 from trunk. Eric Davis 2010-08-22 19:48:38 +00:00
  • d60cc50d99 Merged r4004 from trunk. Eric Davis 2010-08-22 19:48:32 +00:00
  • 9e5d2100b6 Merged r4003 from trunk. Eric Davis 2010-08-22 19:48:26 +00:00
  • 05527be943 Add RTL support to the context menu. #6012 Eric Davis 2010-08-22 19:12:21 +00:00
  • fc9b984cc1 Treat Calendar and Gantt pages as separate modules. #6153 Eric Davis 2010-08-22 18:42:00 +00:00
  • 7e565eed34 Fix the calendar link in the Issues sidebar. #5591 Eric Davis 2010-08-22 18:30:26 +00:00
  • dfd1d0c7fe Refactor: merge IssuesController#update_form into IssuesController#new Eric Davis 2010-08-20 15:22:19 +00:00
  • 9696557897 Fix the mock_file test helper. Eric Davis 2010-08-19 22:24:42 +00:00
  • e4c5a91d0e Refactor: extract Members Box to partial. Eric Davis 2010-08-19 22:24:37 +00:00
  • 1c53668bc9 Remove dublicate string Azamat Hackimov 2010-08-19 19:47:55 +00:00
  • af58531482 Localisation updates: New string to fix #5162 Azamat Hackimov 2010-08-19 18:50:18 +00:00
  • 1fcc1bdc89 Refactor: move IssuesController#context_menu to a new controller. Eric Davis 2010-08-19 18:16:54 +00:00
  • 57372d9d8e Real RTL-theme support in locales (#6012) Now each locale-file have direction string (ltr - left-to-right - by default). Azamat Hackimov 2010-08-19 16:57:44 +00:00
  • eefb36177d Fixing #6009 Added to all locales required strings. Azamat Hackimov 2010-08-19 16:35:51 +00:00
  • 01788e83e7 Translation updates for upcoming release * de (#6079) * es (#6021) * it (#6093) * nl (#6025) * ru * sr and sr-YU (sr is now serbian cyrillic, #6078) * sv (#6142) Azamat Hackimov 2010-08-19 15:41:09 +00:00
  • ccbc9f8ff9 Merged r3952 from trunk. Eric Davis 2010-08-19 04:34:48 +00:00
  • 047bf692b3 Merged r3951 from trunk. Eric Davis 2010-08-19 04:34:42 +00:00
  • 3e692a908b Merged r3950 from trunk. Eric Davis 2010-08-19 04:34:37 +00:00
  • d457f90fcd Merged r3949 from trunk. Eric Davis 2010-08-19 04:34:31 +00:00
  • b9f23bedb7 Merged r3948 from trunk. Eric Davis 2010-08-19 04:34:26 +00:00
  • d1a9f81fc6 Merged r3947 from trunk. Eric Davis 2010-08-19 04:34:20 +00:00
  • 80e833cd88 Merged r3946 from trunk. Eric Davis 2010-08-19 04:34:14 +00:00
  • a12a073a6e Merged r3945 from trunk. Eric Davis 2010-08-19 04:34:08 +00:00
  • bc57078b12 Merged r3944 from trunk. Eric Davis 2010-08-19 04:34:02 +00:00
  • 1c93f99a55 Merged r3943 from trunk. Eric Davis 2010-08-19 04:33:57 +00:00
  • 758feaccab Merged r3942 from trunk. Eric Davis 2010-08-19 04:33:51 +00:00
  • 2012c60bfd Merged r3941 from trunk. Eric Davis 2010-08-19 04:33:46 +00:00
  • 8ca6941a33 Merged r3940 from trunk. Eric Davis 2010-08-19 04:33:40 +00:00
  • 10a76f5e73 Merged r3939 from trunk. Eric Davis 2010-08-19 04:33:34 +00:00
  • 6e5f567346 Merged r3938 from trunk. Eric Davis 2010-08-19 04:33:29 +00:00
  • 7af610631f Merged r3937 from trunk. Eric Davis 2010-08-19 04:33:23 +00:00
  • fab5064643 Merged r3936 from trunk. Eric Davis 2010-08-19 04:33:18 +00:00
  • ab5ce45b43 Merged r3935 from trunk. Eric Davis 2010-08-19 04:33:11 +00:00
  • 5345a2dd89 Merged r3934 from trunk. Eric Davis 2010-08-19 04:33:05 +00:00
  • 7ca197b37f Merged r3933 from trunk. Eric Davis 2010-08-19 04:32:59 +00:00
  • 72ce3e18f8 Merged r3932 from trunk. Eric Davis 2010-08-19 04:32:53 +00:00
  • 358ee2ef2e Merged r3931 from trunk. Eric Davis 2010-08-19 04:32:47 +00:00
  • b5b8d34d94 Merged r3930 from trunk. Eric Davis 2010-08-19 04:32:42 +00:00