summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes ApplicationHelper#link_to_userJean-Philippe Lang2009-11-112-4/+9
* Adds a link to automatically close completed versions in project settings (#1...Jean-Philippe Lang2009-11-093-3/+35
* Ignore emails received from the application emission address to avoid hell cy...Jean-Philippe Lang2009-11-081-3/+9
* Adds version status to limit issue assignments (#1245).Jean-Philippe Lang2009-11-088-15/+53
* Fixed: Pre-filled time tracking date ignores timezone (#4160).Jean-Philippe Lang2009-11-062-1/+10
* Fixed: first day of date range is not included in time report with SQLite (#3...Jean-Philippe Lang2009-11-041-1/+1
* Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV.Jean-Philippe Lang2009-11-044-14/+6
* Fixed: Feed content limit ignored on issues list.Jean-Philippe Lang2009-11-041-1/+1
* Sort the list of users to add to a group or project (#4150).Jean-Philippe Lang2009-11-041-1/+1
* Fixed a test failure.Jean-Philippe Lang2009-10-291-2/+3
* Unified UsersController#list and #index.Jean-Philippe Lang2009-10-292-6/+1
* Fixes users links.Jean-Philippe Lang2009-10-292-3/+3
* AccountController#show (/account/show/:id) moved to UsersController#show (/us...Jean-Philippe Lang2009-10-294-29/+27
* Do not show user profile if no visible project or activity (#4129, #3720).Jean-Philippe Lang2009-10-291-0/+4
* Fixed error on repository when there are no comments in a changeset (#4126).Jean-Philippe Lang2009-10-291-1/+1
* Add etag check on the activity view to avoid rendering when not modified.Jean-Philippe Lang2009-10-251-14/+16
* IssuesController#destroy accepts POST only (#4107).Jean-Philippe Lang2009-10-251-0/+4
* HTML escaping (#4106).Jean-Philippe Lang2009-10-252-2/+2
* Add a permission to remove issue watchers (#2450).Jean-Philippe Lang2009-10-252-2/+29
* Allow project forums copy.Jean-Philippe Lang2009-10-252-1/+12
* Display stats about objects that can be copied.Jean-Philippe Lang2009-10-252-10/+11
* Do not ignore parent project setting on project copy (#3386).Jean-Philippe Lang2009-10-251-0/+1
* Prevent mass-assignment warnings.Jean-Philippe Lang2009-10-251-1/+1
* Reset timestamps and wiki page hierarchy on project copy.Jean-Philippe Lang2009-10-252-5/+5
* Prevent mass-assignment warnings.Jean-Philippe Lang2009-10-251-7/+7
* Removes debug message.Jean-Philippe Lang2009-10-251-1/+0
* Fixes project wiki copy.Jean-Philippe Lang2009-10-252-11/+19
* Wiki auto creation temporary disabled until project wiki copy is fixed (2 wik...Jean-Philippe Lang2009-10-241-1/+1
* Project copy: let the user choose what to copy from the source project (every...Jean-Philippe Lang2009-10-243-63/+101
* Removes debug code.Jean-Philippe Lang2009-10-241-1/+0
* Small fix to HTML title.Jean-Philippe Lang2009-10-241-1/+2
* Add mail field to admin user search filter (#3882).Jean-Philippe Lang2009-10-241-1/+1
* Sets proper content type for plain text mails (#3970).Jean-Philippe Lang2009-10-241-3/+8