summaryrefslogtreecommitdiff
path: root/modules/comment/comment.tokens.inc
Commit message (Collapse)AuthorAge
* Issue #1178580 by Dave Reid: Fixed PHP notices with [node:summary], ↵webchick2011-10-01
| | | | [node:body], or [comment:body] if there is no body field or language mismatch.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #715142 by effulgentsia, msmithgu, mr.baileys, Damien Tournoud, sun: Fixed ↵Angie Byron2010-07-07
| | | | Various URLs escaped twice, since check_url() resp. filter_xss_bad_protocol() calls check_plain().
* - Patch #831914 by Dave Reid: removed redundant/duplicate [node:uid], ↵Dries Buytaert2010-06-29
| | | | [comment:uid], and [file:uid] tokens.
* #701818 by mcarbone: Test coverage of every core token, and bug fixes to ↵Angie Byron2010-04-20
| | | | make them work. AWESOME! :D
* #571654 follow-up by chx, peximo, plach, sun, et al:Angie Byron2010-01-09
| | | | | | Roll-back of node titles as fields. The Entity Translation module in contrib can add this back, but for everyone else it creates a *huge* WTF. Apologies for how late this is coming, but better now than post-alpha. :\
* - Patch #677662 by heyrocker: fixed in several hook_token() implementations ↵Dries Buytaert2010-01-07
| | | | so that language options get set properly.
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* - Patch #606608 by q0rban, sun, David_Rothstein: use proper menu router ↵Dries Buytaert2009-10-16
| | | | paths for comment/*.
* #557292 by peximo, plach, catch, and yched: Convert node title to Field API.Angie Byron2009-10-11
|
* #569238 by sun, swentel, catch: Changed Make check_markup() not cache by ↵Angie Byron2009-10-10
| | | | default.
* - Patch #122098 by Damien Tournoud, catch, mdixoncm: split comment.timestamp ↵Dries Buytaert2009-10-10
| | | | into 'created' and 'changed' columns, just like for nodes.
* - Patch #590014 by sun, mr.baileys | Dries: fixed undefined language when ↵Dries Buytaert2009-09-30
| | | | language is specified in .
* - Patch #113614 by eaton, fago, et al: add centralized token/placeholder ↵Dries Buytaert2009-08-19
subsituation to core.