Commit Graph

  • c586449eb3 Don't replace the already entered comment when quoting a previous comment. Jean-Philippe Lang 2016-11-19 11:17:42 +00:00
  • 7b3f2b51c0 Add length validations for string fields (#24283). Jean-Philippe Lang 2016-11-19 11:13:41 +00:00
  • e610fda877 Use #get instead of #[] to read errors on the attribute. Jean-Philippe Lang 2016-11-19 11:10:07 +00:00
  • d19aea9437 Don't return 2 errors when identifier is blank (blank + too short). Jean-Philippe Lang 2016-11-19 10:50:03 +00:00
  • 4d7dde7f4e Move the star to the right to preserve the indentation. Jean-Philippe Lang 2016-11-19 10:44:03 +00:00
  • fb49d2af92 Set the border for children of root projects only. Jean-Philippe Lang 2016-11-19 10:41:33 +00:00
  • 6ff5d4211e Move the closed project checkbox out of the sidebar. Jean-Philippe Lang 2016-11-19 10:34:25 +00:00
  • 124a459d55 Use the main menu for project related actions that support cross-project display. Jean-Philippe Lang 2016-11-19 10:30:02 +00:00
  • 33d78d605d View progress bar of related issues (#3425). Jean-Philippe Lang 2016-11-19 10:04:58 +00:00
  • 17233e8681 Extracts the rendering of related issues to an helper (#3425). Jean-Philippe Lang 2016-11-19 10:03:27 +00:00
  • aff93d7774 Fix icon-news class (#24313). Jean-Philippe Lang 2016-11-19 09:36:32 +00:00
  • 745cb7bdb4 Small improvement (#24313). Jean-Philippe Lang 2016-11-19 08:57:06 +00:00
  • 8aa647addb Use the regular "icon icon-*" in other pages (#24313). Jean-Philippe Lang 2016-11-19 08:53:02 +00:00
  • 7ee5e95f14 Use the regular "icon icon-*" on search results (#24313). Jean-Philippe Lang 2016-11-19 08:26:58 +00:00
  • c7505aa76b Use the regular "icon icon-*" on roadmap (#24313). Jean-Philippe Lang 2016-11-18 16:06:14 +00:00
  • 40f5865c52 Use the regular "icon icon-*" on activity view (#24313). Jean-Philippe Lang 2016-11-18 16:04:44 +00:00
  • cbe5e02203 Adds tests for #hours_field (#23996). Jean-Philippe Lang 2016-11-18 16:00:27 +00:00
  • 06b97bd91d Use the regular "icon icon-*" on project overview (#24313). Jean-Philippe Lang 2016-11-18 14:45:33 +00:00
  • 5a7211f70e Use the regular "icon icon-*" for admin menu links (#24313). Jean-Philippe Lang 2016-11-18 14:44:40 +00:00
  • 5b5b751d8c Show the entered value when it's not valid (#23996). Jean-Philippe Lang 2016-11-18 14:17:11 +00:00
  • ab22ec2a94 Test failure (#23996). Jean-Philippe Lang 2016-11-18 13:58:29 +00:00
  • da22fb0d41 Test failure (#23996). Jean-Philippe Lang 2016-11-18 13:51:19 +00:00
  • 5e2f833f0c Test failure (#23996). Jean-Philippe Lang 2016-11-18 13:49:27 +00:00
  • 8c9f9ba38b Test broken, display hours like in other tables (#23996). Jean-Philippe Lang 2016-11-18 13:47:16 +00:00
  • 05a160e372 Adds setting_timespan_format i18n string (#23996). Jean-Philippe Lang 2016-11-18 12:43:02 +00:00
  • 5495e6f342 Introduce a setting to change the display format of timespans to h:mm (#23996). Jean-Philippe Lang 2016-11-18 12:42:20 +00:00
  • 9c3e3a4276 Code cleanup (#24007). Jean-Philippe Lang 2016-11-18 12:20:10 +00:00
  • 7a9a22f3dd Change plugins directory through the configuration.yml file (#24007). Jean-Philippe Lang 2016-11-18 12:14:41 +00:00
  • 1f1e65cd4b Elements are not aligned properly in issues table for some cases (#23979). Jean-Philippe Lang 2016-11-18 12:11:16 +00:00
  • 9acc16d68d Removed left-over code comment. Jean-Philippe Lang 2016-11-18 12:06:19 +00:00
  • 298c8a9f0a Typo in class name (#24150). Jean-Philippe Lang 2016-11-18 12:04:38 +00:00
  • e6130a1e0d Project field disappears when target project disallows user to edit the project (#24311). Jean-Philippe Lang 2016-11-18 11:56:19 +00:00
  • 25a3766365 Add tablename to siblings query (#24296). Jean-Philippe Lang 2016-11-18 08:46:07 +00:00
  • fcbd06e090 Allow Journal to return empty Array instead nil in Journal#attachments (#24308). Jean-Philippe Lang 2016-11-18 08:41:56 +00:00
  • 4df50bc66b Adds a test for #24297. Jean-Philippe Lang 2016-11-18 08:37:24 +00:00
  • e9184adafc Show action not allowed for time entries in closed projects (#24297). Jean-Philippe Lang 2016-11-18 08:37:07 +00:00
  • c3a07264e4 Setting z-index of project menu drop down to 45, above context menus, below modals (#24000). Jean-Philippe Lang 2016-11-18 08:23:34 +00:00
  • 3c067ba8bd Bulk edit for shows activities not available for the time entry's project (#23922). Jean-Philippe Lang 2016-11-18 08:21:11 +00:00
  • 88ab6dd946 Time Entries context menu shows activities not available for the time entry's project (#23922). Jean-Philippe Lang 2016-11-18 08:19:11 +00:00
  • 2544fe6e15 Issue subject is not updated when you select another issue on time entry form (#24041). Jean-Philippe Lang 2016-11-18 08:11:11 +00:00
  • 2b70d97705 acts_as_versioned use old style (Rails 2.x) of method call for #all (#24348). Jean-Philippe Lang 2016-11-18 07:19:13 +00:00
  • b85dc8b35c remove trailing white-spaces from test/fixtures/journals.yml Toshi MARUYAMA 2016-11-07 11:42:41 +00:00
  • dc8d7b0594 remove trailing white-spaces from test/fixtures/issues.yml Toshi MARUYAMA 2016-11-07 11:42:31 +00:00
  • df3ed1da95 Gemfile: merge r15915, r15916, r15944, and r15945 from trunk to 3.2-stable (#24092) Toshi MARUYAMA 2016-11-05 18:10:41 +00:00
  • 1a37430858 Gemfile: merge r15915, r15916, r15944, and r15945 from trunk to 3.3-stable (#24092) Toshi MARUYAMA 2016-11-05 18:08:38 +00:00
  • 410dcc5084 Gemfile: pin rdoc version 4 Toshi MARUYAMA 2016-11-05 17:26:12 +00:00
  • a06bf8a6bd Gemfile: pin addressable 2.4.0 if Ruby is 1.9.3 Toshi MARUYAMA 2016-11-05 16:53:50 +00:00
  • 3ba70a7616 Tests broken by r15942 (#8761). Jean-Philippe Lang 2016-11-03 17:49:14 +00:00
  • db5bd2b2de My page - Spent time: configurable number of days to display (#8761). Jean-Philippe Lang 2016-10-30 08:32:31 +00:00
  • f7782c4648 Preload project and user. Jean-Philippe Lang 2016-10-29 14:19:25 +00:00
  • ed4c0886e2 Preload project and user. Jean-Philippe Lang 2016-10-29 14:16:13 +00:00
  • 326613d9a1 Preload user. Jean-Philippe Lang 2016-10-29 14:13:23 +00:00
  • 44130caa59 Removes hard-coded border. Jean-Philippe Lang 2016-10-29 14:10:20 +00:00
  • 7a6f04c25f Enables context menu on My Page for time entries. Jean-Philippe Lang 2016-10-29 14:07:10 +00:00
  • 18073c971e Don't use a global variable for storing context menu URL. Jean-Philippe Lang 2016-10-29 14:06:15 +00:00
  • 7cce582c14 Project is required. Jean-Philippe Lang 2016-10-29 13:41:43 +00:00
  • 420ebc0d1f Display hours in block title. Jean-Philippe Lang 2016-10-29 11:59:52 +00:00
  • 3792142245 Adds icon. Jean-Philippe Lang 2016-10-29 11:12:31 +00:00
  • 55be5e82b8 Adds #add_block and #remove_block methods. Jean-Philippe Lang 2016-10-29 10:25:55 +00:00
  • ac7e5f4db2 Missing select name. Jean-Philippe Lang 2016-10-29 10:16:58 +00:00
  • 8b86d5158e Moves blocks definition to Redmine::MyPage. Jean-Philippe Lang 2016-10-29 10:10:31 +00:00
  • 6ef3ecc030 Use fixed layout and move status to its own column. Jean-Philippe Lang 2016-10-29 08:55:06 +00:00
  • 604ce984eb Use regular icon-* class. Jean-Philippe Lang 2016-10-29 08:22:37 +00:00
  • f9eaeaf451 Adds helpers for rendering my page blocks. Jean-Philippe Lang 2016-10-29 08:10:19 +00:00
  • 2f48c9a83a Fix file upload for IE9 (#6719). Jean-Philippe Lang 2016-10-23 12:20:18 +00:00
  • 180c81dbf1 Cannot set activity to None. Jean-Philippe Lang 2016-10-23 12:03:25 +00:00
  • 858cb0bd78 Don't bulk edit file custom fields (#6719). Jean-Philippe Lang 2016-10-23 11:51:26 +00:00
  • 73ef85f672 Don't bulk edit file custom fields (#6719). Jean-Philippe Lang 2016-10-23 11:48:52 +00:00
  • eb023bdcce Add option to set a new version as default directly from New Version page (#24011). Jean-Philippe Lang 2016-10-23 11:31:20 +00:00
  • f94711ea8c Option to specify allowed extensions for a file custom field (#6719). Jean-Philippe Lang 2016-10-23 11:00:02 +00:00
  • 311ca416d7 Reverts to min-height. Jean-Philippe Lang 2016-10-23 10:58:15 +00:00
  • 362a001725 Don't query for each role and tracker. Jean-Philippe Lang 2016-10-23 10:53:42 +00:00
  • 33fc5a3f0a Issue custom field form layout. Jean-Philippe Lang 2016-10-23 09:35:23 +00:00
  • ef45304817 Adds file custom field format (#6719). Jean-Philippe Lang 2016-10-23 09:16:14 +00:00
  • c91a4391d3 Set https back. Jean-Philippe Lang 2016-10-20 17:49:24 +00:00
  • 15460450bb Use selenium-webdriver 2. Jean-Philippe Lang 2016-10-20 17:49:05 +00:00
  • ad0aa40ef1 Autoloading Redmine::Scm::Adapters::CommandFailed might fail. Jean-Philippe Lang 2016-10-20 17:41:16 +00:00
  • d8df8c8bcb Role#copy_from should copy managed roles. Jean-Philippe Lang 2016-10-20 17:00:04 +00:00
  • a2b17dae6e Fixed that r15668 prevents from setting managed roles. Jean-Philippe Lang 2016-10-20 16:57:15 +00:00
  • c2d97fb4aa Set @available_filters as an empty hash if nil. Jean-Philippe Lang 2016-10-20 16:48:22 +00:00
  • e90add7522 Display project list on multiple columns. Jean-Philippe Lang 2016-10-12 06:25:21 +00:00
  • 06d66df16e Random test failure. Jean-Philippe Lang 2016-10-11 06:42:01 +00:00
  • 12f051f9f0 Missing fixtures. Jean-Philippe Lang 2016-10-11 06:37:35 +00:00
  • def2359cce Missing fixtures. Jean-Philippe Lang 2016-10-11 06:36:20 +00:00
  • 7154c6f598 Do not hide estimated_hours when field is not disabled (#24015). Jean-Philippe Lang 2016-10-10 08:30:35 +00:00
  • daf1342c04 Raises length of issue description and journals for MySQL (#20127). Jean-Philippe Lang 2016-10-10 08:22:49 +00:00
  • 93cd8829a7 tagged version 3.3.1 3.3.1 Jean-Philippe Lang 2016-10-10 07:48:13 +00:00
  • a6765ece86 tagged version 3.2.4 3.2.4 Jean-Philippe Lang 2016-10-10 07:47:58 +00:00
  • f3893cd1a7 tagged version 3.1.7 3.1.7 Jean-Philippe Lang 2016-10-10 07:47:42 +00:00
  • ae391c8663 Updates for 3.1.7. 3.1-stable Jean-Philippe Lang 2016-10-10 07:46:30 +00:00
  • f5bcd05c44 Updates for 3.2.4. Jean-Philippe Lang 2016-10-10 07:46:12 +00:00
  • 947faf23a0 Merged r15898. Jean-Philippe Lang 2016-10-10 07:45:42 +00:00
  • b3ddd37346 Updates for 3.3.1. Jean-Philippe Lang 2016-10-10 07:45:18 +00:00
  • b7deedac10 Smaller font size for project breadcrumbs. Jean-Philippe Lang 2016-10-09 10:05:10 +00:00
  • 6aff505b90 Don't show an empty table. Jean-Philippe Lang 2016-10-09 09:53:05 +00:00
  • 5e447c7555 Use #link_to_user (#23998). Jean-Philippe Lang 2016-10-09 09:19:35 +00:00
  • 53427eb01c Adds link to author in revisions list (#23998). Jean-Philippe Lang 2016-10-09 09:17:36 +00:00
  • 6501e1451a Merged r15890 (#24014). Jean-Philippe Lang 2016-10-09 08:39:37 +00:00
  • 878a91a283 Reverts r15891 (#23318). Jean-Philippe Lang 2016-10-09 08:37:48 +00:00
  • e7f1780d7d #lock_nested_set very slow on mysql with thousands of subtasks (#23318). Jean-Philippe Lang 2016-10-08 09:15:55 +00:00