summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes gantt PDF pagination problem (#6348).Jean-Philippe Lang2010-12-071-1/+13
* Gantt: iterate over all objects only once for html and pdf rendering (#6348).Jean-Philippe Lang2010-12-071-87/+48
* Fixed: class attribute with spaces on pre tags truncated (#7033).Jean-Philippe Lang2010-12-051-1/+1
* Adds a pseudo format to api template names and overrides ActionController#def...Jean-Philippe Lang2010-12-041-1/+1
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-041-2/+2
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-041-1/+5
* Adds REST API for TimeEntries (#6823).Jean-Philippe Lang2010-12-041-1/+1
* Converts IssuesController to use the new API template system and makes xml/js...Jean-Philippe Lang2010-12-031-0/+2
* Adds a builder-like template system for rendering xml and json API responses.Jean-Philippe Lang2010-12-036-0/+208
* Escapes attachment ids in TracMigrate (#6996).Jean-Philippe Lang2010-11-291-2/+2
* Updates for 1.0.4 release.Jean-Philippe Lang2010-11-281-1/+1
* Reload themes so that new themes can be used without restarting Redmine (#5712).Jean-Philippe Lang2010-11-271-3/+12
* Fixed: new gantt chart discloses all private projects names (#6276).Jean-Philippe Lang2010-11-211-5/+5
* Fixed: r4417 breaks MercurialAdapter with ruby 1.8.6 (#5117).Jean-Philippe Lang2010-11-211-3/+3
* Fixed: gantt displays issues by date of creation.Jean-Philippe Lang2010-11-211-0/+13
* Fixed: Broken pipe error when browsing subversion repository (#6860).Jean-Philippe Lang2010-11-201-2/+2
* Fixed: MercurialAdapter.client_version depends on LANG environment variable (...Jean-Philippe Lang2010-11-201-3/+3
* Use Object#tap instead of #returning (#6887).Jean-Philippe Lang2010-11-142-4/+4
* Replaced SessionStore :session_key with :key (#6887).Jean-Philippe Lang2010-11-141-1/+1
* Updates mantis importer for new project name/identifier max lengths (#6446).Jean-Philippe Lang2010-11-141-5/+1
* Removes duplicate issue subject on gantt (#6763).Jean-Philippe Lang2010-11-111-2/+0
* Reverted r4381.Jean-Philippe Lang2010-11-071-0/+2
* Added missing --no-color option in some git shell-outs. #5324Jean-Baptiste Barth2010-11-071-2/+2
* Removed gantt and calendar menu items that do not fit into the core project m...Jean-Philippe Lang2010-11-071-2/+0
* Extract headings and TOC parsing from the textile formatter.Jean-Philippe Lang2010-11-062-48/+3
* Makes textile formatter accept 2 letters acronym (#6591).Jean-Philippe Lang2010-11-061-1/+1
* Bump version to 1.0.3Eric Davis2010-11-011-1/+1
* Force color to be disabled on git shell-outs. #5324Jean-Baptiste Barth2010-10-291-4/+4
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-271-1/+1
* Add Redmine::Plugin.installed?(:name) method to check if a plugin is installedEric Davis2010-10-251-0/+7
* Refactor: Rename WikiController#page_index to #indexEric Davis2010-10-251-1/+1
* Fixed: auto links ending with right angle bracket shouldn't include the brack...Jean-Baptiste Barth2010-10-231-1/+1
* Fixed: error on gantt when no issue have a due date (#6350).Jean-Philippe Lang2010-10-221-3/+3
* Refactor: split WikiController#edit into #updateEric Davis2010-10-221-1/+1
* Refactor: rename WikiController#index to #show, it's a single resource actionEric Davis2010-10-211-2/+2
* Refactor: change :id on WikiController to use :project_idEric Davis2010-10-201-1/+1
* Refactor: extract method from WikiController#specialEric Davis2010-10-181-1/+1
* Add rake task to send test email. (#6511)Eric Davis2010-10-151-0/+17
* Add rake tasks to add and remove keys in the locales. #6548Eric Davis2010-10-151-0/+58
* Refactor: extract #page_index from WikiController#specialEric Davis2010-10-151-1/+1
* Refactor: extract method in WikiController#special to create a new #export me...Eric Davis2010-10-131-1/+1
* Refactor: extract TimelogController#edit to #updateEric Davis2010-10-111-3/+3
* Refactor: extract TimelogController#create from TimelogController#editEric Davis2010-10-081-3/+3
* Refactor: extract TimelogController#new from #editEric Davis2010-10-071-2/+2
* Refactor: rename TimelogController#details to #indexEric Davis2010-10-061-1/+1
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-051-1/+1
* Changed the notifications to use a hierarchy UIEric Davis2010-09-281-15/+18
* Added three new notifiable events based on issue attributesEric Davis2010-09-281-0/+3
* Refactor the hardcoded event actions (notifiables) to use a classEric Davis2010-09-282-0/+20
* Bump version to 1.0.2Eric Davis2010-09-261-1/+1