This repository has been archived by the owner on Dec 31, 2018. It is now read-only.
Tags: steelbrain/XHP-Polymer
Tags
Fix bug with duped __xhpAttributeDeclaration Summary: Currently XHP will define __xhpAttributeDeclaration on any class that uses the leading-colon scheme. This is annoying because we can't define a base implementation or __xhpAttributeDeclaration. So now it only defines __xhpAttributeDeclaration if you define attributes. Reviewed By: epriestley Test Plan: xhpize Revert: OK
Default idx_expr to true in xhp_preprocess Summary: Clients using the old non-flags version of xhp_preprocess should get the idx_expr rule by default. This does not include the PHP extension, there's an ini option for that. Reviewed By: dweatherford Test Plan: xhpize Revert: OK
PreviousNext