summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
...
* send a 404 when trying to access an unexisting repositoryJean-Philippe Lang2007-03-111-0/+1
* extended the search to wiki contentJean-Philippe Lang2007-03-101-1/+2
* wiki branch merged into trunkJean-Philippe Lang2007-03-103-0/+138
* improved search engineJean-Philippe Lang2007-03-101-8/+16
* patch #9104 Disable cleartext logging of passwords in log filesJean-Philippe Lang2007-03-071-0/+1
* fix for #8973: Export feature(to csv/pdf) doesn't work in JapaneseJean-Philippe Lang2007-03-011-1/+1
* search engine improvements and simple testJean-Philippe Lang2007-02-281-3/+5
* added a simple search engine. left to do:Jean-Philippe Lang2007-02-271-0/+12
* fixed: unable to update repository urlJean-Philippe Lang2007-02-261-1/+1
* added back database adapter name on admin/infoJean-Philippe Lang2007-02-201-0/+1
* fixed: error when clicking "add" with no block selected on my/page_layoutJean-Philippe Lang2007-02-181-1/+2
* fixed: crash on my/page_layout (trying to modify a frozen hash)Jean-Philippe Lang2007-02-181-1/+1
* fixed: hide mail preference not saved (my/account)Jean-Philippe Lang2007-02-181-1/+1
* show "no data" label when there's nothing to display on project member listJean-Philippe Lang2007-02-181-1/+1
* removed underscores in block names (problem with scriptaculous sortables)Jean-Philippe Lang2007-02-051-5/+9
* lost_password option checking in account controllerJean-Philippe Lang2007-02-041-1/+2
* added a setting option to set max number of issues in exportJean-Philippe Lang2007-02-041-2/+2
* associations loading correction in projects/export_issues_pdfJean-Philippe Lang2007-02-041-1/+1
* added roadmap viewJean-Philippe Lang2007-02-041-0/+14
* added a limit of 500 issues when exporting to csv or pdfJean-Philippe Lang2007-02-021-2/+4
* issue list: added 'Priority' column, removed 'Created on' columnJean-Philippe Lang2007-02-021-1/+1
* post method verification for trackers/moveJean-Philippe Lang2007-01-311-1/+1
* added the ability to set the sort order for trackersJean-Philippe Lang2007-01-315-10/+25
* added the ability to set the sort order for rolesJean-Philippe Lang2007-01-313-4/+22
* custom fields list screen split in 3 tabs (one for each kind of custom fields)Jean-Philippe Lang2007-01-311-5/+6
* added the ability to set the sort order for issue statusesJean-Philippe Lang2007-01-314-5/+23
* removed environment informationJean-Philippe Lang2007-01-281-1/+0
* indentation correctionsJean-Philippe Lang2007-01-287-34/+30
* proper language setting for mail notificationsJean-Philippe Lang2007-01-271-3/+0
* mail notifications added when:Jean-Philippe Lang2007-01-273-9/+21
* deprecated @headers replacedJean-Philippe Lang2007-01-271-1/+1
* fixed: filters ignored when exporting a predefined query to csv/pdfJean-Philippe Lang2007-01-261-0/+1
* only active users are now proposed when adding a member to a projectJean-Philippe Lang2007-01-261-1/+1
* deprecated children_count replacedJean-Philippe Lang2007-01-261-1/+1
* deprecated count call modifiedJean-Philippe Lang2007-01-261-1/+1
* * project settings split in 4 tabsJean-Philippe Lang2007-01-264-22/+22
* * added missing fields to csv export: priority, start date, due date, done ratioJean-Philippe Lang2007-01-251-4/+26
* * replaced :controller => '' broken statements by :controller => 'welcome'Jean-Philippe Lang2007-01-252-10/+10
* settings are now stored in the database (config_custom.rb no more used) and e...Jean-Philippe Lang2007-01-214-8/+41
* tooltips added on calendarJean-Philippe Lang2007-01-131-2/+2
* tooltips added on Gantt chart to view the details of the issuesJean-Philippe Lang2007-01-091-1/+1
* added total number of issues per tracker on projects/showJean-Philippe Lang2007-01-061-1/+3
* updated redirection to the help main index (recognition fails when redirectin...Jean-Philippe Lang2007-01-021-1/+1
* * replaced "add_issue" links on projects/show by a drop down listJean-Philippe Lang2007-01-021-2/+3
* ActiveRecord::RecordNotFound exceptions handled more gracefullyJean-Philippe Lang2007-01-0212-21/+44
* added multiple file upload for documents and files modulesJean-Philippe Lang2007-01-012-24/+18
* fixed: non public projects were shown on welcome screen even if current user ...Jean-Philippe Lang2007-01-011-2/+2
* replaced deprecated controller instance variables: @params, @session, @requestJean-Philippe Lang2006-12-268-18/+18
* replaced deprecated find_all callsJean-Philippe Lang2006-12-263-7/+7
* fixed: unable to attach a file when creating an issue ("attachment: invalid" ...Jean-Philippe Lang2006-12-261-2/+4