summaryrefslogtreecommitdiff
path: root/includes/token.inc
Commit message (Collapse)AuthorAge
* Issue #1035292 by Désiré, vijaycs85, wizonesolutions, oriol_e9g, ACF, ↵David Rothstein2013-03-30
| | | | achton, darkadept: Fixed Dynamic tokens can't have spaces.
* Issue #1317628 by Albert Volkman, Gaelan, disasm, mjonesdinero, xjm: Clean ↵Jennifer Hodgdon2013-01-16
| | | | up API docs for include files n-z
* - Patch #1346166 by Dave Reid: Improve performance of token_replace() if ↵Dries2012-01-24
| | | | there are no tokens to replace.
* - Patch #1164226 by TR: token_find_with_prefix() has typos, token.inc not up ↵Dries Buytaert2011-05-23
| | | | to doc standards.
* - Patch #733192 by pillarsdotnet, Sutharsan, Letharion, clemens.tolboom: ↵Dries Buytaert2011-04-23
| | | | tokens enclosed in [ ] are not recognized.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #731518 by Damien Tournoud, Dave Reid: allow alteration of token values.Dries Buytaert2010-10-18
|
* - Patch #681782 by Dave Reid: 'clean' option in token_replace() does not do ↵Dries Buytaert2010-03-12
| | | | anything.
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* #651510 by boombatower: Fixed token.inc - split() is deprecated in PHP 5.3.Angie Byron2009-12-05
|
* - Patch #356074 by chx, Damien Tournoud: provide a sequences API.Dries Buytaert2009-10-16
|
* #558538 by pwolanin: Fixed Non-by-reference use of drupul_static() in token.inc.Angie Byron2009-08-25
|
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* - Patch #113614 by eaton, fago, et al: add centralized token/placeholder ↵Dries Buytaert2009-08-19
subsituation to core.