Log of /contributions/modules/cmt/cmt.install
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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)
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.