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

Log of /contributions/modules/userpoints/userpoints.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.15.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 8 23:35:55 2009 UTC (7 weeks, 1 day ago) by kbahey
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.15.2.4: +25 -25 lines
Diff to previous 1.15.2.4 , to branch point 1.15
#599624 by MGN, remove t() from .install file

Revision 1.15.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 15 20:44:07 2009 UTC (4 months, 1 week ago) by kbahey
Branch: DRUPAL-6--1
Changes since 1.15.2.3: +29 -1 lines
Diff to previous 1.15.2.3 , to branch point 1.15
#395500 by ilo, time_stamp can now be changed in the API. changed is the field that holds the real time stamp

Revision 1.15.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 29 19:13:04 2009 UTC (8 months ago) by kbahey
Branch: DRUPAL-6--1
Changes since 1.15.2.2: +11 -11 lines
Diff to previous 1.15.2.2 , to branch point 1.15
#417558 fix for mispelled 'lenght' in .install

Revision 1.15.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 9 08:41:49 2009 UTC (10 months, 2 weeks ago) by jredding
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.15.2.1: +7 -1 lines
Diff to previous 1.15.2.1 , to branch point 1.15
changed the permission admin userpoints to administer userpoints to be inline with Drupal standards

Revision 1.2.2.7.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 11 16:32:35 2008 UTC (17 months, 2 weeks ago) by kbahey
Branch: DRUPAL-5--3
Changes since 1.2.2.7.2.15: +16 -3 lines
Diff to previous 1.2.2.7.2.15 , to branch point 1.2.2.7
#267649 by BTMash, Add an index on uid, tid for performance reasons.

Revision 1.15.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 9 22:30:05 2008 UTC (17 months, 2 weeks ago) by kbahey
Branch: DRUPAL-6--1
Changes since 1.15: +8 -1 lines
Diff to previous 1.15
#267649 By BTMash: Add an index on uid, tid for performance reasons.

Revision 1.2.2.7.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 1 03:28:29 2008 UTC (17 months, 3 weeks ago) by jredding
Branch: DRUPAL-5--3
CVS Tags: DRUPAL-5--3-6, DRUPAL-5--3-7
Changes since 1.2.2.7.2.14: +33 -11 lines
Diff to previous 1.2.2.7.2.14 , to branch point 1.2.2.7
fixes in .install to address #265095, #261199 as well as other postgres related install issues

Revision 1.2.2.7.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 22 01:03:46 2008 UTC (18 months, 1 week ago) by kbahey
Branch: DRUPAL-5--3
Changes since 1.2.2.7.2.13: +47 -49 lines
Diff to previous 1.2.2.7.2.13 , to branch point 1.2.2.7
Reordered fields in the userpoints_txn table, so that the varchar/text
columns are towards the end.

Synched the PostgreSQL schema with the MySQL one, since it was missing
a few columns.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 26 20:12:43 2008 UTC (20 months ago) by kbahey
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.14: +177 -138 lines
Diff to previous 1.14
#228478: by BTMash and t3r0: Port to Drupal 6.x

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 00:31:50 2008 UTC (20 months, 2 weeks ago) by kbahey
Branch: MAIN
Changes since 1.13: +0 -0 lines
Diff to previous 1.13
Syncing HEAD to 5.x-3.4.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 31 03:53:52 2008 UTC (21 months, 4 weeks ago) by kbahey
Branch: MAIN
Changes since 1.12: +4 -4 lines
Diff to previous 1.12
Code style corrections.

Revision 1.2.2.7.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 31 03:53:12 2008 UTC (21 months, 4 weeks ago) by kbahey
Branch: DRUPAL-5--3
CVS Tags: DRUPAL-5--3-4, DRUPAL-5--3-5
Changes since 1.2.2.7.2.12: +4 -4 lines
Diff to previous 1.2.2.7.2.12 , to branch point 1.2.2.7
Code style corrections.

Revision 1.2.2.7.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 31 03:26:48 2008 UTC (21 months, 4 weeks ago) by kbahey
Branch: DRUPAL-5--2
Changes since 1.2.2.7: +4 -4 lines
Diff to previous 1.2.2.7
Code style fixes.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 14 04:03:52 2008 UTC (22 months, 2 weeks ago) by kbahey
Branch: MAIN
Changes since 1.11: +5 -2 lines
Diff to previous 1.11
Syncing HEAD to the latest DRUPAL-5--3 branch.

Revision 1.2.2.7.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 6 14:28:50 2008 UTC (22 months, 3 weeks ago) by jredding
Branch: DRUPAL-5--3
CVS Tags: DRUPAL-5--3-2, DRUPAL-5--3-3
Changes since 1.2.2.7.2.11: +5 -2 lines
Diff to previous 1.2.2.7.2.11 , to branch point 1.2.2.7
Changed userpoints table to default tid to 0 instead of null. This is in line with the changes made to the userpoints_txn table. As userpoints is a caching table only modified by _userpoints_transaction it has no effect on previous installs. This only makes the DB a little cleaner

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 5 20:57:44 2008 UTC (22 months, 3 weeks ago) by kbahey
Branch: MAIN
Changes since 1.10: +71 -5 lines
Diff to previous 1.10
Syncing HEAD to the latest DRUPAL-5--3, so it can be used as the basis for 6.x.

Revision 1.2.2.7.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 26 08:22:30 2007 UTC (23 months ago) by jredding
Branch: DRUPAL-5--3
CVS Tags: DRUPAL-5--3-0, DRUPAL-5--3-1
Changes since 1.2.2.7.2.10: +14 -2 lines
Diff to previous 1.2.2.7.2.10 , to branch point 1.2.2.7
#198533 ezyang is right the tid should have been null to begin with, I made the change in .install need to modify throughout code of .module

Revision 1.2.2.7.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 5 14:56:25 2007 UTC (23 months, 3 weeks ago) by jredding
Branch: DRUPAL-5--3
Changes since 1.2.2.7.2.9: +2 -2 lines
Diff to previous 1.2.2.7.2.9 , to branch point 1.2.2.7
fixing .install file

Revision 1.2.2.7.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 23 11:20:55 2007 UTC (2 years ago) by jredding
Branch: DRUPAL-5--3
Changes since 1.2.2.7.2.8: +4 -2 lines
Diff to previous 1.2.2.7.2.8 , to branch point 1.2.2.7
updated .install file as the initial creation of the table didn't contain the changes in update 7. This was an oversight

Revision 1.2.2.7.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 7 13:13:44 2007 UTC (2 years ago) by jredding
Branch: DRUPAL-5--3
Changes since 1.2.2.7.2.7: +17 -1 lines
Diff to previous 1.2.2.7.2.7 , to branch point 1.2.2.7
Updated .install file to add in the new fields #184896

Revision 1.2.2.7.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 18 06:20:13 2007 UTC (2 years, 1 month ago) by jredding
Branch: DRUPAL-5--3
Changes since 1.2.2.7.2.6: +7 -1 lines
Diff to previous 1.2.2.7.2.6 , to branch point 1.2.2.7
Squish Squash #184502 #184472 as well as fixed some translation issues with categories and cleaned up some constant names

Revision 1.2.2.7.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 16 07:14:33 2007 UTC (2 years, 1 month ago) by jredding
Branch: DRUPAL-5--3
Changes since 1.2.2.7.2.5: +2 -2 lines
Diff to previous 1.2.2.7.2.5 , to branch point 1.2.2.7
type in .install file

Revision 1.2.2.7.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 15 06:42:48 2007 UTC (2 years, 1 month ago) by jredding
Branch: DRUPAL-5--3
Changes since 1.2.2.7.2.4: +6 -3 lines
Diff to previous 1.2.2.7.2.4 , to branch point 1.2.2.7
minor changes to .install file to properly create the schema

Revision 1.2.2.7.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 14 18:04:40 2007 UTC (2 years, 1 month ago) by jredding
Branch: DRUPAL-5--3
Changes since 1.2.2.7.2.3: +2 -2 lines
Diff to previous 1.2.2.7.2.3 , to branch point 1.2.2.7
fixed a minor bug in the .install file. OK fingers crossed again.

Revision 1.2.2.7.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 14 14:20:35 2007 UTC (2 years, 1 month ago) by jredding
Branch: DRUPAL-5--3
Changes since 1.2.2.7.2.2: +5 -1 lines
Diff to previous 1.2.2.7.2.2 , to branch point 1.2.2.7
Major changes in this version, so many I lost count and didn't keep a good record; sorry. I'll view the Diff then recommit with a better message. Categorization is complete and v3 is ready for BETA testing! DATABASE SCHEMA CHANGE; .install file needs some serious looking-over

Revision 1.2.2.7.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 8 13:41:38 2007 UTC (2 years, 1 month ago) by jredding
Branch: DRUPAL-5--3
Changes since 1.2.2.7.2.1: +6 -2 lines
Diff to previous 1.2.2.7.2.1 , to branch point 1.2.2.7
Categorization implemented in the transactions and API call, reporting and caching table needs to be updated

Revision 1.2.2.7.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 28 17:23:57 2007 UTC (2 years, 3 months ago) by jredding
Branch: DRUPAL-5--3
Changes since 1.2.2.7: +21 -2 lines
Diff to previous 1.2.2.7
Changes to the install file to add columns for point expiration. added to v6 upgrade; Work beginning on v3 upgrade #153626

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 29 22:14:37 2007 UTC (2 years, 5 months ago) by kbahey
Branch: MAIN
Changes since 1.9: +0 -0 lines
Diff to previous 1.9
Synching HEAD with 5.x

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 21:50:09 2007 UTC (2 years, 5 months ago) by kbahey
Branch: MAIN
Changes since 1.8: +18 -1 lines
Diff to previous 1.8
#142956 by mercmobily, does two things:
- keep audit trail when $op is "txn approve" userpoints_userpointsapi
- Have a searchable index for userpoints_txn.
These changes make userpoints work with the simple karma module.

Revision 1.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 21:49:27 2007 UTC (2 years, 5 months ago) by kbahey
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-11, DRUPAL-5--2-12, DRUPAL-5--2-13, DRUPAL-5--2-14, DRUPAL-5--2-15, DRUPAL-5--2-16
Branch point for: DRUPAL-5--2, DRUPAL-5--3
Changes since 1.2.2.6: +18 -1 lines
Diff to previous 1.2.2.6 , to branch point 1.2 , to next main 1.15
#142956 by mercmobily, does two things:
- keep audit trail when $op is "txn approve" userpoints_userpointsapi
- Have a searchable index for userpoints_txn.
These changes make userpoints work with the simple karma module.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 20 00:49:43 2007 UTC (2 years, 5 months ago) by kbahey
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
#152936 by Arancaytar, hook_update_4() is broken.

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 20 00:48:11 2007 UTC (2 years, 5 months ago) by kbahey
Branch: DRUPAL-5
Changes since 1.2.2.5: +3 -3 lines
Diff to previous 1.2.2.5 , to branch point 1.2
#152936 by Arancaytar, hook_update_4() is broken.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 10 18:35:34 2007 UTC (2 years, 5 months ago) by kbahey
Branch: MAIN
Changes since 1.6: +46 -66 lines
Diff to previous 1.6
Several fixes for the schema:
- added key on last_update field.
- moved status to be before event, since better have varchar stuff at the end
- changed event from text to varchar(32). If you want a longer field use description.
- removed /*!40100 comment from PostgreSQL
- removed unnecessary create table statements in _update_() function

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 10 18:34:46 2007 UTC (2 years, 5 months ago) by kbahey
Branch: DRUPAL-5
Changes since 1.2.2.4: +46 -66 lines
Diff to previous 1.2.2.4 , to branch point 1.2
Several fixes for the schema:
- added key on last_update field.
- moved status to be before event, since better have varchar stuff at the end
- changed event from text to varchar(32). If you want a longer field use description.
- removed /*!40100 comment from PostgreSQL
- removed unnecessary create table statements in _update_() function

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 6 05:07:15 2007 UTC (2 years, 5 months ago) by kbahey
Branch: MAIN
Changes since 1.5: +48 -2 lines
Diff to previous 1.5
#149152 by ckg, PostgreSQL: u.name must appear in the GROUP BY clause
#149151 by ckg, add support for PostgreSQL.

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 6 05:06:10 2007 UTC (2 years, 5 months ago) by kbahey
Branch: DRUPAL-5
Changes since 1.2.2.3: +48 -2 lines
Diff to previous 1.2.2.3 , to branch point 1.2
#149152 by ckg, PostgreSQL: u.name must appear in the GROUP BY clause
#149151 by ckg, add support for PostgreSQL.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 23 03:22:02 2007 UTC (2 years, 6 months ago) by kbahey
Branch: MAIN
Changes since 1.4: +10 -1 lines
Diff to previous 1.4
#145272 Adding uninstall, by theirry_gd, dami and kbahey.

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 23 03:21:15 2007 UTC (2 years, 6 months ago) by kbahey
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-10, DRUPAL-5--2-8, DRUPAL-5--2-9
Changes since 1.2.2.2: +10 -1 lines
Diff to previous 1.2.2.2 , to branch point 1.2
#145272 Adding uninstall, by theirry_gd, dami and kbahey.

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 10 14:54:49 2007 UTC (2 years, 8 months ago) by kbahey
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-0, DRUPAL-5--2-1, DRUPAL-5--2-2, DRUPAL-5--2-3, DRUPAL-5--2-4, DRUPAL-5--2-5, DRUPAL-5--2-6, DRUPAL-5--2-7
Changes since 1.2.2.1: +56 -26 lines
Diff to previous 1.2.2.1 , to branch point 1.2
Version 2.x of the API with many new contributed modules from 4.7.x-2.x.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 19 03:35:50 2007 UTC (2 years, 9 months ago) by kbahey
Branch: MAIN
Changes since 1.3: +56 -26 lines
Diff to previous 1.3
Initial port of the new 4.7.x-2.x API to 5.x.
- userpoints itself should be working, ported by dami (#120449).
- userpoints_basic should be working.
- None of the contribs have been ported yet, although some may work, but need .info files.

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 17 04:15:27 2007 UTC (2 years, 10 months ago) by kbahey
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--2-1, DRUPAL-4-7--2-2, DRUPAL-4-7--2-3
Changes since 1.1.2.4: +14 -1 lines
Diff to previous 1.1.2.4 , to branch point 1.1 , to next main 1.15
- Added a description field, to be used when adding transactions by the admin
- Add update_3 to add the extra description field

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 16 04:50:07 2007 UTC (2 years, 10 months ago) by kbahey
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--2-0
Changes since 1.1.2.3: +45 -31 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Major update for userpoints.
- Better API.
- A hook system so modules can act on points earned/lost, as well as add
  configuration settings to userpoints.
- A transaction system to allow tracking of points, as well as moderation
  of points.
- More modular design, allowing more plugins to be developed.
- Broken down into several smaller modules.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 3 16:40:25 2007 UTC (2 years, 10 months ago) by kbahey
Branch: MAIN
Changes since 1.2: +15 -18 lines
Diff to previous 1.2
Added uninstall. Thanks to Gurpartap for pointing this out.

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 3 16:38:47 2007 UTC (2 years, 10 months ago) by kbahey
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.2: +15 -18 lines
Diff to previous 1.2
Adding uninstall hook. Thanks to Gurpartap for pointing this out.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 5 00:14:51 2006 UTC (3 years ago) by kbahey
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.1: +18 -1 lines
Diff to previous 1.1
#92809 PostgreSQL - column "u.name" must appear in the GROUP BY clause, by klance
#92810 PostgreSQL installation DDL, by klance

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 5 00:14:15 2006 UTC (3 years ago) by kbahey
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Changes since 1.1.2.2: +18 -1 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#92809 PostgreSQL - column "u.name" must appear in the GROUP BY clause, by klance
#92810 PostgreSQL installation DDL, by klance

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 24 00:23:59 2006 UTC (3 years, 6 months ago) by kbahey
Branch: DRUPAL-4-7
Changes since 1.1.2.1: +28 -0 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#65181 Added .install file. Thanks to Darren Oh.

Revision 1.1.2.1
Wed May 24 00:23:03 2006 UTC (3 years, 6 months ago) by kbahey
Branch: DRUPAL-4-7
Changes since 1.1: +0 -28 lines
FILE REMOVED
file userpoints.install was added on branch DRUPAL-4-7 on 2006-05-24 00:23:59 +0000

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 24 00:23:03 2006 UTC (3 years, 6 months ago) by kbahey
Branch: MAIN
Branch point for: DRUPAL-4-7
#65181 Added .install file. Thanks to Darren Oh.

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