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