summaryrefslogtreecommitdiff
path: root/inc/parserutils.php
Commit message (Expand)AuthorAge
* resolve scrutinizer issue, is_a type hint doesn't allow nullChristopher Smith2014-03-02
* remove rendundant msgChristopher Smith2014-02-28
* revert back to trigger errorChristopher Smith2014-02-26
* change to an Exception and expect itChristopher Smith2014-02-25
* code cleaning - add some bracesChristopher Smith2014-02-25
* rework p_get_renderer() for use with autoloading bundled renderersChristopher Smith2014-02-25
* add renderers to autoladerChristopher Smith2014-02-25
* remove reference operator from p_get_renderer() declaration, not required for...Christopher Smith2014-02-25
* if configured renderer is not found, try to fallback to a bundled rendererChristopher Smith2014-02-25
* php doc blockAndreas Gohr2014-01-08
* refactor to avoid php notice and match structure of rest of p_get_renderer()Christopher Smith2013-10-16
* fix php strict and remove double duplicated code of renderer plugin loaderGerrit Uitslag2013-10-15
* removed a bunch of functions which were deprecated in 2005/2006Anika Henke2013-02-18
* Merge pull request #121 from splitbrain/strictAndreas Gohr2012-11-04
|\
| * fix E_STRICT errors FS#2427Andreas Gohr2012-07-28
* | only execute valid instructions FS#2432Andreas Gohr2012-07-28
* | Be more careful when setting metadata values FS#2514Michael Hamann2012-07-28
|/
* Initialize more variables and test if others are set (no functional changes)Michael Hamann2012-07-28
* Fixed and extended PHPDoc comments and added additional @var commentsMichael Hamann2012-07-28
* Remove unused variablesMichael Hamann2012-07-28
* avoid warnings when instructions with no parameters are renderedAndreas Gohr2012-07-28
* Disable some parser and renderer caches during tests FS#2564Michael Hamann2012-07-25
* Remove useless condition in p_get_metadata and add explanationMichael Hamann2012-07-08
* another input wrapper fixAndreas Gohr2012-06-24
* Add check for existing renderer classLucas2011-07-10
* Add missing return value to p_set_metadataMichael Hamann2011-06-08
* Add more render/cache logic to the metadata codeMichael Hamann2011-05-08
* Change when metadata is rendered - only when really neededMichael Hamann2011-05-08
* Fix p_get_first_heading for when the search index is emptyMichael Hamann2011-04-26
* p_get_metadata: show the save error message only when metadata has been changedMichael Hamann2011-02-06
* Allow p_set_metadata during rendering, test cases included. FS#1827Michael Hamann2011-02-06
* Add define for metadata usage limit in p_get_first_headingMichael Hamann2011-01-10
* Use title index for more than 11 p_first_heading callsMichael Hamann2011-01-10
* Activate the render parameter of p_get_metadataMichael Hamann2011-01-10
* Save metadata only when really changedMichael Hamann2010-12-27
* Render metadata when neededMichael Hamann2010-11-22
* improved some metadata commentsDominik Eckelmann2010-11-13
* Introduce metadata write wrapper p_save_metadataAdrian Lang2010-11-13
* Remove metadata conversion from 0a7e3bce (2006-11-26)Adrian Lang2010-11-13
* - spelling fixesElan Ruusamäe2010-10-07
* Allow plugins to specify that they have to be instantiatedAdrian Lang2010-03-29
* Fix and simplify p_get_metadata key loopingAdrian Lang2010-03-26
* Rewrite p_get_metadata to not issue a E_NoticeAdrian Lang2010-03-23
* Merge branch 'requireall'Andreas Gohr2010-03-12
|\
| * removed more unneeded require_once() callsAndreas Gohr2010-02-01
| * first attempt to centralize all include loadingAndreas Gohr2010-01-31
* | cast 2nd param to array when executing render instructions FS#1880Andreas Gohr2010-02-03
|/
* removed deprecated PHP4 constructAndreas Gohr2010-01-15
* fix for failing plugin check for renderer components (credits go to Michael K...Gina Haeussge2009-11-06
* Coding Standard CleanupAndreas Gohr2009-10-20