summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
...
* Removed duplicated helper (#11539).Jean-Philippe Lang2012-08-101-25/+1
* Extract code to render nested listed of projects in an helper (#11539).Jean-Philippe Lang2012-08-102-29/+39
* Reverted r10184 (#9365).Jean-Philippe Lang2012-08-101-1/+1
* Use SSL for gravatars according to the protocol in settings (#9365).Jean-Philippe Lang2012-08-091-1/+1
* Slight change to the macro regexp.Jean-Philippe Lang2012-08-081-1/+1
* Adds an option to macro definition to disable arguments parsing (#11578).Jean-Philippe Lang2012-08-081-2/+1
* Build issue filters using javascript.Jean-Philippe Lang2012-08-071-3/+6
* Support for subforums (#3831).Jean-Philippe Lang2012-07-311-0/+20
* Fixed label with invalid for attribute.Jean-Philippe Lang2012-07-291-1/+1
* Make labels clickable in Adminstration/Settings (#11496).Jean-Philippe Lang2012-07-291-1/+1
* Removed duplicate ids.Jean-Philippe Lang2012-07-291-3/+4
* Label should be escaped.Jean-Philippe Lang2012-07-291-1/+1
* html5 compliance.Jean-Philippe Lang2012-07-291-1/+1
* Adds a replacement for deprecated link_to_function helper.Jean-Philippe Lang2012-07-281-0/+4
* Do not propose non-assignable version (#11506).Jean-Philippe Lang2012-07-271-4/+0
* 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