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

Log of /contributions/modules/project_issue/project_issue.module

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.174 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 6 23:35:34 2009 UTC (3 months, 3 weeks ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA3, HEAD
Changes since 1.173: +70 -1 lines
Diff to previous 1.173
#229063 by dww, mikehostetler, jeffschuler, greggles: Added token support.

Revision 1.173 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 18 03:30:22 2009 UTC (5 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.172: +2 -69 lines
Diff to previous 1.172
#405478 by dww: Proper page split of project_issue: Moved code related
to hook_nodeapi() for project_project nodes from project_issue.module
into includes/project_node.inc.

Revision 1.172 - (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
Changes since 1.171: +10 -2 lines
Diff to previous 1.171
#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.171 - (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.170: +36 -17 lines
Diff to previous 1.170
#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.170 - (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.169: +2 -2 lines
Diff to previous 1.169
#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.169 - (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.168: +3 -3 lines
Diff to previous 1.168
#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.168 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 18 03:23:04 2009 UTC (5 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.167: +8 -7 lines
Diff to previous 1.167
#405478 by dww: Proper page split of project_issue:
- renamed comment.inc to includes/comment.inc
- renamed mail.inc to includes/mail.inc

Revision 1.167 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 15 03:53:05 2009 UTC (5 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.166: +41 -1 lines
Diff to previous 1.166
#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.166 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 9 18:16:30 2009 UTC (6 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.165: +2 -2 lines
Diff to previous 1.165
#425728 by dww: Added the project title to the issue cockpit block title.

Revision 1.165 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 5 19:15:57 2009 UTC (6 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.164: +18 -1 lines
Diff to previous 1.164
#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.164 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 5 17:47:26 2009 UTC (6 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.163: +5 -3 lines
Diff to previous 1.163
#430484 by dww: Fixed a PHP notice in project_issue_project_page_link_alter()
due to $node not always being there (e.g. during hook_block()).

Revision 1.163 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 5 17:44:30 2009 UTC (6 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.162: +16 -6 lines
Diff to previous 1.162
#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.162 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 20 19:11:34 2009 UTC (7 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.161: +15 -1 lines
Diff to previous 1.161
#425728 by dww: Followup UI improvements to the "issue cockpit" block:
- The block now has a setting for which categories get summary lines
- Instead of hard-coding <strong> we use a classed span for CSS styling
- Fixed capitalization of the "Search" button and "Advanced search" link
- Removed the unnecessary <p> around the text at the top of the block

Revision 1.161 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 15 22:21:26 2009 UTC (7 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.160: +2 -2 lines
Diff to previous 1.160
#434554 by alienbrain: Removed the hack of specifying the template
file path for the issue cockpit block in the preprocess function.
Now we define the path directly in project_issue_theme().

Revision 1.160 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 12 22:18:11 2009 UTC (7 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.159: +2 -2 lines
Diff to previous 1.159
#431726 by dww: Added a helper function to call menu_get_object() for
project nodes (which are sometimes %node and sometimes %project_node).

Revision 1.159 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 11 01:58:10 2009 UTC (7 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.158: +14 -1 lines
Diff to previous 1.158
#430484 by dww: Added the "View pending patches" to the "Development"
section of project links via hook_project_page_link_alter().

Revision 1.158 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 10 22:15:24 2009 UTC (7 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.157: +35 -1 lines
Diff to previous 1.157
#425728 by mfb, dww: Added an issues "cockpit" block for project nodes.

Revision 1.157 - (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.156: +4 -2 lines
Diff to previous 1.156
#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.156 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 4 06:28:19 2009 UTC (7 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.155: +2 -173 lines
Diff to previous 1.155
#405478 by dww: More page split of project_issue: Moved the code for
the admin settings form into includes/admin.settings.inc.

Revision 1.155 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 4 06:09:28 2009 UTC (7 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.154: +2 -157 lines
Diff to previous 1.154
#405478 by dww: Started proper page split of project_issue by moving
the code for the "issues" subtab when editing a project node to a
separate file, "includes/project_edit_issues.inc".

Revision 1.154 - (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.153: +2 -2 lines
Diff to previous 1.153
#397262 by dww: Really fixed the bug that prevented admins from
deleting issue status options at admin/project/project-issue-status.

Revision 1.153 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 29 23:00:57 2009 UTC (8 months ago) by dww
Branch: MAIN
Changes since 1.152: +40 -3 lines
Diff to previous 1.152
#390282 by marcp, dww: Added a warning message when an admin changes
the list of default issue components for new projects to remind them
that existing projects are not affected. The setting is also now saved
with all excess whitespace trimmed out.

Revision 1.152 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 24 00:19:11 2009 UTC (8 months ago) by dww
Branch: MAIN
Changes since 1.151: +15 -3 lines
Diff to previous 1.151
#389096 by dww: Added exposed filters to the advanced search and "My
projects" default views for any project_issue taxonomy vocabularies.

Revision 1.151 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 23 17:24:53 2009 UTC (8 months ago) by dww
Branch: MAIN
Changes since 1.150: +27 -1 lines
Diff to previous 1.150
#380734 by dww: Added a views access plugin to generate a 403 (access
denied) when an anonymous user visits a per-user issue queue ("My
issues" or "My projects") without a user argument.

Revision 1.150 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 21 18:50:17 2009 UTC (8 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.149: +102 -67 lines
Diff to previous 1.149
#409498 by dww, hunmonk: Fix API for adding issue comments to not require the auto user and not rely on switching global user object. this also rolls back the UI changes that were made to project_issue_generate, as they are no longer needed.

Revision 1.149 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 21 17:28:55 2009 UTC (8 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.148: +24 -2 lines
Diff to previous 1.148
#390282 by marcp: Made default issue components configurable site-wide.

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

Revision 1.147 - (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.146: +2 -2 lines
Diff to previous 1.146
#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.146 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 26 23:05:48 2009 UTC (9 months ago) by dww
Branch: MAIN
Changes since 1.145: +2 -2 lines
Diff to previous 1.145
#366222 by mr.baileys: Fixed typo in hook_filter() PHPDoc comment.

Revision 1.145 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 26 23:03:21 2009 UTC (9 months ago) by dww
Branch: MAIN
Changes since 1.144: +3 -3 lines
Diff to previous 1.144
#363937 by dww: Changed all user-facing strings to use "e-mail" not "email".

Revision 1.144 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 26 22:58:30 2009 UTC (9 months ago) by dww
Branch: MAIN
Changes since 1.143: +5 -1 lines
Diff to previous 1.143
#138057 by dww: Added a "Search for" exposed text search filter on all
default issue views when search.module is available.  Also changed the
"Apply" button to "Search" for better UI in the issue queue views.

Revision 1.143 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 26 01:36:23 2009 UTC (9 months ago) by dww
Branch: MAIN
Changes since 1.142: +3 -2 lines
Diff to previous 1.142
#379362 by dww: Made the "My projects" view more like advanced search:
- Converted all exposed filters into multi-select
- Added a search box (see also #138057)

Revision 1.88.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 24 00:58:47 2009 UTC (9 months ago) by thehunmonkgroup
Branch: DRUPAL-5--2
Changes since 1.88.2.15: +3 -3 lines
Diff to previous 1.88.2.15 , to branch point 1.88 , to next main 1.174
fix bad breadcrumb on comment edit page for issue followups.

Revision 1.142 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 20 23:31:11 2009 UTC (9 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.141: +11 -2 lines
Diff to previous 1.141
#367332 by dww: Hide the "My issues" page for anonymous users unless
they provide a user argument.  Also fixed the links at the top of this
view for anonymous users when they *do* provide a user arg.

Revision 1.141 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 20 18:45:29 2009 UTC (9 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.140: +7 -2 lines
Diff to previous 1.140
#360815 by dww: Do not create a global issue subscribe menu item if
the project_issue_global_subscribe_page variable is set to FALSE.

Revision 1.140 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 20 07:50:01 2009 UTC (9 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.139: +2 -2 lines
Diff to previous 1.139
#377566 by dww: Initial changes towards hiding the "My projects" view
for anonymous users if no user argument is specified.

Revision 1.139 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 20 01:43:08 2009 UTC (9 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.138: +24 -11 lines
Diff to previous 1.138
#377650 by hunmonk: fix file saving path for issue attachments.

Revision 1.138 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 19 14:57:43 2009 UTC (9 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.137: +6 -1 lines
Diff to previous 1.137
temporary fix for the inconsistency between not being able to edit issue attachments, but being able to edit followup attachments.  for now, we're simply disabling editing of attachments on followups as well for consistency.

Revision 1.137 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 19 01:17:39 2009 UTC (9 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.136: +14 -32 lines
Diff to previous 1.136
#359130 by dww: Fully converted "My projects" page to a view:
- The view now uses a page display, instead of a custom menu item that
  embedded a hard-coded view.
- The projects table at the top is handled by hook_help() to avoid a
  PHP-filtered header (ugh, but it'll be fixed later).
- The view now has a feed display attached so RSS works.

Revision 1.136 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 19 01:14:59 2009 UTC (9 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.135: +9 -2 lines
Diff to previous 1.135
#359131 by dww: Tweaked the advanced issue queue search exposed filter UI:
- Re-ordered the filters so all the text fields are next to each other
- Shorted descriptions of user-related filters
- Made all multi-select filters the same size

Revision 1.135 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 19:53:32 2009 UTC (9 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.134: +3 -3 lines
Diff to previous 1.134
#367419 by hunmonk: Editing issue follow-up comments broken. also fixes bad breadcrumb on comment edit page for issue followups.

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

Revision 1.133 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 7 06:55:49 2009 UTC (9 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.132: +7 -1 lines
Diff to previous 1.132
#359131 by dww: Made all the textfields the same width on adv search views.

Revision 1.132 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 7 04:50:28 2009 UTC (9 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.131: +57 -18 lines
Diff to previous 1.131
#368371 by dww: Completely revamped the project exposed filter on all views:
- It's now a custom filter handler instead of a title from a relationship.
- The filter handler lets the view admin choose the widget to use for
  each view (autocomplete textfield, or select).
- The view admin can also choose the "project source" for what choices
  are available: all issue-enabled projects, projects owned by a given
  user, or projects for issues a user has participated in.  For the
  last two, the view admin must also specify a view argument to grab
  the uid from.
- The "My projects" view now uses a drop-down select for the project,
  all others use an autocomplete with the appropriate project source.
- All autocomplete callbacks now handle comma-separated input.

Revision 1.131 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 6 23:37:07 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.130: +2 -2 lines
Diff to previous 1.130
#359130 by dww: Converted the "My projects" and "My issues" views to
use a uid argument instead of a user name.  Both views now utilize the
new user argument validator in views core (#368754) so that they can
accept either uids or usernames.

Revision 1.130 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 06:58:41 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.129: +13 -1 lines
Diff to previous 1.129
#367430 by dww: Re-added a page callback handler for /search/issues
which just embeds a view (by default, 'project_issue_search_all').

Revision 1.129 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 06:46:47 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.128: +1 -2 lines
Diff to previous 1.128
#368765 by dww: Removed the '#' from under the "My projects" table at
/project/user (but retained some space between the table and the view).

Revision 1.88.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 02:53:58 2009 UTC (9 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.88.2.14: +26 -25 lines
Diff to previous 1.88.2.14 , to branch point 1.88
#340576 by John Morahan and dww: Fixed bug where the issue link filter
could cause a PCRE segfault due to the huge regexp.  Now, the work is
split into smaller chunks by using preg_replace_callback().

Revision 1.128 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 02:53:55 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.127: +26 -25 lines
Diff to previous 1.127
#340576 by John Morahan and dww: Fixed bug where the issue link filter
could cause a PCRE segfault due to the huge regexp.  Now, the work is
split into smaller chunks by using preg_replace_callback().

Revision 1.127 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 4 01:46:23 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.126: +37 -1 lines
Diff to previous 1.126
#368371 by dww: Added some issue-specific project autocomplete callbacks.
(e.g. titles of projects that have issue tracking enabled, titles of
projects from issues a given user has submitted or commented on, etc).

Revision 1.88.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 02:28:59 2009 UTC (9 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.88.2.13: +41 -11 lines
Diff to previous 1.88.2.13 , to branch point 1.88
#367423 by dww: Made "assigned to" on issue links opt-in (by appending '@').

Revision 1.126 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 02:28:56 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.125: +41 -11 lines
Diff to previous 1.125
#367423 by dww: Made "assigned to" on issue links opt-in (by appending '@').

Revision 1.125 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 18:34:09 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.124: +35 -40 lines
Diff to previous 1.124
#367264 by dww: Fixed inconsistent links at the top of issue-related pages.

Revision 1.124 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 18:14:13 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.123: +2 -3 lines
Diff to previous 1.123
#367577 by dww: Added consolidated helper functions to map project nid <=> uri.

Revision 1.123 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 08:59:57 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.122: +17 -1 lines
Diff to previous 1.122
#76725 by dww: Altered exposed views filters that select a project
to use an autocomplete and to always use 'projects' as the identifier.

Revision 1.122 - (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.121: +8 -1 lines
Diff to previous 1.121
#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.121 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 23:01:03 2009 UTC (9 months, 4 weeks ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA2
Changes since 1.120: +10 -1 lines
Diff to previous 1.120
#157693 by netaustin: More fixes to comment_upload integration:
- Only add our custom validation for project comments.
- Fixed some PHP notices.

Revision 1.120 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 07:16:57 2009 UTC (9 months, 4 weeks ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA1
Changes since 1.119: +8 -6 lines
Diff to previous 1.119
#361649 by netaustin, hunmonk, dww: More fixes to comment_upload integration.

Revision 1.119 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 07:03:41 2009 UTC (9 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.118: +34 -5 lines
Diff to previous 1.118
#366542 by dww: Evil hack to get our nice issue page header links
without a PHP filtered header on any of the default view.

Revision 1.118 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 01:20:36 2009 UTC (9 months, 4 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.117: +7 -15 lines
Diff to previous 1.117
fix the auto followup functionality.

Revision 1.117 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 22:01:31 2009 UTC (9 months, 4 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.116: +11 -4 lines
Diff to previous 1.116
#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.116 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 28 23:43:10 2009 UTC (9 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.115: +94 -1 lines
Diff to previous 1.115
#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.115 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 28 06:01:07 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.114: +12 -1 lines
Diff to previous 1.114
#359122 by moshe, dww: Initial commit of a Views style plugin for
project issue tables, which adds the custom classes to the table rows
so that they can be styled based on issue status and priority.

Revision 1.114 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 17:03:59 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.113: +1 -46 lines
Diff to previous 1.113
#361649 by dww: Consolidated all the comment_form altering into
project_issue_form_comment_form_alter() and cleaned up the code.

Revision 1.113 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 16:49:17 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.112: +1 -12 lines
Diff to previous 1.112
Removed the form_alter code to munge with the update.php selector if the
schema version is between 5200 and 5204 (which was an IFAC upgrade hack).

Revision 1.112 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 26 23:01:19 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.111: +6 -3 lines
Diff to previous 1.111
#359130 by dww: Added a default view for the "My projects" page and
code to embed it for display at project/user.

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

Revision 1.110 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 26 19:00:47 2009 UTC (10 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.109: +9 -3 lines
Diff to previous 1.109
move project issue's #prefix and #suffix form elements to hook_form_alter(), since they were getting clobbered in hook_form().

Revision 1.109 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 26 17:10:21 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.108: +8 -7 lines
Diff to previous 1.108
#98278 by dww: Finished porting project_issue_user_page() to $node namespace.
Also changed the issue-related links to use the project short name, not nid.

Revision 1.108 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 26 16:44:58 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.107: +2 -2 lines
Diff to previous 1.107
#157693 by DamZ: Ported project_issue_link_alter() to D6 API.

Revision 1.107 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 26 15:21:23 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.106: +58 -1 lines
Diff to previous 1.106
#364383 by dww: Added a "View issues" button (and validation) to both
of the "Project navigate" blocks.

Revision 1.106 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 06:19:51 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.105: +2 -2 lines
Diff to previous 1.105
#160635: Changed "Submit" button text to "Save" to be consistent with core.

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

Revision 1.88.2.13 - (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.88.2.12: +1 -15 lines
Diff to previous 1.88.2.12 , to branch point 1.88
#359584 by dww: Removed dead pre-IFAC code.

Revision 1.104 - (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.103: +1 -15 lines
Diff to previous 1.103
#359584 by dww: Removed dead pre-IFAC code.

Revision 1.103 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 16 01:41:15 2009 UTC (10 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.102: +11 -34 lines
Diff to previous 1.102
#76725 by dww: Initial conversion to the Views2 API.

Revision 1.102 - (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.101: +8 -36 lines
Diff to previous 1.101
#76725 by dww: Removed a ton of scary code that will be replaced with views.

Revision 1.88.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 15 19:32:15 2009 UTC (10 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.88.2.11: +10 -3 lines
Diff to previous 1.88.2.11 , to branch point 1.88
#359292 by mr.baileys: Fixed bug where the auto-close message
(hard-coded to "2 weeks") didn't honor the Auto-close days setting.

Revision 1.101 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 15 19:32:10 2009 UTC (10 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.100: +10 -3 lines
Diff to previous 1.100
#359292 by mr.baileys: Fixed bug where the auto-close message
(hard-coded to "2 weeks") didn't honor the Auto-close days setting.

Revision 1.100 - (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.99: +24 -24 lines
Diff to previous 1.99
#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.88.2.11 - (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.88.2.10: +2 -2 lines
Diff to previous 1.88.2.10 , to branch point 1.88
#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.99 - (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.98: +2 -2 lines
Diff to previous 1.98
#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.88.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 28 23:33:26 2008 UTC (11 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.88.2.9: +13 -30 lines
Diff to previous 1.88.2.9 , to branch point 1.88
#348563 by dww: Split periodic issue tasks (auto-closing issues and
reminder/digest emails) into an optional script instead of hook_cron().

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

Revision 1.88.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 00:20:24 2008 UTC (13 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.88.2.8: +1 -2 lines
Diff to previous 1.88.2.8 , to branch point 1.88
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.97 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 00:20:09 2008 UTC (13 months ago) by dww
Branch: MAIN
Changes since 1.96: +1 -2 lines
Diff to previous 1.96
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.96 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 8 16:47:13 2008 UTC (13 months, 2 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.95: +155 -94 lines
Diff to previous 1.95
#271216 by chx, solotandem, hunmonk: abstract comment creation functionality.  we now have a generic method to programatically post followups to issues.

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

Revision 1.88.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 9 01:38:33 2008 UTC (15 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.88.2.6: +11 -2 lines
Diff to previous 1.88.2.6 , to branch point 1.88
#293043 by dww: Added a views argument for the project short name (uri).

Revision 1.95 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 9 01:38:29 2008 UTC (15 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.94: +10 -1 lines
Diff to previous 1.94
#293043 by dww: Added a views argument for the project short name (uri).

Revision 1.88.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 28 20:54:55 2008 UTC (16 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.88.2.5: +3 -2 lines
Diff to previous 1.88.2.5 , to branch point 1.88
#272618 by aclight: Fixed bug where 'Create Issue' menu item was
visible even when 'create project issues' permission is disabled.

Revision 1.94 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 28 20:54:49 2008 UTC (16 months ago) by dww
Branch: MAIN
Changes since 1.93: +2 -1 lines
Diff to previous 1.93
#272618 by aclight: Fixed bug where 'Create Issue' menu item was
visible even when 'create project issues' permission is disabled.

Revision 1.93 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 15 23:45:14 2008 UTC (18 months, 2 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.92: +4 -4 lines
Diff to previous 1.92
cleanup on #76725 -- fixing bad filename.

Revision 1.88.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 15 23:44:52 2008 UTC (18 months, 2 weeks ago) by thehunmonkgroup
Branch: DRUPAL-5--2
Changes since 1.88.2.4: +4 -4 lines
Diff to previous 1.88.2.4 , to branch point 1.88
cleanup on #76725 -- fixing bad filename.

Revision 1.92 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 15 23:38:27 2008 UTC (18 months, 2 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.91: +30 -2 lines
Diff to previous 1.91
#76725 by aclight: Refactor project issue module to use Views. note that this patch does not remove the old functionality that the new default views provide.  because of limitations in Views 1 some of the old functionality couldn't be reproduced in views.  instead, two default views are provided at an alternate path, project/view-issues.

Revision 1.88.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 15 23:36:17 2008 UTC (18 months, 2 weeks ago) by thehunmonkgroup
Branch: DRUPAL-5--2
Changes since 1.88.2.3: +31 -3 lines
Diff to previous 1.88.2.3 , to branch point 1.88
#76725 by aclight: Refactor project issue module to use Views. note that this patch does not remove the old functionality that the new default views provide.  because of limitations in Views 1 some of the old functionality couldn't be reproduced in views.  instead, two default views are provided at an alternate path, project/view-issues.

Revision 1.91 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 15 02:28:22 2008 UTC (18 months, 2 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.90: +3 -2 lines
Diff to previous 1.90
#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.88.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 15 02:27:03 2008 UTC (18 months, 2 weeks ago) by thehunmonkgroup
Branch: DRUPAL-5--2
Changes since 1.88.2.2: +3 -2 lines
Diff to previous 1.88.2.2 , to branch point 1.88
#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.90 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 13 20:15:38 2008 UTC (19 months, 2 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.89: +2 -2 lines
Diff to previous 1.89
#245363 by aclight: Default values of component should be translatable. note that this only applies to the displayed values when a new project node is created -- after a project node is created these values are handled by the database.

Revision 1.38.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 13 20:14:46 2008 UTC (19 months, 2 weeks ago) by thehunmonkgroup
Branch: DRUPAL-5
Changes since 1.38.2.10: +3 -3 lines
Diff to previous 1.38.2.10 , to branch point 1.38 , to next main 1.174
#245363 by aclight: Default values of component should be translatable. note that this only applies to the displayed values when a new project node is created -- after a project node is created these values are handled by the database.

Revision 1.88.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 13 20:13:12 2008 UTC (19 months, 2 weeks ago) by thehunmonkgroup
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-2
Changes since 1.88.2.1: +2 -2 lines
Diff to previous 1.88.2.1 , to branch point 1.88
#245363 by aclight: Default values of component should be translatable. note that this only applies to the displayed values when a new project node is created -- after a project node is created these values are handled by the database.

Revision 1.88.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 04:53:30 2008 UTC (20 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.88: +13 -2 lines
Diff to previous 1.88
#231713 by dww: Fixed problems with database upgrade path usability.
Now, if update 5200() is aborted due to missing required modules, when
the admin visits update.php again, project_issue is set to retry 5200
automatically, even though the schema_version in {system} says it
should start with 5201. Unless they read the fine print and set the
update to start at 5200, they'd end up with major data loss when the
{project_comments} table is dropped in 5202().

Revision 1.89 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 04:53:13 2008 UTC (20 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.88: +12 -1 lines
Diff to previous 1.88
#231713 by dww: Fixed problems with database upgrade path usability.
Now, if update 5200() is aborted due to missing required modules, when
the admin visits update.php again, project_issue is set to retry 5200
automatically, even though the schema_version in {system} says it
should start with 5201. Unless they read the fine print and set the
update to start at 5200, they'd end up with major data loss when the
{project_comments} table is dropped in 5202().

Revision 1.88 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 7 21:30:23 2008 UTC (20 months, 3 weeks ago) by thehunmonkgroup
Branch: MAIN
CVS Tags: DRUPAL-5--2-1
Branch point for: DRUPAL-5--2
Changes since 1.87: +107 -1 lines
Diff to previous 1.87
#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.87 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 7 04:41:56 2008 UTC (20 months, 3 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.86: +0 -103 lines
Diff to previous 1.86
rollback of a bad set of commits.

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

Revision 1.85 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 7 01:49:07 2008 UTC (20 months, 3 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.84: +1 -12 lines
Diff to previous 1.84
#213037 by hunmonk: remove unneeded validation for status options -- this is now properly handled by FAPI.

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

Revision 1.83 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 17:49:26 2008 UTC (21 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.82: +9 -1 lines
Diff to previous 1.82
#218080 by dww: Altered the comment delete confirm form for issue
followups to remove the "Any replies to this comment will be lost"
text which is not true. The code forces all issue comments to be
replies to the original issue, even if people use the "reply" links to
different comments in the thread or there are later comments which
appear as "replies". Therefore, you only delete a single comment.

Revision 1.82 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 4 23:27:12 2008 UTC (21 months, 3 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81
#89673 by killes: cleanup filtering regex, as the original one was causing stack overflows.

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

Revision 1.4.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 2 19:45:19 2008 UTC (21 months, 3 weeks ago) by dww
Branch: DRUPAL-4-7
Changes since 1.4.2.23: +9 -7 lines
Diff to previous 1.4.2.23 , to branch point 1.4 , to next main 1.174
#188949 backport by dww: Added check for drupal_get_path() before
using it, to prevent possible problems while serving cached pages.

Revision 1.4.2.3.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 2 19:45:12 2008 UTC (21 months, 3 weeks ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.4.2.3.2.31: +9 -7 lines
Diff to previous 1.4.2.3.2.31 , to branch point 1.4.2.3 , to next main 1.4.2.24
#188949 backport by dww: Added check for drupal_get_path() before
using it, to prevent possible problems while serving cached pages.

Revision 1.38.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 2 19:45:05 2008 UTC (21 months, 3 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.38.2.9: +9 -7 lines
Diff to previous 1.38.2.9 , to branch point 1.38
#188949 backport by dww: Added check for drupal_get_path() before
using it, to prevent possible problems while serving cached pages.

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

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

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

Revision 1.80 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 06:41:51 2008 UTC (22 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-0
Changes since 1.79: +25 -29 lines
Diff to previous 1.79
#214327 by dww: Improved the UI for the 'My Projects' page:
- Removed the useless 'Project updated' column
- Fixed some of the behavior introduced via #104583
- Removed the duplicate (and untranslatable) 'open' after each count
  of issues and labeled the whole column 'Open issues'
- Tweaked the CSS, spacing, alignment, wordwrap, etc
- Even looks good on an iPhone now ;)

Revision 1.79 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 17 04:32:34 2008 UTC (22 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.78: +146 -61 lines
Diff to previous 1.78
#210256 by hunmonk, micah: auto closer broken when anon can't create issue comments. add setting for a custom-chosen user to auto-close issues, with code to check that the user has the relevant permissions to do so. also included a feature to disable auto-closing entirely.

Revision 1.78 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 14 20:01:25 2008 UTC (22 months, 2 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.77: +2 -2 lines
Diff to previous 1.77
#209748 by Heine: Empty mails when no recipients apart from project->mail_copy. generate subject before finding recipients. generate custom body for mail_copy. include note in setting for mail copy that file attachment links will always be included.

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

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

Revision 1.4.2.3.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 2 01:52:22 2008 UTC (22 months, 3 weeks ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
CVS Tags: DRUPAL-4-7--2-6
Changes since 1.4.2.3.2.29: +48 -30 lines
Diff to previous 1.4.2.3.2.29 , to branch point 1.4.2.3
#104583 by hunmonk: 'my projects' page doesn't honor projects that disable issue tracker. added check for issue tracker being enabled for a project, and provide a link to enable.

Revision 1.38.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 2 01:47:45 2008 UTC (22 months, 3 weeks ago) by thehunmonkgroup
Branch: DRUPAL-5
Changes since 1.38.2.6: +48 -30 lines
Diff to previous 1.38.2.6 , to branch point 1.38
#104583 by hunmonk: 'my projects' page doesn't honor projects that disable issue tracker. added check for issue tracker being enabled for a project, and provide a link to enable.

Revision 1.76 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 2 01:46:19 2008 UTC (22 months, 3 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.75: +47 -29 lines
Diff to previous 1.75
#104583 by hunmonk: 'my projects' page doesn't honor projects that disable issue tracker. added check for issue tracker being enabled for a project, and provide a link to enable.

Revision 1.38.2.6 - (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.38.2.5: +31 -2 lines
Diff to previous 1.38.2.5 , to branch point 1.38
#44833 by hunmonk: clean up inconsistent breadcrumbs for issues/issue followups.

Revision 1.75 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 1 03:54:39 2008 UTC (22 months, 4 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.74: +154 -1 lines
Diff to previous 1.74
#89673 by mwrochna, aclight: GHOP #53: add input filter to convert #12345 into an issue link

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

Revision 1.38.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 13 01:28:24 2007 UTC (2 years ago) by dww
Branch: DRUPAL-5
Changes since 1.38.2.4: +11 -7 lines
Diff to previous 1.38.2.4 , to branch point 1.38
#189210 by aclight and dww: Added project_issue_reply_to setting which
is now used as the From address for all issue e-mails.

Revision 1.73 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 13 01:28:13 2007 UTC (2 years ago) by dww
Branch: MAIN
Changes since 1.72: +11 -7 lines
Diff to previous 1.72
#189210 by aclight and dww: Added project_issue_reply_to setting which
is now used as the From address for all issue e-mails.

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 12 22:36:51 2007 UTC (2 years ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.71: +68 -9 lines
Diff to previous 1.71
#191250 by hunmonk: Fixed issues no longer get closed after two weeks of inactivity. Interim port of the old functionality to IFAC style.  this needs more love down the road.

Revision 1.71 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 6 18:56:36 2007 UTC (2 years ago) by dww
Branch: MAIN
Changes since 1.70: +14 -1 lines
Diff to previous 1.70
#189843 by dww: Issue-related email settings are now properly
validated.  Also removed some really old, weird, dead code.

Revision 1.38.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 6 18:56:15 2007 UTC (2 years ago) by dww
Branch: DRUPAL-5
Changes since 1.38.2.3: +14 -1 lines
Diff to previous 1.38.2.3 , to branch point 1.38
#189843 by dww: Issue-related email settings are now properly
validated.  Also removed some really old, weird, dead code.

Revision 1.4.2.3.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 6 18:56:08 2007 UTC (2 years ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.4.2.3.2.28: +14 -1 lines
Diff to previous 1.4.2.3.2.28 , to branch point 1.4.2.3
#189843 by dww: Issue-related email settings are now properly
validated.  Also removed some really old, weird, dead code.

Revision 1.70 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 3 23:46:28 2007 UTC (2 years ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.69: +1 -2 lines
Diff to previous 1.69
#189071 by hunmonk: only send issue emails for new issues/followups.

Revision 1.69 - (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.68: +11 -1 lines
Diff to previous 1.68
#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.68 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 3 13:53:20 2007 UTC (2 years ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.67: +15 -8 lines
Diff to previous 1.67
#188949 by hunmonk, chx: naked drupal_get_path() in project_issue.module -- test for drupal_get_path(), and make sure mail functions aren't run on non-cached pages.

Revision 1.67 - (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.66: +25 -2 lines
Diff to previous 1.66
#44833 by hunmonk: clean up inconsistent breadcrumbs for issues/issue followups.

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

Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 22 18:59:06 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.64: +4 -2 lines
Diff to previous 1.64
#148712 by ChrisKennedy: Restructured followup UI to avoid confusion.

Revision 1.64 - (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.63: +46 -1 lines
Diff to previous 1.63
#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.63 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 21 19:01:19 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.62: +11 -3 lines
Diff to previous 1.62
#185210 followup fix by dww and ChrisKennedy: Completely removed the
'File attachments' fieldset on the first page of the issue form (when
the project has not been selected yet).

Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 21 00:24:26 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.61: +16 -1 lines
Diff to previous 1.61
#185210 by dww: The "File attachments" fieldset is now always expanded
for issues and comments.

Revision 1.61 - (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.60: +14 -154 lines
Diff to previous 1.60
#179772 by hunmonk: make attachment handling consistent. now using upload module for issue attachments.

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 13 22:09:25 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.59: +2 -1 lines
Diff to previous 1.59
#173659 by zostay: Fixed bug where cron would only close one ticket per
run because of a check against 'cid' in a comment object that was reused.

Revision 1.38.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 13 22:09:11 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-5
Changes since 1.38.2.2: +3 -2 lines
Diff to previous 1.38.2.2 , to branch point 1.38
#173659 by zostay: Fixed bug where cron would only close one ticket per
run because of a check against 'cid' in a comment object that was reused.

Revision 1.4.2.3.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 13 22:09:04 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.4.2.3.2.27: +2 -1 lines
Diff to previous 1.4.2.3.2.27 , to branch point 1.4.2.3
#173659 by zostay: Fixed bug where cron would only close one ticket per
run because of a check against 'cid' in a comment object that was reused.

Revision 1.4.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 13 22:09:00 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-6
Changes since 1.4.2.21: +2 -1 lines
Diff to previous 1.4.2.21 , to branch point 1.4
#173659 by zostay: Fixed bug where cron would only close one ticket per
run because of a check against 'cid' in a comment object that was reused.

Revision 1.59 - (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.58: +3 -5 lines
Diff to previous 1.58
#181450 by hunmonk: clean up stray queries to {project_comments}

Revision 1.58 - (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.57: +2 -2 lines
Diff to previous 1.57
#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.57 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 12 23:41:25 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.56: +46 -28 lines
Diff to previous 1.56
#180854 by hunmonk: no support for unpublishing comments. complete redesign of how project issue metadata is updated relative to changes to comments -- much more consistent. add support for updating issue metadata when comments are mass edited. add some missing doxygen.

Revision 1.4.2.3.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 7 07:06:30 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.4.2.3.2.26: +3 -3 lines
Diff to previous 1.4.2.3.2.26 , to branch point 1.4.2.3
#159286: Fixed a syntax error that snuck in from the previous patch
which and caused fatal errors on the settings page.

Revision 1.4.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 7 07:06:25 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-4-7
Changes since 1.4.2.20: +3 -3 lines
Diff to previous 1.4.2.20 , to branch point 1.4
#159286: Fixed a syntax error that snuck in from the previous patch
which and caused fatal errors on the settings page.

Revision 1.38.2.2 - (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.38.2.1: +6 -5 lines
Diff to previous 1.38.2.1 , to branch point 1.38
#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.4.2.3.2.26 - (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.4.2.3.2.25: +6 -5 lines
Diff to previous 1.4.2.3.2.25 , to branch point 1.4.2.3
#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.4.2.20 - (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.4.2.19: +6 -5 lines
Diff to previous 1.4.2.19 , to branch point 1.4
#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.56 - (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.55: +6 -5 lines
Diff to previous 1.55
#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.55 - (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.54: +23 -1 lines
Diff to previous 1.54
#174936 by dww: Add setting to control the number of issues per page.

Revision 1.38.2.1 - (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.38: +24 -2 lines
Diff to previous 1.38
#174936 by dww: Add setting to control the number of issues per page.

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 4 17:32:56 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.53: +2 -5 lines
Diff to previous 1.53
add comment thread after node display on comment previews -- this is a bit clunky, but the best we can do with the current workflow of comment previews.

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 4 04:21:15 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.52: +1 -6 lines
Diff to previous 1.52
rollback of the unsetting of #after_build on comment form for issue previews -- this kills the actual preview as well.

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 3 23:23:50 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.51: +3 -2 lines
Diff to previous 1.51
be more selective about the after_build removal for comment previews.

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 3 23:18:08 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.50: +5 -1 lines
Diff to previous 1.50
don't display default comment previews -- we build our own.

Revision 1.50 - (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.49: +2 -2 lines
Diff to previous 1.49
show node title and metadata for issue running history on comment previews and replies.

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 3 19:57:11 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48
helper function for testing if we're at /comment/reply -- something tells me we're going to need this later...

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 3 19:13:44 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.47: +3 -10 lines
Diff to previous 1.47
full node previews should always appear on issue followups, meaning at /comment/reply

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 3 16:10:19 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.46: +10 -4 lines
Diff to previous 1.46
show expected next followup number for comment previews. small tweak to the experimental per node comment form setting.

Revision 1.46 - (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.45: +11 -2 lines
Diff to previous 1.45
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.45 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 3 05:32:27 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.44: +6 -5 lines
Diff to previous 1.44
always hide comment subject, even on new comments.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 3 05:24:06 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.43: +7 -5 lines
Diff to previous 1.43
only include node view below comment followup form when comment form is displayed on a separate page.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 3 05:10:01 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.42: +5 -1 lines
Diff to previous 1.42
include node view below comment followup form.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 2 21:05:19 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.41: +3 -2 lines
Diff to previous 1.41
disabling the auto-closing.  needs to be rewritten for ifac.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 2 07:02:32 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.40: +9 -3 lines
Diff to previous 1.40
auto numbering comment subjects.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 29 23:47:53 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.39: +4 -1 lines
Diff to previous 1.39
hide the comment subject for isses by default.  leaving this as just a conf setting for now, but it's easy to add a UI setting later if we like.

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

Revision 1.4.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 28 21:01:37 2007 UTC (2 years, 2 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.4.2.18: +2 -2 lines
Diff to previous 1.4.2.18 , to branch point 1.4
#173657 by hunmonk: Cron cannot close fixed issues when anonymous has no access. remove db_rewrite_sql() from here -- it's safe since there's no outside input, and no output.

Revision 1.4.2.3.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 28 21:00:53 2007 UTC (2 years, 2 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.4.2.3.2.24: +2 -2 lines
Diff to previous 1.4.2.3.2.24 , to branch point 1.4.2.3
#173657 by hunmonk: Cron cannot close fixed issues when anonymous has no access. remove db_rewrite_sql() from here -- it's safe since there's no outside input, and no output.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 28 21:00:06 2007 UTC (2 years, 2 months ago) by thehunmonkgroup
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.37: +2 -2 lines
Diff to previous 1.37
#173657 by hunmonk: Cron cannot close fixed issues when anonymous has no access. remove db_rewrite_sql() from here -- it's safe since there's no outside input, and no output.

Revision 1.4.2.3.2.24 - (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
CVS Tags: DRUPAL-4-7--2-5
Changes since 1.4.2.3.2.23: +3 -3 lines
Diff to previous 1.4.2.3.2.23 , to branch point 1.4.2.3
by hunmonk. whitespace removal.

Revision 1.4.2.18 - (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
CVS Tags: DRUPAL-4-7--1-5
Changes since 1.4.2.17: +3 -3 lines
Diff to previous 1.4.2.17 , to branch point 1.4
by hunmonk. whitespace removal.

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

Revision 1.36 - (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.35: +22 -12 lines
Diff to previous 1.35
#114281 and #168760 (SA-2007-020) by dww: Fixed numerous access bugs.

Revision 1.4.2.17 - (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.4.2.16: +40 -26 lines
Diff to previous 1.4.2.16 , to branch point 1.4
#114281 and #168760 (SA-2007-020) by dww: Fixed numerous access bugs.

Revision 1.4.2.3.2.23 - (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.4.2.3.2.22: +39 -26 lines
Diff to previous 1.4.2.3.2.22 , to branch point 1.4.2.3
#114281 and #168760 (SA-2007-020) by dww: Fixed numerous access bugs.

Revision 1.4.2.16 - (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.4.2.15: +75 -15 lines
Diff to previous 1.4.2.15 , to branch point 1.4
#159286 by dww: Fixed problems with how file extension whitelists work
and made the default extensions visible in the settings UI.

Revision 1.4.2.3.2.22 - (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.4.2.3.2.21: +75 -15 lines
Diff to previous 1.4.2.3.2.21 , to branch point 1.4.2.3
#159286 by dww: Fixed problems with how file extension whitelists work
and made the default extensions visible in the settings UI.

Revision 1.35 - (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.34: +74 -14 lines
Diff to previous 1.34
#159286 by dww: Fixed problems with how file extension whitelists work
and made the default extensions visible in the settings UI.

Revision 1.4.2.15 - (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.4.2.14: +4 -4 lines
Diff to previous 1.4.2.14 , to branch point 1.4
#159544: "Submit" is too general for translations, so we're now using
"Create" for various menu items and links (backport by bdragon).

Revision 1.4.2.3.2.21 - (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.4.2.3.2.20: +3 -3 lines
Diff to previous 1.4.2.3.2.20 , to branch point 1.4.2.3
#159544: "Submit" is too general for translations, so we're now using
"Create" for various menu items and links (backport by bdragon).

Revision 1.34 - (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.33: +5 -10 lines
Diff to previous 1.33
#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.33 - (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.32: +11 -6 lines
Diff to previous 1.32
#163599 by pwolanin: Cleaned up menu callback insanity in project_issue_page().

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

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

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

Revision 1.31 - (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.30: +27 -17 lines
Diff to previous 1.30
#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.30 - (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.29: +3 -3 lines
Diff to previous 1.29
#159544 by hass: "Submit" is too general for translations, so we're
now using "Create" for various menu items and links.

Revision 1.4.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 16 07:01:19 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.4.2.12: +24 -26 lines
Diff to previous 1.4.2.12 , to branch point 1.4
#157517 by hass and dww: Fixed a few translation problems.

Revision 1.4.2.3.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 16 07:01:16 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.4.2.3.2.18: +24 -26 lines
Diff to previous 1.4.2.3.2.18 , to branch point 1.4.2.3
#157517 by hass and dww: Fixed a few translation problems.

Revision 1.29 - (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.28: +22 -25 lines
Diff to previous 1.28
#157517 by hass and dww: Fixed a few translation problems.

Revision 1.4.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 04:03:07 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.4.2.11: +17 -12 lines
Diff to previous 1.4.2.11 , to branch point 1.4
#103798 by plumbley and dww: Fixed PHP notices for E_ALL compliance.

Revision 1.4.2.3.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 04:03:06 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.4.2.3.2.17: +16 -11 lines
Diff to previous 1.4.2.3.2.17 , to branch point 1.4.2.3
#103798 by plumbley and dww: Fixed PHP notices for E_ALL compliance.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 04:03:02 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.27: +15 -10 lines
Diff to previous 1.27
#103798 by plumbley and dww: Fixed PHP notices for E_ALL compliance.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 15 23:10:20 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.26: +3 -1 lines
Diff to previous 1.26
#144349: provide weights for /project/issues and /project/user menu items.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 13 21:48:40 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
#143726: Issue count on 'My projects' page includes unpublished issues.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 2 19:35:33 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.24: +2 -28 lines
Diff to previous 1.24
#140896: remove dead code for project-issue vs. project_issue node/add.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 18 01:46:29 2007 UTC (2 years, 7 months ago) by dww
Branch: MAIN
Changes since 1.23: +9 -8 lines
Diff to previous 1.23
#137147 by Sean B Fuller (with cleanup by dww): Don't show the
follow-up link if already following up to an issue.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 28 00:34:38 2007 UTC (2 years, 8 months ago) by dww
Branch: MAIN
Changes since 1.22: +25 -27 lines
Diff to previous 1.22
#126347: improper use of $may_cache in hook_menu() -- no links for
project_issue.module in admin/by-module pages.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 28 23:49:41 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--0-2-BETA
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
#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.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 26 08:28:05 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
#27865: fixing bug in previous commit: i had simplified the behavior of
project_issue_default_states() but forgot to change the call site for
the query that generates the "My projects" page.  see #112951

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

Revision 1.4.2.11 - (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, DRUPAL-4-7--1-3
Changes since 1.4.2.10: +66 -2 lines
Diff to previous 1.4.2.10 , to branch point 1.4
#112146 (SA-2007-004): add filename extension munging for file uploads.

Revision 1.4.2.3.2.17 - (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, DRUPAL-4-7--2-3
Changes since 1.4.2.3.2.16: +66 -2 lines
Diff to previous 1.4.2.3.2.16 , to branch point 1.4.2.3
#112146 (SA-2007-004): add filename extension munging for file uploads.

Revision 1.19 - (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.18: +66 -2 lines
Diff to previous 1.18
#112146 (SA-2007-004): add filename extension munging for file uploads.

Revision 1.4.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 18 12:04:07 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.4.2.9: +22 -8 lines
Diff to previous 1.4.2.9 , to branch point 1.4
cleanup "Content-Type:" and "Content-Length:" headers for downloading
issue attachments (especially to make sure to specify the file size).

Revision 1.4.2.3.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 18 12:04:02 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.4.2.3.2.15: +21 -7 lines
Diff to previous 1.4.2.3.2.15 , to branch point 1.4.2.3
cleanup "Content-Type:" and "Content-Length:" headers for downloading
issue attachments (especially to make sure to specify the file size).

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 18 12:03:53 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.17: +21 -7 lines
Diff to previous 1.17
cleanup "Content-Type:" and "Content-Length:" headers for downloading
issue attachments (especially to make sure to specify the file size).

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

Revision 1.4.2.3.2.15 - (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.4.2.3.2.14: +13 -7 lines
Diff to previous 1.4.2.3.2.14 , to branch point 1.4.2.3
#50789 by Heine (minor modifications and backporting by dww):
module doesn't create "issue directory" automatically.

Revision 1.17 - (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.16: +12 -5 lines
Diff to previous 1.16
#50789 by Heine (with minor modifications by dww):
module doesn't create "issue directory" automatically.

Revision 1.4.2.3.2.14 - (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.4.2.3.2.13: +2 -2 lines
Diff to previous 1.4.2.3.2.13 , to branch point 1.4.2.3
#107352: title on "My projects" is wrong if you only have 1 project

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

Revision 1.16 - (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.15: +2 -2 lines
Diff to previous 1.15
#107352: title on "My projects" is wrong if you only have 1 project

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

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 27 19:44:40 2006 UTC (2 years, 11 months ago) by dww
Branch: MAIN
Changes since 1.13: +7 -1 lines
Diff to previous 1.13
#57120 (by hunmonk, unconed and dww): need to reset component (and
other fields) when changing project on the issue (or followup) form.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 24 04:15:40 2006 UTC (2 years, 11 months ago) by dww
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
#103956: fixing bug in 5.0 port. the "My issues" page wasn't being
registered properly in hook_menu() since we were using $access even
though it wasn't being initialized.

Revision 1.12 - (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.11: +128 -74 lines
Diff to previous 1.11
#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.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 22 18:34:25 2006 UTC (2 years, 11 months ago) by dww
Branch: MAIN
Changes since 1.10: +9 -23 lines
Diff to previous 1.10
#104484: issue tracking not enabled by default for new projects.
(bug introduced via revision 1.4.2.3.2.2, for #96971). [port to HEAD]

Revision 1.4.2.3.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 21 19:58:42 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.4.2.3.2.12: +9 -23 lines
Diff to previous 1.4.2.3.2.12 , to branch point 1.4.2.3
#104484: issue tracking not enabled by default for new projects.
(bug introduced via revision 1.4.2.3.2.2, for #96971).

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 20 01:09:34 2006 UTC (2 years, 11 months ago) by dww
Branch: MAIN
Changes since 1.9: +75 -14 lines
Diff to previous 1.9
reformatting menu item array declarations to be more readable.

Revision 1.4.2.3.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 20 01:09:27 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.4.2.3.2.11: +75 -14 lines
Diff to previous 1.4.2.3.2.11 , to branch point 1.4.2.3
reformatting menu item array declarations to be more readable.

Revision 1.4.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 20 01:09:23 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.4.2.6: +74 -14 lines
Diff to previous 1.4.2.6 , to branch point 1.4
reformatting menu item array declarations to be more readable.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 18 09:11:08 2006 UTC (2 years, 11 months ago) by dww
Branch: MAIN
Changes since 1.8: +146 -79 lines
Diff to previous 1.8
merging DRUPAL-4-7--2 branch as tagged at DRUPAL-4-7--2-1 into HEAD:
Bugs: #97944, #78595, #61453, #85788, #82619
Features: #96971, #102255

Revision 1.4.2.3.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 18 06:34:40 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
CVS Tags: DRUPAL-4-7--2-1
Changes since 1.4.2.3.2.10: +4 -4 lines
Diff to previous 1.4.2.3.2.10 , to branch point 1.4.2.3
- better titles for a bunch of pages
- cleaned up wording for a few error messages

Revision 1.4.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 18 06:34:29 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-1
Changes since 1.4.2.5: +4 -4 lines
Diff to previous 1.4.2.5 , to branch point 1.4
- better titles for a bunch of pages
- cleaned up wording for a few error messages

Revision 1.4.2.3.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 14 19:36:04 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.4.2.3.2.9: +2 -1 lines
Diff to previous 1.4.2.3.2.9 , to branch point 1.4.2.3
#102839: saving changes on either of the project edit subtabs should
update the 'changed' field in the project node itself.

Revision 1.4.2.3.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 07:09:18 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.4.2.3.2.8: +5 -5 lines
Diff to previous 1.4.2.3.2.8 , to branch point 1.4.2.3
#102255: two fixes from previous commit:
- we need to LEFT JOIN on {node} for issues, so we still show projects
  without any issues at all.
- renamed "Last project update" to "Project updated" to save space.

Revision 1.4.2.3.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 06:33:29 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.4.2.3.2.7: +72 -12 lines
Diff to previous 1.4.2.3.2.7 , to branch point 1.4.2.3
#102255: UI improvements and CSS fixes for "my projects" table
x

Revision 1.4.2.3.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 10 06:28:23 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.4.2.3.2.6: +4 -3 lines
Diff to previous 1.4.2.3.2.6 , to branch point 1.4.2.3
#101887 (really, #96971): add a drupal_set_message() when you submit
the project edit subtabs to let the user know something happened.

Revision 1.4.2.3.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 8 21:02:35 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.4.2.3.2.5: +9 -6 lines
Diff to previous 1.4.2.3.2.5 , to branch point 1.4.2.3
use theme('links') for the links in the my projects table, instead of
stuffing each one into a separate table column.

Revision 1.4.2.3.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 8 20:53:08 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.4.2.3.2.4: +4 -3 lines
Diff to previous 1.4.2.3.2.4 , to branch point 1.4.2.3
add an "edit" link to the "my projects" table to edit each project node.

Revision 1.4.2.3.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 7 22:41:53 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.4.2.3.2.3: +31 -31 lines
Diff to previous 1.4.2.3.2.3 , to branch point 1.4.2.3
#61453: fixing broken "Issues e-mail address" setting. the UI was
mostly hidden unless you were a project admin, and the code didn't
match the descriptions. :( now, if none of the filters are selected,
you really *do* get the email (as the description has always said).

Revision 1.4.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 7 22:41:39 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.4.2.4: +32 -32 lines
Diff to previous 1.4.2.4 , to branch point 1.4
#61453: fixing broken "Issues e-mail address" setting. the UI was
mostly hidden unless you were a project admin, and the code didn't
match the descriptions. :( now, if none of the filters are selected,
you really *do* get the email (as the description has always said).

Revision 1.4.2.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 7 07:18:55 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.4.2.3.2.2: +3 -3 lines
Diff to previous 1.4.2.3.2.2 , to branch point 1.4.2.3
#101795: Components are incorrectly reported as invalid. There were
"\r" characters getting saved into the DB so the in_array() was
failing. This bug was introduced via #96971 (revision 1.4.2.3.2.2).

Revision 1.4.2.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 5 11:38:16 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.4.2.3.2.1: +40 -39 lines
Diff to previous 1.4.2.3.2.1 , to branch point 1.4.2.3
#96971: make better use of tabs and subtabs on project nodes. patch 3
by me, to split up the project edit tab into subtabs for project,
issues and releases. this paves the way for the admin UI in #89538.

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

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

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

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

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

Revision 1.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 11 17:47:58 2006 UTC (3 years, 3 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.4.2.1: +2 -2 lines
Diff to previous 1.4.2.1 , to branch point 1.4
#78219: "search" link on /project/user page has wrong URLs

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 11 17:47:46 2006 UTC (3 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
#78219: "search" link on /project/user page has wrong URLs

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 25 07:23:30 2006 UTC (3 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.4: +1 -2 lines
Diff to previous 1.4
removing a line of dead code (that used to live in project.module).
we were unnecessarily loading a project node in hook_link(), when all
we needed was the issue's nid (which we're already passed as an arg)
to properly generate the "follow up" link pointing to the right issue.

Revision 1.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 25 07:20:21 2006 UTC (3 years, 4 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.4: +1 -2 lines
Diff to previous 1.4
removing a line of dead code (that used to live in project.module).
we were unnecessarily loading a project node in hook_link(), when all
we needed was the issue's nid (which we're already passed as an arg)
to properly generate the "follow up" link pointing to the right issue.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 23 06:17:59 2006 UTC (3 years, 4 months ago) by dww
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.3: +4 -4 lines
Diff to previous 1.3
#73395: error "Call-time pass-by-reference" always displaying
(extra ampersands at call sites break php5 compatibility)

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 23 00:57:11 2006 UTC (3 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.2: +0 -9 lines
Diff to previous 1.2
#74608: the "default version" field has nothing to do with issues.  it
really should stay in project.inc, not be in project_issues.module.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 23 00:55:02 2006 UTC (3 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.1: +1 -2 lines
Diff to previous 1.1
removing some commented-out debugging output that was left in here.

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

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2