summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed stub.Jean-Philippe Lang2011-11-231-1/+1
* 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
* Removed useless :lang option.Jean-Philippe Lang2011-11-231-5/+0
* 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
* Use controller instead of instance variable.Jean-Philippe Lang2011-11-231-1/+1
* Initialize @childrenHash.Jean-Philippe Lang2011-11-231-0/+1
* Added pt-BR translation for #2269.Etienne Massip2011-11-231-1/+1
* pdf: lib: remove unused "include Redmine::I18n" from RDMPdfEncoding classToshi MARUYAMA2011-11-231-1/+0
* use temporary attachments directory in unit attachment testToshi MARUYAMA2011-11-231-0/+1
* fix inconsistent image filename extensions (#9638)Toshi MARUYAMA2011-11-234-2/+66
* Resourcified issue statuses.Jean-Philippe Lang2011-11-227-37/+25
* User forms cleanup.Jean-Philippe Lang2011-11-224-5/+5
* Resourcified trackers.Jean-Philippe Lang2011-11-227-35/+59
* Strings as html safe.Jean-Philippe Lang2011-11-221-2/+2
* before_validation_on_create callback removed in Rails 3.1.Jean-Philippe Lang2011-11-221-1/+1
* attachment: add missing diff type at functional tests (#2371, #9612)Toshi MARUYAMA2011-11-221-2/+2
* remove trailing white-spaces from config/locales/bg.ymlToshi MARUYAMA2011-11-211-18/+18
* Bulgarian translation updated by Ivan Cenov (#9615)Toshi MARUYAMA2011-11-211-5/+5
* REST API for issue categories (#9553).Jean-Philippe Lang2011-11-2010-27/+218
* Resourcified issue categories (#9553).Jean-Philippe Lang2011-11-209-48/+75
* Makes issue categories available in project REST API (#9553).Jean-Philippe Lang2011-11-202-1/+42
* 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-205-3/+86
* Adds API response to /trackers to get the list of all available trackers (#71...Jean-Philippe Lang2011-11-206-3/+97