summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2023-02-23CompileCheck test and extra note on how it works in docsSimon Wisselink1-0/+3
2023-02-06Finished improving designers docsSimon Wisselink54-1803/+1787
2023-02-06Improved another chunk of the designers docsSimon Wisselink23-1335/+1249
2023-02-05WIP improving the docsSimon Wisselink24-765/+649
2023-02-03fixes to docsSimon Wisselink38-53/+53
2023-01-31Fix error in docs on prepend/append. Fixes #818.Simon Wisselink1-2/+2
2022-11-22PHP8.2 compatibility (#775)Progi19841-1/+1
* PHP8.2 compatibility * PHP8.2 compatibility : Fixed unit tests * PHP8.2 compatibility : Replace ENT_COMPAT by ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 * PHP8.2 compatibility : Remove deprecated utf8_decode * PHP8.2 compatibility : Remove HTML-ENTITIES parameter * Removed some unused code for clarity, updated the changelog. * More concise escape implementation and unit test to cover both modifierplugin and modifiercompiler. * Fix htmlall unescape of quotes without mbstring too Co-authored-by: Simon Wisselink <s.wisselink@iwink.nl>
2022-10-22Fixed several typos and grammar errors (#821)Andrew Dawes31-43/+43
2022-09-27Dropped remaining references to removed PHP-support in Smarty 4 from docs, ↵Simon Wisselink11-196/+8
lexer and security class.
2022-06-15Replaced outdated references to SMARTY_RESOURCE_CHAR_SET in docs with ↵Simon Wisselink2-6/+7
Smarty::$_CHARSET.
2022-01-21Create getting-started.mdThomas1-1/+1
2021-12-22Fix a typo in docs (#690)Marc Laporte1-1/+1
2021-12-03Improve the documentation, bringing it up to date with PHP7/8 and Smarty 4 ↵Simon Wisselink8-613/+399
and providing a more logical introduction and getting started experience.
2021-12-03added links to appndixes, removed unuseful old appendixesSimon Wisselink3-21/+5
2021-12-03Feature/add docs (#689)Simon Wisselink225-0/+13977
* Add converted docs repo * Set theme jekyll-theme-minimal * Removed BC docs, added TOC * Added TOCs, rewrote most important links in documentation. Linked README to new Github Pages site * some link fixes