summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fixed: Section-edit buttons not available when a the version parameter is pro...Jean-Philippe Lang2011-11-281-1/+1
* Rails3: helper: html_safe for robot_exclusion_tagToshi MARUYAMA2011-11-281-1/+1
* Rails3: view: html_safe for login user linkToshi MARUYAMA2011-11-281-1/+4
* Update MessagesController#quote to match the input id changed in r7682 (#9672).Jean-Philippe Lang2011-11-271-1/+1
* Do not include extra_info attribute in SysController responses because it bre...Jean-Philippe Lang2011-11-271-2/+3
* Improved user creation from incoming email.Jean-Philippe Lang2011-11-271-15/+46
* fix csv decimal separator of time entry csv (#8368)Toshi MARUYAMA2011-11-271-5/+6
* Resourcified attachments.Jean-Philippe Lang2011-11-273-5/+5
* fix time entry csv last line encoding (#8549)Toshi MARUYAMA2011-11-271-1/+2
* Adds routes for group users.Jean-Philippe Lang2011-11-272-6/+5
* Replaced error_messages_for with #error_messages.Jean-Philippe Lang2011-11-271-1/+1
* backout r6356: HTML escape of app/helpers/timelog_helper.rbToshi MARUYAMA2011-11-271-1/+1
* View cleanup.Jean-Philippe Lang2011-11-264-3/+10
* Sort the issue list by author/assignee according to user display format (#9669).Jean-Philippe Lang2011-11-262-11/+32
* Version routes cleanup in views.Jean-Philippe Lang2011-11-261-1/+1
* Version routes cleanup in views.Jean-Philippe Lang2011-11-263-3/+3
* Adds icon on new item links in project settings.Jean-Philippe Lang2011-11-263-3/+3
* Set style for tips in forms.Jean-Philippe Lang2011-11-261-4/+2
* CSS class for modal box buttons.Jean-Philippe Lang2011-11-261-1/+1
* Ruby 1.9: fix encoding error on wiki diffs (#4050)Toshi MARUYAMA2011-11-251-1/+3
* Check attachment size when the user selects a file (#9667).Jean-Philippe Lang2011-11-251-1/+2
* Fixed: log time form not displayed on issue edit with :log_time permission on...Jean-Philippe Lang2011-11-251-1/+1
* Adds ids on rows in auth_sources/index view (#9659).Jean-Philippe Lang2011-11-251-1/+1
* Fixed time entries context menu display according permissions (#9405).Jean-Philippe Lang2011-11-242-5/+4
* Use document project when formatting text on documents index (#9448).Jean-Philippe Lang2011-11-241-1/+1
* Use user's time zone when logging time while editing ticket (#9619).Jean-Philippe Lang2011-11-241-1/+1
* Limit the characters stripped by Attachment#sanitize_filename (#4324).Jean-Philippe Lang2011-11-241-4/+2
* Html safe wiki page title.Etienne Massip2011-11-241-1/+1
* move logic to use latest image file attachment to class method for common use...Toshi MARUYAMA2011-11-242-4/+10
* Removed object name from form_for arguments.Jean-Philippe Lang2011-11-233-3/+3
* Removed object name from form_for arguments.Jean-Philippe Lang2011-11-234-5/+7
* error_messages_for removed in Rails 3.Jean-Philippe Lang2011-11-231-1/+1
* Removed useless :lang option.Jean-Philippe Lang2011-11-231-1/+1
* Makes labelled_tabular_form_for accept different signatures.Jean-Philippe Lang2011-11-231-2/+5
* Prevent clash with Rails 3 Query module.Jean-Philippe Lang2011-11-231-1/+1
* Do not use .merge_conditions.Jean-Philippe Lang2011-11-231-4/+3
* Do not use instance variable.Jean-Philippe Lang2011-11-231-6/+6
* fix inconsistent image filename extensions (#9638)Toshi MARUYAMA2011-11-232-2/+2
* Resourcified issue statuses.Jean-Philippe Lang2011-11-225-33/+21
* User forms cleanup.Jean-Philippe Lang2011-11-224-5/+5
* Resourcified trackers.Jean-Philippe Lang2011-11-225-20/+31
* Strings as html safe.Jean-Philippe Lang2011-11-221-2/+2
* REST API for issue categories (#9553).Jean-Philippe Lang2011-11-206-19/+63
* Resourcified issue categories (#9553).Jean-Philippe Lang2011-11-206-32/+42
* Makes issue categories available in project REST API (#9553).Jean-Philippe Lang2011-11-201-0/+6
* remove unused Iconv from issues helper "issues_to_csv" method (#4742)Toshi MARUYAMA2011-11-201-1/+0
* Adds API response to /issue_statuses to get the list of all available statuse...Jean-Philippe Lang2011-11-202-3/+22
* Adds API response to /trackers to get the list of all available trackers (#71...Jean-Philippe Lang2011-11-203-3/+33
* Do not show the paragraph if no message is set.Jean-Philippe Lang2011-11-201-1/+3
* Adds a dialog box for CSV export options (#4742).Jean-Philippe Lang2011-11-203-53/+47