aboutsummaryrefslogtreecommitdiff
path: root/scripts/skins.php
Commit message (Expand)AuthorAgeFilesLines
* Add $HTMLTitleFmt (PITS:01502).petko2024-04-131-1/+5
* Revert local-$Skin.css.petko2024-02-231-1/+0
* Skins to include pub/css/local-$Skin.css if present.petko2024-02-101-0/+1
* Add skins/pmwiki/pmwiki-32.svg, enable for $PageLogoUrl.petko2024-01-211-2/+2
* Add configurable $LocalCSSDir, $LocalCSSDirUrl.petko2023-02-051-4/+6
* Revert WikiStyleToClassName(), PrePrintFmt() -- need more work (PITS:01484).petko2022-11-281-5/+2
* Add PrePrintFmt(), refactor PrintFmt(), PrintSkin() to process wiki pages and...petko2022-11-211-1/+4
* DisableSkinParts - pluralpetko2022-05-231-1/+1
* rename DisableSkinTemplate->DisableSkinPart, accept mixed case and multiple s...petko2022-05-231-2/+2
* skin.php: add DisableSkinTemplate() helper function for recipespetko2022-05-161-0/+8
* sample-config.php stip trailing spaces; add comments next to preg_replace and...petko2020-04-161-1/+1
* skins.php: add Cookbook:SkinChange; Add FileSizeCompact() and DiffTimeCompact...petko2020-03-231-1/+30
* Rename *WikiPageStyles* to *WikiPageCSS* to prevent confusion with WikiStyle*petko2019-09-091-8/+8
* Add $WikiPageStylesFmt enables CSS in a wiki page, based on Cookbook:LocalCSSpetko2019-09-091-0/+42
* Update for PHP 7.4 string offset with curly braces is deprecatedpetko2019-09-031-2/+3
* Remove debug snippet.petko2019-03-111-1/+1
* Add skin directive <!--IncludeTemplate: -->, $SkinTemplateIncludeLevelpetko2019-03-091-1/+1
* Add skin directive <!--IncludeTemplate: -->, $SkinTemplateIncludeLevelpetko2019-03-091-1/+1
* Add skin directive <!--IncludeTemplate: -->, $SkinTemplateIncludeLevelpetko2019-03-091-1/+16
* Add $SkinDirectivesPattern to skins.php.pmichaud2007-07-221-3/+5
* Skip hidden files in skin directories when looking for a template.pmichaud2007-05-231-0/+1
* Update copyright dates.pmichaud2007-02-281-1/+1
* Clean up handling of global variable substitution in SetSkin.pmichaud2007-02-271-2/+2
* Cleanup unneeded global.pmichaud2007-01-221-1/+1
* Add skin template checks. Change lockfile error message.pmichaud2007-01-221-7/+11
* Add Abort() $info parameter.pmichaud2007-01-221-1/+1
* Fix bug in skins.php with <!--markup:...-->pmichaud2007-01-171-1/+1
* Added XMLHeader and XMLFooter aliases.pmichaud2006-09-081-3/+5
* * Changed <!--HeaderText--> to <!--HTMLHeader-->, added <!--HTMLFooter-->.pmichaud2006-08-261-5/+9
* Added new $SkinLibDirs variable.pmichaud2006-08-261-11/+14
* Copyright updates.pmichaud2006-03-121-1/+1
* Updated $SkinDir to include explicit './' when found in localpmichaud2006-02-261-1/+1
* Updated to new {$pagevar} syntax.pmichaud2005-12-291-2/+2
* Updated copyright dates.pmichaud2005-09-291-1/+1
* Removed trailing ?> to help vms (and other) installspmichaud2005-04-231-1/+0
* Added $PageTextStartFmt and $PageTextEndFmt.pmichaud2005-04-141-3/+7
* Changed system to use SetTmplDisplay().pmichaud2005-02-191-12/+7
* Modified skin mechanism to be a bit cleaner.pmichaud2005-02-191-22/+44
* Fixed bug in $Skin variable handling.pmichaud2005-01-181-2/+2
* Fixed bug in LoadPageTemplate().pmichaud2004-11-291-1/+1
* Changed settings to new skins code.pmichaud2004-11-261-0/+111