summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added :controller_issues_new_before_save hook. (#4465)Eric Davis2009-12-291-0/+1
* Auto-detect attachment content type when blank (#3782).Jean-Philippe Lang2009-12-292-1/+12
* Added :view_settings_general_form plugin hookEric Davis2009-12-291-0/+2
* Moves attachments parsing after textile parsing so that:Jean-Philippe Lang2009-12-271-7/+10
* Fixed: project copy doesn't copy group memberships (#3975).Jean-Philippe Lang2009-12-262-2/+11
* Ask for confirmation when a non-admin users tries to remove himself from a pr...Jean-Philippe Lang2009-12-262-1/+10
* Fixed: subject of incoming emails gets mangled (#3717).Jean-Philippe Lang2009-12-261-1/+0
* Do not display the copy form when project copy is created.Jean-Philippe Lang2009-12-261-1/+7
* View cleanup.Jean-Philippe Lang2009-12-251-5/+6
* Removes column opt in enumerations table.Jean-Philippe Lang2009-12-254-42/+0
* Project#activities should check all overridden activities, not just active ones.Eric Davis2009-12-241-3/+3
* Adds a 'Add subprojects' permission.Jean-Philippe Lang2009-12-245-6/+40
* Hide "Groups" tab on user form if no group exist.Jean-Philippe Lang2009-12-241-1/+4
* Force TimeEntry#hours default to nil (#3075, #4449).Jean-Philippe Lang2009-12-231-0/+1
* Fixed: wiki pages in search results are referenced by project number, not by ...Jean-Philippe Lang2009-12-231-1/+1
* Remove invalid escaping in version field (#4460).Jean-Philippe Lang2009-12-231-2/+2
* Fixes delimiters regexp.Jean-Philippe Lang2009-12-231-1/+1
* Adds a setting to remove incoming emails body after a delimiter (#4409).Jean-Philippe Lang2009-12-232-3/+26
* Display API key in the sidebar, just below the API key heading.Jean-Philippe Lang2009-12-232-11/+5
* Do not display API key if API is disabled.Jean-Philippe Lang2009-12-232-1/+3
* Fills translations.Jean-Philippe Lang2009-12-231-1/+1
* Move API setting to Authentication tab and add translations strings.Jean-Philippe Lang2009-12-233-10/+3
* Added an Admin setting to enable/disable the REST web service. (#3920)Eric Davis2009-12-233-2/+11
* Added support for HTTP Basic access to the API. (#3920)Eric Davis2009-12-231-3/+12
* Allow authenticating with an API token via XML or JSON. (#3920)Eric Davis2009-12-232-1/+9
* Added an API token for each User to use when making API requests. (#3920)Eric Davis2009-12-234-2/+57
* Added the revision title to any revision links.Eric Davis2009-12-224-4/+13
* Make sure the RSS token is getting destroyed and created.Eric Davis2009-12-211-2/+6
* Extract methodEric Davis2009-12-211-2/+6