Harry G. Coin
91a92d8e5e
\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
5de8363e78
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
73f2c21674
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
da40f90cc1
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
d74c60e5c1
Rename twig to Twig to get it working.
2013-11-12 04:37:38 +00:00
Matt Putnam
e0639901fa
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
84024f689c
2013-11-10 16:51:48 +00:00
Mark Crane
9cc94dc643
move raintpl into templates/engine
2013-11-09 20:08:02 +00:00
Mark Crane
5d232e0b38
Add smarty template engine.
2013-11-09 20:02:56 +00:00