/[drupal]/contributions/theme-engines/phptemplate/phptemplate.engine
ViewVC logotype

Log of /contributions/theme-engines/phptemplate/phptemplate.engine

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.1.1.1 - (view) (download) (as text) (annotate) - [select for diffs] (vendor branch)
Fri Apr 21 07:58:28 2006 UTC (3 years, 7 months ago) by sottile
Branch: avendor
CVS Tags: arelease
Changes since 1.1: +188 -121 lines
Diff to previous 1.1 , to next main 1.27
no message

Revision 1.24.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 27 10:07:42 2005 UTC (4 years, 4 months ago) by adrian
Branch: DRUPAL-4-6
Changes since 1.24.2.3: +3 -3 lines
Diff to previous 1.24.2.3 , to branch point 1.24 , to next main 1.27
add the link as a key for primary links. part of the solution to :
node/24827

Revision 1.24.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 12 20:24:19 2005 UTC (4 years, 6 months ago) by adrian
Branch: DRUPAL-4-6
Changes since 1.24.2.2: +2 -2 lines
Diff to previous 1.24.2.2 , to branch point 1.24
that'll teach me to blindly commit things from head.

theme_help doesn't exist in it's current state yet.

Revision 1.24.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 12 20:13:59 2005 UTC (4 years, 6 months ago) by adrian
Branch: DRUPAL-4-6
Changes since 1.24.2.1: +45 -32 lines
Diff to previous 1.24.2.1 , to branch point 1.24
Synch with HEAD version.

IMPORTANT: This fixes a bug where you could not override theme_status_messages()

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 30 18:42:47 2005 UTC (4 years, 6 months ago) by tdobes
Branch: MAIN
CVS Tags: HEAD
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
update for #21517

Revision 1.24.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 23 01:04:53 2005 UTC (4 years, 7 months ago) by unconed
Branch: DRUPAL-4-6
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
- Check_plain changes were missing from phptemplate 4.6.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 11 00:07:54 2005 UTC (4 years, 7 months ago) by adrian
Branch: MAIN
Changes since 1.25: +44 -31 lines
Diff to previous 1.25
Fixes various issues with PHPTemplate for 4.6.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 31 19:53:47 2005 UTC (4 years, 7 months ago) by tdobes
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
Update for plain-text checking changes - #18817

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 26 18:20:09 2005 UTC (4 years, 8 months ago) by adrian
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.23: +5 -1 lines
Diff to previous 1.23
Allow designers to switch templates by modifying the template_file variable which as it is passed through _phptemplate_variables();

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 24 16:06:23 2005 UTC (4 years, 8 months ago) by chx
Branch: MAIN
Changes since 1.22: +36 -29 lines
Diff to previous 1.22
Support external primary and secondary links

Revision 1.10.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 24 16:04:51 2005 UTC (4 years, 8 months ago) by chx
Branch: DRUPAL-4-5
Changes since 1.10.2.4: +41 -34 lines
Diff to previous 1.10.2.4 , to branch point 1.10 , to next main 1.27
Support external primary and secondary links

Revision 1.10.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 18 17:39:37 2005 UTC (4 years, 8 months ago) by adrian
Branch: DRUPAL-4-5
Changes since 1.10.2.3: +1 -1 lines
Diff to previous 1.10.2.3 , to branch point 1.10
Use node-$node->type.tpl.php when found.

Revision 1.10.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 17 20:21:03 2005 UTC (4 years, 8 months ago) by adrian
Branch: DRUPAL-4-5
Changes since 1.10.2.2: +58 -44 lines
Diff to previous 1.10.2.2 , to branch point 1.10
Back port of all the new phptemplate 4.6 features.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 14 21:59:40 2005 UTC (4 years, 8 months ago) by adrian
Branch: MAIN
Changes since 1.21: +7 -18 lines
Diff to previous 1.21
Clean up patch from TDobes.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 6 14:39:20 2005 UTC (4 years, 8 months ago) by adrian
Branch: MAIN
Changes since 1.20: +17 -3 lines
Diff to previous 1.20
Fix primary/secondary links invalid xhtml (field is title, not description).
Additional handling of sidebars. Variables block_seqid and block_zebra are reset
for left and right columns. Seqid and Zebra still exist for all blocks in sequence.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 4 02:51:02 2005 UTC (4 years, 8 months ago) by adrian
Branch: MAIN
Changes since 1.19: +19 -0 lines
Diff to previous 1.19
Pass zebra and seqid variables to all templates by default (as explained here : http://drupal.org/node/16383)
Make the node object available to the page template on node views.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 4 00:48:55 2005 UTC (4 years, 8 months ago) by adrian
Branch: MAIN
Changes since 1.18: +44 -111 lines
Diff to previous 1.18
Removed the caching of files.. as file_exists had little impact on the performance.
Removed the old style link parsing
Some small updates to work with 4.6
Checks for node-$type.tpl.php, so you can seperately theme story and blog nodes, for instance. Practically I think css is still better.
Loads favicon.ico when found in the theme directory. (this was there already, although it was broken)

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 22 09:46:08 2005 UTC (4 years, 9 months ago) by tdobes
Branch: MAIN
Changes since 1.17: +5 -19 lines
Diff to previous 1.17
fixing collision from last commit which broke node display

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 21 17:41:18 2005 UTC (4 years, 9 months ago) by adrian
Branch: MAIN
Changes since 1.16: +37 -5 lines
Diff to previous 1.16
Works on Drupal 4.6 now.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 29 10:17:13 2005 UTC (4 years, 9 months ago) by tdobes
Branch: MAIN
Changes since 1.15: +1 -9 lines
Diff to previous 1.15
update for changes made in #13907

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 22 22:14:05 2004 UTC (4 years, 11 months ago) by adrian
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
commit "incorrect attribute in primary link" fix.

Revision 1.10.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 22 22:12:48 2004 UTC (4 years, 11 months ago) by adrian
Branch: DRUPAL-4-5
Changes since 1.10.2.1: +1 -1 lines
Diff to previous 1.10.2.1 , to branch point 1.10
Commit the "incorrect attribute in primary links" fix.

Revision 1.10.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 9 20:17:39 2004 UTC (4 years, 11 months ago) by adrian
Branch: DRUPAL-4-5
Changes since 1.10: +131 -43 lines
Diff to previous 1.10
Committing the new link configuration for 4.5.x

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 25 00:08:23 2004 UTC (5 years ago) by tdobes
Branch: MAIN
Changes since 1.13: +3 -21 lines
Diff to previous 1.13
Update for multisite patch and removal of link_page

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 23 23:36:07 2004 UTC (5 years ago) by tdobes
Branch: MAIN
Changes since 1.12: +1 -2 lines
Diff to previous 1.12
Update for removal of node_link - #6166

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 22 02:11:26 2004 UTC (5 years ago) by adrian
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11
fix a small bug that created empty links.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 22 01:23:40 2004 UTC (5 years ago) by adrian
Branch: MAIN
Changes since 1.10: +130 -43 lines
Diff to previous 1.10
Completely redid the primary and secondary link configuration, on the way
fixing the problem whereby you couldn't link to an external link, and the inability to have a title tag.

Also does some regular expressions to prepopulate the form with the links from
link_page.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 2 13:04:40 2004 UTC (5 years ago) by adrian
Branch: MAIN
Branch point for: DRUPAL-4-5
Changes since 1.9: +2 -3 lines
Diff to previous 1.9
trim the primary / secondary nav links, so a trailing ';' won't create a dummy entry

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 16 01:25:12 2004 UTC (5 years, 1 month ago) by tdobes
Branch: MAIN
Changes since 1.8: +6 -1 lines
Diff to previous 1.8
Avoid errors when taxonomy.module is not enabled

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 26 21:46:09 2004 UTC (5 years, 2 months ago) by adrian
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Fixes the problem whereby an empty array is always passed to secondary_links and primary_links, causing
the templates to print out a empty link.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 25 14:24:06 2004 UTC (5 years, 2 months ago) by gordon
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
- fix up an oops with the primary and secondary links

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 25 13:40:26 2004 UTC (5 years, 2 months ago) by gordon
Branch: MAIN
Changes since 1.5: +6 -2 lines
Diff to previous 1.5
- add additional variables so that porting themes from xtemplate would be
  easier.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 23 02:55:11 2004 UTC (5 years, 2 months ago) by unconed
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
PHPTemplate stilled used 'static' rather than 'sticky' for nodes.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 22 19:28:28 2004 UTC (5 years, 2 months ago) by adrian
Branch: MAIN
Changes since 1.3: +2 -0 lines
Diff to previous 1.3
Set $layout to 'none' instead of '' when no sidebars are enabled

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 16 15:38:41 2004 UTC (5 years, 2 months ago) by adrian
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
fix the phptemplate_templates() function definition

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 15 14:12:30 2004 UTC (5 years, 2 months ago) by adrian
Branch: MAIN
Changes since 1.1: +5 -6 lines
Diff to previous 1.1
fixes a problem with the $terms variable, removes some more cruft from 4.4 , and makes user pictures work as expected.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 11 14:26:16 2004 UTC (5 years, 2 months ago) by adrian
Branch: MAIN
Branch point for: avendor
First commit of the new PHPTemplate engine for Drupal 4.5

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2