/[drupal]/contributions/modules/project_issue/issue.inc
ViewVC logotype

Log of /contributions/modules/project_issue/issue.inc

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.304.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 11 17:13:41 2009 UTC (3 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.304.2.23: +3 -3 lines
Diff to previous 1.304.2.23 , to branch point 1.304 , to next main 1.354
#374863 by greggles, dww: Changed the code that renders the "submission
guidelines" text (both per-project and site-wide) to use the default input
format instead of filter_xss() so that "block" HTML elements are preserved.

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.304.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 23:23:21 2009 UTC (5 months, 2 weeks ago) by thehunmonkgroup
Branch: DRUPAL-5--2
Changes since 1.304.2.22: +7 -1 lines
Diff to previous 1.304.2.22 , to branch point 1.304
#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.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.304.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 21 16:26:37 2009 UTC (8 months ago) by thehunmonkgroup
Branch: DRUPAL-5--2
Changes since 1.304.2.21: +2 -2 lines
Diff to previous 1.304.2.21 , to branch point 1.304
set message for an already existing issue state should be an error message.

Revision 1.343 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 21 16:23:24 2009 UTC (8 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.342: +2 -2 lines
Diff to previous 1.342
set message for an already existing issue state should be an error message.

Revision 1.342 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 21 16:23:02 2009 UTC (8 months ago) by dww
Branch: MAIN
Changes since 1.341: +24 -15 lines
Diff to previous 1.341
#408042 by dww: Added drag+drop JS for ordering issue status values.

Revision 1.341 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 02:33:44 2009 UTC (8 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.340: +2 -2 lines
Diff to previous 1.340
adding some missing  vars.

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.339 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 01:01:46 2009 UTC (9 months ago) by dww
Branch: MAIN
Changes since 1.338: +6 -1 lines
Diff to previous 1.338
#378720 by dww: Prevent issue subscriptions for users that don't have
a valid e-mail address.

Revision 1.338 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 18:23:42 2009 UTC (9 months ago) by dww
Branch: MAIN
Changes since 1.337: +3 -2 lines
Diff to previous 1.337
#367808 by drumm: Fixed default breadcrumbs in some default issue
views and in the issue statistics pages.

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.336 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 07:16:57 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA1, DRUPAL-6--1-0-ALPHA2
Changes since 1.335: +2 -2 lines
Diff to previous 1.335
#361649 by netaustin, hunmonk, dww: More fixes to comment_upload integration.

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.304.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 26 20:22:23 2009 UTC (9 months, 3 weeks ago) by thehunmonkgroup
Branch: DRUPAL-5--2
Changes since 1.304.2.20: +11 -2 lines
Diff to previous 1.304.2.20 , to branch point 1.304
return to individual issue subscription form on submit.

Revision 1.331 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 26 19:57:38 2009 UTC (9 months, 3 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.330: +27 -11 lines
Diff to previous 1.330
fix broken issue subscriptions form.

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.329 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 26 18:01:46 2009 UTC (9 months, 3 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.328: +20 -2 lines
Diff to previous 1.328
fix default issue settings on preview.

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.304.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 20 18:55:33 2009 UTC (10 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.304.2.19: +3 -3 lines
Diff to previous 1.304.2.19 , to branch point 1.304
#359698 by mr.baileys: Fixed broken project links on issue subscribe
page when project/[foo] URL aliases are not being used.

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.304.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 20 18:44:50 2009 UTC (10 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.304.2.18: +2 -2 lines
Diff to previous 1.304.2.18 , to branch point 1.304
#359757 by mr.baileys: Added an extra class (priority-x) to issue rows.

Revision 1.325 - (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.324: +54 -52 lines
Diff to previous 1.324
#157693 by dww and deadwood.module: Initial (incomplete) port to D6 API.

Revision 1.304.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 16 03:38:14 2009 UTC (10 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.304.2.17: +1 -18 lines
Diff to previous 1.304.2.17 , to branch point 1.304
#359584 by dww: Removed dead pre-IFAC code.

Revision 1.324 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 16 03:38:11 2009 UTC (10 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.323: +1 -18 lines
Diff to previous 1.323
#359584 by dww: Removed dead pre-IFAC code.

Revision 1.323 - (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.322: +1 -889 lines
Diff to previous 1.322
#76725 by dww: Removed a ton of scary code that will be replaced with views.

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.304.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 20:48:32 2009 UTC (10 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-3
Changes since 1.304.2.16: +7 -5 lines
Diff to previous 1.304.2.16 , to branch point 1.304
#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.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.304.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 17 08:07:33 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.304.2.15: +13 -2 lines
Diff to previous 1.304.2.15 , to branch point 1.304
#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.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.304.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 17 23:36:26 2008 UTC (12 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.304.2.14: +25 -12 lines
Diff to previous 1.304.2.14 , to branch point 1.304
#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.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.304.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 17 23:10:19 2008 UTC (12 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.304.2.13: +9 -7 lines
Diff to previous 1.304.2.13 , to branch point 1.304
#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.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.304.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 00:20:24 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.304.2.12: +1 -2 lines
Diff to previous 1.304.2.12 , to branch point 1.304
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.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.304.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 26 18:36:58 2008 UTC (12 months, 4 weeks ago) by thehunmonkgroup
Branch: DRUPAL-5--2
Changes since 1.304.2.11: +69 -16 lines
Diff to previous 1.304.2.11 , to branch point 1.304
#254416 by aclight, hunmonk: Change of project in comment does not update assigned options. add js goodness for updating the assigned users.

Revision 1.304.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 00:35:08 2008 UTC (13 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.304.2.10: +3 -3 lines
Diff to previous 1.304.2.10 , to branch point 1.304
#311539 by christefano: Fixed warning message from validation errors
in the AJAX callback handler when changing projects via a comment.

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.304.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 15 23:26:03 2008 UTC (15 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.304.2.9: +3 -3 lines
Diff to previous 1.304.2.9 , to branch point 1.304
Changed the issue metadata summary table to allow span and div tags, too.

Revision 1.314 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 15 23:25:31 2008 UTC (15 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.313: +2 -2 lines
Diff to previous 1.313
Changed the issue metadata summary table to allow span and div tags, too.

Revision 1.313 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 20:24:26 2008 UTC (17 months, 4 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.312: +3 -3 lines
Diff to previous 1.312
#11211 by Gábor Hojtsy: proper use of drupal_add_feed().

Revision 1.304.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 20:23:26 2008 UTC (17 months, 4 weeks ago) by thehunmonkgroup
Branch: DRUPAL-5--2
Changes since 1.304.2.8: +3 -3 lines
Diff to previous 1.304.2.8 , to branch point 1.304
#11211 by Gábor Hojtsy: proper use of drupal_add_feed().

Revision 1.312 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 15 02:48:21 2008 UTC (18 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.311: +3 -3 lines
Diff to previous 1.311
cleaning up query syntax on the assignees patch.

Revision 1.304.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 15 02:47:26 2008 UTC (18 months, 1 week ago) by thehunmonkgroup
Branch: DRUPAL-5--2
Changes since 1.304.2.7: +3 -3 lines
Diff to previous 1.304.2.7 , to branch point 1.304
cleaning up query syntax on the assignees patch.

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.310 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 00:29:17 2008 UTC (19 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.309: +2 -2 lines
Diff to previous 1.309
fix minor typo in code comment.

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.304.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 00:27:24 2008 UTC (19 months, 1 week ago) by thehunmonkgroup
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-2
Changes since 1.304.2.5: +3 -3 lines
Diff to previous 1.304.2.5 , to branch point 1.304
fix minor typo in code comment.

Revision 1.304.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 00:26:24 2008 UTC (19 months, 1 week ago) by thehunmonkgroup
Branch: DRUPAL-5--2
Changes since 1.304.2.4: +2 -2 lines
Diff to previous 1.304.2.4 , to branch point 1.304
#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.304.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 13 20:02:45 2008 UTC (19 months, 1 week ago) by thehunmonkgroup
Branch: DRUPAL-5--2
Changes since 1.304.2.3: +4 -2 lines
Diff to previous 1.304.2.3 , to branch point 1.304
#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.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.304.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 28 18:42:33 2008 UTC (19 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.304.2.2: +8 -1 lines
Diff to previous 1.304.2.2 , to branch point 1.304
#234255 by aclight: Restored ability to add CCK fields to project-issue
nodes (fixing regression from #199138).

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.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 24 01:28:27 2008 UTC (20 months ago) by thehunmonkgroup
Branch: DRUPAL-5--2
Changes since 1.304.2.1: +23 -20 lines
Diff to previous 1.304.2.1 , to branch point 1.304
#236459 by aclight, hunmonk: Issue quicklinks should only appear when comments are set for the node.

Revision 1.306 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 24 01:26:26 2008 UTC (20 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.305: +22 -19 lines
Diff to previous 1.305
#236459 by aclight, hunmonk: Issue quicklinks should only appear when comments are set for the node.

Revision 1.304.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 15 20:19:39 2008 UTC (20 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.304: +1 -13 lines
Diff to previous 1.304
#234459 by aclight: Fixed some stale code comments from #219734.

Revision 1.305 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 15 20:19:34 2008 UTC (20 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.304: +1 -13 lines
Diff to previous 1.304
#234459 by aclight: Fixed some stale code comments from #219734.

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.303 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 7 04:41:56 2008 UTC (20 months, 2 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.302: +2 -30 lines
Diff to previous 1.302
rollback of a bad set of commits.

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

Revision 1.301 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 6 21:22:36 2008 UTC (20 months, 2 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.300: +10 -4 lines
Diff to previous 1.300
code cleanup.  better conditional structure for metadata validation.

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.172.2.66 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 22:51:23 2008 UTC (21 months, 2 weeks ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.172.2.65: +2 -2 lines
Diff to previous 1.172.2.65 , to branch point 1.172 , to next main 1.354
#219395 by hunmonk: bogus project GET value results in SQL error. add more restrictive parameters for node_load().

Revision 1.172.2.22.2.50 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 22:50:43 2008 UTC (21 months, 2 weeks ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.49: +2 -2 lines
Diff to previous 1.172.2.22.2.49 , to branch point 1.172.2.22 , to next main 1.172.2.66
#219395 by hunmonk: bogus project GET value results in SQL error. add more restrictive parameters for node_load().

Revision 1.255.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 22:47:53 2008 UTC (21 months, 2 weeks ago) by thehunmonkgroup
Branch: DRUPAL-5
Changes since 1.255.2.14: +3 -3 lines
Diff to previous 1.255.2.14 , to branch point 1.255 , to next main 1.354
#219395 by hunmonk: bogus project GET value results in SQL error. add more restrictive parameters for node_load().

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.296 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 4 03:49:07 2008 UTC (21 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.295: +15 -5 lines
Diff to previous 1.295
#217486 by dww: Added a setting for site-wide help text on new issues.

Revision 1.295 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 31 00:22:17 2008 UTC (21 months, 3 weeks ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-0
Changes since 1.294: +18 -12 lines
Diff to previous 1.294
#216063: SA-2008-013 - Project issue tracking - Arbitrary file upload

Revision 1.294 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 22:58:42 2008 UTC (21 months, 3 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.293: +4 -3 lines
Diff to previous 1.293
#21606 -- SA-2008-0012 - Project issue tracking - XSS vulnerability in comment summary tables.

Revision 1.172.2.65 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 22:39:37 2008 UTC (21 months, 3 weeks ago) by thehunmonkgroup
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-7
Changes since 1.172.2.64: +4 -6 lines
Diff to previous 1.172.2.64 , to branch point 1.172
#216063 -- SA-2008-013 - Project issue tracking - Arbitrary file upload.

Revision 1.172.2.22.2.49 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 22:38:13 2008 UTC (21 months, 3 weeks ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
CVS Tags: DRUPAL-4-7--2-7
Changes since 1.172.2.22.2.48: +4 -6 lines
Diff to previous 1.172.2.22.2.48 , to branch point 1.172.2.22
#216063 -- SA-2008-013 - Project issue tracking - Arbitrary file upload.

Revision 1.255.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 22:36:47 2008 UTC (21 months, 3 weeks ago) by thehunmonkgroup
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.255.2.13: +4 -5 lines
Diff to previous 1.255.2.13 , to branch point 1.255
#216063 -- SA-2008-013 - Project issue tracking - Arbitrary file upload.

Revision 1.293 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 02:41:40 2008 UTC (21 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.292: +2 -2 lines
Diff to previous 1.292
Removed an extra ;; that had snuck into the code long ago.

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.291 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 15:58:00 2008 UTC (22 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.290: +3 -3 lines
Diff to previous 1.290
cleanup on #162760 -- shorten the pager query.

Revision 1.290 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 20 21:56:41 2008 UTC (22 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.289: +2 -2 lines
Diff to previous 1.289
cleanup for #162760 -- need to use db_rewrite_sql for count query as well.

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.172.2.22.2.48 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 6 16:16:21 2008 UTC (22 months, 2 weeks ago) by dww
Branch: DRUPAL-4-7--2
CVS Tags: DRUPAL-4-7--2-6
Changes since 1.172.2.22.2.47: +3 -4 lines
Diff to previous 1.172.2.22.2.47 , to branch point 1.172.2.22
#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.172.2.63 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 6 10:20:27 2008 UTC (22 months, 2 weeks ago) by dww
Branch: DRUPAL-4-7
Changes since 1.172.2.62: +4 -4 lines
Diff to previous 1.172.2.62 , to branch point 1.172
#206502 by dww: Fixed translation and other UI problems by correctly
using project_issue_category() whenever printing out a category.

Revision 1.172.2.22.2.47 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 6 10:20:23 2008 UTC (22 months, 2 weeks ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.46: +5 -5 lines
Diff to previous 1.172.2.22.2.46 , to branch point 1.172.2.22
#206502 by dww: Fixed translation and other UI problems by correctly
using project_issue_category() whenever printing out a category.

Revision 1.255.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 6 10:20:18 2008 UTC (22 months, 2 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.255.2.11: +4 -4 lines
Diff to previous 1.255.2.11 , to branch point 1.255
#206502 by dww: Fixed translation and other UI problems by correctly
using project_issue_category() whenever printing out a category.

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.172.2.22.2.46 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 5 01:31:09 2008 UTC (22 months, 2 weeks ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.45: +4 -3 lines
Diff to previous 1.172.2.22.2.45 , to branch point 1.172.2.22
#206210 by hunmonk: rollback of this patch -- these strings aren't translateable.

Revision 1.255.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 5 01:29:59 2008 UTC (22 months, 2 weeks ago) by thehunmonkgroup
Branch: DRUPAL-5
Changes since 1.255.2.10: +3 -2 lines
Diff to previous 1.255.2.10 , to branch point 1.255
#206210 by hunmonk: partial rollback of this patch.  some of these strings aren't translateable.

Revision 1.285 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 5 01:27:21 2008 UTC (22 months, 2 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.284: +4 -3 lines
Diff to previous 1.284
#206210 by hunmonk: partial rollback of this patch.  some of these strings aren't translateable.

Revision 1.172.2.22.2.45 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 15:20:35 2008 UTC (22 months, 2 weeks ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.44: +2 -2 lines
Diff to previous 1.172.2.22.2.44 , to branch point 1.172.2.22
#206210 by beginner: missing t() calls.

Revision 1.255.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 15:18:04 2008 UTC (22 months, 2 weeks ago) by thehunmonkgroup
Branch: DRUPAL-5
Changes since 1.255.2.9: +3 -3 lines
Diff to previous 1.255.2.9 , to branch point 1.255
#206210 by beginner: missing t() calls.

Revision 1.284 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 15:14:48 2008 UTC (22 months, 2 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.283: +2 -2 lines
Diff to previous 1.283
#206210 by beginner: missing t() calls.

Revision 1.172.2.62 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 2 02:23:58 2008 UTC (22 months, 3 weeks ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.172.2.61: +3 -3 lines
Diff to previous 1.172.2.61 , to branch point 1.172
#157512 by hunmonk: 'Project' form value is lost on search. add to list of query parts.

Revision 1.172.2.22.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 2 02:23:08 2008 UTC (22 months, 3 weeks ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.43: +2 -2 lines
Diff to previous 1.172.2.22.2.43 , to branch point 1.172.2.22
#157512 by hunmonk: 'Project' form value is lost on search. add to list of query parts.

Revision 1.255.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 1 20:48:11 2008 UTC (22 months, 3 weeks ago) by thehunmonkgroup
Branch: DRUPAL-5
Changes since 1.255.2.8: +3 -13 lines
Diff to previous 1.255.2.8 , to branch point 1.255
#44833 by hunmonk: clean up inconsistent breadcrumbs for issues/issue followups.

Revision 1.283 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 23 04:14:54 2007 UTC (23 months ago) by dww
Branch: MAIN
Changes since 1.282: +14 -7 lines
Diff to previous 1.282
#203355 by dww: Always let users unassign an issue via a single reply.

Revision 1.282 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 10 03:59:44 2007 UTC (23 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.281: +7 -5 lines
Diff to previous 1.281
#199138 by dww: Fixed breadcrumbs

Revision 1.281 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 9 03:17:19 2007 UTC (23 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.280: +207 -240 lines
Diff to previous 1.280
#199138 by dww: Removed multipage form for issue nodes.

Revision 1.255.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 8 09:50:57 2007 UTC (23 months, 2 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.255.2.7: +12 -7 lines
Diff to previous 1.255.2.7 , to branch point 1.255
#144590 by jvaill, aclight, webchick: Auto-generate issues (GHOP 36)

Revision 1.280 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 8 09:48:42 2007 UTC (23 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.279: +11 -6 lines
Diff to previous 1.279
#144590 by jvaill, aclight, webchick: Auto-generate issues (GHOP 36)

Revision 1.279 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 7 15:17:14 2007 UTC (23 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.278: +3 -1 lines
Diff to previous 1.278
#198645 by aclight: Fixed incorrect phpdoc for project_issue_state()

Revision 1.255.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 7 15:16:50 2007 UTC (23 months, 2 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.255.2.6: +3 -1 lines
Diff to previous 1.255.2.6 , to branch point 1.255
#198645 by aclight: Fixed incorrect phpdoc for project_issue_state()

Revision 1.172.2.22.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 14 23:32:36 2007 UTC (2 years ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.42: +3 -3 lines
Diff to previous 1.172.2.22.2.42 , to branch point 1.172.2.22
#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.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.272 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 31 18:53:16 2007 UTC (2 years ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.271: +2 -12 lines
Diff to previous 1.271
#44833 by hunmonk: clean up inconsistent breadcrumbs for issues/issue followups.

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.269 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 22 05:01:58 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.268: +2 -12 lines
Diff to previous 1.268
#185378 by dww: Fixed breadcrumbs on the issue statistics page.

Revision 1.255.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 22 05:01:43 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-5
Changes since 1.255.2.4: +2 -12 lines
Diff to previous 1.255.2.4 , to branch point 1.255
#185378 by dww: Fixed breadcrumbs on the issue statistics page.

Revision 1.172.2.22.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 22 05:01:23 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.41: +4 -14 lines
Diff to previous 1.172.2.22.2.41 , to branch point 1.172.2.22
#185378 by dww: Fixed breadcrumbs on the issue statistics page.

Revision 1.172.2.60 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 22 05:01:12 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-4-7
Changes since 1.172.2.59: +4 -14 lines
Diff to previous 1.172.2.59 , to branch point 1.172
#185378 by dww: Fixed breadcrumbs on the issue statistics page.

Revision 1.268 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 21 19:55:28 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.267: +3 -3 lines
Diff to previous 1.267
#181099 by ChrisKennedy: Fixed bug with average lifetime issue statistics.

Revision 1.255.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 21 19:55:19 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-5
Changes since 1.255.2.3: +4 -4 lines
Diff to previous 1.255.2.3 , to branch point 1.255
#181099 by ChrisKennedy: Fixed bug with average lifetime issue statistics.

Revision 1.172.2.22.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 21 19:55:00 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.40: +3 -3 lines
Diff to previous 1.172.2.22.2.40 , to branch point 1.172.2.22
#181099 by ChrisKennedy: Fixed bug with average lifetime issue statistics.

Revision 1.172.2.59 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 21 19:54:46 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-4-7
Changes since 1.172.2.58: +3 -3 lines
Diff to previous 1.172.2.58 , to branch point 1.172
#181099 by ChrisKennedy: Fixed bug with average lifetime issue statistics.

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.266 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 13 13:51:52 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.265: +6 -10 lines
Diff to previous 1.265
#181450 by hunmonk: clean up stray queries to {project_comments}

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.255.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 7 06:57:35 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-5
Changes since 1.255.2.2: +5 -1 lines
Diff to previous 1.255.2.2 , to branch point 1.255
#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.172.2.22.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 7 06:47:51 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.39: +6 -2 lines
Diff to previous 1.172.2.22.2.39 , to branch point 1.172.2.22
#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.172.2.58 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 7 06:46:38 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.172.2.57: +5 -1 lines
Diff to previous 1.172.2.57 , to branch point 1.172
#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.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.262 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 6 18:12:21 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.261: +5 -3 lines
Diff to previous 1.261
#174936 by dww: Add setting to control the number of issues per page.

Revision 1.255.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 6 18:12:13 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-5
Changes since 1.255.2.1: +5 -3 lines
Diff to previous 1.255.2.1 , to branch point 1.255
#174936 by dww: Add setting to control the number of issues per page.

Revision 1.261 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 3 23:00:47 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.260: +2 -2 lines
Diff to previous 1.260
show node title and metadata for issue running history on comment previews and replies.

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.258 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 1 22:51:26 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.257: +16 -12 lines
Diff to previous 1.257
fix defaults for issue metadata on newly created issues.

Revision 1.172.2.57 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 30 14:42:34 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.172.2.56: +2 -1 lines
Diff to previous 1.172.2.56 , to branch point 1.172
issue title should have default value.

Revision 1.172.2.22.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 30 14:42:02 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.38: +3 -2 lines
Diff to previous 1.172.2.22.2.38 , to branch point 1.172.2.22
issue title should have default value.

Revision 1.255.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 30 14:41:14 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-5
Changes since 1.255: +3 -2 lines
Diff to previous 1.255
issue title should have default value.

Revision 1.257 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 30 14:40:27 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.256: +3 -2 lines
Diff to previous 1.256
issue title should have default value.

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.172.2.22.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 29 13:12:15 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.37: +2 -2 lines
Diff to previous 1.172.2.22.2.37 , to branch point 1.172.2.22
#32792 by fgm: pubDate in feeds is illogical. use ->changed instead of non-existant ->updated.

Revision 1.172.2.56 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 29 13:11:13 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.172.2.55: +2 -2 lines
Diff to previous 1.172.2.55 , to branch point 1.172
#32792 by fgm: pubDate in feeds is illogical. use ->changed instead of non-existant ->updated.

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.172.2.55 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 27 20:22:31 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.172.2.54: +2 -2 lines
Diff to previous 1.172.2.54 , to branch point 1.172
#112909 by hunmonk: default issue state isn't always used. changed hardcoded vals to variable_set().

Revision 1.172.2.22.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 27 20:21:30 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.36: +2 -2 lines
Diff to previous 1.172.2.22.2.36 , to branch point 1.172.2.22
#112909 by hunmonk: default issue state isn't always used. changed hardcoded vals to variable_set().

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.253 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 27 17:20:11 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.252: +37 -16 lines
Diff to previous 1.252
#103795 by plumbley, drewish, hunmonk: E_ALL Compliance: Fix PHP Notices in issue.inc.

Revision 1.172.2.54 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 27 16:23:51 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.172.2.53: +2 -2 lines
Diff to previous 1.172.2.53 , to branch point 1.172
#75725 by hunmonk: project 'submission guidelines' show up after you submit an issue. only display message if nothing has been posted.

Revision 1.172.2.22.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 27 16:22:59 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.35: +2 -2 lines
Diff to previous 1.172.2.22.2.35 , to branch point 1.172.2.22
#75725 by hunmonk: project 'submission guidelines' show up after you submit an issue. only display message if nothing has been posted.

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.172.2.53 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 27 01:24:03 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-5
Changes since 1.172.2.52: +14 -10 lines
Diff to previous 1.172.2.52 , to branch point 1.172
#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.22.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 27 01:22:10 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
CVS Tags: DRUPAL-4-7--2-5
Changes since 1.172.2.22.2.34: +15 -11 lines
Diff to previous 1.172.2.22.2.34 , to branch point 1.172.2.22
#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.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.52 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 20 17:13:58 2007 UTC (2 years, 2 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.172.2.51: +3 -2 lines
Diff to previous 1.172.2.51 , to branch point 1.172
#168650 by pwolanin, hunmonk: fix improper use of %s

Revision 1.172.2.22.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 20 17:12:34 2007 UTC (2 years, 2 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.33: +4 -3 lines
Diff to previous 1.172.2.22.2.33 , to branch point 1.172.2.22
#168650 by pwolanin, hunmonk: fix improper use of %s

Revision 1.250 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 20 17:09:59 2007 UTC (2 years, 2 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.249: +3 -2 lines
Diff to previous 1.249
#168650 by pwolanin, hunmonk: fix improper use of %s

Revision 1.172.2.22.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 22 16:26:20 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.32: +5 -5 lines
Diff to previous 1.172.2.22.2.32 , to branch point 1.172.2.22
by hunmonk. whitespace removal.

Revision 1.172.2.51 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 22 16:23:56 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.172.2.50: +5 -5 lines
Diff to previous 1.172.2.50 , to branch point 1.172
by hunmonk. whitespace removal.

Revision 1.249 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 19 23:23:37 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Changes since 1.248: +30 -11 lines
Diff to previous 1.248
#114281 and #168760 (SA-2007-020) by dww: Fixed numerous access bugs.

Revision 1.172.2.50 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 19 23:23:18 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-4
Changes since 1.172.2.49: +30 -13 lines
Diff to previous 1.172.2.49 , to branch point 1.172
#114281 and #168760 (SA-2007-020) by dww: Fixed numerous access bugs.

Revision 1.172.2.22.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 19 23:23:07 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7--2
CVS Tags: DRUPAL-4-7--2-4
Changes since 1.172.2.22.2.31: +16 -12 lines
Diff to previous 1.172.2.22.2.31 , to branch point 1.172.2.22
#114281 and #168760 (SA-2007-020) by dww: Fixed numerous access bugs.

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.172.2.48 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 18 02:18:02 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.172.2.47: +9 -11 lines
Diff to previous 1.172.2.47 , to branch point 1.172
#159286 by dww: Fixed problems with how file extension whitelists work
and made the default extensions visible in the settings UI.

Revision 1.172.2.22.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 18 02:17:43 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.29: +9 -11 lines
Diff to previous 1.172.2.22.2.29 , to branch point 1.172.2.22
#159286 by dww: Fixed problems with how file extension whitelists work
and made the default extensions visible in the settings UI.

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.244 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 15 18:56:25 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.243: +19 -6 lines
Diff to previous 1.243
#142122 by killes, hunmonk and dww: Only users with valid e-mail
addresses can now subscribe to issues.

Revision 1.172.2.47 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 14 01:10:51 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.172.2.46: +4 -4 lines
Diff to previous 1.172.2.46 , to branch point 1.172
#159544: "Submit" is too general for translations, so we're now using
"Create" for various menu items and links (backport by bdragon).

Revision 1.172.2.22.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 14 01:10:45 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.28: +4 -4 lines
Diff to previous 1.172.2.22.2.28 , to branch point 1.172.2.22
#159544: "Submit" is too general for translations, so we're now using
"Create" for various menu items and links (backport by bdragon).

Revision 1.243 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 6 17:34:20 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.242: +1 -4 lines
Diff to previous 1.242
#103956: Removing some dead code that was added during the 5.x port.

Revision 1.172.2.46 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 3 19:07:13 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.172.2.45: +2 -2 lines
Diff to previous 1.172.2.45 , to branch point 1.172
Fixed weird PHP5 problem where we needed {} around a variable name so
we could address it like an array.

Revision 1.172.2.22.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 3 19:07:09 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.27: +3 -3 lines
Diff to previous 1.172.2.22.2.27 , to branch point 1.172.2.22
Fixed weird PHP5 problem where we needed {} around a variable name so
we could address it like an array.

Revision 1.242 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 3 19:07:02 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.241: +2 -2 lines
Diff to previous 1.241
Fixed weird PHP5 problem where we needed {} around a variable name so
we could address it like an array.

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.240 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 2 05:47:11 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.239: +7 -7 lines
Diff to previous 1.239
#163599 by pwolanin: Fixed bug in previous patch for menu callback cleanup.

Revision 1.239 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 1 18:15:21 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.238: +76 -56 lines
Diff to previous 1.238
#163599 by pwolanin: Cleaned up menu callback insanity in project_issue_page().

Revision 1.172.2.45 - (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.172.2.44: +8 -8 lines
Diff to previous 1.172.2.44 , to branch point 1.172
#163102 by dww: Removed stray whitespace (backport via perl 1-liner).

Revision 1.172.2.22.2.27 - (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.172.2.22.2.26: +9 -9 lines
Diff to previous 1.172.2.22.2.26 , to branch point 1.172.2.22
#163102 by dww: Removed stray whitespace (backport via perl 1-liner).

Revision 1.238 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 30 14:31:36 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.237: +12 -12 lines
Diff to previous 1.237
#163102 by chx: Removed some stray whitespace.

Revision 1.172.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 17 01:44:53 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.172.2.43: +3 -3 lines
Diff to previous 1.172.2.43 , to branch point 1.172
#159471 by hass: Table header name incomplete (s/Pri/Priority/).

Revision 1.172.2.22.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 17 01:44:41 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.25: +3 -3 lines
Diff to previous 1.172.2.22.2.25 , to branch point 1.172.2.22
#159471 by hass: Table header name incomplete (s/Pri/Priority/).

Revision 1.237 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 17 01:42:36 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.236: +2 -2 lines
Diff to previous 1.236
#159471 by hass: Table header name incomplete (s/Pri/Priority/).

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.234 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 16 07:01:11 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.233: +2 -3 lines
Diff to previous 1.233
#157517 by hass and dww: Fixed a few translation problems.

Revision 1.172.2.22.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 05:00:42 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.24: +12 -6 lines
Diff to previous 1.172.2.22.2.24 , to branch point 1.172.2.22
#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.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.232 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 12:05:18 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.231: +8 -2 lines
Diff to previous 1.231
#153614: Make truncated issue names show full name in link title attribute.

Revision 1.231 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 21 15:47:29 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.230: +11 -38 lines
Diff to previous 1.230
#153390 by walkah: Use node_feed() for project issue feeds.

Revision 1.172.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 19 23:36:03 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.172.2.42: +3 -1 lines
Diff to previous 1.172.2.42 , to branch point 1.172
#152789 by aclight: Fix breadcrumbs on project/issues page

Revision 1.172.2.22.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 19 23:35:56 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.23: +3 -1 lines
Diff to previous 1.172.2.22.2.23 , to branch point 1.172.2.22
#152789 by aclight: Fix breadcrumbs on project/issues page

Revision 1.230 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 19 23:35:45 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.229: +3 -1 lines
Diff to previous 1.229
#152789 by aclight: Fix breadcrumbs on project/issues page

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.172.2.22.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 29 17:41:50 2007 UTC (2 years, 6 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.22: +3 -3 lines
Diff to previous 1.172.2.22.2.22 , to branch point 1.172.2.22
#110822 by doq (really from #138020): Fix wrong multibite truncation.

Revision 1.172.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 29 17:41:47 2007 UTC (2 years, 6 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.172.2.41: +2 -2 lines
Diff to previous 1.172.2.41 , to branch point 1.172
#110822 by doq (really from #138020): Fix wrong multibite truncation.

Revision 1.228 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 29 17:41:39 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.227: +2 -2 lines
Diff to previous 1.227
#110822 by doq (really from #138020): Fix wrong multibite truncation.

Revision 1.172.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 23 17:47:48 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.172.2.40: +4 -3 lines
Diff to previous 1.172.2.40 , to branch point 1.172
#130390 by Heine: file_check_directory() takes a reference.

Revision 1.172.2.22.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 23 17:47:46 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.21: +4 -3 lines
Diff to previous 1.172.2.22.2.21 , to branch point 1.172.2.22
#130390 by Heine: file_check_directory() takes a reference.

Revision 1.227 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 23 17:47:42 2007 UTC (2 years, 8 months ago) by dww
Branch: MAIN
Changes since 1.226: +3 -2 lines
Diff to previous 1.226
#130390 by Heine: file_check_directory() takes a reference.

Revision 1.172.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 1 08:47:02 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-3
Changes since 1.172.2.39: +3 -3 lines
Diff to previous 1.172.2.39 , to branch point 1.172
#109851 by Rok Zlender: SQL error on "My issues" page with PostgreSQL

Revision 1.172.2.22.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 1 08:46:59 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-4-7--2
CVS Tags: DRUPAL-4-7--2-3
Changes since 1.172.2.22.2.20: +3 -3 lines
Diff to previous 1.172.2.22.2.20 , to branch point 1.172.2.22
#109851 by Rok Zlender: SQL error on "My issues" page with PostgreSQL

Revision 1.226 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 1 08:46:57 2007 UTC (2 years, 8 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--0-2-BETA
Changes since 1.225: +2 -2 lines
Diff to previous 1.225
#109851 by Rok Zlender: SQL error on "My issues" page with PostgreSQL

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.172.2.22.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 28 19:50:00 2007 UTC (2 years, 9 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.19: +5 -2 lines
Diff to previous 1.172.2.22.2.19 , to branch point 1.172.2.22
#101292: partial backport: allow "states=all" in URL for issue queries.

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.172.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 23 23:51:21 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-2
Changes since 1.172.2.38: +29 -6 lines
Diff to previous 1.172.2.38 , to branch point 1.172
#112146 (SA-2007-004): add filename extension munging for file uploads.

Revision 1.172.2.22.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 23 23:51:17 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7--2
CVS Tags: DRUPAL-4-7--2-2
Changes since 1.172.2.22.2.18: +29 -6 lines
Diff to previous 1.172.2.22.2.18 , to branch point 1.172.2.22
#112146 (SA-2007-004): add filename extension munging for file uploads.

Revision 1.221 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 23 23:51:12 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--0-1-BETA
Changes since 1.220: +29 -6 lines
Diff to previous 1.220
#112146 (SA-2007-004): add filename extension munging for file uploads.

Revision 1.172.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 18 10:17:52 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.172.2.37: +14 -2 lines
Diff to previous 1.172.2.37 , to branch point 1.172
#50789 by Heine (minor modifications and backporting by dww):
module doesn't create "issue directory" automatically.

Revision 1.172.2.22.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 18 10:17:36 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.17: +14 -2 lines
Diff to previous 1.172.2.22.2.17 , to branch point 1.172.2.22
#50789 by Heine (minor modifications and backporting by dww):
module doesn't create "issue directory" automatically.

Revision 1.220 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 18 10:17:33 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.219: +14 -2 lines
Diff to previous 1.219
#50789 by Heine (with minor modifications by dww):
module doesn't create "issue directory" automatically.

Revision 1.172.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 15 10:09:40 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.172.2.36: +4 -1 lines
Diff to previous 1.172.2.36 , to branch point 1.172
#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.172.2.22.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 15 10:09:14 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.16: +4 -1 lines
Diff to previous 1.172.2.22.2.16 , to branch point 1.172.2.22
#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.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.172.2.22.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 14 03:53:45 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.15: +13 -4 lines
Diff to previous 1.172.2.22.2.15 , to branch point 1.172.2.22
#108678: node_access modules can't provide less restrictive update and
delete rights to individual project issues.  same change as projects.

Revision 1.172.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 14 03:53:39 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.172.2.35: +13 -4 lines
Diff to previous 1.172.2.35 , to branch point 1.172
#108678: node_access modules can't provide less restrictive update and
delete rights to individual project issues.  same change as projects.

Revision 1.172.2.22.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 9 06:49:31 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.14: +5 -3 lines
Diff to previous 1.172.2.22.2.14 , to branch point 1.172.2.22
#107352: title on "My projects" is wrong if you only have 1 project

Revision 1.172.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 9 06:49:13 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.172.2.34: +5 -3 lines
Diff to previous 1.172.2.34 , to branch point 1.172
#107352: title on "My projects" is wrong if you only have 1 project

Revision 1.217 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 6 19:17:10 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.216: +5 -3 lines
Diff to previous 1.216
#107352: title on "My projects" is wrong if you only have 1 project

Revision 1.216 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 6 03:48:44 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.215: +5 -5 lines
Diff to previous 1.215
#107187 by webernet: yet more missing "Title case"

Revision 1.215 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 6 01:01:19 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.214: +4 -1 lines
Diff to previous 1.214
cleanup how we construct some FAPI #option arrays.

Revision 1.172.2.22.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 6 01:01:16 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.13: +3 -1 lines
Diff to previous 1.172.2.22.2.13 , to branch point 1.172.2.22
cleanup how we construct some FAPI #option arrays.

Revision 1.172.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 6 01:01:12 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.172.2.33: +3 -1 lines
Diff to previous 1.172.2.33 , to branch point 1.172
cleanup how we construct some FAPI #option arrays.

Revision 1.214 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 5 23:21:55 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.213: +2 -2 lines
Diff to previous 1.213
minor cleanup for help text.

Revision 1.172.2.22.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 5 23:21:51 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.12: +3 -3 lines
Diff to previous 1.172.2.22.2.12 , to branch point 1.172.2.22
minor cleanup for help text.

Revision 1.172.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 5 23:21:46 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.172.2.32: +2 -2 lines
Diff to previous 1.172.2.32 , to branch point 1.172
minor cleanup for help text.

Revision 1.213 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 5 22:49:41 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.212: +3 -3 lines
Diff to previous 1.212
#107187: Title case missing on issue search page

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.172.2.22.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 3 15:10:34 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.11: +4 -4 lines
Diff to previous 1.172.2.22.2.11 , to branch point 1.172.2.22
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.172.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 3 15:10:30 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.172.2.31: +3 -3 lines
Diff to previous 1.172.2.31 , to branch point 1.172
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.172.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 29 04:03:53 2006 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.172.2.30: +1 -7 lines
Diff to previous 1.172.2.30 , to branch point 1.172
#105521: rip out bizzare "default version" behavior

Revision 1.172.2.22.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 29 04:03:44 2006 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.10: +2 -8 lines
Diff to previous 1.172.2.22.2.10 , to branch point 1.172.2.22
#105521: rip out bizzare "default version" behavior

Revision 1.210 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 29 04:03:32 2006 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.209: +1 -7 lines
Diff to previous 1.209
#105521: rip out bizzare "default version" behavior

Revision 1.172.2.22.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 29 03:48:27 2006 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.9: +5 -3 lines
Diff to previous 1.172.2.22.2.9 , to branch point 1.172.2.22
#105704: foreach() warning if you do a completely empty advanced search.

Revision 1.172.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 29 03:22:43 2006 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.172.2.29: +5 -3 lines
Diff to previous 1.172.2.29 , to branch point 1.172
#105704: foreach() warning if you do a completely empty advanced search.

Revision 1.209 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 29 03:22:26 2006 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.208: +5 -3 lines
Diff to previous 1.208
#105704: foreach() warning if you do a completely empty advanced search.

Revision 1.208 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 29 02:27:48 2006 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.207: +5 -4 lines
Diff to previous 1.207
#57120 by nedjo and hunmonk: minor cleanup of JS from previous patch.

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.172.2.22.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 27 19:18:43 2006 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.8: +27 -13 lines
Diff to previous 1.172.2.22.2.8 , to branch point 1.172.2.22
#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.172.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 27 19:18:32 2006 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.172.2.28: +27 -13 lines
Diff to previous 1.172.2.28 , to branch point 1.172
#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.204 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 25 19:06:57 2006 UTC (2 years, 11 months ago) by dww
Branch: MAIN
Changes since 1.203: +16 -7 lines
Diff to previous 1.203
#97095: Issue tracker should not depend on project_release.module

Revision 1.172.2.22.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 25 19:03:16 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.7: +17 -8 lines
Diff to previous 1.172.2.22.2.7 , to branch point 1.172.2.22
#97095: Issue tracker should not depend on project_release.module

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.

Revision 1.202 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 20 01:27:30 2006 UTC (2 years, 11 months ago) by dww
Branch: MAIN
Changes since 1.201: +35 -35 lines
Diff to previous 1.201
#78621 (5.x porting): change form_render() to drupal_render()

Revision 1.201 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 18 18:47:51 2006 UTC (2 years, 11 months ago) by dww
Branch: MAIN
Changes since 1.200: +3 -13 lines
Diff to previous 1.200
#11879: removing dead hook_content() code

Revision 1.172.2.22.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 18 18:47:28 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.172.2.22.2.6: +3 -13 lines
Diff to previous 1.172.2.22.2.6 , to branch point 1.172.2.22
#11879: removing dead hook_content() code