Log of /contributions/modules/user_tags/user_tags.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.15.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 13 00:46:41 2007 UTC
(2 years, 5 months ago)
by
flk
Branch:
DRUPAL-5--2
Changes since
1.15: +726 -226 lines
Diff to
previous 1.15
commiting new code
changed code base for module added new functionalit
TODO:
create themable functions for user profile, label_overview and blocks
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 10 23:39:07 2006 UTC
(2 years, 11 months ago)
by
flk
Branch:
MAIN
Branch point for:
DRUPAL-5
Changes since
1.13: +15 -1 lines
Diff to
previous 1.13
thnx finch: added new function to retrieve terms associated to the user of a given vocabulary and corrected the duplicate tag display problem.
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 30 23:36:50 2006 UTC
(2 years, 11 months ago)
by
flk
Branch:
MAIN
Changes since
1.11: +21 -26 lines
Diff to
previous 1.11
corrected errors with multiple freetagging and overwriting of $edit value in the freetag loop which causes normal tags (drop down box etc) not to be saved since $edit is overwritten.
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 30 02:21:01 2006 UTC
(2 years, 11 months ago)
by
flk
Branch:
MAIN
Changes since
1.10: +14 -14 lines
Diff to
previous 1.10
solved the error that was causing username to be set to the first new term when using freetag vocabulary. this was caused by the use of &$user in hook_user...when in actual fact i should have been using &$account.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 30 01:44:57 2006 UTC
(2 years, 11 months ago)
by
flk
Branch:
MAIN
Changes since
1.9: +25 -51 lines
Diff to
previous 1.9
Update module-
term_user table has a row called vid for storage of vocab id.
inputted values are displayed back to user after submit...also info is redisplayed when coming back to edit page.
there is a fixed relationship between term_user and vocabulary/term_data....
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 22 18:21:25 2006 UTC
(3 years ago)
by
flk
Branch:
MAIN
Branch point for:
DRUPAL-4-7
Changes since
1.7: +187 -179 lines
Diff to
previous 1.7
doing first commit, have a working userstag module called userstag.module....since this project already existed copied/renamed the functions.
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.