summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* Replace the hardcoded CustomField::FIELD_FORMATS with a class.Eric Davis2010-04-163-12/+3
* Adds parent issue id in issue REST API (#5304).Jean-Philippe Lang2010-04-132-0/+2
* Do not raise an error when destroying a Version with assigned issues.Jean-Philippe Lang2010-04-112-13/+11
* Fixed: empty ul tag for issue updates with notes only (#5281).Jean-Philippe Lang2010-04-111-3/+5
* Merge issue and time entry validation error messages.Jean-Philippe Lang2010-04-111-2/+1
* Fixes Issue#save_issue_with_child_records so that time entry do not get saved...Jean-Philippe Lang2010-04-111-27/+28
* Fixed: issue optimistic locking broken by r3308 (#5280).Jean-Philippe Lang2010-04-112-12/+14
* Linkify folder names on revision view (#5164).Jean-Philippe Lang2010-04-111-14/+20
* Fixed: Update of Subversion changesets broken by r3466 under Solaris (#5255).Jean-Philippe Lang2010-04-111-1/+6
* Fixes calculation of version estimated hours with subtasks (#5265).Jean-Philippe Lang2010-04-111-1/+2
* Makes the wiki sidebar editable (#5208).Jean-Philippe Lang2010-04-115-1/+24
* Removed count from issues.xml. It causes a typecast error in ActiveResource. ...Eric Davis2010-04-101-1/+1
* New strings to localization (#5225)Azamat Hackimov2010-04-034-4/+4
* Adds a css class to issue id tds (#5204).Jean-Philippe Lang2010-03-291-1/+1
* Preview description if it was edited while updating an issue (#741).Jean-Philippe Lang2010-03-282-3/+22
* Applies the same style to the admin project tree than issues.Jean-Philippe Lang2010-03-281-2/+2
* Slight optimization in issue tree rendering.Jean-Philippe Lang2010-03-281-1/+1
* Issue list improvements for subtasking (#5196):Jean-Philippe Lang2010-03-275-10/+31
* Adds parent issue id to the issues CSV export.Jean-Philippe Lang2010-03-271-0/+2
* Fixes backslashes escaping when quoting issue description/note (#5129).Jean-Philippe Lang2010-03-271-3/+6
* Fixed: Links to missing wiki pages not red on project overview page (#5177).Jean-Philippe Lang2010-03-271-1/+3
* Escape revision on repository view (#5153).Jean-Philippe Lang2010-03-271-1/+1
* Fixes permission check in QueriesController (#5181).Jean-Philippe Lang2010-03-241-1/+1
* Adds an option to enable/disable email notifications during a project copy (#...Jean-Philippe Lang2010-03-213-12/+25
* Optimize retrieval of user's projects members.Jean-Philippe Lang2010-03-211-3/+5
* Cleans up status assignment in IssuesController#new handled by Issue#safe_att...Jean-Philippe Lang2010-03-202-11/+10
* Refactor: Extract Query#sortable_columns from the controller.Eric Davis2010-03-192-2/+10
* Fixed: code syntax highlighting not working in Document page (#3740).Jean-Philippe Lang2010-03-181-0/+4
* Adds text formatting to documents index (#202).Jean-Philippe Lang2010-03-182-3/+16
* Refactor: Extract method to the Member modelEric Davis2010-03-183-4/+9
* Adds an helper for displaying the 'checked' image.Jean-Philippe Lang2010-03-177-9/+15
* Do not query the database for project level on projects list.Jean-Philippe Lang2010-03-171-2/+2
* Accept issue links inside brackets (#4418).Jean-Philippe Lang2010-03-171-1/+1
* Refactor: Change the different find_object filters to share a common method.Eric Davis2010-03-176-33/+29
* Fixes undefined method 'notes' error from r3594Eric Davis2010-03-171-1/+1
* Inlines some code to speed up large ticket history rendering.Jean-Philippe Lang2010-03-163-5/+5
* Fixed: Wrong label in issue-journal for subtask-changes (#5090).Jean-Philippe Lang2010-03-161-0/+5
* Refactor: Split the find_object methods to prep for a larger refactoring.Eric Davis2010-03-168-16/+24
* Close unclosed pre/code tags (#4265).Jean-Philippe Lang2010-03-151-0/+4
* Do not parse redmine links inside pre/code tags (#1288).Jean-Philippe Lang2010-03-151-5/+30
* Extract parsing of inline attachments, wiki links and redmine links.Jean-Philippe Lang2010-03-151-60/+60
* Replace the hardcoded "CodeRay" css class name for highlighted elements.Jean-Philippe Lang2010-03-144-5/+5
* Extract CodeRay calls to Redmine::SyntaxHighlighting (#2985).Jean-Philippe Lang2010-03-141-4/+1
* Optimization: load attachments when needed.Jean-Philippe Lang2010-03-141-5/+4
* Move issue watchers to the sidebar.Jean-Philippe Lang2010-03-133-27/+29
* Slight UI changes to the subtasks tree.Jean-Philippe Lang2010-03-133-5/+5
* Makes subtasks rescheduled when a 'precedes' relation is set on a parent task.Jean-Philippe Lang2010-03-132-4/+20
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-1311-67/+328
* Do not reset session when a non logged in user request the login form (#4958).Jean-Philippe Lang2010-03-121-3/+5
* Fixed: error while moving an issue to a project with disabled tracker with SQ...Jean-Philippe Lang2010-03-121-4/+4