/[drupal]/contributions/modules/cmt/cmt.install
ViewVC logotype

Log of /contributions/modules/cmt/cmt.install

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.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 27 18:08:06 2007 UTC (2 years, 3 months ago) by agaric
Branch: DRUPAL-5
Changes since 1.9.2.2: +3 -1 lines
Diff to previous 1.9.2.2 , to branch point 1.9
fixed the no root parents problem, but the bad news is the insert statement seems to have ignored the 0 and put in the next tid.  It worked with an update, but this probably means the cmt.install file will need a hack like adding auto_increment after the first insert, or doing an update immediately after the insert

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 26 21:08:36 2007 UTC (2 years, 3 months ago) by agaric
Branch: DRUPAL-5
Changes since 1.9.2.1: +12 -0 lines
Diff to previous 1.9.2.1 , to branch point 1.9
So just before the summer of code dojo reportback I got the function that killed me to work.  WOOOHOOOO I wish my bash let me put in exclamation points.  http://agaricdesign.com/listing-of-all-possible-ancestor-paths-defeated for more on the breakthrough.

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 23 14:42:43 2007 UTC (2 years, 3 months ago) by agaric
Branch: DRUPAL-5
Changes since 1.9: +3 -1 lines
Diff to previous 1.9
made it an option to display CMT term managing forms on node teasers, by node type (for now this has to be done at Administer > Content > Content Types and pick your content type, but it will be added to the CMT settings page as a checklist also).. with the admin include file updated

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 19 19:08:25 2007 UTC (2 years, 3 months ago) by agaric
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5
Changes since 1.8: +2 -1 lines
Diff to previous 1.8
sorry folks, auto_increment must be defined on a primary key column... fixing that.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 19 18:53:03 2007 UTC (2 years, 3 months ago) by agaric
Branch: MAIN
Changes since 1.7: +9 -7 lines
Diff to previous 1.7
many changes have been made and not documented while cvs.drupal.org was down.  The previous commit message was quite out of date.  Latest change is tightening up the .info file text.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 19 16:21:56 2007 UTC (2 years, 3 months ago) by agaric
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
reversed  and  in cmt_term_attribute_set and cmt_vote and the like: it's far more likely we'll want to override the vote count than the user, and easier to throw a 1 in there for value than to get the current users ID anyway

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 19 07:59:42 2007 UTC (2 years, 3 months ago) by agaric
Branch: MAIN
Changes since 1.5: +0 -1 lines
Diff to previous 1.5
fun with regular expressions

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 18 19:49:49 2007 UTC (2 years, 3 months ago) by agaric
Branch: MAIN
Changes since 1.4: +15 -16 lines
Diff to previous 1.4
made content_id on each table an auto_increment field (serial CHECK (content_id >= 0)) on PGSQL based on three hours re-reading the great serials/auto-increment debate and ultimately looking at core table declarations and confirming that db_last_insert_id is as simple as it looks

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 18 17:49:22 2007 UTC (2 years, 3 months ago) by agaric
Branch: MAIN
Changes since 1.3: +3 -11 lines
Diff to previous 1.3
set functions based around cmt_term_* tables introduced

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 18 09:59:32 2007 UTC (2 years, 3 months ago) by agaric
Branch: MAIN
Changes since 1.2: +76 -75 lines
Diff to previous 1.2
styles

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 21 22:27:01 2007 UTC (2 years, 4 months ago) by agaric
Branch: MAIN
Changes since 1.1: +7 -4 lines
Diff to previous 1.1
a number of fixes so if some fool downloads and installs this pre-alpha module, the administration pages will work (I'd broken everything by changing the basis of a vocabulary being community managed from if the module name assigned to it is cmt, to checking if there's a vid in the cmt_vocabulary table)

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 20 14:03:42 2007 UTC (2 years, 4 months ago) by agaric
Branch: MAIN
Initial checkin of Community Managed Taxonomy for Drupal 5, pre-alpha version

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