summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fixed: error raised when trying to view the gantt or calendar with a grouped ...Jean-Philippe Lang2010-02-061-0/+2
* Do not show 'Quote' links on locked topics (#4749).Jean-Philippe Lang2010-02-061-2/+2
* Removes overflow:auto on #content which broke the fix in r2118 (#4724).Jean-Philippe Lang2010-02-064-1/+8
* Fixed: error messages displayed twice when creating a group (#4715).Jean-Philippe Lang2010-02-061-2/+0
* Adds pagination to forum messages (#4664).Jean-Philippe Lang2010-02-065-11/+28
* Adds a setting to cache textile rendering (off by default).Jean-Philippe Lang2010-02-062-2/+5
* Adds a permission for exporting wiki pages.Jean-Philippe Lang2010-02-064-14/+20
* Refactor: Pull up several #find_project methods to ApplicationControllerEric Davis2010-02-056-35/+7
* Fixed: invalid format parameter returns a DoubleRenderError on issues index (...Jean-Philippe Lang2010-02-041-7/+7
* Reverts r3366.Jean-Philippe Lang2010-02-041-11/+9
* Fixed: invalid format parameter returns a DoubleRenderError on issues index (...Jean-Philippe Lang2010-02-041-8/+10
* Refactor: Extracted the select_all calls to a new private method.Eric Davis2010-02-041-67/+47
* Change Role#anonymous and #non_member so they generate the record as needed.Eric Davis2010-02-031-4/+20
* Refactor: Moved the raw SQL finders from ReportsController to Issue.Eric Davis2010-02-032-83/+107
* Refactor: Extract method to create a Change from a Changeset.Eric Davis2010-02-024-15/+12
* Refactor: Move recipients method into acts_as_eventEric Davis2010-02-013-21/+0
* Allow commits to reference issues of parent projects and subprojects (#4674).Jean-Philippe Lang2010-01-313-4/+15
* Log email delivery errors.Jean-Philippe Lang2010-01-311-1/+15
* Log info when sending an email notification.Jean-Philippe Lang2010-01-311-1/+10
* Fixed: deleting a project with subprojects breaks the project tree (#4701).Jean-Philippe Lang2010-01-311-2/+9
* Fixed: potential security leak on my page calendar (#4691).Jean-Philippe Lang2010-01-301-1/+1
* Fixed: NOT NULL constraint error when adding a group (#4632).Jean-Philippe Lang2010-01-301-0/+14
* Use the minimum password length setting when reseting a password. (#4683)Eric Davis2010-01-281-1/+1
* New strings to translate (#4647):Azamat Hackimov2010-01-251-2/+2
* Fixed some labels to be more accessible.Eric Davis2010-01-214-5/+7
* Accept filters from API calls without set_filter parameter.Jean-Philippe Lang2010-01-181-1/+1
* Fixed: PDF export of a issue list grouped by a custom field raises an error (...Jean-Philippe Lang2010-01-181-0/+1
* Adds a log message when an API call raises an InvalidAuthenticityToken error.Jean-Philippe Lang2010-01-171-0/+7
* Move ids in XML views.Jean-Philippe Lang2010-01-174-4/+8
* Fixed: Issue Summary tables that list by user are not sorted (#4552).Jean-Philippe Lang2010-01-171-4/+4
* Cleaned up the IssueController redirects to use the back_url like the other a...Eric Davis2010-01-142-12/+12
* XML REST API for Projects (#296).Jean-Philippe Lang2010-01-144-10/+81
* Fixed: error when exporting an issue with target version to PDF (#4556).Jean-Philippe Lang2010-01-131-2/+2
* XML REST API for issues that provides CRUD operations for Issues (#1214).Jean-Philippe Lang2010-01-134-16/+148
* Escape the parent id parameter.Eric Davis2010-01-131-1/+1
* Set a white list of issue attributes that can be mass-assigned from controllers.Jean-Philippe Lang2010-01-122-2/+28
* Fixed: email notifications may affect language of notices on the UI (#4086).Jean-Philippe Lang2010-01-101-0/+2
* Fixed: can not search for 2 letters word (#4381).Jean-Philippe Lang2010-01-101-2/+2
* Fixed: attachments get saved on issue update even if validation fails (#4401).Jean-Philippe Lang2010-01-101-15/+15
* Copyright updated (#4542).Jean-Philippe Lang2010-01-091-1/+1
* Fixed: undefined method `stringify_keys!' error in Issue#attributes_with_trac...Jean-Philippe Lang2010-01-091-1/+1
* Avatars added in news (#3941) and forums (#4468) + cleanup.Jean-Philippe Lang2010-01-076-7/+8
* Fixed: issue summary counts should link to the issue list without subprojects...Jean-Philippe Lang2010-01-073-1/+10
* Fixed: 'Delete' link on LDAP list has no effect (#4530).Jean-Philippe Lang2010-01-071-0/+1
* Fixed: error when downloading a file with no matching mime type (#3782).Jean-Philippe Lang2010-01-051-1/+1
* Bulk edit view cleanup.Jean-Philippe Lang2010-01-031-28/+44
* Allow bulk edit custom fields of any type (#461).Jean-Philippe Lang2010-01-033-4/+22
* Fixed: bulk edit doesn't include global custom fields (#4505).Jean-Philippe Lang2010-01-032-3/+3
* Fixed untranslated string (:label_close_versions => Close completed versions)Azamat Hackimov2010-01-011-1/+1
* Create and assign the api token so the current instance can access it. (#4497)Eric Davis2009-12-301-1/+1