Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
account_helper.rb 840 Bytes 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
activities_helper.rb 1.26 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
admin_helper.rb 1.1 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
application_helper.rb 48.8 KB 12661 over 11 years Jean-Philippe Lang Adds #favicon_path and #favicon_url helpers.
attachments_helper.rb 2.03 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
auth_sources_helper.rb 942 Bytes 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
boards_helper.rb 1.47 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
calendars_helper.rb 2.05 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
context_menus_helper.rb 1.57 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
custom_fields_helper.rb 5.28 KB 12400 over 11 years Jean-Philippe Lang Merged custom fields format refactoring.
documents_helper.rb 842 Bytes 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
enumerations_helper.rb 845 Bytes 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
gantt_helper.rb 1.49 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
groups_helper.rb 1.89 KB 11259 over 12 years Jean-Philippe Lang Adds "sorted" scope to Principal and User and s...
issue_categories_helper.rb 848 Bytes 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
issue_relations_helper.rb 1.01 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
issue_statuses_helper.rb 846 Bytes 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
issues_helper.rb 15.1 KB 12416 over 11 years Jean-Philippe Lang Store relation type instead of i18n key in jour...
journals_helper.rb 2.27 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
mail_handler_helper.rb 844 Bytes 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
members_helper.rb 1.59 KB 11259 over 12 years Jean-Philippe Lang Adds "sorted" scope to Principal and User and s...
messages_helper.rb 841 Bytes 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
my_helper.rb 2.5 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
news_helper.rb 837 Bytes 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
projects_helper.rb 4.1 KB 12237 over 11 years Jean-Philippe Lang Replaces <option value=""></option> which is no...
queries_helper.rb 6.79 KB 12653 over 11 years Jean-Philippe Lang Removes duplicate ids (#15485).
reports_helper.rb 1.5 KB 12060 almost 12 years Jean-Philippe Lang Fixed that open/closed counts on issues summary...
repositories_helper.rb 11.6 KB 12604 over 11 years Toshi MARUYAMA remove unneeded Relation#all from RepositoriesH...
roles_helper.rb 838 Bytes 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
routes_helper.rb 1.31 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
search_helper.rb 2.78 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
settings_helper.rb 4.49 KB 12691 over 11 years Jean-Philippe Lang Adds settings for disabling browser language de...
sort_helper.rb 6.22 KB 11115 over 12 years Jean-Philippe Lang Pass the order option as an array to satisfy sq...
timelog_helper.rb 5.68 KB 12400 over 11 years Jean-Philippe Lang Merged custom fields format refactoring.
trackers_helper.rb 841 Bytes 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
users_helper.rb 2.38 KB 12612 over 11 years Toshi MARUYAMA Rails4: replace deprecated Relation#count with ...
versions_helper.rb 2.17 KB 11963 about 12 years Jean-Philippe Lang Cleanup of finders with :conditions option.
watchers_helper.rb 3.21 KB 11959 about 12 years Jean-Philippe Lang Adds Watcher.any_watched? to check if at least ...
welcome_helper.rb 840 Bytes 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
wiki_helper.rb 1.69 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
workflows_helper.rb 1.62 KB 12012 about 12 years Jean-Philippe Lang Role-based issue custom field visibility (#5037).

Latest revisions

# Date Author Comment
12691 2014-01-24 11:28 Jean-Philippe Lang

Adds settings for disabling browser language detection and language preference (#2691).

12661 2014-01-12 10:58 Jean-Philippe Lang

Adds #favicon_path and #favicon_url helpers.

12653 2014-01-11 13:42 Jean-Philippe Lang

Removes duplicate ids (#15485).

12646 2014-01-11 12:22 Jean-Philippe Lang

Make favicon themeable (#15689).

Patch by Felix Schäfer modified by Jean-Philippe Lang.

12612 2014-01-10 13:48 Toshi MARUYAMA

Rails4: replace deprecated Relation#count with finder options at UsersHelper#users_status_options_for_select

12604 2014-01-10 12:23 Toshi MARUYAMA

remove unneeded Relation#all from RepositoriesHelper#render_changeset_changes

12491 2014-01-07 15:11 Toshi MARUYAMA

Rails4: deprecated find_by methods with options at ApplicationHelper

12476 2014-01-03 15:42 Jean-Philippe Lang

Fixed that magic links to existing attachments are not converted when previewing issue notes.

12443 2013-12-22 15:41 Toshi MARUYAMA

back out r12441

It is not compatible with Ruby 1.8.7.

12441 2013-12-22 13:58 Toshi MARUYAMA

Rails4 compatibility of stylesheet_link_tag and javascript_include_tag at ApplicationHelper

View revisions

Also available in: Atom