summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Fixed: file upload on wiki page broken by recent refactoring (#6724).Jean-Philippe Lang2010-10-221-1/+1
* Refactor: split WikiController#edit into #updateEric Davis2010-10-221-1/+3
* Refactor: rename WikiController#index to #show, it's a single resource actionEric Davis2010-10-211-1/+1
* Refactor: change :id on WikiController to use :project_idEric Davis2010-10-201-10/+10
* Refactor: extract method from WikiController#specialEric Davis2010-10-181-1/+1
* Remove the translated string. It's definition changed in enEric Davis2010-10-1542-42/+1
* Refactor: extract #page_index from WikiController#specialEric Davis2010-10-151-1/+2
* Refactor: extract method in WikiController#special to create a new #export me...Eric Davis2010-10-131-1/+2
* Refactor: convert timelogs to a REST resource (:time_entries)Eric Davis2010-10-121-32/+18
* Refactor: extract TimelogController#edit to #updateEric Davis2010-10-111-0/+1
* Refactor: extract TimelogController#create from TimelogController#editEric Davis2010-10-081-1/+2
* Refactor: extract TimelogController#new from #editEric Davis2010-10-071-3/+3
* Rename task to issue in calendar (#6563)Azamat Hackimov2010-10-0743-129/+129
* Translation updatesAzamat Hackimov2010-10-078-228/+228
* Refactor: rename TimelogController#details to #indexEric Davis2010-10-061-2/+2
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-051-2/+2
* Refactor: convert UsersController to resourceEric Davis2010-10-041-9/+9
* Refactor: split UsersController#edit into #edit and #updateEric Davis2010-09-301-1/+1
* Refactor: rename UsersController#add to #newEric Davis2010-09-291-2/+1
* Locale updateEric Davis2010-09-2842-0/+168
* Add a default mail notification setting for new usersEric Davis2010-09-282-0/+3
* Converted User#mail_notification from a boolean to a string.Eric Davis2010-09-281-1/+4
* Refactor: split UsersController#add into #add and #createEric Davis2010-09-281-1/+1
* Refactor: convert News to a REST resourceEric Davis2010-09-271-23/+7
* Workaround for i18n 0.4.x with the old style syntax. #6428 #5608Eric Davis2010-09-261-0/+14
* Add documentation about setting the log level. #6135Eric Davis2010-09-261-0/+3
* Translation updatesAzamat Hackimov2010-09-261-7/+7
* Translation updatesAzamat Hackimov2010-09-241-170/+170
* Refactor: move NewsController#preview to PreviewsController#newsEric Davis2010-09-241-0/+3
* Translation updatesAzamat Hackimov2010-09-233-3/+4
* Refactor: move #destroy_comment method to CommentsController#destroyEric Davis2010-09-231-0/+1
* Translation updateAzamat Hackimov2010-09-221-2/+2
* Refactor: move NewsController#add_comment to CommentsController#createEric Davis2010-09-221-0/+2
* New string to translate - field_text. It appear when you trying save empty wi...Azamat Hackimov2010-09-2243-4/+46
* Refactor: split NewsController#edit into #edit and #updateEric Davis2010-09-211-1/+1
* Refactor: split NewsController#new into #new and #create methods.Eric Davis2010-09-201-1/+1
* Updated issue delete confirmation when it has child issues. #6191Eric Davis2010-09-2043-0/+43
* Translations updateAzamat Hackimov2010-09-192-6/+7
* Adds a link to edit the associated wiki page on the version view. #4416Jean-Baptiste Barth2010-09-1843-0/+43
* Refactor: add VersionsController#status_by to the resource.Eric Davis2010-09-171-1/+1
* Refactor: convert VersionsController to a REST resource.Eric Davis2010-09-171-12/+5
* Added some documentation about the Rails Logger. #6135Eric Davis2010-09-171-1/+6
* Refactor: split VersionsController#new into #new and #createEric Davis2010-09-161-0/+1
* Refactor: Split VersionsController#edit into #edit and #updateEric Davis2010-09-151-0/+3
* Refactor: convert FilesController to a restful resource.Eric Davis2010-09-141-6/+1
* Refactor: split FilesController#new into #new and #create.Eric Davis2010-09-131-1/+1
* Translations updateAzamat Hackimov2010-09-1142-76/+161
* Added a "Member of Role" to the issues filters. #5869Eric Davis2010-09-101-0/+1
* Added a "Member of Group" to the issues filter. #5869Eric Davis2010-09-101-0/+1
* Refactor: convert ProjectEnumerations to a resource on a project.Eric Davis2010-09-101-7/+3