summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sets the current project as the default value of project jump box (#4053).Jean-Philippe Lang2009-10-241-2/+2
* Fixes form buttons on projects/settings/activities (closes #4083).Jean-Philippe Lang2009-10-221-2/+7
* Remove hard coded string in a view (closes #4076).Jean-Philippe Lang2009-10-221-1/+1
* Do not render hidden news edit form if user is not allowed to edit (closes #4...Jean-Philippe Lang2009-10-221-1/+3
* Fixed some merge bugs. #4077Eric Davis2009-10-213-6/+6
* Added all list and boolean custom data fields to the Time Report. #4077Eric Davis2009-10-211-1/+8
* When a specific TimeEntryActivity are change, associated TimeEntries will beEric Davis2009-10-212-11/+23
* Added a Activities tab to Project SettingsEric Davis2009-10-215-16/+156
* Changed the Timelogs to use both the Systemwide and Project specific TimeEntr...Eric Davis2009-10-213-4/+30
* Added project specific Enumeration overrides.Eric Davis2009-10-211-0/+8
* Added an active field track if an Enumeration is active on the frontend view.Eric Davis2009-10-215-6/+32
* Enumerations can now have custom fields defined on them. #4077Eric Davis2009-10-218-1/+84
* Contextual quick search (#3263).Jean-Philippe Lang2009-10-219-0/+10
* Change the order of checkboxes for boolean custom fields.Eric Davis2009-10-211-1/+1
* Renamed Project#public named_scope so it will not override Ruby's public methodEric Davis2009-10-212-2/+2
* Improved Project#copy to copy more data from the source Project. #3367Eric Davis2009-10-191-0/+34
* Preselect the issue custom fields from the source project when copying. #4045Eric Davis2009-10-191-0/+1
* Fixed: HTML entities displayed when editing an issue note (#3996).Jean-Philippe Lang2009-10-111-2/+2
* Fixes project shortcut combo.Jean-Philippe Lang2009-10-111-2/+2
* Fixes MailHandler for ruby1.9.Jean-Philippe Lang2009-10-101-2/+3
* Completes r2856 (#3979).Jean-Philippe Lang2009-10-101-7/+2