summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not include extra_info attribute in SysController responses because it bre...Jean-Philippe Lang2011-11-272-2/+15
* Set format for activeresource client in reposman.Jean-Philippe Lang2011-11-271-0/+1
* Adds an option to rdm-mailhandler for reading the API key from a file (#4976).Jean-Philippe Lang2011-11-271-0/+12
* Adds an option to rdm-mailhandler to disable server certificate verification ...Jean-Philippe Lang2011-11-271-4/+11
* Improved user creation from incoming email.Jean-Philippe Lang2011-11-272-15/+86
* add tests to export time entry csv in French for csv separator (#8368)Toshi MARUYAMA2011-11-271-0/+45
* fix csv decimal separator of time entry csv (#8368)Toshi MARUYAMA2011-11-271-5/+6
* add csv separator check to the test to export time entry csv in Traditional C...Toshi MARUYAMA2011-11-271-0/+11
* Resourcified attachments.Jean-Philippe Lang2011-11-275-14/+16
* fix time entry csv last line encoding (#8549)Toshi MARUYAMA2011-11-272-1/+5
* Adds routes for group users.Jean-Philippe Lang2011-11-275-8/+15
* Replaced error_messages_for with #error_messages.Jean-Philippe Lang2011-11-271-1/+1
* add tests to export time log csv in Traditional Chinese and French for csv se...Toshi MARUYAMA2011-11-271-0/+70
* add tests to export issues csv in Traditional Chinese and French for csv sepa...Toshi MARUYAMA2011-11-271-0/+58
* Bulgarian translation updated by Ivan Cenov (#9671)Toshi MARUYAMA2011-11-271-6/+6
* backout r6356: HTML escape of app/helpers/timelog_helper.rbToshi MARUYAMA2011-11-271-1/+1
* cover the issues pdf test in English and CJK localesToshi MARUYAMA2011-11-271-12/+32
* 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-266-18/+107
* 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
* Locales updates.Jean-Philippe Lang2011-11-262-4/+4
* Locales updates.Jean-Philippe Lang2011-11-262-8/+8
* Set style for tips in forms.Jean-Philippe Lang2011-11-262-7/+6
* CSS class for modal box buttons.Jean-Philippe Lang2011-11-262-1/+2
* Removed non standard values for "white-space" CSS property.Jean-Philippe Lang2011-11-261-3/+1
* Removed non standard "filter" CSS property.Jean-Philippe Lang2011-11-261-1/+0
* Ruby 1.9: fix TabularFormBuilder to show "translation missing: en, field_lock...Toshi MARUYAMA2011-11-261-1/+2
* 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-2546-1/+58
* Reduces vertical spacing between form fields.Jean-Philippe Lang2011-11-251-3/+1
* Fixed: log time form not displayed on issue edit with :log_time permission on...Jean-Philippe Lang2011-11-252-1/+17
* 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-243-5/+23
* Fixed that :edit_time_entries permission allows creating time entries (#9405).Jean-Philippe Lang2011-11-242-2/+14
* Fixed that :view_time_entries permission allows time entry editing (#9405).Jean-Philippe Lang2011-11-242-1/+12
* 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-242-4/+23
* Html safe wiki page title.Etienne Massip2011-11-241-1/+1
* pdf: add the new feature to include attachment images (#3261)Toshi MARUYAMA2011-11-241-0/+11
* pdf: lib: prepare to use rfpdf plug-in rmagick feature (#3261)Toshi MARUYAMA2011-11-241-0/+3
* pdf: lib: add "attachments" parameter at RDMwriteHTMLCell method (#3261)Toshi MARUYAMA2011-11-241-10/+9
* pdf: lib: add the method to return attachment from filename and encoding (#3261)Toshi MARUYAMA2011-11-243-0/+76
* reset Attachment.storage_path at the end of attachment testsToshi MARUYAMA2011-11-244-6/+26
* code layout clean up test/unit/helpers/application_helper_test.rbToshi MARUYAMA2011-11-241-7/+5
* add missing fixtures at unit attachment testToshi MARUYAMA2011-11-241-1/+2
* move logic to use latest image file attachment to class method for common use...Toshi MARUYAMA2011-11-243-4/+30
* add unit application helper test to use latest image file (#3261)Toshi MARUYAMA2011-11-244-0/+51