Commit Graph

10 Commits

Author SHA1 Message Date
markjcrane c52e2d64a9 Update Smarty to version 3.1.33 2018-11-07 07:18:14 +00:00
Harry G. Coin bda6861f88 \r\n --> \n
Cause all the .php files containing lines ending with \r\n to instead end with \n.

DYI with:

find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05:00
mafoo 3f5d003c71 WhitespaceClean-resources/templates/smarty
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 13:45:32 +00:00
reliberate e24526fb92 Upgrade: Converted Advanced > Upgrade to use Git instead of SVN (untested).
Misc: Added provisions elsewhere to account for .git/* files, as currently done with .svn/* files.
2015-07-02 17:25:41 -06:00
Mark Crane 666be71f7c Reduce the security footprint, number of files, and bandwidth used by removing the template engines that are not being used. They can be added at any time if we need to use them in the future. 2015-05-30 15:35:13 +00:00
Mark Crane 75aa1d9e92 Rename twig to Twig to get it working. 2013-11-12 04:37:38 +00:00
Matt Putnam 47e3fda5c6 added code to stop raintpl from eating \r on new lines for yealink and similar phones. 2013-11-11 06:53:51 +00:00
Matt Putnam 548ddeab39 2013-11-10 16:51:48 +00:00
Mark Crane 37c3b78ea1 move raintpl into templates/engine 2013-11-09 20:08:02 +00:00
Mark Crane f12cb6b3fb Add smarty template engine. 2013-11-09 20:02:56 +00:00