obsolete.ChilliProject/app/helpers
Holger Just 82432f3f99 [#604] Evaluate Liquid before Textile-to-HTML transformation.
This changes how the liquid integration works. It now integrates the Textile
conversion step. This was necessary because if you first convert the snippets
inside of loops and conditionals from Textile to HTML, you loose some
important context information which is required to e.g. build proper lists in
textile.

We expect the standard case that Liquid tags return Textile markup instead
of HTML. Thus, we can convert the final textile markup to HTML as a very last
step.

To allow existing and new macros (or tags) to return HTML for advanced usage,
we save their respective output into the context and put a placeholder string
into the generated markup. After the transformation to HTML, we insert the
previously generated HTML into the string using search+replace in
lib/chili_project/liquid/template.rb. Tags have to be registered using
:html => true for this special treatment.
2011-11-20 02:49:19 +01:00
..
account_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
admin_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
application_helper.rb [#604] Evaluate Liquid before Textile-to-HTML transformation. 2011-11-20 02:49:19 +01:00
attachments_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
auth_sources_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
boards_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
calendars_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
custom_fields_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
documents_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
enumerations_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
gantt_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
groups_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
issue_categories_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
issue_moves_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
issue_relations_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
issue_statuses_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
issues_helper.rb [#263] Add new layout and theme 2011-11-06 18:18:35 -08:00
journals_helper.rb [#263] Add new layout and theme 2011-11-06 18:18:35 -08:00
mail_handler_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
members_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
messages_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
my_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
news_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
projects_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
queries_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
reports_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
repositories_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
roles_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
search_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
settings_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
sort_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
timelog_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
trackers_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
users_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
versions_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
watchers_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
welcome_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
wiki_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
workflows_helper.rb Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00