summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Reverts r16051 and r16050 for now (#15361).Jean-Philippe Lang2016-12-0341-51/+57
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16052 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes calls to #reset_cycle (#15361).Jean-Philippe Lang2016-12-0310-13/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16051 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use css pseudo-classes instead "odd", "even" classes (#15361).Jean-Philippe Lang2016-12-0341-44/+44
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16050 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use .unscoped when querying and creating builtin objects (#24156).Jean-Philippe Lang2016-12-033-6/+6
| | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@16049 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't show project column by default when inside a project.Jean-Philippe Lang2016-12-031-1/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16042 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add link to issue list on version estimated time.Jean-Philippe Lang2016-12-031-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16041 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sort members on the DB side.Jean-Philippe Lang2016-12-032-1/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16040 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes test code introduced in r15994.Jean-Philippe Lang2016-11-301-12/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16030 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use symbol instead of string for 'position' (#24013)Toshi MARUYAMA2016-11-281-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16008 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Return false after onclick (#24439).Jean-Philippe Lang2016-11-261-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15998 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces project jump select with custom dropdown (#23310).Jean-Philippe Lang2016-11-264-17/+51
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15994 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "Table of contents" heading to toc macro (#23179).Jean-Philippe Lang2016-11-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15992 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrong validation introduced in r15989 (#24283).Jean-Philippe Lang2016-11-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15991 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't replace the already entered comment when quoting a previous comment.Jean-Philippe Lang2016-11-191-3/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15990 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add length validations for string fields (#24283).Jean-Philippe Lang2016-11-196-1/+7
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@15989 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't return 2 errors when identifier is blank (blank + too short).Jean-Philippe Lang2016-11-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15987 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move the closed project checkbox out of the sidebar.Jean-Philippe Lang2016-11-191-9/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15984 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the main menu for project related actions that support cross-project ↵Jean-Philippe Lang2016-11-1919-9/+21
| | | | | | display. git-svn-id: http://svn.redmine.org/redmine/trunk@15983 e93f8b46-1217-0410-a6f0-8f06a7374b81
* View progress bar of related issues (#3425).Jean-Philippe Lang2016-11-191-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15982 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extracts the rendering of related issues to an helper (#3425).Jean-Philippe Lang2016-11-193-22/+34
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15981 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the regular "icon icon-*" in other pages (#24313).Jean-Philippe Lang2016-11-198-9/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15978 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the regular "icon icon-*" on search results (#24313).Jean-Philippe Lang2016-11-192-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15977 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the regular "icon icon-*" on roadmap (#24313).Jean-Philippe Lang2016-11-181-3/+3
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@15976 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the regular "icon icon-*" on activity view (#24313).Jean-Philippe Lang2016-11-181-1/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@15975 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the regular "icon icon-*" on project overview (#24313).Jean-Philippe Lang2016-11-182-6/+6
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@15973 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show the entered value when it's not valid (#23996).Jean-Philippe Lang2016-11-183-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15971 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure (#23996).Jean-Philippe Lang2016-11-181-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15969 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test broken, display hours like in other tables (#23996).Jean-Philippe Lang2016-11-182-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15967 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduce a setting to change the display format of timespans to h:mm (#23996).Jean-Philippe Lang2016-11-189-11/+20
| | | | | | Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@15965 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Project field disappears when target project disallows user to edit the ↵Jean-Philippe Lang2016-11-181-1/+1
| | | | | | project (#24311). git-svn-id: http://svn.redmine.org/redmine/trunk@15959 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow Journal to return empty Array instead nil in Journal#attachments (#24308).Jean-Philippe Lang2016-11-181-1/+1
| | | | | | Patch by Roman Shipiev. git-svn-id: http://svn.redmine.org/redmine/trunk@15957 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show action not allowed for time entries in closed projects (#24297).Jean-Philippe Lang2016-11-181-3/+7
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@15955 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulk edit for shows activities not available for the time entry's project ↵Jean-Philippe Lang2016-11-181-2/+5
| | | | | | (#23922). git-svn-id: http://svn.redmine.org/redmine/trunk@15953 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Time Entries context menu shows activities not available for the time ↵Jean-Philippe Lang2016-11-181-2/+5
| | | | | | | | entry's project (#23922). Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@15952 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issue subject is not updated when you select another issue on time entry ↵Jean-Philippe Lang2016-11-183-9/+9
| | | | | | form (#24041). git-svn-id: http://svn.redmine.org/redmine/trunk@15951 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Tests broken by r15942 (#8761).Jean-Philippe Lang2016-11-031-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15943 e93f8b46-1217-0410-a6f0-8f06a7374b81
* My page - Spent time: configurable number of days to display (#8761).Jean-Philippe Lang2016-10-305-9/+66
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15942 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preload project and user.Jean-Philippe Lang2016-10-291-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15941 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preload project and user.Jean-Philippe Lang2016-10-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15940 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preload user.Jean-Philippe Lang2016-10-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15939 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes hard-coded border.Jean-Philippe Lang2016-10-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15938 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enables context menu on My Page for time entries.Jean-Philippe Lang2016-10-291-20/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15937 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use a global variable for storing context menu URL.Jean-Philippe Lang2016-10-2911-17/+19
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15936 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Project is required.Jean-Philippe Lang2016-10-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15935 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display hours in block title.Jean-Philippe Lang2016-10-291-8/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15934 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds icon.Jean-Philippe Lang2016-10-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15933 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds #add_block and #remove_block methods.Jean-Philippe Lang2016-10-292-27/+27
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15932 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Missing select name.Jean-Philippe Lang2016-10-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15931 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moves blocks definition to Redmine::MyPage.Jean-Philippe Lang2016-10-294-35/+30
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15930 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use fixed layout and move status to its own column.Jean-Philippe Lang2016-10-291-8/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15929 e93f8b46-1217-0410-a6f0-8f06a7374b81