summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds a setting for new projects default modules (#1797).Jean-Philippe Lang2009-11-152-1/+11
* Adds links to versions on changelog.Jean-Philippe Lang2009-11-151-1/+2
* Eager load priorities on roadmap and changelog.Jean-Philippe Lang2009-11-153-3/+3
* Fixes css classes on issue detail view (#4180).Jean-Philippe Lang2009-11-151-6/+6
* Adds custom fields for versions (#4219).Jean-Philippe Lang2009-11-156-0/+37
* Adds a 'Move and follow' button on Move/Copy view to be redirected to the cre...Jean-Philippe Lang2009-11-152-3/+17
* Make use of link_to_issue.Jean-Philippe Lang2009-11-151-1/+5
* Remove dead code.Jean-Philippe Lang2009-11-151-15/+0
* Allow non admin users to add subprojects (#2963).Jean-Philippe Lang2009-11-154-12/+40
* Protect controllers from potential CSRF attacks. #4216Eric Davis2009-11-141-0/+1
* Fix 500 errors with a POST request that requires a login. #4216Eric Davis2009-11-141-1/+7
* Don't reveal issue subjects if user is only allowed to view spent time (#3187).Jean-Philippe Lang2009-11-142-3/+20
* Clean up ticket auto links.Jean-Philippe Lang2009-11-141-2/+1
* Refactoring ApplicationHelper#link_to_issue.Jean-Philippe Lang2009-11-1412-14/+35
* Add view_issues permission (#3187).Jean-Philippe Lang2009-11-144-5/+5
* Fixed that "RE:" prefix is added to the subject each time the message is quot...Jean-Philippe Lang2009-11-131-1/+2
* Move checkbox for "Send account information to the user" to be clicked before...Jean-Philippe Lang2009-11-133-12/+12
* Fixed: Project#enabled_module_names= does not test if a module is already ena...Jean-Philippe Lang2009-11-131-1/+1
* Fixed: Quoting in forums does not take the subject from the message being quo...Jean-Philippe Lang2009-11-131-0/+2
* Allow [#id] as subject to reply by email (#3653).Jean-Philippe Lang2009-11-111-2/+2
* Redirect to the current page when using context menu on the issue list (#4184).Jean-Philippe Lang2009-11-112-1/+2
* Hide paragraph terminator at the end of headings on html export (#4194).Jean-Philippe Lang2009-11-112-0/+10