summaryrefslogtreecommitdiff
path: root/it_text.class
AgeCommit message (Collapse)AuthorFilesLines
2021-03-18refactor dump_php() to create more stable format using new array syntax ↵Christian A. Weber1-6/+9
without calling convertsyntax.php
2021-02-03Code cleanup: Replace call_user_func* with normal function call equivalentChristian Schneider1-1/+1
2021-01-13Update copyright dateChristian Schneider1-1/+1
2021-01-13Unified } else { missed in first iterationChristian Schneider1-1/+2
2021-01-05Remove obsolete support for texts.php without return statement, we do not ↵Christian Schneider1-10/+5
have such files anymore
2020-10-30remove support for old array syntaxUrban Müller1-10/+4
2020-10-29use new array syntax for texts in old/new mixed filesUrban Müller1-1/+1
2019-09-02Make itools a bit stricter, new PHP versions start to enforce more declarationsChristian Schneider1-2/+2
2019-05-15fix warning with url ?lang[]=fooUrban Müller1-1/+1
2019-02-12Migrate old style constructors to __construct, temporary transition ↵Christian Schneider1-1/+1
functions for it_dbi (map, mapgen) and it_user (ad, login_user)
2019-02-05return $label instead of true if label existsUrban Müller1-1/+1
2019-01-14fix greedy replaceUrban Müller1-1/+1
2018-09-25save texts.php in new array syntax if it is already converted to the new syntaxChristian Helbling1-2/+11
2018-06-27reapply "use safer it:: variants of file funcs", was not the culprit in ↵Urban Müller1-2/+2
jussi downtimes This reverts commit 99b7fc8dc08da090bb7f00c2882e1daeec4434ba.
2018-06-22Revert "use safer it:: variants of file funcs"Urban Müller1-2/+2
This reverts commit 05e7ceefa1f0a29c665381b54ac882f260ae6c22.
2018-06-21use safer it:: variants of file funcsUrban Müller1-2/+2
2018-06-19remove bogus function that nobody uses, fix comment of transmogrify()Christian A. Weber1-1/+1
2017-12-18new alertlog filenameUrban Müller1-1/+1
2017-10-16allow simple functions calls in ET() and T() labelsUrban Müller1-11/+17
2016-11-24fix link to label editorDavid Flatz1-2/+2
2016-10-19fix phan warningsUrban Müller1-4/+5
2016-07-01update path to textadminDavid Flatz1-2/+2
2015-03-04correct background color for unquoted ET() values in .texts debugUrban Müller1-1/+1
2015-02-12make sure links to text-editor (using debug param texts) point to lib for ↵Christian Helbling1-2/+16
labels defined in lib
2014-07-02fix brain fartUrban Müller1-1/+1
2014-07-02do more label sampling on rare POSTsUrban Müller1-1/+1
2013-11-01Remove $Id$Christian Schneider1-2/+0
2013-01-31declare functions staticUrban Müller1-1/+1
2012-05-22better performanceUrban Müller1-3/+2
2012-05-16undefined labels link to editorUrban Müller1-1/+2
2012-03-15offer editor link in .texts.Urban Müller1-1/+1
2012-02-14better stackdumpUrban Müller1-1/+1
2012-02-14ignore calls without labelUrban Müller1-1/+1
2012-02-14more detailed error messageUrban Müller1-3/+3
2012-02-14more compact codeUrban Müller1-8/+3
2012-02-14warn about undefined text variablesUrban Müller1-0/+4
2011-12-21blacklist for nomarkable labelsUrban Müller1-1/+1
2011-09-16Remove unnecessary references which lead to bugs with arrays/objects e.g. in ↵Christian Schneider1-2/+2
calyptratus_module_H
2011-09-14ITools-stylify transmogrify codeChristian Schneider1-4/+4
2011-09-14fix endless loop, improve performanceUrban Müller1-15/+15
2011-06-15Added T_defaultlang() to avoid direct access to global it_text->defaultlanguageChristian Schneider1-0/+9
2010-04-07fewer coloring exceptionsUrban Müller1-1/+1
2010-03-24quote missing label nameUrban Müller1-2/+2
2009-11-02allow marking of single labelUrban Müller1-1/+1
2009-11-02dont overwrite existing arrayUrban Müller1-2/+2
2009-11-02sample usage of labelsUrban Müller1-0/+7
2009-04-22Get rid of ereg/split, replaced by preg equivalentsChristian Schneider1-1/+1
2008-11-13show empty textsUrban Müller1-1/+1
2008-05-09Code cleanup, adds new parameter phpfiles as side-effectChristian Schneider1-11/+11
2008-05-09allow save when only one textfile in pathUrban Müller1-2/+3