summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Time entry with 2 digits year should not validate (#3107).Jean-Philippe Lang2013-02-241-0/+1
* Use li tags for issue links in the sidebar (#13242).Jean-Philippe Lang2013-02-241-5/+9
* Code cleanup.Jean-Philippe Lang2013-02-241-2/+2
* Code cleanup.Jean-Philippe Lang2013-02-241-4/+4
* Code cleanup.Jean-Philippe Lang2013-02-241-4/+3
* Use ti tags for sidebar queries (#13242).Jean-Philippe Lang2013-02-241-6/+9
* Fixed that relations may not be refreshed when adding a follows relation (#13...Jean-Philippe Lang2013-02-242-1/+2
* Use User#generate_password in MailHandler.Jean-Philippe Lang2013-02-231-3/+1
* Option to generate a random password on user creation/update.Jean-Philippe Lang2013-02-233-11/+39
* Typo.Jean-Philippe Lang2013-02-231-1/+1
* Adds an helper for rendering query columns selection.Jean-Philippe Lang2013-02-236-10/+13
* Adds helpers for query columns selection.Jean-Philippe Lang2013-02-233-2/+12
* Rename issues CSV and PDF exports.Jean-Philippe Lang2013-02-231-2/+2
* Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_...Jean-Philippe Lang2013-02-235-37/+22
* Refactor: makes issue id a regular QueryColumn.Jean-Philippe Lang2013-02-236-15/+18
* Fixed that requesting a message from an invalid forum should respond with 404...Jean-Philippe Lang2013-02-201-1/+2
* Removed hard-coded style in watchers list.Jean-Philippe Lang2013-02-201-1/+1
* Fixed that delete watcher link was broken by r11290 (#13231).Jean-Philippe Lang2013-02-201-3/+3
* Makes all time entry columns available in the CSV export.Jean-Philippe Lang2013-02-193-36/+23
* Fixed that float custom fields do not use CSV decimal separator (#10364).Jean-Philippe Lang2013-02-192-21/+26
* Add login to /users/:id API for current user (#13155).Jean-Philippe Lang2013-02-181-1/+1
* fix typo at app/models/user.rb (#5719)Toshi MARUYAMA2013-02-181-2/+2
* Optimizes the SQL query behind Principal#member_of.Jean-Philippe Lang2013-02-171-1/+1
* Use #per_page instead of #items_per_page.Jean-Philippe Lang2013-02-175-5/+5
* Fixed that messages are not sorted by last reply (#12243).Jean-Philippe Lang2013-02-171-2/+3
* replace tabs to spaces at app/controllers/boards_controller.rbToshi MARUYAMA2013-02-171-1/+1
* replace tabs to spaces at app/models/issue.rbToshi MARUYAMA2013-02-171-2/+2
* replace tabs to spaces at app/models/setting.rbToshi MARUYAMA2013-02-171-9/+9
* replace tabs to spaces at app/helpers/application_helper.rbToshi MARUYAMA2013-02-171-1/+1
* remove trailing tabs from app/controllers/users_controller.rbToshi MARUYAMA2013-02-171-1/+1
* remove trailing tabs from app/controllers/projects_controller.rbToshi MARUYAMA2013-02-171-1/+1
* remove trailing tabs from app/controllers/admin_controller.rbToshi MARUYAMA2013-02-171-2/+2
* remove trailing tabs from app/models/project.rbToshi MARUYAMA2013-02-171-2/+2
* remove trailing tab from app/helpers/custom_fields_helper.rbToshi MARUYAMA2013-02-171-1/+1
* remove trailing tab and white-spaces from app/controllers/issue_statuses_cont...Toshi MARUYAMA2013-02-171-1/+1
* Adds Issue#status_was that returns the initial issue status.Jean-Philippe Lang2013-02-171-3/+16
* Adds closed_on to issues API responses (#824).Jean-Philippe Lang2013-02-162-0/+2
* replace tabs to spaces at app/helpers/timelog_helper.rbToshi MARUYAMA2013-02-161-3/+3
* Fixed that updating the issue form was broken by r4011 when user is not allow...Jean-Philippe Lang2013-02-162-3/+7
* Makes closed_on available as column and filter on the issue list (#824).Jean-Philippe Lang2013-02-161-0/+2
* Adds closed_on column that stores the time of the last closing (#824).Jean-Philippe Lang2013-02-161-4/+17
* Adds the date picker for the default value of date custom fields.Jean-Philippe Lang2013-02-151-0/+5
* Remove default for when changing custom field format.Jean-Philippe Lang2013-02-151-0/+2
* Use a textarea instead of an input for the default value of long text custom ...Jean-Philippe Lang2013-02-151-2/+8
* Test broken by r11392 (#13174).Jean-Philippe Lang2013-02-151-3/+3
* Possibility to define the default enable trackers when creating a project (#1...Jean-Philippe Lang2013-02-153-2/+10
* Raised group name maximum length to 255 characters (#13174).Jean-Philippe Lang2013-02-152-2/+2
* Code cleanup.Jean-Philippe Lang2013-02-141-10/+4
* Adds token finder methods.Jean-Philippe Lang2013-02-142-6/+23
* Refactor: use an ordered hash to store available filters and remove :order op...Jean-Philippe Lang2013-02-144-160/+147