/[drupal]/contributions/themes/hunchbaque/template.php
ViewVC logotype

Log of /contributions/themes/hunchbaque/template.php

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.13.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 19 20:18:50 2008 UTC (20 months, 1 week ago) by zarabadoo
Branch: DRUPAL-6--2
Changes since 1.13.2.5: +7 -211 lines
Diff to previous 1.13.2.5 , to branch point 1.13
split up the functionality of the template.php amongst multiple files

Revision 1.13.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 27 19:54:10 2008 UTC (21 months ago) by zarabadoo
Branch: DRUPAL-6--2
Changes since 1.13.2.4: +55 -20 lines
Diff to previous 1.13.2.4 , to branch point 1.13
improve on the IE stylesheet handling by compensating for different versions of IE and the media type.

Revision 1.13.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 22 22:02:34 2008 UTC (21 months ago) by zarabadoo
Branch: DRUPAL-6--2
Changes since 1.13.2.3: +14 -1 lines
Diff to previous 1.13.2.3 , to branch point 1.13
add some new files and remove some unneded ones. also add classes to blocks.

Revision 1.13.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 22 18:46:55 2008 UTC (21 months ago) by zarabadoo
Branch: DRUPAL-6--2
Changes since 1.13.2.2: +33 -4 lines
Diff to previous 1.13.2.2 , to branch point 1.13
rework the front page class on the body tag and also add attributes to be used on comments.

Revision 1.13.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 22 17:17:38 2008 UTC (21 months ago) by zarabadoo
Branch: DRUPAL-6--2
Changes since 1.13.2.1: +61 -19 lines
Diff to previous 1.13.2.1 , to branch point 1.13
Add id and class information to the node templates.

Revision 1.13.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 22 08:41:50 2008 UTC (21 months, 1 week ago) by zarabadoo
Branch: DRUPAL-6--2
Changes since 1.13: +54 -247 lines
Diff to previous 1.13
add the beginnings of drupal 6 compatibility. All previous functionality is stripped out for the time being and currently only has the body variables working.

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 22:13:41 2008 UTC (21 months, 1 week ago) by zarabadoo
Branch: DRUPAL-5
Changes since 1.2.2.5: +8 -4 lines
Diff to previous 1.2.2.5 , to branch point 1.2 , to next main 1.13
remove margins from the admin columns and compensate for error pages on the body ids and classes.

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 21:05:39 2008 UTC (21 months, 1 week ago) by zarabadoo
Branch: DRUPAL-5
Changes since 1.2.2.4: +13 -13 lines
Diff to previous 1.2.2.4 , to branch point 1.2
fix the tabs display in IE6 and 7 and then move it below the main headline on the page.

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 03:04:23 2008 UTC (21 months, 1 week ago) by zarabadoo
Branch: DRUPAL-5
Changes since 1.2.2.3: +51 -34 lines
Diff to previous 1.2.2.3 , to branch point 1.2
Add more classes and id's to the page body tag and also the comments.

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 22:43:03 2008 UTC (21 months, 1 week ago) by zarabadoo
Branch: DRUPAL-5
Changes since 1.2.2.2: +64 -35 lines
Diff to previous 1.2.2.2 , to branch point 1.2
Clean and sort the CSS. Made it more module by offloading it to another function and also added the ability to add IE stylesheets. Added better style resetting by implementing a heavily modified version of blueprint.

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 20:38:51 2008 UTC (21 months, 1 week ago) by zarabadoo
Branch: DRUPAL-5
Changes since 1.2.2.1: +139 -42 lines
Diff to previous 1.2.2.1 , to branch point 1.2
Clean up the menus. The secondary menu was moved up and below the main menu. Made a better menu trail by making promary menu items "active" even when one of it's subitems is active. apply a first and last attribute in the primay and secondary menus.

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 00:20:38 2008 UTC (21 months, 1 week ago) by zarabadoo
Branch: DRUPAL-5
Changes since 1.2: +16 -8 lines
Diff to previous 1.2
Make sure help that only consists of an empty paragraph does not appear on the page.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 29 18:55:22 2007 UTC (2 years ago) by zarabadoo
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--2
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
fix the widths of input.form-text in the sidebar areas.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 29 18:49:40 2007 UTC (2 years ago) by zarabadoo
Branch: MAIN
Changes since 1.11: +32 -3 lines
Diff to previous 1.11
Add support for quickly adding IE specific stylesheets in template.php

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 29 18:02:32 2007 UTC (2 years ago) by zarabadoo
Branch: MAIN
Changes since 1.10: +31 -23 lines
Diff to previous 1.10
Make comments on nodes hAtom microformat compatible and five the username hCard format to work better.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 29 00:36:03 2007 UTC (2 years ago) by zarabadoo
Branch: MAIN
Changes since 1.9: +41 -2 lines
Diff to previous 1.9
Implement the start of support for the hAtom and hCard microformats.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 28 22:36:44 2007 UTC (2 years ago) by zarabadoo
Branch: MAIN
Changes since 1.8: +1 -2 lines
Diff to previous 1.8
Remove Blueprint folder and make the needed files form it readily available. Make modifications to the stock blueprintcss forms.css to be compatible with the Drupal classes for input text types.

Also add calls to label what templates are being used where on the page.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 28 00:42:48 2007 UTC (2 years ago) by zarabadoo
Branch: MAIN
Changes since 1.7: +52 -98 lines
Diff to previous 1.7
Add the Blueprint.css framework (under MIT license, so it is compatible with GPL) and do general cleanup of the code and files.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 27 20:21:20 2007 UTC (2 years ago) by zarabadoo
Branch: MAIN
Changes since 1.6: +23 -4 lines
Diff to previous 1.6
reconfigure hunchbaque_theme_styles() and hunchbaque_styles() to support multiple media types for stylesheets.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 18 17:21:38 2007 UTC (2 years, 2 months ago) by zarabadoo
Branch: MAIN
Changes since 1.5: +22 -1 lines
Diff to previous 1.5
Add drupal stock styles to the css folder and move the style.css to the css folder. This is to allow for otheres to be able to skip a step in moving around CSS files so that they can be edittied directly instead of overridden and adding to CSS bloat.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 21 22:27:55 2007 UTC (2 years, 3 months ago) by zarabadoo
Branch: MAIN
Changes since 1.4: +25 -1 lines
Diff to previous 1.4
Separate the CSS into several files to accomodate team development. This takes advantage of Drupal's CSS crunching

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 15 17:47:18 2007 UTC (2 years, 3 months ago) by zarabadoo
Branch: MAIN
Changes since 1.3: +2 -14 lines
Diff to previous 1.3
remove the call for the custom search template since it does not seem to be workinng currently. will investigate more.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 15 16:35:54 2007 UTC (2 years, 3 months ago) by zarabadoo
Branch: MAIN
Changes since 1.2: +16 -10 lines
Diff to previous 1.2
Rework the CSS to use the Reset CSS method by Eric Meyer (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) with a few modifications to give some decent default styles. Also added more of the default Drupal CSS to the style.css. This is to allow for some proper effects management and also give a starting point for some of the commonly used classes. Because of these changes, some of the images used are added to the theme.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 9 17:45:48 2007 UTC (2 years, 3 months ago) by zarabadoo
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.1: +76 -6 lines
Diff to previous 1.1
Clean up the code and comment for an initial project reveal.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 11 23:17:17 2007 UTC (2 years, 5 months ago) by zarabadoo
Branch: MAIN
Creating new theme with a liquid layout and has as close to human-readable XHTML 1.1 Strict output as possible. Is not terribly interesting looking on its own, but should provide a good base for most new themes out there.

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