summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Extract headings and TOC parsing from the textile formatter.Jean-Philippe Lang2010-11-065-52/+64
* Adds a combo to select parent on wiki page rename (#5136).Jean-Philippe Lang2010-11-063-2/+50
* Makes textile formatter accept 2 letters acronym (#6591).Jean-Philippe Lang2010-11-063-15/+9
* Fixed: URLs broken in wiki notifications (#6838).Jean-Philippe Lang2010-11-061-3/+3
* Fixed: 'View difference' broken on wiki page history (#6747).Jean-Philippe Lang2010-11-062-0/+3
* Disable button to prevent accidental double click on project members (#6826).Jean-Philippe Lang2010-11-061-2/+4
* Clean up member_roles if needed.Jean-Philippe Lang2010-11-061-1/+2
* Adds a unique index on members (#6826).Jean-Philippe Lang2010-11-061-0/+20
* Rewrites UpdateMailNotificationValues migration to avoid model validations an...Jean-Philippe Lang2010-11-061-16/+3
* Allow key authentication when deleting issues (with tests) #6447Eric Davis2010-11-052-19/+19
* Allow key authentication when updating issues (with tests) #6447Eric Davis2010-11-053-56/+77
* Allow key authentication when creating issues (with tests) #6447Eric Davis2010-11-053-56/+84
* Refactor: Convert the tests for Issues#index and #show APIs to shoulda. #6447Eric Davis2010-11-042-54/+76
* Refactor: convert API key tests using HTTP Basic to a shoulda macroEric Davis2010-11-032-59/+41
* Add a Email Header setting. Useful for adding delimiters to every email.Eric Davis2010-11-026-0/+26
* Remove email quotes (>) when searching for incoming email delimiters. #2852 #...Eric Davis2010-11-024-1/+129
* Refactor: convert username/password http basic auth api tests to shoulda macr...Eric Davis2010-11-022-79/+57
* Use File#expand_path for require's in script/* for Ruby 1.9.2 compatibility. ...Jean-Baptiste Barth2010-11-0216-23/+23
* Refactor: convert api key tests to shoulda macros for reuse. #6447Eric Davis2010-11-012-56/+57
* Move all API tests into the ApiTest module to make management easierEric Davis2010-11-017-12/+16
* Fixed: "Template is missing" error when validation fails on version edit (#67...Jean-Philippe Lang2010-11-012-0/+13
* Provides a default string for untranslated search types.Jean-Philippe Lang2010-11-011-1/+1
* Bump version to 1.0.3Eric Davis2010-11-011-1/+1
* Update changelog for v1.0.3Eric Davis2010-11-011-0/+38
* Add a label for user and group search fields. #6521Jean-Baptiste Barth2010-10-3045-2/+88
* Added ability to create issue directly as a subtask of another one. #5484Jean-Baptiste Barth2010-10-302-3/+3
* Force color to be disabled on git shell-outs. #5324Jean-Baptiste Barth2010-10-292-4/+4
* Fixed Redmine.pm not working with LDAPS on a non-standard port. #4065Jean-Baptiste Barth2010-10-291-1/+1
* Updated wiki-syntax help page to reflect new link options and last coderay up...Jean-Baptiste Barth2010-10-291-11/+29
* Fix wikilinks in project > settings > versions and version view. #6435 #4416Jean-Baptiste Barth2010-10-292-3/+3
* Fixed: disabling autologin not persisted. #6438Jean-Baptiste Barth2010-10-291-1/+1
* Translation update (zh-TW, #6765)Azamat Hackimov2010-10-281-2/+3
* Translation update (he, #6569)Azamat Hackimov2010-10-281-1/+1
* Refactor: convert WikiController to a REST resourceEric Davis2010-10-2811-40/+35
* Fixed potential nil method errors when trying to access /issues/context_menu ...Jean-Baptiste Barth2010-10-271-2/+2
* Translation update (ru)Azamat Hackimov2010-10-271-4/+4
* Fixing "Kilobyte" prefix to kB (#6740)Azamat Hackimov2010-10-272-2/+2
* Readding string field_start_date (#6629)Azamat Hackimov2010-10-2743-43/+44
* Translation update (de, #6607)Azamat Hackimov2010-10-271-2/+2
* Translation updatesAzamat Hackimov2010-10-275-299/+300
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-2766-281/+281
* Refactor: convert WikiController#destroy to use HTTP DELETEEric Davis2010-10-266-11/+15
* Fix wiki links on the activity page. #6746Eric Davis2010-10-262-2/+2
* Add Redmine::Plugin.installed?(:name) method to check if a plugin is installedEric Davis2010-10-251-0/+7
* Allow adding notes when moving issuesEric Davis2010-10-253-1/+21
* Allow changing the Priority when moving issues.Eric Davis2010-10-253-1/+19
* Refactor: Rename WikiController#page_index to #indexEric Davis2010-10-257-16/+31
* Fix the tests that were broken by r4286:Eric Davis2010-10-253-3/+3
* Adds a user-agent to reposman (#6735).Jean-Philippe Lang2010-10-241-1/+3
* Fixed: auto links ending with right angle bracket shouldn't include the brack...Jean-Baptiste Barth2010-10-232-1/+3