| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the translated string. It's definition changed in en | Eric Davis | 2010-10-15 | 42 | -42/+1 |
* | Refactor: extract #page_index from WikiController#special | Eric Davis | 2010-10-15 | 1 | -1/+2 |
* | Refactor: extract method in WikiController#special to create a new #export me... | Eric Davis | 2010-10-13 | 1 | -1/+2 |
* | Refactor: convert timelogs to a REST resource (:time_entries) | Eric Davis | 2010-10-12 | 1 | -32/+18 |
* | Refactor: extract TimelogController#edit to #update | Eric Davis | 2010-10-11 | 1 | -0/+1 |
* | Refactor: extract TimelogController#create from TimelogController#edit | Eric Davis | 2010-10-08 | 1 | -1/+2 |
* | Refactor: extract TimelogController#new from #edit | Eric Davis | 2010-10-07 | 1 | -3/+3 |
* | Rename task to issue in calendar (#6563) | Azamat Hackimov | 2010-10-07 | 43 | -129/+129 |
* | Translation updates | Azamat Hackimov | 2010-10-07 | 8 | -228/+228 |
* | Refactor: rename TimelogController#details to #index | Eric Davis | 2010-10-06 | 1 | -2/+2 |
* | Refactor: extract TimelogController#report to a new controller class | Eric Davis | 2010-10-05 | 1 | -2/+2 |
* | Refactor: convert UsersController to resource | Eric Davis | 2010-10-04 | 1 | -9/+9 |
* | Refactor: split UsersController#edit into #edit and #update | Eric Davis | 2010-09-30 | 1 | -1/+1 |
* | Refactor: rename UsersController#add to #new | Eric Davis | 2010-09-29 | 1 | -2/+1 |
* | Locale update | Eric Davis | 2010-09-28 | 42 | -0/+168 |
* | Add a default mail notification setting for new users | Eric Davis | 2010-09-28 | 2 | -0/+3 |
* | Converted User#mail_notification from a boolean to a string. | Eric Davis | 2010-09-28 | 1 | -1/+4 |
* | Refactor: split UsersController#add into #add and #create | Eric Davis | 2010-09-28 | 1 | -1/+1 |
* | Refactor: convert News to a REST resource | Eric Davis | 2010-09-27 | 1 | -23/+7 |
* | Workaround for i18n 0.4.x with the old style syntax. #6428 #5608 | Eric Davis | 2010-09-26 | 1 | -0/+14 |
* | Add documentation about setting the log level. #6135 | Eric Davis | 2010-09-26 | 1 | -0/+3 |
* | Translation updates | Azamat Hackimov | 2010-09-26 | 1 | -7/+7 |
* | Translation updates | Azamat Hackimov | 2010-09-24 | 1 | -170/+170 |
* | Refactor: move NewsController#preview to PreviewsController#news | Eric Davis | 2010-09-24 | 1 | -0/+3 |
* | Translation updates | Azamat Hackimov | 2010-09-23 | 3 | -3/+4 |
* | Refactor: move #destroy_comment method to CommentsController#destroy | Eric Davis | 2010-09-23 | 1 | -0/+1 |
* | Translation update | Azamat Hackimov | 2010-09-22 | 1 | -2/+2 |
* | Refactor: move NewsController#add_comment to CommentsController#create | Eric Davis | 2010-09-22 | 1 | -0/+2 |
* | New string to translate - field_text. It appear when you trying save empty wi... | Azamat Hackimov | 2010-09-22 | 43 | -4/+46 |
* | Refactor: split NewsController#edit into #edit and #update | Eric Davis | 2010-09-21 | 1 | -1/+1 |
* | Refactor: split NewsController#new into #new and #create methods. | Eric Davis | 2010-09-20 | 1 | -1/+1 |
* | Updated issue delete confirmation when it has child issues. #6191 | Eric Davis | 2010-09-20 | 43 | -0/+43 |
* | Translations update | Azamat Hackimov | 2010-09-19 | 2 | -6/+7 |
* | Adds a link to edit the associated wiki page on the version view. #4416 | Jean-Baptiste Barth | 2010-09-18 | 43 | -0/+43 |
* | Refactor: add VersionsController#status_by to the resource. | Eric Davis | 2010-09-17 | 1 | -1/+1 |
* | Refactor: convert VersionsController to a REST resource. | Eric Davis | 2010-09-17 | 1 | -12/+5 |
* | Added some documentation about the Rails Logger. #6135 | Eric Davis | 2010-09-17 | 1 | -1/+6 |
* | Refactor: split VersionsController#new into #new and #create | Eric Davis | 2010-09-16 | 1 | -0/+1 |
* | Refactor: Split VersionsController#edit into #edit and #update | Eric Davis | 2010-09-15 | 1 | -0/+3 |
* | Refactor: convert FilesController to a restful resource. | Eric Davis | 2010-09-14 | 1 | -6/+1 |
* | Refactor: split FilesController#new into #new and #create. | Eric Davis | 2010-09-13 | 1 | -1/+1 |
* | Translations update | Azamat Hackimov | 2010-09-11 | 42 | -76/+161 |
* | Added a "Member of Role" to the issues filters. #5869 | Eric Davis | 2010-09-10 | 1 | -0/+1 |
* | Added a "Member of Group" to the issues filter. #5869 | Eric Davis | 2010-09-10 | 1 | -0/+1 |
* | Refactor: convert ProjectEnumerations to a resource on a project. | Eric Davis | 2010-09-10 | 1 | -7/+3 |
* | Refactor: convert the Projects routes to resources. | Eric Davis | 2010-09-09 | 1 | -29/+26 |
* | Refactor: split method ProjectsController#edit to ProjectsController#update. | Eric Davis | 2010-09-08 | 1 | -2/+3 |
* | Refactor: rename method ProjectsController#add to ProjectsController#new | Eric Davis | 2010-09-07 | 1 | -1/+1 |
* | Refactor: split ProjectsController#add into #add (GET) and #create (POST). | Eric Davis | 2010-09-06 | 1 | -3/+3 |
* | Added string "cant_link_an_issue_with_a_descendant" to translations missed in... | Azamat Hackimov | 2010-09-05 | 36 | -5/+40 |