summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Optimize updates of issue's shared versions.Jean-Philippe Lang2009-12-083-10/+27
* No need to update issues from the version's project.Jean-Philippe Lang2009-12-081-1/+1
* Optimize issue updates when a version sharing changes.Jean-Philippe Lang2009-12-083-6/+10
* Fixed: Subversion#latest_changesets ignores revision argument (#4360).Jean-Philippe Lang2009-12-081-1/+1
* Display shared versions in project settings (#4357).Jean-Philippe Lang2009-12-081-10/+12
* Fixes broken admin menu extension (#4351).Jean-Philippe Lang2009-12-071-3/+3
* Fixes Project#shared_versions for descendants sharing (#465).Jean-Philippe Lang2009-12-071-2/+2
* Remove edit link on wiki page diff (#4346).Jean-Philippe Lang2009-12-061-1/+0
* Removes the 'Copy' checkbox on the copy/move form.Jean-Philippe Lang2009-12-063-12/+14
* Ability to add a new version from the issue form (#4315).Jean-Philippe Lang2009-12-062-4/+30
* Fixed: error when changing tracker on the new issue form (#4345).Jean-Philippe Lang2009-12-061-3/+3
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-0618-45/+225
* Enhanced the Issue Bulk Copy feature:Eric Davis2009-12-045-8/+59
* Do not notify users that are no longer allowed to view an issue (#3589, #4263).Jean-Philippe Lang2009-12-032-5/+20
* Fixed: News from a project with 'news' module disabled, are still diplayed in...Jean-Philippe Lang2009-12-031-1/+1
* Add a second action menu to IssuesController#show. (#4331)Eric Davis2009-12-034-13/+44
* Fixed: no error message when creating a category from the issue form fails (#...Jean-Philippe Lang2009-12-021-10/+19
* Removes useless class.Jean-Philippe Lang2009-12-021-1/+0
* Replaces 'New category' link on the issue form with an icon.Jean-Philippe Lang2009-12-021-3/+6
* Make use of #watched_by? in issue form.Jean-Philippe Lang2009-12-021-1/+1
* Fixes tracker update on context menu (#2405).Jean-Philippe Lang2009-12-021-1/+1
* Fixed: "None" category issue count is empty while grouping by category (#4308).Jean-Philippe Lang2009-12-024-41/+67
* Fixes context menu broken by r3109 (#2405).Jean-Philippe Lang2009-11-302-1/+3
* Remove duplicate validation.Jean-Philippe Lang2009-11-291-4/+0
* Adds tracker update to context menu and bulk edit form (#2405).Jean-Philippe Lang2009-11-293-0/+16
* Enable tracker update on issue edit form (#2405).Jean-Philippe Lang2009-11-294-40/+63
* Adds an action to SysController to fetch changesets of one or all projects (#...Jean-Philippe Lang2009-11-281-0/+17
* Adds 2 buttons to easily reorder selected columns (#4272).Jean-Philippe Lang2009-11-281-2/+6
* Adds dynamic columns selection on the issue list (#4272).Jean-Philippe Lang2009-11-285-15/+30
* Rescue invalid query statement error with an error message.Jean-Philippe Lang2009-11-282-0/+23
* Move issues, journals, versions queries from IssuesController to Query model.Jean-Philippe Lang2009-11-282-40/+73
* Cleaning edit/delete links style.Jean-Philippe Lang2009-11-272-9/+17
* Add tabindex to login screen (#4299).Jean-Philippe Lang2009-11-271-5/+5
* Reverts r3072 (#4302: error raised when sorting on an association not include...Jean-Philippe Lang2009-11-272-12/+6
* Show last update datetime (last attachment added) on document list (#4232).Jean-Philippe Lang2009-11-263-2/+10
* Display an error when authenticity token is invalid.Jean-Philippe Lang2009-11-251-0/+6
* Remove broken cookies after upgrade from 0.8.x to prevent an error from Rails...Jean-Philippe Lang2009-11-251-1/+12
* Added :view_my_account_contextual hook.Eric Davis2009-11-251-0/+1
* Fixed: Editing issue notes removes quote link (#4279).Jean-Philippe Lang2009-11-241-1/+1
* Fixes revision form when browsing a subdirectory (#4281).Jean-Philippe Lang2009-11-241-1/+1
* Fixes css classes in table in admin/info (#4261).Jean-Philippe Lang2009-11-231-2/+2
* Changes misleading scopes on Enumeration.Jean-Philippe Lang2009-11-214-19/+11
* Fixed roadmap progress display error (#4255).Jean-Philippe Lang2009-11-211-3/+4
* Reset session on login/logout (#4248).Jean-Philippe Lang2009-11-211-1/+1
* Load roles when loading project members.Jean-Philippe Lang2009-11-201-1/+1
* Avoid useless database queries.Jean-Philippe Lang2009-11-201-1/+1
* Add a setting to pick alternative Gravatar images. #2734Eric Davis2009-11-172-1/+5
* Copy issue status on project copy (#3877).Jean-Philippe Lang2009-11-161-0/+1
* Optimize associations loading on the issue list.Jean-Philippe Lang2009-11-162-6/+12
* Allow issue grouping by custom field (#2679).Jean-Philippe Lang2009-11-164-5/+25