google-nomulus/java/google/registry/tools/soy
mcilwain ffcfa283f6 Roll back changelist 180942763
*** Reason for rollback ***

Breaks the FOSS build.

We'll reincorporate this change once Closure Rules is properly updated to accommodate it.

*** Original change description ***

Change all foreach loops in Soy templates to use the for loop syntax

Soy supports 2 kinds of loops:
foreach- for iterating over items in a collection  e.g. {foreach $item in $list}...{/foreach}
for - for indexed iteration  e.g. {for $i in range(0, 10)}...{/for}

The reason Soy has 2 different loops is an accident of history, Soy didn’t use to have a proper grammar for expressions and so the alternate ‘for...range’ syntax was added to make it possible to write indexed loops.  As the gramma...

***

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=180961695
2018-01-19 14:17:58 -05:00
..
BUILD Run buildifier on codebase to format BUILD files 2016-11-28 18:15:21 -05:00
ContactCreate.soy Roll back changelist 180942763 2018-01-19 14:17:58 -05:00
CreateAnchorTenant.soy Remove autoescape="strict" attributes from Soy templates. 2017-10-04 16:16:45 -04:00
DeleteDomain.soy Remove autoescape="strict" attributes from Soy templates. 2017-10-04 16:16:45 -04:00
DeleteHost.soy Remove autoescape="strict" attributes from Soy templates. 2017-10-04 16:16:45 -04:00
DomainAllocate.soy Roll back changelist 180942763 2018-01-19 14:17:58 -05:00
DomainApplicationInfo.soy Remove autoescape="strict" attributes from Soy templates. 2017-10-04 16:16:45 -04:00
DomainCheck.soy Roll back changelist 180942763 2018-01-19 14:17:58 -05:00
DomainCheckClaims.soy Roll back changelist 180942763 2018-01-19 14:17:58 -05:00
DomainCheckFee.soy Roll back changelist 180942763 2018-01-19 14:17:58 -05:00
DomainCreate.soy Roll back changelist 180942763 2018-01-19 14:17:58 -05:00
DomainUpdate.soy Roll back changelist 180942763 2018-01-19 14:17:58 -05:00
HostCreate.soy Roll back changelist 180942763 2018-01-19 14:17:58 -05:00
RemoveIpAddress.soy Roll back changelist 180942763 2018-01-19 14:17:58 -05:00
UniformRapidSuspension.soy Roll back changelist 180942763 2018-01-19 14:17:58 -05:00
UpdateServerLocks.soy Roll back changelist 180942763 2018-01-19 14:17:58 -05:00