Log of /contributions/modules/taxonomy_theme/taxonomy_theme.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.49.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 12 20:01:53 2009 UTC
(10 months, 1 week ago)
by
profix898
Branch:
DRUPAL-6--1
Changes since
1.49: +5 -5 lines
Diff to
previous 1.49
, to
next main 1.50
- bugfix: do not store properties for default theme
- bugfix: entries with conditions are not removed on selection method change
- task: change taxonomy_theme to support new themekey namespaces
Revision
1.50 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 12 19:58:32 2009 UTC
(10 months, 1 week ago)
by
profix898
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.49: +5 -5 lines
Diff to
previous 1.49
- bugfix: do not store properties for default theme
- bugfix: entries with conditions are not removed on selection method change
- task: change taxonomy_theme to support new themekey namespaces
Revision
1.46 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 4 12:08:03 2006 UTC
(3 years, 1 month ago)
by
profix898
Branch:
MAIN
Changes since
1.45: +36 -208 lines
Diff to
previous 1.45
- seperate taxonomy-based and path-based theme selection
- auto-enable module on install
- forum depends on taxonomy-based
- use 'System default' label
Revision
1.32 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 19 22:45:26 2006 UTC
(3 years, 7 months ago)
by
profix898
Branch:
MAIN
Changes since
1.31: +61 -40 lines
Diff to
previous 1.31
- better support for taxonomy_theme
- bugfix: taxonomy_theme and forums
- bugfix: assign node themes with 'administer' permission
- bugfix: reset pathes caches after altering table
- code cleanup
Revision
1.31 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 18 14:57:51 2006 UTC
(3 years, 7 months ago)
by
profix898
Branch:
MAIN
Changes since
1.30: +18 -72 lines
Diff to
previous 1.30
- use taxonomy_node_get_terms_by_vocabulary for term-based method
- remove taxonomy_context related code
Revision
1.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 18 09:59:19 2006 UTC
(3 years, 7 months ago)
by
profix898
Branch:
MAIN
Changes since
1.28: +90 -61 lines
Diff to
previous 1.28
- caching regexps from 'extended' table
- added form_alter code for forums and content type
- module weight adjustment code removed (value set to -10)
- some smaller bugfixes
Revision
1.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 13 14:07:09 2006 UTC
(3 years, 7 months ago)
by
profix898
Branch:
MAIN
Changes since
1.27: +10 -7 lines
Diff to
previous 1.27
- support custom_url_rewrite also (use drupal_get_normal_path)
- bugfix: save reordered pathes to theme_pathes
Revision
1.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 12 17:21:55 2006 UTC
(3 years, 7 months ago)
by
profix898
Branch:
MAIN
Changes since
1.26: +150 -90 lines
Diff to
previous 1.26
- support for path aliases
- new permission: assign node theme
- assign theme from create/edit node pages directly
- option to select 'use default' in form_altered pages
- various bugfixes
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 12 00:06:13 2006 UTC
(3 years, 7 months ago)
by
profix898
Branch:
MAIN
Changes since
1.25: +75 -61 lines
Diff to
previous 1.25
- support for forum themes added to nodetype-based
- bugfix: change theme on selector vid only (term-based)
- bugfix: forum themes interfering with term themes (all-taxonomy)
Revision
1.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 10 22:34:00 2006 UTC
(3 years, 7 months ago)
by
profix898
Branch:
MAIN
Changes since
1.22: +382 -237 lines
Diff to
previous 1.22
- table to manage theme pathes (for extended options)
- support for theming views (from views.module)
- added permission to administer taxonomy_theme
- module reorganized (e.g. hook_settings -> hook_menu)
- .install to create tables and update from previous version
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 27 11:32:45 2006 UTC
(3 years, 8 months ago)
by
profix898
Branch:
MAIN
Changes since
1.20: +16 -25 lines
Diff to
previous 1.20
- 'override' option removed (confusing for site users)
- bugfix: dont theme admin/block (issue #56047)
Revision
1.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 26 08:58:05 2006 UTC
(3 years, 8 months ago)
by
profix898
Branch:
MAIN
Changes since
1.15: +81 -35 lines
Diff to
previous 1.15
- bugfix: taxonomy_theme incompatible with 4.7b6 or later
- using weight to ensure taxonomy_theme being the first
(reduce weight by 1 if theme does not apply)
- hook_install: set weight to -1 on install
- only apply theme if it changed, theme != default theme
(give other modules e.g. block.module chance)
- option to override previous
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 26 18:32:57 2006 UTC
(3 years, 8 months ago)
by
profix898
Branch:
MAIN
Changes since
1.8: +63 -53 lines
Diff to
previous 1.8
- bugfix for php 5.0.5 and above (issue #50730 by llizards)
- additional string variables converted to t('...') for better localization
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 4 11:58:44 2006 UTC
(3 years, 9 months ago)
by
profix898
Branch:
MAIN
Branch point for:
DRUPAL-4-6
Changes since
1.5: +251 -51 lines
Diff to
previous 1.5
+ support for pathes of
- taxonomy_menu/x
- taxonomy/term/x
- node/x
+ assign different theme to 'Admin Area' (issue #47327)
+ provide inactive themes for selection (issue #40643)
+ support for forums (issue #45741, path: forum/x)
+ 3 different selection methods (issue #45364)
- term-based (original)
- vocab-based \
- all taxonomy / (look at README.txt)
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.