12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739 |
- <?php
- /**
- * Pico
- *
- * Pico is a stupidly simple, blazing fast, flat file CMS.
- *
- * - Stupidly Simple: Pico makes creating and maintaining a
- * website as simple as editing text files.
- * - Blazing Fast: Pico is seriously lightweight and doesn't
- * use a database, making it super fast.
- * - No Database: Pico is a "flat file" CMS, meaning no
- * database woes, no MySQL queries, nothing.
- * - Markdown Formatting: Edit your website in your favourite
- * text editor using simple Markdown formatting.
- * - Twig Templates: Pico uses the Twig templating engine,
- * for powerful and flexible themes.
- * - Open Source: Pico is completely free and open source,
- * released under the MIT license.
- *
- * See <http://picocms.org/> for more info.
- *
- * @author Gilbert Pellegrom
- * @author Daniel Rudolf
- * @link http://picocms.org
- * @license http://opensource.org/licenses/MIT The MIT License
- * @version 1.1
- */
- class Pico
- {
- /**
- * Pico version
- *
- * @var string
- */
- const VERSION = '1.1.0-dev';
- /**
- * Pico version ID
- *
- * @var int
- */
- const VERSION_ID = 10100;
- /**
- * Sort files in alphabetical ascending order
- *
- * @see Pico::getFiles()
- * @var int
- */
- const SORT_ASC = 0;
- /**
- * Sort files in alphabetical descending order
- *
- * @see Pico::getFiles()
- * @var int
- */
- const SORT_DESC = 1;
- /**
- * Don't sort files
- *
- * @see Pico::getFiles()
- * @var int
- */
- const SORT_NONE = 2;
- /**
- * Root directory of this Pico instance
- *
- * @see Pico::getRootDir()
- * @var string
- */
- protected $rootDir;
- /**
- * Config directory of this Pico instance
- *
- * @see Pico::getConfigDir()
- * @var string
- */
- protected $configDir;
- /**
- * Plugins directory of this Pico instance
- *
- * @see Pico::getPluginsDir()
- * @var string
- */
- protected $pluginsDir;
- /**
- * Themes directory of this Pico instance
- *
- * @see Pico::getThemesDir()
- * @var string
- */
- protected $themesDir;
- /**
- * Boolean indicating whether Pico started processing yet
- *
- * @var boolean
- */
- protected $locked = false;
- /**
- * List of loaded plugins
- *
- * @see Pico::getPlugins()
- * @var object[]|null
- */
- protected $plugins;
- /**
- * Current configuration of this Pico instance
- *
- * @see Pico::getConfig()
- * @var array|null
- */
- protected $config;
- /**
- * Part of the URL describing the requested contents
- *
- * @see Pico::getRequestUrl()
- * @var string|null
- */
- protected $requestUrl;
- /**
- * Absolute path to the content file being served
- *
- * @see Pico::getRequestFile()
- * @var string|null
- */
- protected $requestFile;
- /**
- * Raw, not yet parsed contents to serve
- *
- * @see Pico::getRawContent()
- * @var string|null
- */
- protected $rawContent;
- /**
- * Meta data of the page to serve
- *
- * @see Pico::getFileMeta()
- * @var array|null
- */
- protected $meta;
- /**
- * Parsedown Extra instance used for markdown parsing
- *
- * @see Pico::getParsedown()
- * @var ParsedownExtra|null
- */
- protected $parsedown;
- /**
- * Parsed content being served
- *
- * @see Pico::getFileContent()
- * @var string|null
- */
- protected $content;
- /**
- * List of known pages
- *
- * @see Pico::getPages()
- * @var array[]|null
- */
- protected $pages;
- /**
- * Data of the page being served
- *
- * @see Pico::getCurrentPage()
- * @var array|null
- */
- protected $currentPage;
- /**
- * Data of the previous page relative to the page being served
- *
- * @see Pico::getPreviousPage()
- * @var array|null
- */
- protected $previousPage;
- /**
- * Data of the next page relative to the page being served
- *
- * @see Pico::getNextPage()
- * @var array|null
- */
- protected $nextPage;
- /**
- * Twig instance used for template parsing
- *
- * @see Pico::getTwig()
- * @var Twig_Environment|null
- */
- protected $twig;
- /**
- * Variables passed to the twig template
- *
- * @see Pico::getTwigVariables
- * @var array|null
- */
- protected $twigVariables;
- /**
- * Constructs a new Pico instance
- *
- * To carry out all the processing in Pico, call {@link Pico::run()}.
- *
- * @param string $rootDir root directory of this Pico instance
- * @param string $configDir config directory of this Pico instance
- * @param string $pluginsDir plugins directory of this Pico instance
- * @param string $themesDir themes directory of this Pico instance
- */
- public function __construct($rootDir, $configDir, $pluginsDir, $themesDir)
- {
- $this->rootDir = rtrim($rootDir, '/\\') . '/';
- $this->configDir = $this->getAbsolutePath($configDir);
- $this->pluginsDir = $this->getAbsolutePath($pluginsDir);
- $this->themesDir = $this->getAbsolutePath($themesDir);
- }
- /**
- * Returns the root directory of this Pico instance
- *
- * @return string root directory path
- */
- public function getRootDir()
- {
- return $this->rootDir;
- }
- /**
- * Returns the config directory of this Pico instance
- *
- * @return string config directory path
- */
- public function getConfigDir()
- {
- return $this->configDir;
- }
- /**
- * Returns the plugins directory of this Pico instance
- *
- * @return string plugins directory path
- */
- public function getPluginsDir()
- {
- return $this->pluginsDir;
- }
- /**
- * Returns the themes directory of this Pico instance
- *
- * @return string themes directory path
- */
- public function getThemesDir()
- {
- return $this->themesDir;
- }
- /**
- * Runs this Pico instance
- *
- * Loads plugins, evaluates the config file, does URL routing, parses
- * meta headers, processes Markdown, does Twig processing and returns
- * the rendered contents.
- *
- * @return string rendered Pico contents
- * @throws Exception thrown when a not recoverable error occurs
- */
- public function run()
- {
- // lock Pico
- $this->locked = true;
- // load plugins
- $this->loadPlugins();
- $this->triggerEvent('onPluginsLoaded', array(&$this->plugins));
- // load config
- $this->loadConfig();
- $this->triggerEvent('onConfigLoaded', array(&$this->config));
- // check content dir
- if (!is_dir($this->getConfig('content_dir'))) {
- throw new RuntimeException('Invalid content directory "' . $this->getConfig('content_dir') . '"');
- }
- // evaluate request url
- $this->evaluateRequestUrl();
- $this->triggerEvent('onRequestUrl', array(&$this->requestUrl));
- // discover requested file
- $this->requestFile = $this->resolveFilePath($this->requestUrl);
- $this->triggerEvent('onRequestFile', array(&$this->requestFile));
- // load raw file content
- $this->triggerEvent('onContentLoading', array(&$this->requestFile));
- $notFoundFile = '404' . $this->getConfig('content_ext');
- if (file_exists($this->requestFile) && (basename($this->requestFile) !== $notFoundFile)) {
- $this->rawContent = $this->loadFileContent($this->requestFile);
- } else {
- $this->triggerEvent('on404ContentLoading', array(&$this->requestFile));
- header($_SERVER['SERVER_PROTOCOL'] . ' 404 Not Found');
- $this->rawContent = $this->load404Content($this->requestFile);
- $this->triggerEvent('on404ContentLoaded', array(&$this->rawContent));
- }
- $this->triggerEvent('onContentLoaded', array(&$this->rawContent));
- // parse file meta
- $headers = $this->getMetaHeaders();
- $this->triggerEvent('onMetaParsing', array(&$this->rawContent, &$headers));
- $this->meta = $this->parseFileMeta($this->rawContent, $headers);
- $this->triggerEvent('onMetaParsed', array(&$this->meta));
- // register parsedown
- $this->triggerEvent('onParsedownRegistration');
- $this->registerParsedown();
- // parse file content
- $this->triggerEvent('onContentParsing', array(&$this->rawContent));
- $this->content = $this->prepareFileContent($this->rawContent, $this->meta);
- $this->triggerEvent('onContentPrepared', array(&$this->content));
- $this->content = $this->parseFileContent($this->content);
- $this->triggerEvent('onContentParsed', array(&$this->content));
- // read pages
- $this->triggerEvent('onPagesLoading');
- $this->readPages();
- $this->sortPages();
- $this->discoverCurrentPage();
- $this->triggerEvent('onPagesLoaded', array(
- &$this->pages,
- &$this->currentPage,
- &$this->previousPage,
- &$this->nextPage
- ));
- // register twig
- $this->triggerEvent('onTwigRegistration');
- $this->registerTwig();
- // render template
- $this->twigVariables = $this->getTwigVariables();
- if (isset($this->meta['template']) && $this->meta['template']) {
- $templateName = $this->meta['template'];
- } else {
- $templateName = 'index';
- }
- if (file_exists($this->getThemesDir() . $this->getConfig('theme') . '/' . $templateName . '.twig')) {
- $templateName .= '.twig';
- } else {
- $templateName .= '.html';
- }
- $this->triggerEvent('onPageRendering', array(&$this->twig, &$this->twigVariables, &$templateName));
- $output = $this->twig->render($templateName, $this->twigVariables);
- $this->triggerEvent('onPageRendered', array(&$output));
- return $output;
- }
- /**
- * Loads plugins from Pico::$pluginsDir in alphabetical order
- *
- * Plugin files MAY be prefixed by a number (e.g. 00-PicoDeprecated.php)
- * to indicate their processing order. Plugins without a prefix will be
- * loaded last. If you want to use a prefix, you MUST consider the
- * following directives:
- * - 00 to 19: Reserved
- * - 20 to 39: Low level code helper plugins
- * - 40 to 59: Plugins manipulating routing or the pages array
- * - 60 to 79: Plugins hooking into template or markdown parsing
- * - 80 to 99: Plugins using the `onPageRendered` event
- *
- * @see Pico::loadPlugin()
- * @see Pico::getPlugin()
- * @see Pico::getPlugins()
- * @return void
- * @throws RuntimeException thrown when a plugin couldn't be loaded
- */
- protected function loadPlugins()
- {
- // scope isolated require_once()
- $includeClosure = function ($pluginFile) {
- require_once($pluginFile);
- };
- if (PHP_VERSION_ID >= 50400) {
- $includeClosure = $includeClosure->bindTo(null);
- }
- $this->plugins = array();
- $pluginFiles = $this->getFiles($this->getPluginsDir(), '.php');
- foreach ($pluginFiles as $pluginFile) {
- $includeClosure($pluginFile);
- $className = preg_replace('/^[0-9]+-/', '', basename($pluginFile, '.php'));
- if (class_exists($className)) {
- // class name and file name can differ regarding case sensitivity
- $plugin = new $className($this);
- $className = get_class($plugin);
- $this->plugins[$className] = $plugin;
- } else {
- // TODO: breaks backward compatibility
- /*
- $pluginFileName = substr($pluginFile, strlen($this->getPluginsDir()));
- throw new RuntimeException(
- "Unable to load plugin '" . $className . "' "
- . "from '" . $pluginFileName . "'"
- );
- */
- }
- }
- }
- /**
- * Manually loads a plugin
- *
- * Manually loaded plugins must implement {@see PicoPluginInterface}.
- *
- * @see Pico::loadPlugins()
- * @see Pico::getPlugin()
- * @see Pico::getPlugins()
- * @param PicoPluginInterface|string $plugin either the class name of a
- * plugin to instantiate or a plugin instance
- * @return PicoPluginInterface instance of the loaded plugin
- * @throws RuntimeException thrown when a plugin couldn't
- * be loaded
- */
- public function loadPlugin($plugin)
- {
- if (!is_object($plugin)) {
- $className = (string) $plugin;
- if (class_exists($className)) {
- $plugin = new $className($this);
- } else {
- throw new RuntimeException("Unable to load plugin '" . $className . "': Class not found");
- }
- }
- $className = get_class($plugin);
- if (!($plugin instanceof PicoPluginInterface)) {
- throw new RuntimeException(
- "Unable to load plugin '" . $className . "': "
- . "Manually loaded plugins must implement 'PicoPluginInterface'"
- );
- }
- if ($this->plugins === null) {
- $this->plugins = array();
- }
- $this->plugins[$className] = $plugin;
- return $plugin;
- }
- /**
- * Returns the instance of a named plugin
- *
- * Plugins SHOULD implement {@link PicoPluginInterface}, but you MUST NOT
- * rely on it. For more information see {@link PicoPluginInterface}.
- *
- * @see Pico::loadPlugins()
- * @see Pico::getPlugins()
- * @param string $pluginName name of the plugin
- * @return object instance of the plugin
- * @throws RuntimeException thrown when the plugin wasn't found
- */
- public function getPlugin($pluginName)
- {
- if (isset($this->plugins[$pluginName])) {
- return $this->plugins[$pluginName];
- }
- throw new RuntimeException("Missing plugin '" . $pluginName . "'");
- }
- /**
- * Returns all loaded plugins
- *
- * @see Pico::loadPlugins()
- * @see Pico::getPlugin()
- * @return object[]|null
- */
- public function getPlugins()
- {
- return $this->plugins;
- }
- /**
- * Loads the config.php and any *.config.php from Pico::$configDir
- *
- * After loading the {@path "config/config.php"}, Pico proceeds with any
- * existing `config/*.config.php` in alphabetical order. The file order is
- * crucial: Config values which has been set already, cannot be overwritten
- * by a succeeding file. This is also true for arrays, i.e. when specifying
- * `$config['test'] = array('foo' => 'bar')` in `config/a.config.php` and
- * `$config['test'] = array('baz' => 42)` in `config/b.config.php`,
- * `$config['test']['baz']` will be undefined!
- *
- * @see Pico::setConfig()
- * @see Pico::getConfig()
- * @return void
- */
- protected function loadConfig()
- {
- // scope isolated require()
- $includeClosure = function ($configFile) {
- require($configFile);
- return (isset($config) && is_array($config)) ? $config : array();
- };
- if (PHP_VERSION_ID >= 50400) {
- $includeClosure = $includeClosure->bindTo(null);
- }
- // load main config file (config/config.php)
- $this->config = is_array($this->config) ? $this->config : array();
- if (file_exists($this->getConfigDir() . 'config.php')) {
- $this->config += $includeClosure($this->getConfigDir() . 'config.php');
- }
- // merge $config of config/*.config.php files
- $configFiles = glob($this->getConfigDir() . '?*.config.php', GLOB_MARK);
- if ($configFiles) {
- foreach ($configFiles as $configFile) {
- if (substr($configFile, -1) !== '/') {
- $this->config += $includeClosure($configFile);
- }
- }
- }
- // merge default config
- $this->config += array(
- 'site_title' => 'Pico',
- 'base_url' => '',
- 'rewrite_url' => null,
- 'theme' => 'default',
- 'date_format' => '%D %T',
- 'twig_config' => array('cache' => false, 'autoescape' => false, 'debug' => false),
- 'pages_order_by' => 'alpha',
- 'pages_order' => 'asc',
- 'content_dir' => null,
- 'content_ext' => '.md',
- 'timezone' => ''
- );
- if (empty($this->config['base_url'])) {
- $this->config['base_url'] = $this->getBaseUrl();
- } else {
- $this->config['base_url'] = rtrim($this->config['base_url'], '/') . '/';
- }
- if ($this->config['rewrite_url'] === null) {
- $this->config['rewrite_url'] = $this->isUrlRewritingEnabled();
- }
- if (empty($this->config['content_dir'])) {
- // try to guess the content directory
- if (is_dir($this->getRootDir() . 'content')) {
- $this->config['content_dir'] = $this->getRootDir() . 'content/';
- } else {
- $this->config['content_dir'] = $this->getRootDir() . 'content-sample/';
- }
- } else {
- $this->config['content_dir'] = $this->getAbsolutePath($this->config['content_dir']);
- }
- if (empty($this->config['theme_url'])) {
- $this->config['theme_url'] = $this->getBaseThemeUrl();
- } elseif (preg_match('#^[A-Za-z][A-Za-z0-9+\-.]*://#', $this->config['theme_url'])) {
- $this->config['theme_url'] = rtrim($this->config['theme_url'], '/') . '/';
- } else {
- $this->config['theme_url'] = $this->getBaseUrl() . rtrim($this->config['theme_url'], '/') . '/';
- }
- if (empty($this->config['timezone'])) {
- // explicitly set a default timezone to prevent a E_NOTICE
- // when no timezone is set; the `date_default_timezone_get()`
- // function always returns a timezone, at least UTC
- $this->config['timezone'] = @date_default_timezone_get();
- }
- date_default_timezone_set($this->config['timezone']);
- }
- /**
- * Sets Pico's config before calling Pico::run()
- *
- * This method allows you to modify Pico's config without creating a
- * {@path "config/config.php"} or changing some of its variables before
- * Pico starts processing.
- *
- * You can call this method between {@link Pico::__construct()} and
- * {@link Pico::run()} only. Options set with this method cannot be
- * overwritten by {@path "config/config.php"}.
- *
- * @see Pico::loadConfig()
- * @see Pico::getConfig()
- * @param array $config array with config variables
- * @return void
- * @throws LogicException thrown if Pico already started processing
- */
- public function setConfig(array $config)
- {
- if ($this->locked) {
- throw new LogicException("You cannot modify Pico's config after processing has started");
- }
- $this->config = $config;
- }
- /**
- * Returns either the value of the specified config variable or
- * the config array
- *
- * @see Pico::setConfig()
- * @see Pico::loadConfig()
- * @param string $configName optional name of a config variable
- * @return mixed returns either the value of the named config
- * variable, null if the config variable doesn't exist or the config
- * array if no config name was supplied
- */
- public function getConfig($configName = null)
- {
- if ($configName !== null) {
- return isset($this->config[$configName]) ? $this->config[$configName] : null;
- } else {
- return $this->config;
- }
- }
- /**
- * Evaluates the requested URL
- *
- * Pico uses the `QUERY_STRING` routing method (e.g. `/pico/?sub/page`)
- * to support SEO-like URLs out-of-the-box with any webserver. You can
- * still setup URL rewriting to basically remove the `?` from URLs.
- * However, URL rewriting requires some special configuration of your
- * webserver, but this should be "basic work" for any webmaster...
- *
- * With Pico 1.0 you had to setup URL rewriting (e.g. using `mod_rewrite`
- * on Apache) in a way that rewritten URLs follow the `QUERY_STRING`
- * principles. Starting with version 1.1, Pico additionally supports the
- * `REQUEST_URI` routing method, what allows you to simply rewrite all
- * requests to just `index.php`. Pico then reads the requested page from
- * the `REQUEST_URI` environment variable provided by the webserver.
- * Please note that `QUERY_STRING` takes precedence over `REQUEST_URI`.
- *
- * Pico 0.9 and older required Apache with `mod_rewrite` enabled, thus old
- * plugins, templates and contents may require you to enable URL rewriting
- * to work. If you're upgrading from Pico 0.9, you will probably have to
- * update your rewriting rules.
- *
- * We recommend you to use the `link` filter in templates to create
- * internal links, e.g. `{{ "sub/page"|link }}` is equivalent to
- * `{{ base_url }}/sub/page` and `{{ base_url }}?sub/page`, depending on
- * enabled URL rewriting. In content files you can use the `%base_url%`
- * variable; e.g. `%base_url%?sub/page` will be replaced accordingly.
- *
- * Heads up! Pico always interprets the first parameter as name of the
- * requested page (provided that the parameter has no value). According to
- * that you MUST NOT call Pico with a parameter without value as first
- * parameter (e.g. http://example.com/pico/?someBooleanParam), otherwise
- * Pico interprets `someBooleanParam` as name of the requested page. Use
- * `/pico/?someBooleanParam=` or `/pico/?index&someBooleanParam` instead.
- *
- * @see Pico::getRequestUrl()
- * @return void
- */
- protected function evaluateRequestUrl()
- {
- // use QUERY_STRING; e.g. /pico/?sub/page
- $pathComponent = isset($_SERVER['QUERY_STRING']) ? $_SERVER['QUERY_STRING'] : '';
- if (!empty($pathComponent)) {
- if (($pathComponentLength = strpos($pathComponent, '&')) !== false) {
- $pathComponent = substr($pathComponent, 0, $pathComponentLength);
- }
- if (strpos($pathComponent, '=') === false) {
- $this->requestUrl = trim(rawurldecode($pathComponent), '/');
- }
- }
- // use REQUEST_URI (requires URL rewriting); e.g. /pico/sub/page
- if (($this->requestUrl === null) && $this->isUrlRewritingEnabled()) {
- $basePath = dirname($_SERVER['SCRIPT_NAME']) . '/';
- $basePathLength = strlen($basePath);
- $requestUri = $_SERVER['REQUEST_URI'];
- if (substr($requestUri, 0, $basePathLength) === $basePath) {
- $requestUri = substr($requestUri, $basePathLength);
- if (($requestUriLength = strpos($requestUri, '?')) !== false) {
- $requestUri = substr($requestUri, 0, $requestUriLength);
- }
- $this->requestUrl = rtrim(rawurldecode($requestUri), '/');
- }
- }
- }
- /**
- * Returns the URL where a user requested the page
- *
- * @see Pico::evaluateRequestUrl()
- * @return string|null request URL
- */
- public function getRequestUrl()
- {
- return $this->requestUrl;
- }
- /**
- * Resolves a given file path to its corresponding content file
- *
- * This method also prevents `content_dir` breakouts using malicious
- * request URLs. We don't use `realpath()`, because we neither want to
- * check for file existance, nor prohibit symlinks which intentionally
- * point to somewhere outside the `content_dir` folder. It is STRONGLY
- * RECOMMENDED to use PHP's `open_basedir` feature - always, not just
- * with Pico!
- *
- * @see Pico::getRequestFile()
- * @param string $requestUrl path name (likely from a URL) to resolve
- * @return string path to the resolved content file
- */
- public function resolveFilePath($requestUrl)
- {
- $contentDir = $this->getConfig('content_dir');
- $contentExt = $this->getConfig('content_ext');
- if (empty($requestUrl)) {
- return $contentDir . 'index' . $contentExt;
- } else {
- // prevent content_dir breakouts
- $requestUrl = str_replace('\\', '/', $requestUrl);
- $requestUrlParts = explode('/', $requestUrl);
- $requestFileParts = array();
- foreach ($requestUrlParts as $requestUrlPart) {
- if (($requestUrlPart === '') || ($requestUrlPart === '.')) {
- continue;
- } elseif ($requestUrlPart === '..') {
- array_pop($requestFileParts);
- continue;
- }
- $requestFileParts[] = $requestUrlPart;
- }
- if (empty($requestFileParts)) {
- return $contentDir . 'index' . $contentExt;
- }
- // discover the content file to serve
- // Note: $requestFileParts neither contains a trailing nor a leading slash
- $requestFile = $contentDir . implode('/', $requestFileParts);
- if (is_dir($requestFile)) {
- // if no index file is found, try a accordingly named file in the previous dir
- // if this file doesn't exist either, show the 404 page, but assume the index
- // file as being requested (maintains backward compatibility to Pico < 1.0)
- $indexFile = $requestFile . '/index' . $contentExt;
- if (file_exists($indexFile) || !file_exists($requestFile . $contentExt)) {
- return $indexFile;
- }
- }
- return $requestFile . $contentExt;
- }
- }
- /**
- * Returns the absolute path to the content file to serve
- *
- * @see Pico::resolveFilePath()
- * @return string|null file path
- */
- public function getRequestFile()
- {
- return $this->requestFile;
- }
- /**
- * Returns the raw contents of a file
- *
- * @see Pico::getRawContent()
- * @param string $file file path
- * @return string raw contents of the file
- */
- public function loadFileContent($file)
- {
- return file_get_contents($file);
- }
- /**
- * Returns the raw contents of the first found 404 file when traversing
- * up from the directory the requested file is in
- *
- * If no suitable `404.md` is found, fallback to a built-in error message.
- *
- * @see Pico::getRawContent()
- * @param string $file path to requested (but not existing) file
- * @return string raw contents of the 404 file
- */
- public function load404Content($file)
- {
- $contentDir = $this->getConfig('content_dir');
- $contentDirLength = strlen($contentDir);
- $contentExt = $this->getConfig('content_ext');
- if (substr($file, 0, $contentDirLength) === $contentDir) {
- $errorFileDir = substr($file, $contentDirLength);
- while ($errorFileDir !== '.') {
- $errorFileDir = dirname($errorFileDir);
- $errorFile = $errorFileDir . '/404' . $contentExt;
- if (file_exists($contentDir . $errorFile)) {
- return $this->loadFileContent($contentDir . $errorFile);
- }
- }
- } elseif (file_exists($contentDir . '404' . $contentExt)) {
- // provided that the requested file is not in the regular
- // content directory, fallback to Pico's global `404.md`
- return $this->loadFileContent($contentDir . '404' . $contentExt);
- }
- // fallback to built-in error message
- $rawErrorContent = "---\n"
- . "Title: Error 404\n"
- . "Robots: noindex,nofollow\n"
- . "---\n\n"
- . "# Error 404\n\n"
- . "Woops. Looks like this page doesn't exist.\n";
- return $rawErrorContent;
- }
- /**
- * Returns the raw contents, either of the requested or the 404 file
- *
- * @see Pico::loadFileContent()
- * @see Pico::load404Content()
- * @return string|null raw contents
- */
- public function getRawContent()
- {
- return $this->rawContent;
- }
- /**
- * Returns known meta headers and triggers the onMetaHeaders event
- *
- * Heads up! Calling this method triggers the `onMetaHeaders` event.
- * Keep this in mind to prevent a infinite loop!
- *
- * @return string[] known meta headers; the array value specifies the
- * YAML key to search for, the array key is later used to access the
- * found value
- */
- public function getMetaHeaders()
- {
- $headers = array(
- 'title' => 'Title',
- 'description' => 'Description',
- 'author' => 'Author',
- 'date' => 'Date',
- 'robots' => 'Robots',
- 'template' => 'Template'
- );
- $this->triggerEvent('onMetaHeaders', array(&$headers));
- return $headers;
- }
- /**
- * Parses the file meta from raw file contents
- *
- * Meta data MUST start on the first line of the file, either opened and
- * closed by `---` or C-style block comments (deprecated). The headers are
- * parsed by the YAML component of the Symfony project, keys are lowered.
- * If you're a plugin developer, you MUST register new headers during the
- * `onMetaHeaders` event first. The implicit availability of headers is
- * for users and pure (!) theme developers ONLY.
- *
- * @see Pico::getFileMeta()
- * @see http://symfony.com/doc/current/components/yaml/introduction.html
- * @param string $rawContent the raw file contents
- * @param string[] $headers known meta headers
- * @return array parsed meta data
- * @throws \Symfony\Component\Yaml\Exception\ParseException thrown when the
- * meta data is invalid
- */
- public function parseFileMeta($rawContent, array $headers)
- {
- $meta = array();
- $pattern = "/^(\/(\*)|---)[[:blank:]]*(?:\r)?\n"
- . "(?:(.*?)(?:\r)?\n)?(?(2)\*\/|---)[[:blank:]]*(?:(?:\r)?\n|$)/s";
- if (preg_match($pattern, $rawContent, $rawMetaMatches) && isset($rawMetaMatches[3])) {
- $yamlParser = new \Symfony\Component\Yaml\Parser();
- $meta = $yamlParser->parse($rawMetaMatches[3]);
- if ($meta !== null) {
- // the parser may return a string for non-YAML 1-liners
- // assume that this string is the page title
- $meta = is_array($meta) ? array_change_key_case($meta, CASE_LOWER) : array('title' => $meta);
- } else {
- $meta = array();
- }
- foreach ($headers as $fieldId => $fieldName) {
- $fieldName = strtolower($fieldName);
- if (isset($meta[$fieldName])) {
- // rename field (e.g. remove whitespaces)
- if ($fieldId != $fieldName) {
- $meta[$fieldId] = $meta[$fieldName];
- unset($meta[$fieldName]);
- }
- } elseif (!isset($meta[$fieldId])) {
- // guarantee array key existance
- $meta[$fieldId] = '';
- }
- }
- if (!empty($meta['date'])) {
- // workaround for issue #336
- // Symfony YAML interprets ISO-8601 datetime strings and returns timestamps instead of the string
- // this behavior conforms to the YAML standard, i.e. this is no bug of Symfony YAML
- if (is_int($meta['date'])) {
- $meta['time'] = $meta['date'];
- $rawDateFormat = (date('H:i:s', $meta['time']) === '00:00:00') ? 'Y-m-d' : 'Y-m-d H:i:s';
- $meta['date'] = date($rawDateFormat, $meta['time']);
- } else {
- $meta['time'] = strtotime($meta['date']);
- }
- $meta['date_formatted'] = utf8_encode(strftime($this->getConfig('date_format'), $meta['time']));
- } else {
- $meta['time'] = $meta['date_formatted'] = '';
- }
- } else {
- // guarantee array key existance
- $meta = array_fill_keys(array_keys($headers), '');
- $meta['time'] = $meta['date_formatted'] = '';
- }
- return $meta;
- }
- /**
- * Returns the parsed meta data of the requested page
- *
- * @see Pico::parseFileMeta()
- * @return array|null parsed meta data
- */
- public function getFileMeta()
- {
- return $this->meta;
- }
- /**
- * Registers the Parsedown Extra markdown parser
- *
- * @see Pico::getParsedown()
- * @return void
- */
- protected function registerParsedown()
- {
- $this->parsedown = new ParsedownExtra();
- }
- /**
- * Returns the Parsedown Extra markdown parser
- *
- * @see Pico::registerParsedown()
- * @return ParsedownExtra|null Parsedown Extra markdown parser
- */
- public function getParsedown()
- {
- return $this->parsedown;
- }
- /**
- * Applies some static preparations to the raw contents of a page,
- * e.g. removing the meta header and replacing %base_url%
- *
- * @see Pico::parseFileContent()
- * @see Pico::getFileContent()
- * @param string $rawContent raw contents of a page
- * @param array $meta meta data to use for %meta.*% replacement
- * @return string contents prepared for parsing
- */
- public function prepareFileContent($rawContent, array $meta)
- {
- $variables = array();
- // remove meta header
- $metaHeaderPattern = "/^(\/(\*)|---)[[:blank:]]*(?:\r)?\n"
- . "(?:(.*?)(?:\r)?\n)?(?(2)\*\/|---)[[:blank:]]*(?:(?:\r)?\n|$)/s";
- $content = preg_replace($metaHeaderPattern, '', $rawContent, 1);
- // replace %version%
- $variables['%version%'] = static::VERSION;
- // replace %site_title%
- $variables['%site_title%'] = $this->getConfig('site_title');
- // replace %base_url%
- if ($this->isUrlRewritingEnabled()) {
- // always use `%base_url%?sub/page` syntax for internal links
- // we'll replace the links accordingly, depending on enabled rewriting
- $variables['%base_url%?'] = $this->getBaseUrl();
- } else {
- // actually not necessary, but makes the URL look a little nicer
- $variables['%base_url%?'] = $this->getBaseUrl() . '?';
- }
- $variables['%base_url%'] = rtrim($this->getBaseUrl(), '/');
- // replace %theme_url%
- $variables['%theme_url%'] = $this->getBaseThemeUrl() . $this->getConfig('theme');
- // replace %meta.*%
- if (!empty($meta)) {
- foreach ($meta as $metaKey => $metaValue) {
- if (is_scalar($metaValue) || ($metaValue === null)) {
- $variables['%meta.' . $metaKey . '%'] = strval($metaValue);
- }
- }
- }
- $content = str_replace(array_keys($variables), $variables, $content);
- return $content;
- }
- /**
- * Parses the contents of a page using ParsedownExtra
- *
- * @see Pico::prepareFileContent()
- * @see Pico::getFileContent()
- * @param string $content raw contents of a page (Markdown)
- * @return string parsed contents (HTML)
- */
- public function parseFileContent($content)
- {
- if ($this->parsedown === null) {
- throw new LogicException("Unable to parse file contents: Parsedown instance wasn't registered yet");
- }
- return $this->parsedown->text($content);
- }
- /**
- * Returns the cached contents of the requested page
- *
- * @see Pico::prepareFileContent()
- * @see Pico::parseFileContent()
- * @return string|null parsed contents
- */
- public function getFileContent()
- {
- return $this->content;
- }
- /**
- * Reads the data of all pages known to Pico
- *
- * The page data will be an array containing the following values:
- *
- * | Array key | Type | Description |
- * | -------------- | ------ | ---------------------------------------- |
- * | id | string | relative path to the content file |
- * | url | string | URL to the page |
- * | title | string | title of the page (YAML header) |
- * | description | string | description of the page (YAML header) |
- * | author | string | author of the page (YAML header) |
- * | time | string | timestamp derived from the Date header |
- * | date | string | date of the page (YAML header) |
- * | date_formatted | string | formatted date of the page |
- * | raw_content | string | raw, not yet parsed contents of the page |
- * | meta | string | parsed meta data of the page |
- *
- * @see Pico::sortPages()
- * @see Pico::getPages()
- * @return void
- */
- protected function readPages()
- {
- $contentDir = $this->getConfig('content_dir');
- $contentDirLength = strlen($contentDir);
- $contentExt = $this->getConfig('content_ext');
- $contentExtLength = strlen($contentExt);
- $this->pages = array();
- $files = $this->getFiles($contentDir, $contentExt, Pico::SORT_NONE);
- foreach ($files as $i => $file) {
- // skip 404 page
- if (basename($file) === '404' . $contentExt) {
- unset($files[$i]);
- continue;
- }
- $id = substr($file, $contentDirLength, -$contentExtLength);
- // trigger onSinglePageLoading event
- $this->triggerEvent('onSinglePageLoading', array(&$id));
- // drop inaccessible pages (e.g. drop "sub.md" if "sub/index.md" exists)
- $conflictFile = $contentDir . $id . '/index' . $contentExt;
- if (in_array($conflictFile, $files, true)) {
- continue;
- }
- $url = $this->getPageUrl($id);
- if ($file !== $this->requestFile) {
- $rawContent = file_get_contents($file);
- $headers = $this->getMetaHeaders();
- try {
- $meta = $this->parseFileMeta($rawContent, $headers);
- } catch (\Symfony\Component\Yaml\Exception\ParseException $e) {
- $meta = $this->parseFileMeta('', $headers);
- $meta['YAML_ParseError'] = $e->getMessage();
- }
- } else {
- $rawContent = &$this->rawContent;
- $meta = &$this->meta;
- }
- // build page data
- // title, description, author and date are assumed to be pretty basic data
- // everything else is accessible through $page['meta']
- $page = array(
- 'id' => $id,
- 'url' => $url,
- 'title' => &$meta['title'],
- 'description' => &$meta['description'],
- 'author' => &$meta['author'],
- 'time' => &$meta['time'],
- 'date' => &$meta['date'],
- 'date_formatted' => &$meta['date_formatted'],
- 'raw_content' => &$rawContent,
- 'meta' => &$meta
- );
- if ($file === $this->requestFile) {
- $page['content'] = &$this->content;
- }
- unset($rawContent, $meta);
- // trigger onSinglePageLoaded event
- $this->triggerEvent('onSinglePageLoaded', array(&$page));
- if ($page !== null) {
- $this->pages[$id] = $page;
- }
- }
- }
- /**
- * Sorts all pages known to Pico
- *
- * @see Pico::readPages()
- * @see Pico::getPages()
- * @return void
- */
- protected function sortPages()
- {
- // sort pages
- $order = $this->getConfig('pages_order');
- $alphaSortClosure = function ($a, $b) use ($order) {
- $aSortKey = (basename($a['id']) === 'index') ? dirname($a['id']) : $a['id'];
- $bSortKey = (basename($b['id']) === 'index') ? dirname($b['id']) : $b['id'];
- $cmp = strcmp($aSortKey, $bSortKey);
- return $cmp * (($order === 'desc') ? -1 : 1);
- };
- if ($this->getConfig('pages_order_by') === 'date') {
- // sort by date
- uasort($this->pages, function ($a, $b) use ($alphaSortClosure, $order) {
- if (empty($a['time']) || empty($b['time'])) {
- $cmp = (empty($a['time']) - empty($b['time']));
- } else {
- $cmp = ($b['time'] - $a['time']);
- }
- if ($cmp === 0) {
- // never assume equality; fallback to alphabetical order
- return $alphaSortClosure($a, $b);
- }
- return $cmp * (($order === 'desc') ? 1 : -1);
- });
- } else {
- // sort alphabetically
- uasort($this->pages, $alphaSortClosure);
- }
- }
- /**
- * Returns the list of known pages
- *
- * @see Pico::readPages()
- * @see Pico::sortPages()
- * @return array[]|null the data of all pages
- */
- public function getPages()
- {
- return $this->pages;
- }
- /**
- * Walks through the list of known pages and discovers the requested page
- * as well as the previous and next page relative to it
- *
- * @see Pico::getCurrentPage()
- * @see Pico::getPreviousPage()
- * @see Pico::getNextPage()
- * @return void
- */
- protected function discoverCurrentPage()
- {
- $pageIds = array_keys($this->pages);
- $contentDir = $this->getConfig('content_dir');
- $contentDirLength = strlen($contentDir);
- // the requested file is not in the regular content directory, therefore its ID
- // isn't specified and it's impossible to determine the current page automatically
- if (substr($this->requestFile, 0, $contentDirLength) !== $contentDir) {
- return;
- }
- $currentPageId = substr($this->requestFile, $contentDirLength, -strlen($this->getConfig('content_ext')));
- $currentPageIndex = array_search($currentPageId, $pageIds);
- if ($currentPageIndex !== false) {
- $this->currentPage = &$this->pages[$currentPageId];
- if (($this->getConfig('order_by') === 'date') && ($this->getConfig('order') === 'desc')) {
- $previousPageOffset = 1;
- $nextPageOffset = -1;
- } else {
- $previousPageOffset = -1;
- $nextPageOffset = 1;
- }
- if (isset($pageIds[$currentPageIndex + $previousPageOffset])) {
- $previousPageId = $pageIds[$currentPageIndex + $previousPageOffset];
- $this->previousPage = &$this->pages[$previousPageId];
- }
- if (isset($pageIds[$currentPageIndex + $nextPageOffset])) {
- $nextPageId = $pageIds[$currentPageIndex + $nextPageOffset];
- $this->nextPage = &$this->pages[$nextPageId];
- }
- }
- }
- /**
- * Returns the data of the requested page
- *
- * @see Pico::discoverCurrentPage()
- * @return array|null page data
- */
- public function getCurrentPage()
- {
- return $this->currentPage;
- }
- /**
- * Returns the data of the previous page relative to the page being served
- *
- * @see Pico::discoverCurrentPage()
- * @return array|null page data
- */
- public function getPreviousPage()
- {
- return $this->previousPage;
- }
- /**
- * Returns the data of the next page relative to the page being served
- *
- * @see Pico::discoverCurrentPage()
- * @return array|null page data
- */
- public function getNextPage()
- {
- return $this->nextPage;
- }
- /**
- * Registers the twig template engine
- *
- * This method also registers Pico's core Twig filters `link` and `content`
- * as well as Pico's {@link PicoTwigExtension} Twig extension.
- *
- * @see Pico::getTwig()
- * @return void
- */
- protected function registerTwig()
- {
- $twigLoader = new Twig_Loader_Filesystem($this->getThemesDir() . $this->getConfig('theme'));
- $this->twig = new Twig_Environment($twigLoader, $this->getConfig('twig_config'));
- $this->twig->addExtension(new Twig_Extension_Debug());
- $this->twig->addExtension(new PicoTwigExtension($this));
- // register link filter and the url_param and form_param functions
- $this->twig->addFilter(new Twig_SimpleFilter('link', array($this, 'getPageUrl')));
- $this->twig->addFunction(new Twig_SimpleFunction('url_param', array($this, 'getUrlParameter')));
- $this->twig->addFunction(new Twig_SimpleFunction('form_param', array($this, 'getFormParameter')));
- // register content filter
- // we pass the $pages array by reference to prevent multiple parser runs for the same page
- // this is the reason why we can't register this filter as part of PicoTwigExtension
- $pico = $this;
- $pages = &$this->pages;
- $this->twig->addFilter(new Twig_SimpleFilter('content', function ($page) use ($pico, &$pages) {
- if (isset($pages[$page])) {
- $pageData = &$pages[$page];
- if (!isset($pageData['content'])) {
- $pageData['content'] = $pico->prepareFileContent($pageData['raw_content'], $pageData['meta']);
- $pageData['content'] = $pico->parseFileContent($pageData['content']);
- }
- return $pageData['content'];
- }
- return null;
- }));
- }
- /**
- * Returns the twig template engine
- *
- * @see Pico::registerTwig()
- * @return Twig_Environment|null Twig template engine
- */
- public function getTwig()
- {
- return $this->twig;
- }
- /**
- * Returns the variables passed to the template
- *
- * URLs and paths (namely `base_dir`, `base_url`, `theme_dir` and
- * `theme_url`) don't add a trailing slash for historic reasons.
- *
- * @return array template variables
- */
- protected function getTwigVariables()
- {
- $frontPage = $this->getConfig('content_dir') . 'index' . $this->getConfig('content_ext');
- return array(
- 'config' => $this->getConfig(),
- 'base_dir' => rtrim($this->getRootDir(), '/'),
- 'base_url' => rtrim($this->getBaseUrl(), '/'),
- 'theme_dir' => $this->getThemesDir() . $this->getConfig('theme'),
- 'theme_url' => $this->getBaseThemeUrl() . $this->getConfig('theme'),
- 'rewrite_url' => $this->isUrlRewritingEnabled(),
- 'site_title' => $this->getConfig('site_title'),
- 'meta' => $this->meta,
- 'content' => $this->content,
- 'pages' => $this->pages,
- 'prev_page' => $this->previousPage,
- 'current_page' => $this->currentPage,
- 'next_page' => $this->nextPage,
- 'is_front_page' => ($this->requestFile === $frontPage),
- 'version' => static::VERSION
- );
- }
- /**
- * Returns the base URL of this Pico instance
- *
- * @return string the base url
- */
- public function getBaseUrl()
- {
- $baseUrl = $this->getConfig('base_url');
- if (!empty($baseUrl)) {
- return $baseUrl;
- }
- $protocol = 'http';
- if (!empty($_SERVER['HTTP_X_FORWARDED_PROTO'])) {
- $secureProxyHeader = strtolower(current(explode(',', $_SERVER['HTTP_X_FORWARDED_PROTO'])));
- $protocol = in_array($secureProxyHeader, array('https', 'on', 'ssl', '1')) ? 'https' : 'http';
- } elseif (!empty($_SERVER['HTTPS']) && ($_SERVER['HTTPS'] !== 'off')) {
- $protocol = 'https';
- } elseif ($_SERVER['SERVER_PORT'] == 443) {
- $protocol = 'https';
- }
- $this->config['base_url'] =
- $protocol . "://" . $_SERVER['HTTP_HOST']
- . rtrim(dirname($_SERVER['SCRIPT_NAME']), '/\\') . '/';
- return $this->config['base_url'];
- }
- /**
- * Returns true if URL rewriting is enabled
- *
- * @return boolean true if URL rewriting is enabled, false otherwise
- */
- public function isUrlRewritingEnabled()
- {
- $urlRewritingEnabled = $this->getConfig('rewrite_url');
- if ($urlRewritingEnabled !== null) {
- return $urlRewritingEnabled;
- }
- $this->config['rewrite_url'] = (isset($_SERVER['PICO_URL_REWRITING']) && $_SERVER['PICO_URL_REWRITING']);
- return $this->config['rewrite_url'];
- }
- /**
- * Returns the URL to a given page
- *
- * This method can be used in Twig templates by applying the `link` filter
- * to a string representing a page identifier.
- *
- * @param string $page identifier of the page to link to
- * @param array|string $queryData either an array containing properties to
- * create a URL-encoded query string from, or a already encoded string
- * @param boolean $dropIndex when the last path component is "index",
- * then passing TRUE (default) leads to removing this path component
- * @return string URL
- */
- public function getPageUrl($page, $queryData = null, $dropIndex = true)
- {
- if (is_array($queryData)) {
- $queryData = http_build_query($queryData, '', '&');
- } elseif (($queryData !== null) && !is_string($queryData)) {
- throw new InvalidArgumentException(
- 'Argument 2 passed to ' . get_called_class() . '::getPageUrl() must be of the type array or string, '
- . (is_object($queryData) ? get_class($queryData) : gettype($queryData)) . ' given'
- );
- }
- // drop "index"
- if ($dropIndex) {
- if ($page === 'index') {
- $page = '';
- } elseif (($pagePathLength = strrpos($page, '/')) !== false) {
- if (substr($page, $pagePathLength + 1) === 'index') {
- $page = substr($page, 0, $pagePathLength);
- }
- }
- }
- if (!empty($queryData)) {
- $queryData = ($this->isUrlRewritingEnabled() || empty($page)) ? '?' . $queryData : '&' . $queryData;
- }
- if (empty($page)) {
- return $this->getBaseUrl() . $queryData;
- } elseif (!$this->isUrlRewritingEnabled()) {
- return $this->getBaseUrl() . '?' . rawurlencode($page) . $queryData;
- } else {
- return $this->getBaseUrl() . implode('/', array_map('rawurlencode', explode('/', $page))) . $queryData;
- }
- }
- /**
- * Returns the URL of the themes folder of this Pico instance
- *
- * We assume that the themes folder is a arbitrary deep sub folder of the
- * script's base path (i.e. the directory {@path "index.php"} is in resp.
- * the `httpdocs` directory). Usually the script's base path is identical
- * to {@link Pico::$rootDir}, but this may aberrate when Pico got installed
- * as a composer dependency. However, ultimately it allows us to use
- * {@link Pico::getBaseUrl()} as origin of the theme URL. Otherwise Pico
- * falls back to the basename of {@link Pico::$themesDir} (i.e. assuming
- * that `Pico::$themesDir` is `foo/bar/baz`, the base URL of the themes
- * folder will be `baz/`; this ensures BC to Pico < 1.1). Pico's base URL
- * always gets prepended appropriately.
- *
- * @return string the URL of the themes folder
- */
- public function getBaseThemeUrl()
- {
- $themeUrl = $this->getConfig('theme_url');
- if (!empty($themeUrl)) {
- return $themeUrl;
- }
- $basePath = dirname($_SERVER['SCRIPT_FILENAME']) . '/';
- $basePathLength = strlen($basePath);
- if (substr($this->getThemesDir(), 0, $basePathLength) === $basePath) {
- $this->config['theme_url'] = $this->getBaseUrl() . substr($this->getThemesDir(), $basePathLength);
- } else {
- $this->config['theme_url'] = $this->getBaseUrl() . basename($this->getThemesDir()) . '/';
- }
- return $this->config['theme_url'];
- }
- /**
- * Filters a URL GET parameter with a specified filter
- *
- * This method is just an alias for {@link Pico::filterVariable()}, see
- * {@link Pico::filterVariable()} for a detailed description. It can be
- * used in Twig templates by calling the `url_param` function.
- *
- * @see Pico::filterVariable()
- * @param string $name name of the URL GET parameter
- * to filter
- * @param int|string $filter the filter to apply
- * @param mixed|array $options either a associative options
- * array to be used by the filter or a scalar default value
- * @param int|string|int[]|string[] $flags flags and flag strings to
- * be used by the filter
- * @return mixed either the filtered data,
- * FALSE if the filter fails, or NULL if the URL GET parameter doesn't
- * exist and no default value is given
- */
- public function getUrlParameter($name, $filter = '', $options = null, $flags = null)
- {
- $variable = (isset($_GET[$name]) && is_scalar($_GET[$name])) ? $_GET[$name] : null;
- return $this->filterVariable($variable, $filter, $options, $flags);
- }
- /**
- * Filters a HTTP POST parameter with a specified filter
- *
- * This method is just an alias for {@link Pico::filterVariable()}, see
- * {@link Pico::filterVariable()} for a detailed description. It can be
- * used in Twig templates by calling the `form_param` function.
- *
- * @see Pico::filterVariable()
- * @param string $name name of the HTTP POST
- * parameter to filter
- * @param int|string $filter the filter to apply
- * @param mixed|array $options either a associative options
- * array to be used by the filter or a scalar default value
- * @param int|string|int[]|string[] $flags flags and flag strings to
- * be used by the filter
- * @return mixed either the filtered data,
- * FALSE if the filter fails, or NULL if the HTTP POST parameter
- * doesn't exist and no default value is given
- */
- public function getFormParameter($name, $filter = '', $options = null, $flags = null)
- {
- $variable = (isset($_POST[$name]) && is_scalar($_POST[$name])) ? $_POST[$name] : null;
- return $this->filterVariable($variable, $filter, $options, $flags);
- }
- /**
- * Filters a variable with a specified filter
- *
- * This method basically wraps around PHP's `filter_var()` function. It
- * filters data by either validating or sanitizing it. This is especially
- * useful when the data source contains unknown (or foreign) data, like
- * user supplied input. Validation is used to validate or check if the data
- * meets certain qualifications, but will not change the data itself.
- * Sanitization will sanitize the data, so it may alter it by removing
- * undesired characters. It doesn't actually validate the data! The
- * behaviour of most filters can optionally be tweaked by flags.
- *
- * Heads up! Input validation is hard! Always validate your input data the
- * most paranoid way you can imagine. Always prefer validation filters over
- * sanitization filters; be very careful with sanitization filters, you
- * might create cross-site scripting vulnerabilities!
- *
- * @see https://secure.php.net/manual/en/function.filter-var.php
- * PHP's `filter_var()` function
- * @see https://secure.php.net/manual/en/filter.filters.validate.php
- * Validate filters
- * @see https://secure.php.net/manual/en/filter.filters.sanitize.php
- * Sanitize filters
- * @param mixed $variable value to filter
- * @param int|string $filter ID (int) or name (string) of
- * the filter to apply; if omitted, the method will return FALSE
- * @param mixed|array $options either a associative array
- * of options to be used by the filter (e.g. `array('default' => 42)`),
- * or a scalar default value that will be returned when the passed
- * value is NULL (optional)
- * @param int|string|int[]|string[] $flags either a bitwise disjunction
- * of flags or a string with the significant part of a flag constant
- * (the constant name is the result of "FILTER_FLAG_" and the given
- * string in ASCII-only uppercase); you may also pass an array of flags
- * and flag strings (optional)
- * @return mixed with a validation filter,
- * the method either returns the validated value or, provided that the
- * value wasn't valid, the given default value or FALSE; with a
- * sanitization filter, the method returns the sanitized value; if no
- * value (i.e. NULL) was given, the method always returns either the
- * provided default value or NULL
- */
- protected function filterVariable($variable, $filter = '', $options = null, $flags = null)
- {
- $defaultValue = null;
- if (is_array($options)) {
- $defaultValue = isset($options['default']) ? $options['default'] : null;
- } elseif ($options !== null) {
- $defaultValue = $options;
- $options = array('default' => $defaultValue);
- }
- if ($variable === null) {
- return $defaultValue;
- }
- $filter = !empty($filter) ? (is_string($filter) ? filter_id($filter) : (int) $filter) : false;
- if (!$filter) {
- return false;
- }
- $filterOptions = array('options' => $options, 'flags' => 0);
- foreach ((array) $flags as $flag) {
- if (is_numeric($flag)) {
- $filterOptions['flags'] |= (int) $flag;
- } elseif (is_string($flag)) {
- $flag = strtoupper(preg_replace('/[^a-zA-Z0-9_]/', '', $flag));
- if (($flag === 'NULL_ON_FAILURE') && ($filter === FILTER_VALIDATE_BOOLEAN)) {
- $filterOptions['flags'] |= FILTER_NULL_ON_FAILURE;
- } else {
- $filterOptions['flags'] |= (int) constant('FILTER_FLAG_' . $flag);
- }
- }
- }
- return filter_var($variable, $filter, $filterOptions);
- }
- /**
- * Recursively walks through a directory and returns all containing files
- * matching the specified file extension
- *
- * @param string $directory start directory
- * @param string $fileExtension return files with the given file extension
- * only (optional)
- * @param int $order specify whether and how files should be
- * sorted; use Pico::SORT_ASC for a alphabetical ascending order (this
- * is the default behaviour), Pico::SORT_DESC for a descending order
- * or Pico::SORT_NONE to leave the result unsorted
- * @return array list of found files
- */
- public function getFiles($directory, $fileExtension = '', $order = self::SORT_ASC)
- {
- $directory = rtrim($directory, '/');
- $result = array();
- // scandir() reads files in alphabetical order
- $files = scandir($directory, $order);
- $fileExtensionLength = strlen($fileExtension);
- if ($files !== false) {
- foreach ($files as $file) {
- // exclude hidden files/dirs starting with a .; this also excludes the special dirs . and ..
- // exclude files ending with a ~ (vim/nano backup) or # (emacs backup)
- if (($file[0] === '.') || in_array(substr($file, -1), array('~', '#'))) {
- continue;
- }
- if (is_dir($directory . '/' . $file)) {
- // get files recursively
- $result = array_merge($result, $this->getFiles($directory . '/' . $file, $fileExtension, $order));
- } elseif (empty($fileExtension) || (substr($file, -$fileExtensionLength) === $fileExtension)) {
- $result[] = $directory . '/' . $file;
- }
- }
- }
- return $result;
- }
- /**
- * Makes a relative path absolute to Pico's root dir
- *
- * This method also guarantees a trailing slash.
- *
- * @param string $path relative or absolute path
- * @return string absolute path
- */
- public function getAbsolutePath($path)
- {
- if (strncasecmp(PHP_OS, 'WIN', 3) === 0) {
- if (preg_match('/^([a-zA-Z]:\\\\|\\\\\\\\)/', $path) !== 1) {
- $path = $this->getRootDir() . $path;
- }
- } else {
- if ($path[0] !== '/') {
- $path = $this->getRootDir() . $path;
- }
- }
- return rtrim($path, '/\\') . '/';
- }
- /**
- * Triggers events on plugins which implement PicoPluginInterface
- *
- * Deprecated events (as used by plugins not implementing
- * {@link PicoPluginInterface}) are triggered by {@link PicoDeprecated}.
- * You MUST NOT trigger events of Pico's core with a plugin!
- *
- * @see PicoPluginInterface
- * @see AbstractPicoPlugin
- * @see DummyPlugin
- * @param string $eventName name of the event to trigger
- * @param array $params optional parameters to pass
- * @return void
- */
- public function triggerEvent($eventName, array $params = array())
- {
- if (!empty($this->plugins)) {
- foreach ($this->plugins as $plugin) {
- // only trigger events for plugins that implement PicoPluginInterface
- // deprecated events (plugins for Pico 0.9 and older) will be triggered by `PicoDeprecated`
- if ($plugin instanceof PicoPluginInterface) {
- $plugin->handleEvent($eventName, $params);
- }
- }
- }
- }
- }
|