summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Don't turn #nnn with leading zeros into link (#11494).Jean-Philippe Lang2012-07-241-1/+1
* Use JQuery Datepicker (#11445).Jean-Philippe Lang2012-07-221-17/+6
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-223-25/+8
* Do not let is_private be required.Jean-Philippe Lang2012-07-191-1/+1
* Removed deprecated #labelled_tabular_form_for helper.Jean-Philippe Lang2012-07-181-10/+0
* ApplicationHelper#labelled_remote_form_for deprecated.Jean-Philippe Lang2012-07-181-0/+1
* ApplicationHelper#link_to_remote_if_authorized deprecated.Jean-Philippe Lang2012-07-181-0/+1
* Removes calls to link_to_remote.Jean-Philippe Lang2012-07-181-3/+5
* Removes calls to link_to_remote.Jean-Philippe Lang2012-07-181-9/+4
* Adds a helper for preview links.Jean-Philippe Lang2012-07-181-0/+8
* Don't show "Required" option for standard/custom fields that are always requi...Jean-Philippe Lang2012-07-161-5/+6
* No blank option for custom fields marked as required on workflow settings.Jean-Philippe Lang2012-07-151-3/+7
* Removed hard-coded strings (#703, #3521).Jean-Philippe Lang2012-07-151-1/+1
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-152-5/+13
* Compute issue ids array only once.Jean-Philippe Lang2012-07-081-1/+1
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-071-0/+10
* Displays thumbnails of attached images of the issue view (#1006).Jean-Philippe Lang2012-07-072-2/+10
* Ability to disable standard fields on a per tracker basis (#1091).Jean-Philippe Lang2012-07-052-2/+44
* Perf: don't load parent message for generating a link.Jean-Philippe Lang2012-07-041-1/+1
* Code cleanup.Etienne Massip2012-06-261-8/+9
* Fixed that root projects are escaped twice in the project drop down (#11217).Jean-Philippe Lang2012-06-261-1/+1
* Visual hint for closed projects on project list (#3640).Jean-Philippe Lang2012-06-251-1/+1
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-252-5/+7
* Makes repository url read-only after saving.Jean-Philippe Lang2012-06-201-8/+8
* Renamed #changes association to #filechanges (clash with AR::Base.changes tha...Jean-Philippe Lang2012-06-031-3/+3
* Fixed time zone issues introduced by r9719 (#10996).Jean-Philippe Lang2012-05-261-2/+2
* Fixed that watchers delete links are escaped on the issue view (#10932).Jean-Philippe Lang2012-05-151-4/+8
* Fixes custom_field_tag helper broken by r9682.Jean-Philippe Lang2012-05-131-1/+1
* Use content_tag helper.Jean-Philippe Lang2012-05-131-3/+3
* Adaptive display of "Per page" links (#7720).Jean-Philippe Lang2012-05-101-4/+16
* Copyright update.Jean-Philippe Lang2012-05-0536-36/+36
* scm: fix git and mercurial branch list box actionToshi MARUYAMA2012-05-021-1/+2
* Adds css class to custom field input tags.Jean-Philippe Lang2012-05-011-11/+15
* Fixed that sidebar with hook content only should not be hidden.Jean-Philippe Lang2012-05-011-0/+8
* Adds an id to the flash message divs (#9034).Jean-Philippe Lang2012-04-291-1/+1
* Merged #merge! calls.Jean-Philippe Lang2012-04-291-2/+1
* helper: replace remote_form_for to form_for at labelled_remote_form_forToshi MARUYAMA2012-04-291-1/+2
* Makes image_tag pick the image from the current theme if it exists.Jean-Philippe Lang2012-04-281-2/+4
* Adds support for :plugin option to image_tag helper.Jean-Philippe Lang2012-04-281-0/+12
* Restores support for :plugin support to stylesheet_link_tag and javascript_in...Jean-Philippe Lang2012-04-281-0/+39
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-252-5/+8
* Rails3: helper: html_safe for watchers_checkboxes in WatchersHelperToshi MARUYAMA2012-04-221-2/+4
* Rails3: view: html_safe for principals_options_for_select in ApplicationHelperToshi MARUYAMA2012-04-211-1/+1
* CSV export breaks custom columns (#10168).Jean-Philippe Lang2012-04-091-1/+1
* Reverted r9368.Jean-Philippe Lang2012-04-081-6/+1
* Adds double quotes around issue change details in plain text notifications (#...Jean-Philippe Lang2012-04-081-1/+6
* Let non required list/user/version custom fields to be set to blank when bulk...Jean-Philippe Lang2012-04-061-0/+1
* Do not display the magnifier for added files in email notifications (#4774).Jean-Philippe Lang2012-04-061-1/+1
* delete :only_path option from link_to options at application_helper link_to_a...Toshi MARUYAMA2012-04-061-0/+1
* fix attachment link has get parameter :class (#10602)Toshi MARUYAMA2012-04-061-1/+3