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