Log of /contributions/modules/project_issue/issue.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.354 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 18 03:28:55 2009 UTC
(5 months, 1 week ago)
by
dww
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.353: +1 -172 lines
Diff to
previous 1.353
#405478 by dww: Proper page split of project_issue: Moved all code needed
when viewing an issue node from issue.inc into includes/issue_node_view.inc.
The core hook_view() implementation now lives in project_issue.module,
but it's just a thin wrapper to load issue_node_view.inc and invoke a
(quite large) private helper method to do the heavy lifting.
Revision
1.353 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 18 03:27:57 2009 UTC
(5 months, 1 week ago)
by
dww
Branch:
MAIN
Changes since
1.352: +1 -421 lines
Diff to
previous 1.352
#405478 by dww: Proper page split of project_issue: Moved all code related
to the issue node form into includes/issue_node_form.inc from issue.inc.
The core node hooks now live in project_issue.module, but hook_form(),
hook_validate() and hook_insert() all just load issue_node_form.inc
and call private methods in there (since they're pretty huge).
Revision
1.352 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 18 03:24:59 2009 UTC
(5 months, 1 week ago)
by
dww
Branch:
MAIN
Changes since
1.351: +1 -165 lines
Diff to
previous 1.351
#405478 by dww: Proper page split of project_issue: Moved code for the
issue subscription page from issue.inc to includes/subscribe.inc.
Revision
1.351 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 18 03:24:02 2009 UTC
(5 months, 1 week ago)
by
dww
Branch:
MAIN
Changes since
1.350: +1 -128 lines
Diff to
previous 1.350
#405478 by dww: Proper page split of project_issue: Moved code for the
issue statistics page from issue.inc to includes/statistics.inc.
Revision
1.350 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 15 04:14:00 2009 UTC
(5 months, 1 week ago)
by
dww
Branch:
MAIN
Changes since
1.349: +2 -2 lines
Diff to
previous 1.349
#491802 by dww: Fixed PHP notice when adding issues that don't have
all their fields (e.g. issues for projects without any releases).
Revision
1.349 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 15 03:53:04 2009 UTC
(5 months, 1 week ago)
by
dww
Branch:
MAIN
Changes since
1.348: +1 -38 lines
Diff to
previous 1.348
#376377 by dww: Fixed some critical bugs when enabling OG and project*
due to the brain-dead code split in project* (#390856) by moving
hook_access() and hook_load() implementations into project.module.
Revision
1.348 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 8 23:08:29 2009 UTC
(5 months, 2 weeks ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.347: +7 -1 lines
Diff to
previous 1.347
#445204 by hunmonk: Editing an issue clears out the title. Explicitly declare the title as a form value if metadata editing is disabled.
Revision
1.347 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 5 19:15:57 2009 UTC
(6 months, 2 weeks ago)
by
dww
Branch:
MAIN
Changes since
1.346: +10 -4 lines
Diff to
previous 1.346
#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.346 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 5 17:44:30 2009 UTC
(6 months, 2 weeks ago)
by
dww
Branch:
MAIN
Changes since
1.345: +5 -1 lines
Diff to
previous 1.345
#425728 by dww: Added caching for the issue cockpit block. We can't
use core's block cache since there's no way to specify CACHE_PERMANENT
and only invalidate when we want to, and the core block cache is
cleared way too often to be useful for this.
Revision
1.345 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Apr 4 07:03:28 2009 UTC
(7 months, 3 weeks ago)
by
dww
Branch:
MAIN
Changes since
1.344: +1 -186 lines
Diff to
previous 1.344
#405478 by dww: More page split of project_issue: Moved the code for
the issue status configuration form into includes/admin.issue_status.inc.
Revision
1.344 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Apr 4 00:56:33 2009 UTC
(7 months, 3 weeks ago)
by
dww
Branch:
MAIN
Changes since
1.343: +12 -10 lines
Diff to
previous 1.343
#397262 by dww: Really fixed the bug that prevented admins from
deleting issue status options at admin/project/project-issue-status.
Revision
1.340 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 17 07:44:57 2009 UTC
(8 months, 1 week ago)
by
dww
Branch:
MAIN
Changes since
1.339: +2 -3 lines
Diff to
previous 1.339
#397262 by dww: Fixed fatal error when trying to delete issue status
values at admin/project/project-issue-status due to incomplete porting
to the D6 API for confirmation forms.
Revision
1.337 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jan 31 05:43:38 2009 UTC
(9 months, 3 weeks ago)
by
dww
Branch:
MAIN
Changes since
1.336: +2 -1 lines
Diff to
previous 1.336
#201435 by netaustin: Added a setting to select between drop-down
selector or auto-complete textfield for changing the project when you
followup on an issue. This all works with the AHAH to repopulate the
components, version selector, etc.
Revision
1.335 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 29 22:01:31 2009 UTC
(9 months, 3 weeks ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.334: +25 -19 lines
Diff to
previous 1.334
#361649 by netaustin, hunmonk: does all the following:
-- fixes notices
-- fixes a bug where the pid was being taken from the database instead of the submitted form
-- removes dead code
-- cleans up other code to be a little more succinct
-- clarifies the error received when user submits an issue with no changes
-- fixes several breakages in the mailing code, most importantly restoring the metadata changes for the original post
-- moves the specific form altering of comment form to the more general form alter -- we need it there because our alter has to run after comment_upload.
Revision
1.334 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 28 23:43:10 2009 UTC
(9 months, 3 weeks ago)
by
dww
Branch:
MAIN
Changes since
1.333: +2 -2 lines
Diff to
previous 1.333
#76725 by dww: Added a helper function to print the list of links for
use in the headers of the default issue queue views. This code was
almost entirely lifted from the evil D5 project_issue_query_result().
Revision
1.333 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 27 14:40:25 2009 UTC
(9 months, 3 weeks ago)
by
dww
Branch:
MAIN
Changes since
1.332: +2 -1 lines
Diff to
previous 1.332
#361649 by vladimir.dolgopolov: Followup fixes to issue commenting:
- Only alter the comment form on project_issue nodes. ;)
- Properly handle metadata if we get the project from the URL.
Revision
1.332 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 27 04:57:22 2009 UTC
(9 months, 3 weeks ago)
by
dww
Branch:
MAIN
Changes since
1.331: +63 -93 lines
Diff to
previous 1.331
#361649 by netaustin and dww: Ported issue commenting to the D6 API:
- Moved comment validation to a FAPI #validate callback instead of
hook_comment('validate').
- Ported dynamic form building when the project is changed (to update
the version, component and assigned elements) from custom JS to #ahah.
- Removed hacks that inspected POST to rely on $form_state.
Revision
1.330 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 26 19:00:47 2009 UTC
(9 months, 3 weeks ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.329: +1 -4 lines
Diff to
previous 1.329
move project issue's #prefix and #suffix form elements to hook_form_alter(), since they were getting clobbered in hook_form().
Revision
1.328 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 22 06:01:41 2009 UTC
(10 months ago)
by
dww
Branch:
MAIN
Changes since
1.327: +2 -2 lines
Diff to
previous 1.327
#361650 by dww: More (incomplete) port to the D6 comment_upload API.
The {comment_upload_files} table has moved to {comment_upload}, but
the cid field is still there just as we were previously using it.
Revision
1.327 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 22 05:32:39 2009 UTC
(10 months ago)
by
dww
Branch:
MAIN
Changes since
1.326: +2 -2 lines
Diff to
previous 1.326
#361649 by netaustin and dww: Fixed most of the issue comment form by
moving it from hook_comment() to hook_form_alter() (see #82526).
Revision
1.326 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 20 18:55:28 2009 UTC
(10 months ago)
by
dww
Branch:
MAIN
Changes since
1.325: +3 -3 lines
Diff to
previous 1.325
#359698 by mr.baileys: Fixed broken project links on issue subscribe
page when project/[foo] URL aliases are not being used.
Revision
1.322 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 15 00:29:36 2009 UTC
(10 months, 1 week ago)
by
dww
Branch:
MAIN
Changes since
1.321: +83 -70 lines
Diff to
previous 1.321
#98278 by dww, aclight, drewish, pwolanin, coltrane, agentrickard,
scor, and criznach (wow): Fixed $node namespace bugs in project*!
The code now uses per-module sub-arrays (e.g. $node->project['uri'])
instead of dumping everything directly into $node itself.
Revision
1.321 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 7 20:48:27 2009 UTC
(10 months, 2 weeks ago)
by
dww
Branch:
MAIN
Changes since
1.320: +7 -5 lines
Diff to
previous 1.320
#355673 (SA-CONTRIB-2009-002) by hunmonk and dww:
- Fixed potential access bypass during issue email notifications
- Fixed XSS that is only possible if you have 'administer projects'
Revision
1.320 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 17 08:07:14 2008 UTC
(11 months, 1 week ago)
by
dww
Branch:
MAIN
Changes since
1.319: +13 -2 lines
Diff to
previous 1.319
#343026 by dww: Modified code so that node titles that appear in issue
status changes use check_plain() not filter_xss() for consistency.
Revision
1.319 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Nov 17 23:36:22 2008 UTC
(12 months ago)
by
dww
Branch:
MAIN
Changes since
1.318: +25 -12 lines
Diff to
previous 1.318
#329508 by dww: Added a theme function for the action links at the top
of issue queue pages so they can be customized per site.
Revision
1.318 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Nov 17 23:10:14 2008 UTC
(12 months ago)
by
dww
Branch:
MAIN
Changes since
1.317: +9 -7 lines
Diff to
previous 1.317
#326419 by hunmonk and aclight: Fixed validation problems when first
creating an issue by not letting users change the project once they're
on the 2nd page of the form (once the project has already been chosen).
Revision
1.317 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 29 00:20:08 2008 UTC
(12 months, 3 weeks ago)
by
dww
Branch:
MAIN
Changes since
1.316: +1 -2 lines
Diff to
previous 1.316
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.316 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 26 18:37:40 2008 UTC
(12 months, 4 weeks ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.315: +69 -16 lines
Diff to
previous 1.315
#254416 by aclight, hunmonk: Change of project in comment does not update assigned options. add js goodness for updating the assigned users.
Revision
1.315 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 23 00:35:06 2008 UTC
(13 months ago)
by
dww
Branch:
MAIN
Changes since
1.314: +2 -2 lines
Diff to
previous 1.314
#311539 by christefano: Fixed warning message from validation errors
in the AJAX callback handler when changing projects via a comment.
Revision
1.311 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 15 02:28:22 2008 UTC
(18 months, 1 week ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.310: +15 -1 lines
Diff to
previous 1.310
#4354 by hunmonk: Select from various users for assigning issues. add a 'assign and be assigned project issues' permission. any user with this perm may assign project issues to any other user with the perm.
Revision
1.304.2.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 15 02:27:03 2008 UTC
(18 months, 1 week ago)
by
thehunmonkgroup
Branch:
DRUPAL-5--2
Changes since
1.304.2.6: +15 -1 lines
Diff to
previous 1.304.2.6
, to
branch point 1.304
#4354 by hunmonk: Select from various users for assigning issues. add a 'assign and be assigned project issues' permission. any user with this perm may assign project issues to any other user with the perm.
Revision
1.309 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 14 00:28:43 2008 UTC
(19 months, 1 week ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.308: +2 -2 lines
Diff to
previous 1.308
#97145 by aclight: always allow users to leave the version alone when replying. this allows the currently selected version to appear on an issue, even if it happens to be unpublished.
Revision
1.308 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 13 20:01:20 2008 UTC
(19 months, 1 week ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.307: +4 -2 lines
Diff to
previous 1.307
#235097 by John Morahan: Advanced search only matches an exact phrase. new functionality means words will be treated as separate words, not as an exact phrase.
Revision
1.307 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 28 18:42:28 2008 UTC
(19 months, 3 weeks ago)
by
dww
Branch:
MAIN
Changes since
1.306: +8 -1 lines
Diff to
previous 1.306
#234255 by aclight: Restored ability to add CCK fields to project-issue
nodes (fixing regression from #199138).
Revision
1.304 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 7 21:30:23 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.303: +77 -16 lines
Diff to
previous 1.303
#219734 by aclight, hunmonk: Allow theming of changes in project issue table and email. refactored hook_followup_metadata_changes() to more general hook_project_issue_metadata() -- now handles both the main issue node table, and the comment followup tables.
Revision
1.300 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 6 05:31:02 2008 UTC
(20 months, 2 weeks ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.299: +153 -123 lines
Diff to
previous 1.299
#213037 by aclight: IFAC edge case when metadata is edited directly without a comment. prevent editing of issue metadata when an issue node is edited.
Revision
1.299 -
(
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.298: +5 -1 lines
Diff to
previous 1.298
#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.298 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 3 21:26:31 2008 UTC
(20 months, 3 weeks ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.297: +33 -14 lines
Diff to
previous 1.297
#4354 by Josh Benner, hunmonk: add hook_project_issue_assignees() -- allows modules to alter the 'Assigned' dropdown on project issue node forms/comments.
Revision
1.297 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Feb 8 22:47:05 2008 UTC
(21 months, 2 weeks ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.296: +2 -2 lines
Diff to
previous 1.296
#219395 by hunmonk: bogus project GET value results in SQL error. add more restrictive parameters for node_load().
Revision
1.292 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 23 19:15:53 2008 UTC
(22 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.291: +43 -1 lines
Diff to
previous 1.291
#140473 by aclight, hunmonk: refactor code to compute the diff on an issue generated by a given follow-up.
Revision
1.289 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 20 17:33:21 2008 UTC
(22 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.288: +75 -21 lines
Diff to
previous 1.288
#162760 by hunmonk, aclight: add pager/tablesorting to project/issues/statistics, clean up some other table weirdness (also fixes #71175).
Revision
1.288 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 20 00:01:42 2008 UTC
(22 months ago)
by
dww
Branch:
MAIN
Changes since
1.287: +36 -1 lines
Diff to
previous 1.287
#200097 by hunmonk, aclight and dww: Removed duplicate code for issue
attribute labels by adding a project_issue_field_labels() method
that's shared by both email notifications and the web UI.
Revision
1.172.2.64 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 6 16:16:25 2008 UTC
(22 months, 2 weeks ago)
by
dww
Branch:
DRUPAL-4-7
CVS Tags:
DRUPAL-4-7--1-6
Changes since
1.172.2.63: +3 -3 lines
Diff to
previous 1.172.2.63
, to
branch point 1.172
#206502 by beginner: Re-applied the patch to translate issue priority
values. Upon closer inspection, this should all work correctly, since
we never use the priority names in menu paths or URLs (only the
numeric priority values in some issue query URLs). Mea culpa. ;)
Revision
1.255.2.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 6 16:16:14 2008 UTC
(22 months, 2 weeks ago)
by
dww
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-2
Changes since
1.255.2.12: +2 -3 lines
Diff to
previous 1.255.2.12
, to
branch point 1.255
#206502 by beginner: Re-applied the patch to translate issue priority
values. Upon closer inspection, this should all work correctly, since
we never use the priority names in menu paths or URLs (only the
numeric priority values in some issue query URLs). Mea culpa. ;)
Revision
1.287 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 6 16:16:08 2008 UTC
(22 months, 2 weeks ago)
by
dww
Branch:
MAIN
Changes since
1.286: +2 -3 lines
Diff to
previous 1.286
#206502 by beginner: Re-applied the patch to translate issue priority
values. Upon closer inspection, this should all work correctly, since
we never use the priority names in menu paths or URLs (only the
numeric priority values in some issue query URLs). Mea culpa. ;)
Revision
1.286 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 6 10:19:50 2008 UTC
(22 months, 2 weeks ago)
by
dww
Branch:
MAIN
Changes since
1.285: +4 -4 lines
Diff to
previous 1.285
#206502 by dww: Fixed translation and other UI problems by correctly
using project_issue_category() whenever printing out a category.
Revision
1.255.2.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 14 23:31:16 2007 UTC
(2 years ago)
by
thehunmonkgroup
Branch:
DRUPAL-5
Changes since
1.255.2.5: +3 -3 lines
Diff to
previous 1.255.2.5
, to
branch point 1.255
#189278 by John Morahan: Advanced search doesn't escape % in LIKE matches. this is an admittedly ugly hack, but this whole section of code sucks, and will be replaced in the near future -- so it seems appropriate given the circumstances.
Revision
1.278 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 14 23:09:03 2007 UTC
(2 years ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.277: +2 -2 lines
Diff to
previous 1.277
#189278 by John Morahan: Advanced search doesn't escape % in LIKE matches. this is an admittedly ugly hack, but this whole section of code sucks, and will be replaced in the near future -- so it seems appropriate given the circumstances.
Revision
1.277 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 8 17:21:28 2007 UTC
(2 years ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.276: +11 -15 lines
Diff to
previous 1.276
#189828 by webernet, webchick, hunmonk: inconsistencies with node_mark and the 'First unread comment' link. use comment_num_new() to test for new comments -- more consistent w/ other core usages.
Revision
1.276 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Nov 5 00:10:54 2007 UTC
(2 years ago)
by
dww
Branch:
MAIN
Changes since
1.275: +11 -11 lines
Diff to
previous 1.275
#188847 by dww and webernet: Cleaned up UI for links to jump to the
end of an issue by replacing any mention of "followup" with "comment".
Revision
1.275 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 4 06:32:31 2007 UTC
(2 years ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.274: +11 -8 lines
Diff to
previous 1.274
cleanup of #189075 -- node_mark() should use last comment timestamp. no recent links on initial view of node.
Revision
1.274 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 4 00:23:05 2007 UTC
(2 years ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.273: +15 -5 lines
Diff to
previous 1.273
#189075 by webchick: Link to 'first unread follow-up' if new comments exist. otherwise link to most recent comment.
Revision
1.273 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Nov 3 20:51:15 2007 UTC
(2 years ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.272: +63 -4 lines
Diff to
previous 1.272
#188847 by hunmonk, dvessel, webchick: ifac follow-up: easy way to get to end of issue. added internal page links for last followup, last attachment, post followup.
Revision
1.271 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 25 04:44:04 2007 UTC
(2 years, 1 month ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.270: +7 -3 lines
Diff to
previous 1.270
#185851 by hunmonk: Changing project in an issue with JS is broken. make ids of project info fields consistent. fix bug where project name metadata wasn't displayed correctly.
Revision
1.172.2.61 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 23 21:50:06 2007 UTC
(2 years, 1 month ago)
by
dww
Branch:
DRUPAL-4-7
Changes since
1.172.2.60: +1 -11 lines
Diff to
previous 1.172.2.60
, to
branch point 1.172
Fixing evil bug from revision 1.172.2.50 where CVS merge conflict
markers were left in the code when I committed. Yikes! I just
noticed this because I hit it on a site at my day job :( I guess not
many sites are using this branch anymore, at least. ;)
Revision
1.270 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 22 14:58:14 2007 UTC
(2 years, 1 month ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.269: +1 -4 lines
Diff to
previous 1.269
#185208 by hunmonk: adjust mail.inc for new issue attachment code. now using hook_exit() to run the mailing code, because it results in more consistent node/comment objects.
Revision
1.267 -
(
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.266: +10 -56 lines
Diff to
previous 1.266
#179772 by hunmonk: make attachment handling consistent. now using upload module for issue attachments.
Revision
1.265 -
(
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.264: +2 -2 lines
Diff to
previous 1.264
#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.264 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 12 20:29:10 2007 UTC
(2 years, 1 month ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.263: +10 -4 lines
Diff to
previous 1.263
#180850 by hunmonk: help text is separated from followup form. the project help text should be a form item, not a drupal_set_message(), and should only appear for the initial issue creation.
Revision
1.263 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 7 06:45:16 2007 UTC
(2 years, 1 month ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.262: +2 -2 lines
Diff to
previous 1.262
#74953 by hunmonk: when deleting a project, issue comments are left in the DB. make proper use of node_delete() to remove all issues associated with a deleted project.
Revision
1.260 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 3 06:43:36 2007 UTC
(2 years, 1 month ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.259: +5 -1 lines
Diff to
previous 1.259
committing experimental functionality that is dependant on #180432 or some variant getting into drupal's comment module. it degrades fine, and can easily be removed.
Revision
1.259 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 2 17:24:17 2007 UTC
(2 years, 1 month ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.258: +2 -2 lines
Diff to
previous 1.258
removing the file_exists check for attachments in the metadata table. this code is not necessary, will be rewritten soon anyways, and will allow a more consistent testing environment in the meantime.
Revision
1.256 -
(
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.255: +23 -87 lines
Diff to
previous 1.255
#18920 by chx, hunmonk: make project_issue.module use comment.module -- let the angels rejoice... :)
Revision
1.255 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 27 21:28:39 2007 UTC
(2 years, 1 month ago)
by
thehunmonkgroup
Branch:
MAIN
Branch point for:
DRUPAL-5
Changes since
1.254: +2 -2 lines
Diff to
previous 1.254
#157512 by hunmonk: Project form value is lost on search. the posted projects form data was not being examined.
Revision
1.254 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 27 20:20:31 2007 UTC
(2 years, 1 month ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.253: +2 -2 lines
Diff to
previous 1.253
#112909 by hunmonk: default issue state isn't always used. changed hardcoded vals to variable_set().
Revision
1.252 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 27 16:20:47 2007 UTC
(2 years, 1 month ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.251: +2 -2 lines
Diff to
previous 1.251
#75725 by hunmonk: project 'submission guidelines' show up after you submit an issue. only display message if nothing has been posted. going forward, this can be solved more completely when we port this form to a better multistep process.
Revision
1.251 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 27 01:11:16 2007 UTC
(2 years, 1 month ago)
by
thehunmonkgroup
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-1
Changes since
1.250: +16 -11 lines
Diff to
previous 1.250
#177312 by hunmonk: add project links, fix breakage on issue subscription form. also cleaned up the previous fix to %s in this section of code.
Revision
1.172.2.49 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 19 00:44:16 2007 UTC
(2 years, 3 months ago)
by
thehunmonkgroup
Branch:
DRUPAL-4-7
Changes since
1.172.2.48: +9 -8 lines
Diff to
previous 1.172.2.48
, to
branch point 1.172
#59039 by hunmonk: attachements missing after pressing preview. use file_check_upload() in form builder to check for uploaded file. this works for both cases, and since the function caches it's results, it won't cause problems when it's called again during validate.
Revision
1.172.2.22.2.31 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 19 00:42:53 2007 UTC
(2 years, 3 months ago)
by
thehunmonkgroup
Branch:
DRUPAL-4-7--2
Changes since
1.172.2.22.2.30: +9 -8 lines
Diff to
previous 1.172.2.22.2.30
, to
branch point 1.172.2.22
#59039 by hunmonk: attachements missing after pressing preview. use file_check_upload() in form builder to check for uploaded file. this works for both cases, and since the function caches it's results, it won't cause problems when it's called again during validate.
Revision
1.248 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 19 00:36:15 2007 UTC
(2 years, 3 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.247: +8 -7 lines
Diff to
previous 1.247
#59039 by hunmonk: attachements missing after pressing preview. use file_check_upload() in form builder to check for uploaded file. this works for both cases, and since the function caches it's results, it won't cause problems when it's called again during validate.
Revision
1.247 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 18 02:17:32 2007 UTC
(2 years, 3 months ago)
by
dww
Branch:
MAIN
Changes since
1.246: +8 -10 lines
Diff to
previous 1.246
#159286 by dww: Fixed problems with how file extension whitelists work
and made the default extensions visible in the settings UI.
Revision
1.246 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 17 16:56:53 2007 UTC
(2 years, 3 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.245: +4 -1 lines
Diff to
previous 1.245
#167797 by merlinofchaos: Devel page timer breaks JS callbacks for project_issue.js. set proper content type for the AJAX call.
Revision
1.245 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 16 21:35:53 2007 UTC
(2 years, 3 months ago)
by
dww
Branch:
MAIN
Changes since
1.244: +1 -9 lines
Diff to
previous 1.244
#167838 by dww: Fixed bug that was caused by trying to add CCK fields
to the issue form, not the followup form (bug introduced via #137135).
Revision
1.241 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 3 01:19:10 2007 UTC
(2 years, 3 months ago)
by
dww
Branch:
MAIN
Changes since
1.240: +57 -77 lines
Diff to
previous 1.240
#163599: Reverting previous patches. They're still not quite right,
and we're walking in a mine field here. This cleanup might involve
something much more drastic in the relatively near future...
Revision
1.236 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 17 00:58:08 2007 UTC
(2 years, 4 months ago)
by
dww
Branch:
MAIN
Changes since
1.235: +47 -1 lines
Diff to
previous 1.235
#102395 by aclight and dww: Made it clear when users can and can't
create issues or follow-up by printing a "Login or register to ..."
link for anonymous users in various parts of the UI, and fixing the
logic when users attempt to do things they don't have permission for.
Revision
1.235 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 16 19:11:50 2007 UTC
(2 years, 4 months ago)
by
dww
Branch:
MAIN
Changes since
1.234: +5 -5 lines
Diff to
previous 1.234
#159544 by hass: "Submit" is too general for translations, so we're
now using "Create" for various menu items and links.
Revision
1.233 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 13 05:00:18 2007 UTC
(2 years, 4 months ago)
by
dww
Branch:
MAIN
Changes since
1.232: +13 -7 lines
Diff to
previous 1.232
#121265 by augustd and dww: Users with limited status permissions should
not change the status when replying to an issue in a restricted status.
Revision
1.229 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 4 23:33:05 2007 UTC
(2 years, 5 months ago)
by
dww
Branch:
MAIN
Changes since
1.228: +9 -1 lines
Diff to
previous 1.228
#137135 by Sean B Fuller (with minor cleanup by dww): Support CCK
fields on project_issue nodes that show up in the follow-up form.
Revision
1.225 -
(
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.224: +2 -2 lines
Diff to
previous 1.224
#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.224 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 28 23:49:41 2007 UTC
(2 years, 9 months ago)
by
dww
Branch:
MAIN
Changes since
1.223: +5 -4 lines
Diff to
previous 1.223
#66981 (by RobRoy and dww): Collision between subscribe to issues menu
paths and the path alias for the "subscribe" project. Renaming issue
subscribe menu paths to 'project/issues/subscribe-mail' (a little
hacky, but it works, and it avoids a much larger link-rot "solution").
Revision
1.223 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 28 18:48:53 2007 UTC
(2 years, 9 months ago)
by
dww
Branch:
MAIN
Changes since
1.222: +4 -1 lines
Diff to
previous 1.222
#101292 by webchick and dww: Reorganize 'support' section of project
page, make cleaner place to post support requests (phase 1: comment 11)
Revision
1.222 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jan 26 08:05:01 2007 UTC
(2 years, 9 months ago)
by
dww
Branch:
MAIN
Changes since
1.221: +80 -24 lines
Diff to
previous 1.221
#27865: Remove hard-coded status options: provide admin UI to select
which issue status values should be used for default queries.
Revision
1.219 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 15 10:00:13 2007 UTC
(2 years, 10 months ago)
by
dww
Branch:
MAIN
Changes since
1.218: +4 -1 lines
Diff to
previous 1.218
#108678 (#109442): fixing bug in my recent changes to hook_access():
i was foolishly not breaking out of the $op cases. so, 'view' was
falling through and hitting the 'create' case and returning FALSE.
Revision
1.218 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 14 03:53:47 2007 UTC
(2 years, 10 months ago)
by
dww
Branch:
MAIN
Changes since
1.217: +13 -4 lines
Diff to
previous 1.217
#108678: node_access modules can't provide less restrictive update and
delete rights to individual project issues. same change as projects.
Revision
1.212 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jan 5 00:21:08 2007 UTC
(2 years, 10 months ago)
by
dww
Branch:
MAIN
Changes since
1.211: +8 -9 lines
Diff to
previous 1.211
#105192: finish separation of project.css and project_issue.css.
cleans up and reorganizes a bunch of css, fixes div classes, etc.
Revision
1.211 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 3 15:10:56 2007 UTC
(2 years, 10 months ago)
by
dww
Branch:
MAIN
Changes since
1.210: +3 -3 lines
Diff to
previous 1.210
don't reuse the class="options" div, since that makes the "Publishing
options" fieldset become inline, too. now, we use an "inline-options"
div when we want everything floated and inline.
Revision
1.207 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 27 19:44:40 2006 UTC
(2 years, 10 months ago)
by
dww
Branch:
MAIN
Changes since
1.206: +69 -1 lines
Diff to
previous 1.206
#57120 (by hunmonk, unconed and dww): need to reset component (and
other fields) when changing project on the issue (or followup) form.
Revision
1.206 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 27 19:19:01 2006 UTC
(2 years, 10 months ago)
by
dww
Branch:
MAIN
Changes since
1.205: +27 -13 lines
Diff to
previous 1.205
#105227: validation failing when project in URL doesn't match selected
value in the form. This was due to bad logic in the form builder.
Revision
1.205 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Dec 26 00:40:10 2006 UTC
(2 years, 10 months ago)
by
dww
Branch:
MAIN
Changes since
1.204: +7 -7 lines
Diff to
previous 1.204
#97095: whoops, previous patch was for 4.7.x API, not 5.x...
fixing for module_exists(), not module_exist(). ;)
Revision
1.203 -
(
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
Changes since
1.202: +280 -248 lines
Diff to
previous 1.202
#103956 by dww: port to 5.x API. Still needs more testing and reviews,
but committing to HEAD to ease testing and deployment.