| Commit message (Expand) | Author | Age | Files | Lines |
* | Removes duplicate issue subject on gantt (#6763). | Jean-Philippe Lang | 2010-11-11 | 1 | -2/+0 |
* | Reverted r4381. | Jean-Philippe Lang | 2010-11-07 | 1 | -0/+2 |
* | Added missing --no-color option in some git shell-outs. #5324 | Jean-Baptiste Barth | 2010-11-07 | 1 | -2/+2 |
* | Removed gantt and calendar menu items that do not fit into the core project m... | Jean-Philippe Lang | 2010-11-07 | 1 | -2/+0 |
* | Extract headings and TOC parsing from the textile formatter. | Jean-Philippe Lang | 2010-11-06 | 2 | -48/+3 |
* | Makes textile formatter accept 2 letters acronym (#6591). | Jean-Philippe Lang | 2010-11-06 | 1 | -1/+1 |
* | Bump version to 1.0.3 | Eric Davis | 2010-11-01 | 1 | -1/+1 |
* | Force color to be disabled on git shell-outs. #5324 | Jean-Baptiste Barth | 2010-10-29 | 1 | -4/+4 |
* | Refactor: use :id instead of :page when linking to Wiki Pages | Eric Davis | 2010-10-27 | 1 | -1/+1 |
* | Add Redmine::Plugin.installed?(:name) method to check if a plugin is installed | Eric Davis | 2010-10-25 | 1 | -0/+7 |
* | Refactor: Rename WikiController#page_index to #index | Eric Davis | 2010-10-25 | 1 | -1/+1 |
* | Fixed: auto links ending with right angle bracket shouldn't include the brack... | Jean-Baptiste Barth | 2010-10-23 | 1 | -1/+1 |
* | Fixed: error on gantt when no issue have a due date (#6350). | Jean-Philippe Lang | 2010-10-22 | 1 | -3/+3 |
* | Refactor: split WikiController#edit into #update | Eric Davis | 2010-10-22 | 1 | -1/+1 |
* | Refactor: rename WikiController#index to #show, it's a single resource action | Eric Davis | 2010-10-21 | 1 | -2/+2 |
* | Refactor: change :id on WikiController to use :project_id | Eric Davis | 2010-10-20 | 1 | -1/+1 |
* | Refactor: extract method from WikiController#special | Eric Davis | 2010-10-18 | 1 | -1/+1 |
* | Add rake task to send test email. (#6511) | Eric Davis | 2010-10-15 | 1 | -0/+17 |
* | Add rake tasks to add and remove keys in the locales. #6548 | Eric Davis | 2010-10-15 | 1 | -0/+58 |
* | Refactor: extract #page_index from WikiController#special | Eric Davis | 2010-10-15 | 1 | -1/+1 |
* | Refactor: extract method in WikiController#special to create a new #export me... | Eric Davis | 2010-10-13 | 1 | -1/+1 |
* | Refactor: extract TimelogController#edit to #update | Eric Davis | 2010-10-11 | 1 | -3/+3 |
* | Refactor: extract TimelogController#create from TimelogController#edit | Eric Davis | 2010-10-08 | 1 | -3/+3 |
* | Refactor: extract TimelogController#new from #edit | Eric Davis | 2010-10-07 | 1 | -2/+2 |
* | Refactor: rename TimelogController#details to #index | Eric Davis | 2010-10-06 | 1 | -1/+1 |
* | Refactor: extract TimelogController#report to a new controller class | Eric Davis | 2010-10-05 | 1 | -1/+1 |
* | Changed the notifications to use a hierarchy UI | Eric Davis | 2010-09-28 | 1 | -15/+18 |
* | Added three new notifiable events based on issue attributes | Eric Davis | 2010-09-28 | 1 | -0/+3 |
* | Refactor the hardcoded event actions (notifiables) to use a class | Eric Davis | 2010-09-28 | 2 | -0/+20 |
* | Bump version to 1.0.2 | Eric Davis | 2010-09-26 | 1 | -1/+1 |
* | Support leading and trailing spaces in filenames or directories in the git ad... | Eric Davis | 2010-09-26 | 1 | -3/+3 |
* | Support spaces in the files or directories in the git adapter. #6054 | Eric Davis | 2010-09-26 | 1 | -2/+2 |
* | Parse the timezone in #last_rev for git to correct display the Age diplay. #6346 | Eric Davis | 2010-09-26 | 1 | -2/+2 |
* | Workaround for i18n 0.4.x with the old style syntax. #6428 #5608 | Eric Davis | 2010-09-26 | 1 | -2/+2 |
* | Refactor: move #destroy_comment method to CommentsController#destroy | Eric Davis | 2010-09-23 | 1 | -1/+1 |
* | Refactor: move NewsController#add_comment to CommentsController#create | Eric Davis | 2010-09-22 | 1 | -1/+1 |
* | Refactor: split NewsController#edit into #edit and #update | Eric Davis | 2010-09-21 | 1 | -1/+1 |
* | Added a users options to the reminders email | Eric Davis | 2010-09-20 | 1 | -1/+3 |
* | Refactor: split NewsController#new into #new and #create methods. | Eric Davis | 2010-09-20 | 1 | -1/+1 |
* | Use the correct local variables in the PDF export. #6382 | Eric Davis | 2010-09-20 | 1 | -2/+2 |
* | Refactor: split VersionsController#new into #new and #create | Eric Davis | 2010-09-16 | 1 | -1/+1 |
* | Refactor: Split VersionsController#edit into #edit and #update | Eric Davis | 2010-09-15 | 1 | -1/+1 |
* | Refactor: convert FilesController to a restful resource. | Eric Davis | 2010-09-14 | 1 | -1/+1 |
* | Refactor: split FilesController#new into #new and #create. | Eric Davis | 2010-09-13 | 1 | -1/+1 |
* | Refactor: convert ProjectEnumerations to a resource on a project. | Eric Davis | 2010-09-10 | 1 | -1/+1 |
* | Fixed the zoom, previous, and next links on the Gantt chart. | Eric Davis | 2010-09-10 | 1 | -3/+7 |
* | Add project names to the Versions in the Gantt export. #5904 | Eric Davis | 2010-09-10 | 1 | -2/+2 |
* | Rewrite the Gantt chart. #6276 | Eric Davis | 2010-09-10 | 2 | -285/+796 |
* | Refactor: split method ProjectsController#edit to ProjectsController#update. | Eric Davis | 2010-09-08 | 1 | -1/+1 |
* | Refactor: rename method ProjectsController#add to ProjectsController#new | Eric Davis | 2010-09-07 | 1 | -2/+2 |