summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Refactor: extract #page_index from WikiController#specialEric Davis2010-10-152-1/+1
* Refactor: extract method in WikiController#special to create a new #export me...Eric Davis2010-10-132-2/+2
* Refactor: convert timelogs to a REST resource (:time_entries)Eric Davis2010-10-121-1/+1
* Fixed bad markup in users/general partialJean-Baptiste Barth2010-10-111-1/+1
* Refactor: extract TimelogController#edit to #updateEric Davis2010-10-111-1/+6
* Refactor: extract TimelogController#create from TimelogController#editEric Davis2010-10-081-1/+1
* Fix the Log Time link on an issue pageEric Davis2010-10-081-1/+1
* Added ability to edit issues from different project through contextual menu (...Jean-Baptiste Barth2010-10-082-5/+9
* Refactor: extract TimelogController#new from #editEric Davis2010-10-072-2/+2
* Rename task to issue in calendar (#6563)Azamat Hackimov2010-10-071-3/+3
* Added ability to delete issues from different projects through contextual men...Jean-Baptiste Barth2010-10-071-1/+1
* Refactor: rename TimelogController#details to #indexEric Davis2010-10-064-4/+4
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-054-3/+3
* Refactor: convert UsersController to resourceEric Davis2010-10-043-3/+3
* Refactor: split UsersController#edit into #edit and #updateEric Davis2010-09-302-2/+2
* Refactor: rename UsersController#add to #newEric Davis2010-09-292-1/+1
* Allow admins to edit user's email notifications and preferences. #3503Eric Davis2010-09-284-14/+30
* Changed the notifications to use a hierarchy UIEric Davis2010-09-281-5/+7
* Add a default mail notification setting for new usersEric Davis2010-09-281-0/+3
* Converted User#mail_notification from a boolean to a string.Eric Davis2010-09-281-1/+1
* Refactor: split UsersController#add into #add and #createEric Davis2010-09-281-1/+1
* Refactor: convert News to a REST resourceEric Davis2010-09-275-13/+13
* Fixes broken filter clearing links on gantt and calendar (#6473).Jean-Philippe Lang2010-09-262-2/+4
* Refactor: move NewsController#preview to PreviewsController#newsEric Davis2010-09-244-8/+8
* Refactor: move #destroy_comment method to CommentsController#destroyEric Davis2010-09-231-2/+2
* Refactor: move NewsController#add_comment to CommentsController#createEric Davis2010-09-221-2/+2
* Refactor: split NewsController#edit into #edit and #updateEric Davis2010-09-212-4/+4
* Add view_issues_form_details_top hookEric Davis2010-09-201-0/+2
* Refactor: split NewsController#new into #new and #create methods.Eric Davis2010-09-202-2/+2
* Add scm.css to news pages to allow proper syntax highlighting. #6270Eric Davis2010-09-202-0/+5
* Updated issue delete confirmation when it has child issues. #6191Eric Davis2010-09-201-1/+1
* Adds a link to edit the associated wiki page on the version view. #4416Jean-Baptiste Barth2010-09-181-0/+1
* Fixes switching between inline and side-by-side in diff view with path. #6242Jean-Baptiste Barth2010-09-181-1/+1
* Refactor: add VersionsController#status_by to the resource.Eric Davis2010-09-171-1/+1
* Refactor: convert VersionsController to a REST resource.Eric Davis2010-09-173-4/+4
* Fix the new subproject link on project overview. #6388Eric Davis2010-09-171-1/+1
* Fixed: pressing enter in filters should result to an 'apply', not a 'save'. #...Jean-Baptiste Barth2010-09-162-0/+13
* Fix links to activity pages broken with r4047. #6392Jean-Baptiste Barth2010-09-161-2/+2
* Refactor: split VersionsController#new into #new and #createEric Davis2010-09-162-3/+3
* Use the full path to the partialsEric Davis2010-09-152-2/+2
* Refactor: Split VersionsController#edit into #edit and #updateEric Davis2010-09-151-1/+1
* Refactor: convert FilesController to a restful resource.Eric Davis2010-09-142-2/+2
* Refactor: split FilesController#new into #new and #create.Eric Davis2010-09-131-1/+1
* Fixed broken context_menu on roadmap. #6351Jean-Baptiste Barth2010-09-111-1/+1
* Refactor: move method to Project#css_classesEric Davis2010-09-101-1/+1
* Refactor: convert ProjectEnumerations to a resource on a project.Eric Davis2010-09-101-2/+2
* Fixed the zoom, previous, and next links on the Gantt chart.Eric Davis2010-09-101-2/+2
* Rewrite the Gantt chart. #6276Eric Davis2010-09-101-69/+11
* Refactor: convert the Projects routes to resources.Eric Davis2010-09-093-3/+3
* Refactor: split method ProjectsController#edit to ProjectsController#update.Eric Davis2010-09-081-1/+1