summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed: issue optimistic locking broken by r3308 (#5280).Jean-Philippe Lang2010-04-114-12/+38
* 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
* Check that admin LDAP user is untouched after authentication (#5263).Jean-Philippe Lang2010-04-111-2/+14
* Fixes calculation of version estimated hours with subtasks (#5265).Jean-Philippe Lang2010-04-112-1/+30
* Makes the wiki sidebar editable (#5208).Jean-Philippe Lang2010-04-118-1/+61
* Removed count from issues.xml. It causes a typecast error in ActiveResource. ...Eric Davis2010-04-101-1/+1
* Added rake task to generate the yardoc (rake yard)Eric Davis2010-04-091-0/+11
* Translation updates:Azamat Hackimov2010-04-064-33/+34
* Translation updatesAzamat Hackimov2010-04-032-16/+15
* New strings to localization (#5225)Azamat Hackimov2010-04-0343-10/+161
* Translation updates and new Mongolian language (#5237)Azamat Hackimov2010-04-036-73/+1113
* Adds a css class to issue id tds (#5204).Jean-Philippe Lang2010-03-291-1/+1
* Fixes an error when running tests coverage.Jean-Philippe Lang2010-03-281-1/+1
* Preview description if it was edited while updating an issue (#741).Jean-Philippe Lang2010-03-283-3/+38
* Fixes broken test.Jean-Philippe Lang2010-03-281-1/+1
* Applies the same style to the admin project tree than issues.Jean-Philippe Lang2010-03-282-4/+14
* Slight optimization in issue tree rendering.Jean-Philippe Lang2010-03-281-1/+1
* Fixes diff highlighting (#5199).Jean-Philippe Lang2010-03-282-18/+41
* Issue list improvements for subtasking (#5196):Jean-Philippe Lang2010-03-276-10/+42
* 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
* Width of pre blocks in descriptions changed to auto (#5160).Jean-Philippe Lang2010-03-271-1/+1
* 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
* Escape href attribute in auto links (#5179).Jean-Philippe Lang2010-03-243-4/+10
* Fixes permission check in QueriesController (#5181).Jean-Philippe Lang2010-03-241-1/+1
* Translation updates and fixesAzamat Hackimov2010-03-245-36/+39
* Translation ru, fix for #5157Azamat Hackimov2010-03-241-6/+8
* Adds an option to enable/disable email notifications during a project copy (#...Jean-Philippe Lang2010-03-2142-12/+80
* 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-203-11/+53
* Fixed: Double-dash results in strikethrough text (#5122).Jean-Philippe Lang2010-03-202-0/+9
* 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-172-2/+2
* 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
* Removes broken links in wiki syntax help page (#5081).Jean-Philippe Lang2010-03-161-7/+7
* 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
* Upgrade CodeRay to 0.9.2 (#3359).Jean-Philippe Lang2010-03-1671-1051/+4284
* 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-152-0/+18
* Do not parse redmine links inside pre/code tags (#1288).Jean-Philippe Lang2010-03-152-5/+57
* Extract parsing of inline attachments, wiki links and redmine links.Jean-Philippe Lang2010-03-151-60/+60