/[drupal]/contributions/modules/taxonomy_vtn/taxonomy_vtn.module
ViewVC logotype

Log of /contributions/modules/taxonomy_vtn/taxonomy_vtn.module

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.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 06:14:42 2009 UTC (6 weeks, 1 day ago) by alexiswilke
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-5
Changes since 1.1.2.34: +2 -2 lines
Diff to previous 1.1.2.34 , to branch point 1.1
* Insert the CSS file so it can be optimized [#539846]

Revision 1.1.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 30 21:40:15 2009 UTC (2 months, 3 weeks ago) by alexiswilke
Branch: DRUPAL-6--1
Changes since 1.1.2.33: +2 -1 lines
Diff to previous 1.1.2.33 , to branch point 1.1
* Added "Show synonyms to roles" option

Revision 1.1.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 18 08:06:32 2009 UTC (3 months, 1 week ago) by alexiswilke
Branch: DRUPAL-6--1
Changes since 1.1.2.32: +3 -3 lines
Diff to previous 1.1.2.32 , to branch point 1.1
Fixed some formatting in the module.
Fixed a word in the French translation.

Revision 1.1.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 18 07:11:14 2009 UTC (3 months, 1 week ago) by alexiswilke
Branch: DRUPAL-6--1
Changes since 1.1.2.31: +7 -5 lines
Diff to previous 1.1.2.31 , to branch point 1.1
Avoid calling exec() if it does not exist.

Revision 1.1.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 26 21:39:07 2009 UTC (4 months ago) by alexiswilke
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-4
Changes since 1.1.2.30: +3 -2 lines
Diff to previous 1.1.2.30 , to branch point 1.1
* Fixed [#531126]
* Fixed problems with columns and ALPHA test (i.e. really synonyms problem)

Revision 1.1.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 18 19:06:45 2009 UTC (4 months, 1 week ago) by alexiswilke
Branch: DRUPAL-6--1
Changes since 1.1.2.29: +2 -1 lines
Diff to previous 1.1.2.29 , to branch point 1.1
Fixed a small problem with the count of child terms ([#252120])
Added support for the nodes to appear in a parent list of terms ([#252120])

Revision 1.1.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 20 09:47:36 2009 UTC (5 months, 1 week ago) by alexiswilke
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-3
Changes since 1.1.2.28: +3 -1 lines
Diff to previous 1.1.2.28 , to branch point 1.1
Added support to sort by:
* Weight
* Number
* Without unwanted characters

Revision 1.1.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 17 08:13:20 2009 UTC (5 months, 1 week ago) by alexiswilke
Branch: DRUPAL-6--1
Changes since 1.1.2.27: +12 -3 lines
Diff to previous 1.1.2.27 , to branch point 1.1
Added support to display all the groups at the top of the index separating
the groups by their name (name, group vocabularies, name, group vocabularies,
etc.)
Added a global variable in the Taxonomy VTN so one can change the "Master index"
name with another.

Revision 1.1.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 16 09:20:43 2009 UTC (5 months, 1 week ago) by alexiswilke
Branch: DRUPAL-6--1
Changes since 1.1.2.26: +19 -1 lines
Diff to previous 1.1.2.26 , to branch point 1.1
Added support to be able to access the vocabularies and terms by name.

Revision 1.1.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 16 07:27:58 2009 UTC (5 months, 1 week ago) by alexiswilke
Branch: DRUPAL-6--1
Changes since 1.1.2.25: +21 -1 lines
Diff to previous 1.1.2.25 , to branch point 1.1
Added support for breadcrumbs instead of that Back to ... link.
Added support for groups (i.e. each vocabulary can be assigned one or more
group)
Added support for letters (display a list of words starting with a given
letter or set of letters)

Revision 1.1.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 15 20:21:06 2009 UTC (5 months, 1 week ago) by alexiswilke
Branch: DRUPAL-6--1
Changes since 1.1.2.24: +2 -2 lines
Diff to previous 1.1.2.24 , to branch point 1.1
Added "Site index" to the README.txt and changed the module so it uses
a lowercase as for most of the Drupal menu titles.

Revision 1.1.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 11 23:02:54 2009 UTC (5 months, 2 weeks ago) by alexiswilke
Branch: DRUPAL-6--1
Changes since 1.1.2.23: +42 -435 lines
Diff to previous 1.1.2.23 , to branch point 1.1
Added support to navigate the parent/child taxonomy tree instead of just
showing all the terms as one big block.
The one problem I can foresee is that the user has to setup the parent
child relations... if you have a large taxonomy (i.e. 500k words) you
probably won't do that.
Usage wise, there will be problems with terms having multiple parents.
Other than that, a real breadcrumb would be great!

Revision 1.1.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 19 09:15:05 2009 UTC (6 months, 1 week ago) by alexiswilke
Branch: DRUPAL-6--1
Changes since 1.1.2.22: +18 -0 lines
Diff to previous 1.1.2.22 , to branch point 1.1
Fixed a problem with the menu, we need to have all three entries: %, %/% and %/%/%
Fixed the cache in the pages since each different URL needs a different cache name

Revision 1.1.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 19 08:13:16 2009 UTC (6 months, 1 week ago) by alexiswilke
Branch: DRUPAL-6--1
Changes since 1.1.2.21: +3 -2 lines
Diff to previous 1.1.2.21 , to branch point 1.1
Support for parent/children lists instead of the whole entire vocabulary.

Revision 1.1.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 23 07:34:18 2009 UTC (7 months ago) by alexiswilke
Branch: DRUPAL-6--1
Changes since 1.1.2.20: +11 -4 lines
Diff to previous 1.1.2.20 , to branch point 1.1
Added support to get an edit link for each term whenever the list of terms
is being displayed.

Revision 1.1.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 25 06:49:50 2009 UTC (8 months ago) by alexiswilke
Branch: DRUPAL-6--1
Changes since 1.1.2.19: +7 -1 lines
Diff to previous 1.1.2.19 , to branch point 1.1
Made several "small" optimizations for synonyms and related terms.
Added some statistics to see how many terms, links to nodes, etc. you have

Revision 1.1.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 09:28:38 2009 UTC (10 months ago) by alexiswilke
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.1.2.18: +5 -1 lines
Diff to previous 1.1.2.18 , to branch point 1.1
Added support for a taxonomy_view link from the terms of the vocabulary.
We need to look closer into this to better support proper titles, definitions,
table of content look, etc.

Revision 1.1.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 19 07:41:10 2009 UTC (10 months, 1 week ago) by alexiswilke
Branch: DRUPAL-6--1
Changes since 1.1.2.17: +14 -3 lines
Diff to previous 1.1.2.17 , to branch point 1.1
Forgot to add the CSS that has changed to support the DIVs instead of the SPANs
Also fixed the names from just "description" to taxonomy-vtn-description.
Added two flags to remove the "Show / Hide descriptions" links at the top,
but still keep the descriptions in the tables. This is particularly useful
for the master list (Vocabularies) since often you have only a very few and
the descriptions are not a major problem.

Revision 1.1.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 19 06:39:01 2009 UTC (10 months, 1 week ago) by alexiswilke
Branch: DRUPAL-6--1
Changes since 1.1.2.16: +37 -4 lines
Diff to previous 1.1.2.16 , to branch point 1.1
Added support for an Input format selection as per #356381
Fixed the terms index so it makes use of <div> instead of <span> since now
the description may very well include tags such as <p> and <blockquote>

Revision 1.1.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 5 00:07:45 2009 UTC (10 months, 3 weeks ago) by alexiswilke
Branch: DRUPAL-6--1
Changes since 1.1.2.15: +38 -25 lines
Diff to previous 1.1.2.15 , to branch point 1.1
Updated the text so it is a bit more like proper English (the main author is
Polish and he did a really good job already!)
Also fixed a weight and the Help to mention the fact that the terms and
nodes are not being setup in the Taxonomy instead of the global setup.

Revision 1.1.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 14 06:27:43 2008 UTC (11 months, 1 week ago) by alexiswilke
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1
Changes since 1.1.2.14: +13 -1 lines
Diff to previous 1.1.2.14 , to branch point 1.1
Added a list of the letters at the top of the index page (hidden by default.)
Added an option to break that list on two lines.
Reorganized the code so we could have a main <div></div> to encompass the
entire page. That way you can style differently depending on the page.
Updated the styles accordingly.

Revision 1.1.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 14 00:43:36 2008 UTC (11 months, 1 week ago) by alexiswilke
Branch: DRUPAL-6--1
Changes since 1.1.2.13: +25 -11 lines
Diff to previous 1.1.2.13 , to branch point 1.1
Many fixes to the taxonomy selection.
Added feature to select visible indexes (vocabulary, terms, nodes)
Fixed a bug in gathering the flags to use for nodes (use vid instead of tid)
Fixed the save of a taxonomy vocabulary so it clears the cache properly
Removed the constrain of 1 column to hide node indices

Revision 1.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 13 10:18:27 2008 UTC (11 months, 2 weeks ago) by alexiswilke
Branch: DRUPAL-6--1
Changes since 1.1.2.12: +29 -4 lines
Diff to previous 1.1.2.12 , to branch point 1.1
Implemented the "Include" opposed to the "Exclude" of ids
Fixed the position of the Save/Delete in the taxonomy form

Revision 1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 13 02:08:03 2008 UTC (11 months, 2 weeks ago) by alexiswilke
Branch: DRUPAL-6--1
Changes since 1.1.2.11: +2 -2 lines
Diff to previous 1.1.2.11 , to branch point 1.1
Removed the "settings" in the settings menu title.

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 13 01:56:12 2008 UTC (11 months, 2 weeks ago) by alexiswilke
Branch: DRUPAL-6--1
Changes since 1.1.2.10: +183 -120 lines
Diff to previous 1.1.2.10 , to branch point 1.1
Many changes:
* Added support for per node type selections of terms & nodes
* Fixed the CSS names (from using _ to -)
* Fixed some small bugs (such as duplicates when multiple parents are defined on a term)
* Fixed some code formatting

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 27 23:26:48 2008 UTC (15 months ago) by tomaszx
Branch: DRUPAL-6--1
Changes since 1.1.2.9: +6 -1 lines
Diff to previous 1.1.2.9 , to branch point 1.1
add: related terms

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 27 21:40:36 2008 UTC (15 months ago) by tomaszx
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC6
Changes since 1.1.2.8: +2 -2 lines
Diff to previous 1.1.2.8 , to branch point 1.1
Fixed: range for options

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 1 09:19:17 2008 UTC (16 months, 3 weeks ago) by tomaszx
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC5
Changes since 1.1.2.7: +15 -1 lines
Diff to previous 1.1.2.7 , to branch point 1.1
add pager for nodes

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 23 19:14:23 2008 UTC (17 months ago) by tomaszx
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC4
Changes since 1.1.2.6: +5 -5 lines
Diff to previous 1.1.2.6 , to branch point 1.1
*** empty log message ***

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 23 19:09:06 2008 UTC (17 months ago) by tomaszx
Branch: DRUPAL-6--1
Changes since 1.1.2.5: +80 -52 lines
Diff to previous 1.1.2.5 , to branch point 1.1
many changes: add exclude vocs and terms options

Revision 1.1.2.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 22 21:36:47 2008 UTC (18 months ago) by tomaszx
Branch: DRUPAL-5
Changes since 1.1.2.5: +76 -52 lines
Diff to previous 1.1.2.5 , to next main 1.1.2.35
Initial development release for Drupal 5

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 17 07:08:22 2008 UTC (18 months, 1 week ago) by tomaszx
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-5--1-0-DEV, DRUPAL-6--1-0-RC2, DRUPAL-6--1-0-RC3
Branch point for: DRUPAL-5
Changes since 1.1.2.4: +32 -2 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Checking for older version of php. Fix blank page after settings. and minor bug fix.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 13 07:49:41 2008 UTC (18 months, 2 weeks ago) by tomaszx
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC1
Changes since 1.1.2.3: +27 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Add: really support for setlocale, pot templates and simple Polish translations.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 1 10:01:12 2008 UTC (18 months, 3 weeks ago) by tomaszx
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA4, DRUPAL-6--1-0-BETA5
Changes since 1.1.2.2: +27 -1 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#250705 by abcbook: block error with empty vocs and add option to overwrite links

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 22 23:49:05 2008 UTC (19 months ago) by tomaszx
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA3
Changes since 1.1.2.1: +7 -7 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Block for vocabularies.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 18 13:52:50 2008 UTC (19 months, 1 week ago) by tomaszx
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA2
Changes since 1.1: +42 -12 lines
Diff to previous 1.1
#248166 and #248115 by John Bryan: some feature request

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 17 18:37:34 2008 UTC (19 months, 1 week ago) by tomaszx
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, HEAD
Branch point for: DRUPAL-6--1
Initial commit of taxonomy_vtn module.

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