summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support leading and trailing spaces in filenames or directories in the git ad...Eric Davis2010-09-261-3/+3
* Support spaces in the files or directories in the git adapter. #6054Eric Davis2010-09-261-2/+2
* Parse the timezone in #last_rev for git to correct display the Age diplay. #6346Eric Davis2010-09-261-2/+2
* Workaround for i18n 0.4.x with the old style syntax. #6428 #5608Eric Davis2010-09-261-2/+2
* Refactor: move #destroy_comment method to CommentsController#destroyEric Davis2010-09-231-1/+1
* Refactor: move NewsController#add_comment to CommentsController#createEric Davis2010-09-221-1/+1
* Refactor: split NewsController#edit into #edit and #updateEric Davis2010-09-211-1/+1
* Added a users options to the reminders emailEric Davis2010-09-201-1/+3
* Refactor: split NewsController#new into #new and #create methods.Eric Davis2010-09-201-1/+1
* Use the correct local variables in the PDF export. #6382Eric Davis2010-09-201-2/+2
* Refactor: split VersionsController#new into #new and #createEric Davis2010-09-161-1/+1
* Refactor: Split VersionsController#edit into #edit and #updateEric Davis2010-09-151-1/+1
* Refactor: convert FilesController to a restful resource.Eric Davis2010-09-141-1/+1
* Refactor: split FilesController#new into #new and #create.Eric Davis2010-09-131-1/+1
* Refactor: convert ProjectEnumerations to a resource on a project.Eric Davis2010-09-101-1/+1
* Fixed the zoom, previous, and next links on the Gantt chart.Eric Davis2010-09-101-3/+7
* Add project names to the Versions in the Gantt export. #5904Eric Davis2010-09-101-2/+2
* Rewrite the Gantt chart. #6276Eric Davis2010-09-102-285/+796
* Refactor: split method ProjectsController#edit to ProjectsController#update.Eric Davis2010-09-081-1/+1
* Refactor: rename method ProjectsController#add to ProjectsController#newEric Davis2010-09-071-2/+2
* Refactor: split ProjectsController#add into #add (GET) and #create (POST).Eric Davis2010-09-061-2/+2
* Refactor: move method, ProjectsController#reset_activities to ProjectEnumerat...Eric Davis2010-09-031-1/+1
* Refactor: move method, ProjectsController#save_activities to ProjectEnumerati...Eric Davis2010-09-021-1/+1
* Refactor: move method, ProjectsController#add_file to FilesController#new.Eric Davis2010-09-011-1/+1
* Refactor: move method, ProjectsController#list_files to FilesController#index.Eric Davis2010-08-311-2/+2
* Refactor: move method, ProjectsController#roadmap to VersionsController#index.Eric Davis2010-08-301-4/+3
* Refactor: extract ProjectsController#activity to a new Activities controller.Eric Davis2010-08-271-2/+2
* Refactor: convert many of the custom Issue routes to REST resources.Eric Davis2010-08-261-2/+2
* Refactor: extract #bulk_update method from IssuesController#bulk_edit.Eric Davis2010-08-241-1/+1
* Updated permissions for r4034Eric Davis2010-08-231-1/+2
* Bump version to 1.0.1Eric Davis2010-08-221-1/+1
* Treat Calendar and Gantt pages as separate modules. #6153Eric Davis2010-08-221-3/+8
* Refactor: move IssuesController#context_menu to a new controller.Eric Davis2010-08-191-1/+2