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

Log of /contributions/modules/project_issue/project_issue.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.64 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 21 22:51:31 2009 UTC (3 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA3, HEAD
Changes since 1.63: +15 -2 lines
Diff to previous 1.63
#546488 by dww: Fixed D6 schema regression where {project_issue_comments}
no longer used 'cid' as the primary key.

Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 3 19:16:36 2009 UTC (3 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.62: +47 -47 lines
Diff to previous 1.62
#538986 by hass: Removed t() from schema description strings.

Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 8 18:54:09 2009 UTC (6 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.61: +5 -3 lines
Diff to previous 1.61
#456468 by dww: Fixed type of the new default_component column in the
{project_issue_projects} table to be a varchar(255) to prevent SQL
errors about trying to give a "text" field a default value.  We don't
need a whole text field for this, anyway -- a varchar will be faster.

Revision 1.61 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 5 19:15:57 2009 UTC (6 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.60: +16 -1 lines
Diff to previous 1.60
#423304 by dww: Improved the UI for project maintainers to manipulate
the issue components for each project, and added the ability to
specify a default component for new issues.

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 20 19:24:42 2009 UTC (7 months ago) by dww
Branch: MAIN
Changes since 1.59: +2 -1 lines
Diff to previous 1.59
#425728 by dww: Followup: remove the 'project_issue_cockpit_categories'
variable during hook_uninstall().

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 23:32:30 2009 UTC (8 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.58: +5 -5 lines
Diff to previous 1.58
#171350 by dww: Based on a tortuous discussion about the wording of
the drupal.org issue status values, changed some of the default names.

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 26 12:27:14 2009 UTC (9 months, 4 weeks ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA1, DRUPAL-6--1-0-ALPHA2
Changes since 1.57: +9 -9 lines
Diff to previous 1.57
#361652 by my.baileys and aclight: Edited the project_issue schema docs.

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 16:18:07 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56
Fixed typo for 'author_has' in previous commit.

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 16:15:18 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.55: +46 -46 lines
Diff to previous 1.55
#361652 by my.baileys and dww: Documented the project_issue schema.

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 20 18:38:03 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.54: +322 -774 lines
Diff to previous 1.54
#157693 by dww and deadwood.module: Initial (incomplete) port to D6 API.

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 16 01:37:47 2009 UTC (10 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.53: +8 -1 lines
Diff to previous 1.53
#76725 by dww: Removed a ton of scary code that will be replaced with views.

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 8 01:23:48 2009 UTC (10 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52
#283332 by hunmonk: Fixed bug where {project_issues} tablewas not
being created when the module is enabled.  Removed erroneous default
value from original_issue_data text column.  No database update is
necessary because MySQL simply tosses the default value declaration if
it does install the table. (Syncing HEAD from DRUPAL-5--2)

Revision 1.48.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 28 23:33:26 2008 UTC (10 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-3
Changes since 1.48.2.4: +2 -1 lines
Diff to previous 1.48.2.4 , to branch point 1.48 , to next main 1.64
#348563 by dww: Split periodic issue tasks (auto-closing issues and
reminder/digest emails) into an optional script instead of hook_cron().

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 28 23:32:43 2008 UTC (10 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.51: +2 -1 lines
Diff to previous 1.51
#348563 by dww: Split periodic issue tasks (auto-closing issues and
reminder/digest emails) into an optional script instead of hook_cron().

Revision 1.48.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 16 03:37:55 2008 UTC (12 months, 1 week ago) by thehunmonkgroup
Branch: DRUPAL-5--2
Changes since 1.48.2.3: +2 -2 lines
Diff to previous 1.48.2.3 , to branch point 1.48
#283332 by hunmonk: {project_issues} table not being created when module is enabled. removed erroneous default value from original_issue_data text column. no database update is necessary because MySQL simply tosses the default value declaration if it does install the table.

Revision 1.48.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 00:20:24 2008 UTC (12 months, 4 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.48.2.2: +1 -2 lines
Diff to previous 1.48.2.2 , to branch point 1.48
Removed CVS Name tags from project* since they seem to cause more
hassle than they're worth. ;)  We're still keeping Id, of course.

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 00:20:08 2008 UTC (12 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.50: +1 -2 lines
Diff to previous 1.50
Removed CVS Name tags from project* since they seem to cause more
hassle than they're worth. ;)  We're still keeping Id, of course.

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 8 16:47:13 2008 UTC (13 months, 2 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.49: +19 -1 lines
Diff to previous 1.49
#271216 by chx, solotandem, hunmonk: abstract comment creation functionality.  we now have a generic method to programatically post followups to issues.

Revision 1.48.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 8 16:44:32 2008 UTC (13 months, 2 weeks ago) by thehunmonkgroup
Branch: DRUPAL-5--2
Changes since 1.48.2.1: +20 -2 lines
Diff to previous 1.48.2.1 , to branch point 1.48
#271216 by chx, solotandem, hunmonk: abstract comment creation functionality.  we now have a generic method to programatically post followups to issues.

Revision 1.48.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 13 21:13:58 2008 UTC (19 months, 1 week ago) by thehunmonkgroup
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-2
Changes since 1.48: +6 -2 lines
Diff to previous 1.48
#186259 by hunmonk: reset corrupted array pointer to avoid endless update loop.  see http://drupal.org/node/186259#comment-805698 for details.

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 13 21:13:18 2008 UTC (19 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.48: +5 -1 lines
Diff to previous 1.48
#186259 by hunmonk: reset corrupted array pointer to avoid endless update loop.  see http://drupal.org/node/186259#comment-805698 for details.

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 7 22:01:40 2008 UTC (20 months, 2 weeks ago) by thehunmonkgroup
Branch: MAIN
CVS Tags: DRUPAL-5--2-1
Branch point for: DRUPAL-5--2
Changes since 1.47: +2 -2 lines
Diff to previous 1.47
whitespace cleanup.

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 7 04:25:15 2008 UTC (20 months, 2 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.46: +44 -9 lines
Diff to previous 1.46
#231020 by hunmonk: missing table column and index, remove dead columns in .install

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 5 16:08:24 2008 UTC (20 months, 3 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.45: +24 -1 lines
Diff to previous 1.45
#89673 by hunmonk: add comment_number field to {project_issue_comments} -- determining the cid from the comment thread was error-prone.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 5 15:33:00 2008 UTC (20 months, 3 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.44: +9 -6 lines
Diff to previous 1.44
update 5205 was missing support for mysqli.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 4 18:43:59 2008 UTC (20 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.43: +2 -1 lines
Diff to previous 1.43
#229654 by hunmonk and dww: Added an invalid releases setting. This is
functionality we've had on drupal.org to deal with core issues marked
with version 'x.y.z'. We're tired of maintaining a local patch, so
we're committing it upstream. There's no admin UI to control it, so
you either have to define it in settings.php or directly in the DB.
The variable is called 'project_issue_invalid_releases' and the value
should be an array of release node ids that are considered invalid.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 4 02:34:35 2008 UTC (20 months, 3 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.42: +8 -8 lines
Diff to previous 1.42
removing whitespace.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 21:56:54 2008 UTC (21 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.41: +19 -3 lines
Diff to previous 1.41
#224986 by webchick: Make issue status field longer.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 4 03:49:07 2008 UTC (21 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.40: +2 -1 lines
Diff to previous 1.40
#217486 by dww: Added a setting for site-wide help text on new issues.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 6 01:58:36 2008 UTC (22 months, 2 weeks ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-0
Changes since 1.39: +9 -2 lines
Diff to previous 1.39
#206502 by beginner and hunmonk: Fixed improper use of t() in
project_issue_check_update_abort() from project_issue.install.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 2 04:28:57 2007 UTC (2 years ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
make sure followup attachments exist before converting them to ifac attachments.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 2 01:47:16 2007 UTC (2 years ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.37: +3 -2 lines
Diff to previous 1.37
cleanup for #186259 -- make module requirements consistent.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 1 04:51:02 2007 UTC (2 years ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.36: +45 -38 lines
Diff to previous 1.36
#186259 by hunmonk: module dependency checks. this isn't the prettiest fix, but at least the upgrade will fail in such a way as to allow it to be re-run after the dependencies are fixed. detailed upgrade instructions are provided.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 31 18:37:05 2007 UTC (2 years ago) by dww
Branch: MAIN
Changes since 1.35: +6 -4 lines
Diff to previous 1.35
#187195 by dww: Cleaned up previous patch:
- During an install profile, comment.module might not be enabled yet,
  so the COMMENT_NODE_READ_WRITE constant was used as a string literal.
- We don't need single quotes around integer literals.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 31 18:10:42 2007 UTC (2 years ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.34: +9 -1 lines
Diff to previous 1.34
#187195 by hunmonk: properly set comment and file upload vars on new install. comments are already turned on by default for new installs, but we're future proofing here...

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 26 13:46:13 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.33: +2 -1 lines
Diff to previous 1.33
#186467 by hunmonk: get rid of comment signatures for issue followups, w/ admin override setting.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 24 16:42:27 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.32: +4 -4 lines
Diff to previous 1.32
#186251 by Sean B Fuller: Pass by reference in the .install file.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 22 06:53:10 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.31: +10 -1 lines
Diff to previous 1.31
turn on comments and uploads for issues and followups as part of the db update -- this will prevent a lot of inconsistencies.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 22 04:46:05 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
better default limit for number of issues to process per batch.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 20 23:36:49 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.29: +101 -24 lines
Diff to previous 1.29
#179772 by hunmonk: make attachment handling consistent. now using upload module for issue attachments.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 17 21:58:52 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
comment_upload uses it's own fid primary key.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 13 06:48:28 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
Fixed a comment that was no longer true after revision 1.27 went in.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 13 02:30:22 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.26: +4 -4 lines
Diff to previous 1.26
fixed update bug where issues with no followups were not being properly processed -- all issue nodes need to be process, whether they have comments or not.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 13 01:56:03 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.25: +10 -1 lines
Diff to previous 1.25
#180866 by hunmonk, dww, earnie, bjaspan: Race condition when allocating followup sequence numbers in an issue. implement a poor man's row level locking scheme -- this isn't the prettiest thing in the world, but it's our best overall option at this time.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 13 01:00:13 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.24: +11 -11 lines
Diff to previous 1.24
fixing session variable names in update 5201.

Revision 1.17.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 7 21:43:36 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2, DRUPAL-5--1-3
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 , to next main 1.64
#181544 by demeritcowboy: Squiggly brackets missing on line 224 of .install file. squiggly -- i love it  :)

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 7 21:42:53 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
#181544 by demeritcowboy: Squiggly brackets missing on line 224 of .install file. squiggly -- i love it  :)

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 2 22:07:42 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
upping batch limit on issue nodes for ifac conversion.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 2 07:11:03 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.21: +7 -4 lines
Diff to previous 1.21
auto numbering comment subjects for db upgrades.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 1 17:06:04 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.20: +5 -3 lines
Diff to previous 1.20
for ifac update, use the same subject creation logic as new comment creations.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 30 19:29:20 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.19: +30 -30 lines
Diff to previous 1.19
make project_issue_comments columns have same defaults as related project_issues columns.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 29 22:02:05 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
more accurate name for the vancode function in the ifac update.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 29 21:26:57 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.17: +292 -33 lines
Diff to previous 1.17
#18920 by chx, hunmonk: make project_issue.module use comment.module -- let the angels rejoice...  :)

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 22 16:19:51 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: MAIN
CVS Tags: DRUPAL-5--1-1
Branch point for: DRUPAL-5
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
by hunmonk. whitespace removal.

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 16 20:00:35 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-4, DRUPAL-4-7--1-5, DRUPAL-4-7--1-6, DRUPAL-4-7--1-7
Changes since 1.1.2.10: +22 -3 lines
Diff to previous 1.1.2.10 , to branch point 1.1 , to next main 1.64
#107706 by hunmonk: make query use index. added index on nid, assigned to project_issues table.

Revision 1.1.2.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 16 19:58:03 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
CVS Tags: DRUPAL-4-7--2-4, DRUPAL-4-7--2-5, DRUPAL-4-7--2-6, DRUPAL-4-7--2-7
Changes since 1.1.2.2.2.8: +22 -3 lines
Diff to previous 1.1.2.2.2.8 , to branch point 1.1.2.2 , to next main 1.1.2.11
#107706 by hunmonk: make query use index. added index on nid, assigned to project_issues table.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 16 19:51:56 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Changes since 1.15: +21 -2 lines
Diff to previous 1.15
#107706 by hunmonk: make query use index. added index on nid, assigned to project_issues table.

Revision 1.1.2.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 16 00:00:22 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.1.2.2.2.7: +9 -2 lines
Diff to previous 1.1.2.2.2.7 , to branch point 1.1.2.2
#104190 by hunmonk -- Submit issues cannot find projects. check for missing projects when modules is installed, and insert them if missing. since 4.7 doesn't have a hook_enable(), this only fixes the issue on a clean install.

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 15 23:59:09 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.1.2.9: +8 -1 lines
Diff to previous 1.1.2.9 , to branch point 1.1
#104190 by hunmonk -- Submit issues cannot find projects. check for missing projects when modules is installed, and insert them if missing. since 4.7 doesn't have a hook_enable(), this only fixes the issue on a clean install.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 15 23:47:41 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.14: +19 -1 lines
Diff to previous 1.14
#104190 by hunmonk -- Submit issues cannot find projects. check for missing projects when modules is installed/enabled, and insert them if missing.

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 15 19:41:09 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.1.2.8: +20 -2 lines
Diff to previous 1.1.2.8 , to branch point 1.1
#164958 by drewish and dww: Added missing pgsql indexes.

Revision 1.1.2.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 15 19:41:05 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.1.2.2.2.6: +20 -2 lines
Diff to previous 1.1.2.2.2.6 , to branch point 1.1.2.2
#164958 by drewish and dww: Added missing pgsql indexes.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 15 19:40:58 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.13: +19 -1 lines
Diff to previous 1.13
#164958 by drewish and dww: Added missing pgsql indexes.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 14 07:08:00 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.12: +38 -1 lines
Diff to previous 1.12
#166496 by dww: Added an implementation of hook_uninstall().

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 14 01:27:25 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.1.2.7: +22 -2 lines
Diff to previous 1.1.2.7 , to branch point 1.1
#106654 by drewish: Added missing index on {project_issues}.sid
(backport by dww).

Revision 1.1.2.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 14 01:27:20 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.1.2.2.2.5: +23 -2 lines
Diff to previous 1.1.2.2.2.5 , to branch point 1.1.2.2
#106654 by drewish: Added missing index on {project_issues}.sid
(backport by dww).

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 14 01:24:02 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.11: +22 -2 lines
Diff to previous 1.11
#106654 by drewish and hunmonk: Added missing index on {project_issues}.sid.

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 9 20:29:52 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.1.2.6: +22 -2 lines
Diff to previous 1.1.2.6 , to branch point 1.1
#165975 by hunmonk. fatal error when adding new project issue status in postgres. manually set the sequence to the correct starting value.

Revision 1.1.2.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 9 20:27:39 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.1.2.2.2.4: +21 -1 lines
Diff to previous 1.1.2.2.2.4 , to branch point 1.1.2.2
#165975 by hunmonk. fatal error when adding new project issue status in postgres. manually set the sequence to the correct starting value.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 9 20:23:05 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.10: +21 -1 lines
Diff to previous 1.10
#165975 by hunmonk. fatal error when adding new project issue status in postgres. manually set the sequence to the correct starting value.

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 30 14:57:15 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.1.2.5: +2 -2 lines
Diff to previous 1.1.2.5 , to branch point 1.1
#163102 by dww: Removed stray whitespace (backport via perl 1-liner).

Revision 1.1.2.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 30 14:57:09 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.1.2.2.2.3: +2 -2 lines
Diff to previous 1.1.2.2.2.3 , to branch point 1.1.2.2
#163102 by dww: Removed stray whitespace (backport via perl 1-liner).

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 03:29:39 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.1.2.4: +6 -11 lines
Diff to previous 1.1.2.4 , to branch point 1.1
#155996 by dww: Removed MyISAM settings from MySQL statements.

Revision 1.1.2.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 03:29:29 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.1.2.2.2.2: +6 -11 lines
Diff to previous 1.1.2.2.2.2 , to branch point 1.1.2.2
#155996 by dww: Removed MyISAM settings from MySQL statements.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 03:29:27 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.9: +6 -11 lines
Diff to previous 1.9
#155996 by dww: Removed MyISAM settings from MySQL statements.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 1 22:01:43 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-3
Changes since 1.1.2.3: +20 -2 lines
Diff to previous 1.1.2.3 , to branch point 1.1
#82696: pgsql sequence missing for {project}_cid.

Revision 1.1.2.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 1 22:01:38 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-4-7--2
CVS Tags: DRUPAL-4-7--2-3
Changes since 1.1.2.2.2.1: +20 -2 lines
Diff to previous 1.1.2.2.2.1 , to branch point 1.1.2.2
#82696: pgsql sequence missing for {project}_cid.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 1 22:01:10 2007 UTC (2 years, 8 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--0-2-BETA
Changes since 1.8: +21 -1 lines
Diff to previous 1.8
#82696: pgsql sequence missing for {project}_cid.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 29 00:07:54 2007 UTC (2 years, 9 months ago) by dww
Branch: MAIN
Changes since 1.7: +20 -11 lines
Diff to previous 1.7
#113192: install fails because of critical bug from #27865 -- when
initializing the {project_issue_state} table, we didn't handle the new
default_query column correctly and got piles of SQL errors, instead.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 26 08:05:01 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.6: +17 -1 lines
Diff to previous 1.6
#27865: Remove hard-coded status options: provide admin UI to select
which issue status values should be used for default queries.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 22 23:54:14 2006 UTC (2 years, 11 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--0-1-BETA
Changes since 1.5: +17 -1 lines
Diff to previous 1.5
#103956 by dww: port to 5.x API. Still needs more testing and reviews,
but committing to HEAD to ease testing and deployment.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 20 01:38:01 2006 UTC (2 years, 11 months ago) by dww
Branch: MAIN
Changes since 1.4: +8 -22 lines
Diff to previous 1.4
#75595 (5.x porting): use db_table_exists() instead of our own version.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 09:22:54 2006 UTC (3 years ago) by dww
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3
#94000: adding $Name$ tags for automated version identification

Revision 1.1.2.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 09:22:15 2006 UTC (3 years ago) by dww
Branch: DRUPAL-4-7--2
CVS Tags: DRUPAL-4-7--2-1, DRUPAL-4-7--2-2
Changes since 1.1.2.2: +2 -1 lines
Diff to previous 1.1.2.2
#94000: adding $Name$ tags for automated version identification

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 09:19:34 2006 UTC (3 years ago) by dww
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-1, DRUPAL-4-7--1-2
Changes since 1.1.2.2: +2 -1 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#94000: adding $Name$ tags for automated version identification

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 17 00:29:00 2006 UTC (3 years, 2 months ago) by dww
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0, DRUPAL-4-7--2-0
Branch point for: DRUPAL-4-7--2
Changes since 1.1.2.1: +38 -1 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#84555: fixed critical bug: automatic closing of issues clears version info

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 17 00:28:46 2006 UTC (3 years, 2 months ago) by dww
Branch: MAIN
Changes since 1.2: +38 -1 lines
Diff to previous 1.2
#84555: fixed critical bug: automatic closing of issues clears version info

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 26 21:33:18 2006 UTC (3 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.1: +5 -3 lines
Diff to previous 1.1
#75715: {project_issue_state} table not populated on fresh install

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 26 21:32:51 2006 UTC (3 years, 4 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.1: +5 -3 lines
Diff to previous 1.1
#75715: {project_issue_state} table not populated on fresh install

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 22 10:46:43 2006 UTC (3 years, 4 months ago) by dww
Branch: MAIN
Branch point for: DRUPAL-4-7
initial commit of project_issue.module -- implements all of the issue
tracking functionality from the project module as a new, separate tool.

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