Log of /contributions/modules/user_titles/user_titles.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 7 01:49:18 2009 UTC
(10 months, 2 weeks ago)
by
agileware
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.18: +488 -202 lines
Diff to
previous 1.18
Ported new functionality from D5 version:
- Hookable points system
- Removed javascript from settings
- Can now add an image to a user title
Revision
1.15.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Dec 19 05:13:48 2008 UTC
(11 months, 1 week ago)
by
agileware
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-0
Changes since
1.15.2.2: +1 -1 lines
Diff to
previous 1.15.2.2
, to
branch point 1.15
#159923 patch by ezyang - Hookable points system
#206299 by brianV - Bugfix for titles not updating with comments
#160943 by Gurpartap Singh - Removed javascript from settings
#160955 by Gurpartap Singh - Can now add an image to a user title
Revision
1.15.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Dec 19 04:14:03 2008 UTC
(11 months, 1 week ago)
by
agileware
Branch:
DRUPAL-5
Changes since
1.15.2.1: +471 -129 lines
Diff to
previous 1.15.2.1
, to
branch point 1.15
#159923 patch by ezyang - Hookable points system
#206299 by brianV - Bugfix for titles not updating with comments
#160943 by Gurpartap Singh - Removed javascript from settings
#160955 by Gurpartap Singh - Can now add an image to a user title
Security fix of low risk SQL Injection flaw
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Nov 19 00:46:36 2007 UTC
(2 years ago)
by
agileware
Branch:
MAIN
Changes since
1.12: +13 -18 lines
Diff to
previous 1.12
Fixing a bug in user_titles' comment counting
user_titles_comment gets its uid from $a1, which can be an array or an object.
This can cause a user's post count to be wrong because it updates the post
count for uid 0. The fix was to cast $a1 to an object.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 17 00:11:47 2007 UTC
(2 years, 4 months ago)
by
merlinofchaos
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-0-BETA
User titles module, initial commit.
This module allows the administrator to assign titles to users based
upon the number of posts that have been made. Administrators are
required to display these titles via their theme (though options
for changing this may come in the future).
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.