Flow using handlebars
Mobile using hogan
Gabriel's knockoff template language.
One template to rule them all
Description
Description
Details
Details
- Reference
- fl515
Reference | Source Branch | Dest Branch | Author | Title | |
---|---|---|---|---|---|
repos/phabricator/extensions!3 | search-only-t-format | wmf/stable | brennen | GitLabPatchesCustomField: limit searching to only the Tnnn form | |
repos/data-engineering/airflow-dags!287 | redo-robust-deltas | main | xcollazo | Make previous_weekly be the last successful DAG run of image_suggestions | |
repos/releng/cli!377 | image-commands | main | addshore | docker: Image commands | |
repos/releng/gitlab-cloud-runner!165 | review/fix-whoopsie | main | dduvall | reggie: Upgrade to v1.6.1 (for real) | |
repos/releng/gitlab-cloud-runner!162 | review/deploy-reggie-1.6.1 | main | dduvall | reggie: Upgrade to v1.6.1 | |
repos/data-engineering/mediawiki-event-enrichment!15 | trigger_release | main | otto | Add CI job and instructions for triggering release and docker publishing | |
repos/data-engineering/mediawiki-event-enrichment!14 | minimal-args | eventutilities-python-version-bump | otto | Add minimal CLI parameterization for stream descriptors | |
repos/data-engineering/airflow-dags!262 | hotfix-image-suggestions | main | xcollazo | Hotfix: Make previous_weekly a varprop on image_suggestions DAG. | |
repos/data-engineering/airflow-dags!261 | T330201_Mediawiki_denormalize | main | ebysans | Add Mediawiki history denormalize dag | |
repos/releng/gitlab-settings!19 | disable-group-creation | main | demon | Disable creation of top-level groups | |
repos/releng/cli!352 | doctor-image-overrides | main | addshore | docker mw doctor, check image overrides | |
repos/releng/cli!351 | doctor-site-accessible | main | addshore | docker mw doctor, check a site is accessbile | |
repos/releng/cli!350 | fix-no-interaction | main | addshore | fix no interaction | |
repos/releng/cli!345 | doctor-site-install-check | main | addshore | docker mw doctor, check if site is installed | |
repos/releng/cli!341 | add-vendor-check-to-mw-doctor | main | addshore | mw docker mediawiki doctor, vendor check | |
repos/search-platform/discolytics!16 | work/ebernhardson/fulltext_head_queries | main | ebernhardson | Port fulltext_head_queries from airflow v1 | |
repos/data-engineering/airflow-dags!254 | work/ebernhardson/fulltext_head_queries | main | ebernhardson | search: Port fulltext_head_queries from airflow v1 | |
repos/commtech/autosuggest-sitelink!26 | content-namespaces | main | samwilson | Allow to run in all content namespaces | |
repos/structured-data/image-suggestions!11 | T330688-robust-deltas | main | xcollazo | Calculate previous snapshots for deltas automatically. | |
repos/releng/gitlab-cloud-runner!148 | review/tell-istio-about-buildkit0 | main | dduvall | buildkitd: Handle bridge traffic as outbound |
Related Objects
Related Objects
- Mentioned In
- T85890: Dismantle Mantle
- Mentioned Here
- T379: RfC: HTML templating library (backend and frontend)
Event Timeline
Comment Actions
tparscal wrote on 2014-07-31 22:59:06 (UTC)
This may not be necessary if we can support both through the same API provided by the planned TemplateWidget. I believe that we should focus first on mustache, but it's fine to support others too.
Comment Actions
SG wrote on 2014-07-31 23:12:44 (UTC)
We have some good use of Handlebars in PHP via lightncandy. While mustache makes sense, lightncandy has proven itself to be quite fast for us. Insanely so in hhvm.
On the other hand, knockoff would allow us to use knockout.js, which could be particularly useful for real-time updating of content.
Comment Actions
I think this task can be marked a duplicate of T379: RfC: HTML templating library (backend and frontend).