summaryrefslogtreecommitdiffstats
path: root/app/views/issues
Commit message (Expand)AuthorAgeFilesLines
* HTML escape at app/views/issues/show.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/issues/index.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/issues/_list_simple.rhtml.Toshi MARUYAMA2011-08-021-2/+2
* HTML escape at app/views/issues/_attributes.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* remove trailing white-spaces from app/views/issues/_relations.rhtml.Toshi MARUYAMA2011-08-021-2/+2
* Adds an id attribute to the private label on the issue form (#8894).Jean-Philippe Lang2011-07-301-1/+1
* Additional escaping.Jean-Philippe Lang2011-07-301-1/+1
* html_escape issue fieldsToshi MARUYAMA2011-07-291-3/+3
* Ability to load relations on /issues API (#7366).Jean-Philippe Lang2011-07-241-0/+6
* Adds a optgroup for groups in users/groups select tags.Jean-Philippe Lang2011-07-233-3/+3
* REST API for reading attachments (#7671).Jean-Philippe Lang2011-07-181-0/+6
* Makes relations resource shallow (#7366).Jean-Philippe Lang2011-07-051-2/+2
* Adds support for GET on /issues/:issue_id/relations (#7366).Jean-Philippe Lang2011-07-041-1/+1
* Adds REST API for issue relations (#7366).Jean-Philippe Lang2011-07-042-3/+3
* Do not show inactive issue priorities where not necessary (#8573).Jean-Baptiste Barth2011-06-131-1/+1
* Warn about subtasks before deleting a parent issue (#6562).Jean-Philippe Lang2011-04-171-1/+1
* Private issues (#7414).Jean-Philippe Lang2011-04-151-0/+5
* Adds a helper for issue heading (#7647).Jean-Philippe Lang2011-04-121-1/+1
* Code cleanup.Jean-Philippe Lang2011-04-122-2/+2
* Adds noindex,noarchive robots meta tag on form pages (#7582).Jean-Philippe Lang2011-04-122-0/+4
* Adds a specific icon for deleting a relation.Jean-Philippe Lang2011-04-111-1/+1
* Moved the parent issue field above start/due date fields.Jean-Philippe Lang2011-04-112-7/+5
* Fixed: empty list for user/version custom fields on bulk edit form (#2096).Jean-Philippe Lang2011-04-071-1/+1
* Wrap text custom fields in the issue list (#8064).Jean-Philippe Lang2011-04-051-1/+1
* Adds context menu for related issues (#8006).Jean-Philippe Lang2011-04-051-7/+10
* Cleaner way to handle the replacement of watch links (#8071).Jean-Philippe Lang2011-04-052-3/+2
* Removed the changeset-changes class to the commit logs on the issue view (#80...Jean-Philippe Lang2011-04-031-1/+1
* Converted issue filters to non-AJAX GET requests (#1965).Jean-Philippe Lang2011-04-011-20/+8
* Adds wiki toolbar to notes editing form (#7899).Jean-Philippe Lang2011-03-281-0/+2
* Allow bulk editing of parent issue (#5831).Jean-Philippe Lang2011-03-271-0/+8
* Adds links on the issue list to collapse/expang all groups (#7236).Jean-Philippe Lang2011-03-201-0/+1
* Splits private/public issue queries in the sidebar (#1067).Jean-Philippe Lang2011-02-211-7/+1
* Moves relations fetching from views to the controller and skip invalid relati...Jean-Philippe Lang2011-01-222-4/+4
* Fix associated revisions label on issue page.Toshi MARUYAMA2011-01-081-2/+2
* Sort versions drop down on the bulk edit form.Jean-Philippe Lang2010-12-181-1/+1
* Fixed: issue description Quote button lost by r3941 (#7122).Jean-Philippe Lang2010-12-181-1/+1
* Adds journal created_on attribute to issue API (#7111).Jean-Philippe Lang2010-12-141-0/+1
* Restores the issue description label (#6677).Jean-Philippe Lang2010-12-121-8/+10
* Restores object count and adds offset/limit attributes to API responses for p...Jean-Philippe Lang2010-12-111-1/+1
* Fixes indentation.Jean-Philippe Lang2010-12-112-48/+46
* Makes some attributes optional in API response to get faster/lightweight resp...Jean-Philippe Lang2010-12-111-4/+4
* Changes the representation of journal details in issue API.Jean-Philippe Lang2010-12-101-1/+4
* Fixed: error when serializing back objects with custom fields using ActiveRes...Jean-Philippe Lang2010-12-102-10/+2
* Adds a pseudo format to api template names and overrides ActionController#def...Jean-Philippe Lang2010-12-042-0/+0
* Adds subtasks to GET /issues/:id API (#5338).Jean-Philippe Lang2010-12-041-0/+2
* Converts IssuesController to use the new API template system and makes xml/js...Jean-Philippe Lang2010-12-034-95/+93
* Added ability to create issue directly as a subtask of another one. #5484Jean-Baptiste Barth2010-10-302-3/+3
* Add ids to some sections of the issue formEric Davis2010-10-221-2/+2
* Remove the Description label from the issue view and omit the block if empty ...Jean-Philippe Lang2010-10-191-3/+4
* Revert part of r3936.Eric Davis2010-10-151-2/+2