summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not notify users that are no longer allowed to view an issue (#3589, #4263).Jean-Philippe Lang2009-12-034-6/+38
* 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-035-14/+66
* 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
* Add assertion about email notification on issue creation via email (#4228).Jean-Philippe Lang2009-12-021-0/+5
* Make use of #watched_by? in issue form.Jean-Philippe Lang2009-12-022-4/+3
* 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-028-49/+115
* 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-297-45/+116
* Adds an action to SysController to fetch changesets of one or all projects (#...Jean-Philippe Lang2009-11-282-0/+32
* Adds 2 buttons to easily reorder selected columns (#4272).Jean-Philippe Lang2009-11-282-2/+33
* Adds dynamic columns selection on the issue list (#4272).Jean-Philippe Lang2009-11-286-15/+46
* Rescue invalid query statement error with an error message.Jean-Philippe Lang2009-11-283-0/+30
* 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
* Fixes fixtures loading.Jean-Philippe Lang2009-11-271-0/+1
* Fixes a test failure.Jean-Philippe Lang2009-11-271-1/+1
* Fixes a test failure.Jean-Philippe Lang2009-11-271-1/+1
* 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-273-21/+6
* Add failing test for #4302.Jean-Philippe Lang2009-11-271-0/+5
* Show last update datetime (last attachment added) on document list (#4232).Jean-Philippe Lang2009-11-266-5/+44
* 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
* Updated menus from JPL's feedback.Eric Davis2009-11-254-42/+45
* Add support for unattached menus (generated dynamically)Eric Davis2009-11-254-12/+180
* Converted Menus to a Tree structure to allow submenus.Eric Davis2009-11-2520-38/+4599
* Added :view_my_account_contextual hook.Eric Davis2009-11-251-0/+1
* Fixed: error raised when rendering text that contains an email address with t...Jean-Philippe Lang2009-11-242-0/+36
* 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
* Translation updatesAzamat Hackimov2009-11-223-6/+6
* 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-212-1/+19
* Reverts r3014 (CodeRay back to 0.7.6).Jean-Philippe Lang2009-11-2070-3831/+1511
* 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-1738-1/+42
* Copy issue status on project copy (#3877).Jean-Philippe Lang2009-11-163-0/+21
* Use /raw/ for url instead of ?format=raw for getting raw repository files (#1...Jean-Philippe Lang2009-11-162-0/+18
* Adds style for acronyms (#4224).Jean-Philippe Lang2009-11-161-0/+1
* Optimize associations loading on the issue list.Jean-Philippe Lang2009-11-163-6/+21
* Allow issue grouping by custom field (#2679).Jean-Philippe Lang2009-11-167-7/+65