Log of /contributions/modules/token/token.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 11 22:51:34 2009 UTC
(4 months, 2 weeks ago)
by
eaton
Branch:
MAIN
Changes since
1.13: +10 -4 lines
Diff to
previous 1.13
Well, that was scary. Realized we needed to support localization tweaks for tokens. Not full translation, but the ability to pass in a language object and have it relayed when formatting dates, sending URLs, and so on. Also, ensure that delegated/chained tokens inherit the proper flag.
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 11 20:47:34 2009 UTC
(4 months, 2 weeks ago)
by
eaton
Branch:
MAIN
Changes since
1.12: +7 -7 lines
Diff to
previous 1.12
Adding better PHPDoc snippets for files and hook implementations, whitespace and coding standards tweaks, etc.
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 11 18:33:46 2009 UTC
(4 months, 2 weeks ago)
by
eaton
Branch:
MAIN
Changes since
1.11: +38 -18 lines
Diff to
previous 1.11
Migrating changes from #113614 - numerous minor token fixes, coding standards tweaks, and more. Also added token.dev.inc, which provides a simple testbed for token replacement at admin/settings/token. Updated token_actions for HEAD as well.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 8 02:35:56 2009 UTC
(4 months, 2 weeks ago)
by
eaton
Branch:
MAIN
Changes since
1.9: +33 -1 lines
Diff to
previous 1.9
Adding hook_token_info() and hook_token_info_alter(). Implemented the hook for comments as an example, still need to flesh out other modules.
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 7 16:16:10 2009 UTC
(4 months, 2 weeks ago)
by
eaton
Branch:
MAIN
Changes since
1.8: +26 -0 lines
Diff to
previous 1.8
Adding a new helper function that greatly simplifies the process of 'delegating' a set of tokens to another token type (mapping node:author to the 'user' token type, for example). Updated the existing token hook implementations to match the new approach, and simplified the case logic in most of them, as well.
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 2 19:49:13 2009 UTC
(4 months, 3 weeks ago)
by
eaton
Branch:
MAIN
Changes since
1.7: +77 -104 lines
Diff to
previous 1.7
Early test commit of Token 2.x. This version runs on D7. Also, it is very broken. Do you like pain? If so, run this.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 31 12:41:07 2007 UTC
(2 years, 3 months ago)
by
eaton
Branch:
MAIN
Changes since
1.5: +45 -106 lines
Diff to
previous 1.5
DRUPAL-6 compatible version. CCK related tokens are still included in this version but are likely to change when CCK is ported.
Revision
1.5.2.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Apr 14 12:39:58 2007 UTC
(2 years, 7 months ago)
by
eaton
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-7
Changes since
1.5.2.5: +8 -5 lines
Diff to
previous 1.5.2.5
, to
branch point 1.5
Mega-list of patches and enhancements by greggles. #136281, #136216, #136220, #136219, and most likely some other stuff. Taxonomy related tokens are now supported, the term and term-id tokens are more reliable, and other misc fixes.
Revision
1.5.2.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 10 22:17:48 2007 UTC
(2 years, 8 months ago)
by
eaton
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-6
Changes since
1.5.2.4: +13 -124 lines
Diff to
previous 1.5.2.4
, to
branch point 1.5
Fixing a number of bugs and adding several handy tokens. (#122272, #117865, #125639, #123294, #110803, #109723) Also, splitting out the core token functions into a separate include file. That should make it a bit simpler to migrate the functionality into a core patch.
Revision
1.5.2.2.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 28 19:42:13 2007 UTC
(2 years, 9 months ago)
by
eaton
Branch:
DRUPAL-4-7
Changes since
1.5.2.2: +15 -6 lines
Diff to
previous 1.5.2.2
Fixing #112365, adding #109723 and #110803. Adding prefix/suffix capability for help text and making handling of the .inc files friendler.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 2 07:44:39 2007 UTC
(2 years, 10 months ago)
by
eaton
Branch:
MAIN
Changes since
1.3: +5 -4 lines
Diff to
previous 1.3
Fixing some blindingly obvious errors in the static token caching. Should now work when called many times in a row.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 2 07:14:56 2007 UTC
(2 years, 10 months ago)
by
eaton
Branch:
MAIN
Changes since
1.1: +29 -1 lines
Diff to
previous 1.1
Adding support for the full range of core node tokens. Creation and modification dates, first taxonomy term, etc. Should be roughly compatible with pathauto. Also added a themed help function for use in entry forms.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 31 01:41:50 2006 UTC
(2 years, 10 months ago)
by
eaton
Branch:
MAIN
Initial commit of token.module, an API for placeholder substitution. Allows modules like custom_breadcrumbs, pathauto, etc to all leverage the same integration code.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.