summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* remove trailing tabs from app/models/project.rbToshi MARUYAMA2013-02-171-2/+2
* remove trailing tab from app/helpers/custom_fields_helper.rbToshi MARUYAMA2013-02-171-1/+1
* remove trailing tab and white-spaces from app/controllers/issue_statuses_cont...Toshi MARUYAMA2013-02-171-1/+1
* Adds Issue#status_was that returns the initial issue status.Jean-Philippe Lang2013-02-171-3/+16
* Adds closed_on to issues API responses (#824).Jean-Philippe Lang2013-02-162-0/+2
* replace tabs to spaces at app/helpers/timelog_helper.rbToshi MARUYAMA2013-02-161-3/+3
* Fixed that updating the issue form was broken by r4011 when user is not allow...Jean-Philippe Lang2013-02-162-3/+7
* Makes closed_on available as column and filter on the issue list (#824).Jean-Philippe Lang2013-02-161-0/+2
* Adds closed_on column that stores the time of the last closing (#824).Jean-Philippe Lang2013-02-161-4/+17
* Adds the date picker for the default value of date custom fields.Jean-Philippe Lang2013-02-151-0/+5
* Remove default for when changing custom field format.Jean-Philippe Lang2013-02-151-0/+2
* Use a textarea instead of an input for the default value of long text custom ...Jean-Philippe Lang2013-02-151-2/+8
* Test broken by r11392 (#13174).Jean-Philippe Lang2013-02-151-3/+3
* Possibility to define the default enable trackers when creating a project (#1...Jean-Philippe Lang2013-02-153-2/+10
* Raised group name maximum length to 255 characters (#13174).Jean-Philippe Lang2013-02-152-2/+2
* Code cleanup.Jean-Philippe Lang2013-02-141-10/+4
* Adds token finder methods.Jean-Philippe Lang2013-02-142-6/+23
* Refactor: use an ordered hash to store available filters and remove :order op...Jean-Philippe Lang2013-02-144-160/+147
* remove trailing white-spaces from app/models/custom_field.rbToshi MARUYAMA2013-02-121-4/+4
* Format all floats with 2 decimals in the issue list (#13126).Jean-Philippe Lang2013-02-111-6/+4
* Don't generate duplicate ids.Jean-Philippe Lang2013-02-101-1/+1
* Use POST/DELETE to watch/unwatch an item.Jean-Philippe Lang2013-02-101-5/+4
* Bulk watch/unwatch issues from the context menu (#7159).Jean-Philippe Lang2013-02-104-33/+51
* remove trailing white-space from app/models/board.rbToshi MARUYAMA2013-02-101-1/+1
* Typo that breaks with ruby1.8.Jean-Philippe Lang2013-02-091-1/+1
* Fixed that project overview page shows trackers from subprojects with disable...Jean-Philippe Lang2013-02-091-0/+1
* Small datepicker improvements (#13098).Jean-Philippe Lang2013-02-091-1/+1
* Don't wrap watcher link with span.Jean-Philippe Lang2013-02-079-11/+12
* Fixed: error raised when copying project wiki with wiki module disabled (#130...Jean-Philippe Lang2013-02-071-1/+3
* Fixed: Can't clear custom field value through context menu in the issue list ...Jean-Philippe Lang2013-02-071-1/+1
* Code cleanup.Jean-Philippe Lang2013-02-031-1/+1
* Don't display the warning to administrators (#5605).Jean-Philippe Lang2013-02-031-1/+1
* Adds a warning for when a user with inherited permissions disables inheritanc...Jean-Philippe Lang2013-02-031-0/+14
* Removed div around fieldset on project modules.Jean-Philippe Lang2013-02-021-4/+2
* Raises project description height.Jean-Philippe Lang2013-02-021-1/+1
* Typo that makes the checkbox not visible (#5605).Jean-Philippe Lang2013-02-021-1/+1
* Typo that triggers an error when editing a subproject (#5605).Jean-Philippe Lang2013-02-021-1/+1
* Don't remove watchers on permission change.Jean-Philippe Lang2013-02-022-14/+0
* Optionaly inherit members from parent project (#5605).Jean-Philippe Lang2013-02-024-9/+80
* Test broken by r11296.Jean-Philippe Lang2013-02-021-1/+1
* Refactors methods for searching a user by token.Jean-Philippe Lang2013-02-022-13/+22
* Skip callbacks when updating last_login_on.Jean-Philippe Lang2013-02-011-2/+2
* Use database LOWER instead of #downcase.Jean-Philippe Lang2013-01-311-3/+3
* Code cleanup.Jean-Philippe Lang2013-01-301-6/+2
* Add/remove issue watchers via the REST API (#6727).Jean-Philippe Lang2013-01-302-6/+18
* Use POST instead of GET for logging out (#13022).Jean-Philippe Lang2013-01-302-2/+10
* Fixe that filter "Assignee's group" doesn't work with group assignments (#130...Jean-Philippe Lang2013-01-291-0/+1
* Wiki links to repositories with underscore their identifiers don't work (#129...Jean-Philippe Lang2013-01-271-2/+2
* Test failure with JRuby 1.7.2 (#12228).Jean-Philippe Lang2013-01-271-1/+2
* Test failure with JRuby 1.7.2 (#12228).Jean-Philippe Lang2013-01-271-3/+3