repo
string
commit
string
message
string
diff
string
Br3nda/drupal-module-project_issue
db04bcb94745d38f45e07e3cb2554b9c461fe263
#929712 by dww: Added a space between issue title and updated/new marker.
diff --git a/views/default_views/project_issue_all_projects.view.php b/views/default_views/project_issue_all_projects.view.php index 382f43b..a851405 100644 --- a/views/default_views/project_issue_all_projects.view.php +++ b/views/default_views/project_issue_all_projects.view.php @@ -1,432 +1,432 @@ <?php -// $Id: pro...
Br3nda/drupal-module-project_issue
91f03d53aafa0ab30d632586d1d4aa9ec5172d30
#929028 by dww: Made the project_issue_show_comment_signatures setting work.
diff --git a/includes/comment.inc b/includes/comment.inc index 84c3829..d93e6bd 100644 --- a/includes/comment.inc +++ b/includes/comment.inc @@ -1,669 +1,664 @@ <?php -// $Id: comment.inc,v 1.159 2010/04/24 01:58:18 dww Exp $ +// $Id: comment.inc,v 1.160 2010/10/01 21:50:24 dww Exp $ function project_issue_comment(...
Br3nda/drupal-module-project_issue
f9cfcc2b5a94698f479a4858b72b1c74251148ae
#366542 by bdragon, mikey_p, dww: Replaced hook_help() hacks for printing the links at the top of various project issue pages and views.
diff --git a/includes/statistics.inc b/includes/statistics.inc index 8e3de8e..2ee9ea3 100644 --- a/includes/statistics.inc +++ b/includes/statistics.inc @@ -1,132 +1,138 @@ <?php -// $Id: statistics.inc,v 1.1 2009/06/18 03:24:03 dww Exp $ +// $Id: statistics.inc,v 1.2 2010/09/30 20:25:27 dww Exp $ /** * Page call...
Br3nda/drupal-module-project_issue
f72485a288984d4ff8b7f03168e3606df8d6fc6e
#898180 by drumm, dww: Exposed the per-project issue block to homebox.
diff --git a/project_issue.module b/project_issue.module index 442443c..a0ae3fe 100644 --- a/project_issue.module +++ b/project_issue.module @@ -1,514 +1,514 @@ <?php -// $Id: project_issue.module,v 1.183 2010/09/17 17:47:46 thehunmonkgroup Exp $ +// $Id: project_issue.module,v 1.184 2010/09/30 19:32:58 dww Exp $ /...
Br3nda/drupal-module-project_issue
c6eccc6075e2e2d5c5d6c3333bbec5547b544a66
#914354 by hunmonk, dww: metric to count the total number of open/fixed issues for a project, per category.
diff --git a/metrics/ProjectIssueOpenedVsClosedByCategory.class.php b/metrics/ProjectIssueOpenedVsClosedByCategory.class.php new file mode 100644 index 0000000..82cedeb --- /dev/null +++ b/metrics/ProjectIssueOpenedVsClosedByCategory.class.php @@ -0,0 +1,104 @@ +<?php +// $Id: ProjectIssueOpenedVsClosedByCategory.class...
Br3nda/drupal-module-project_issue
dbfd0a3e3d5cc7c15107aea2bc989939ce1f5055
#898170 by drumm, dww: Added a block display to the 'My issues' view.
diff --git a/views/default_views/project_issue_user_issues.view.php b/views/default_views/project_issue_user_issues.view.php index ba244b8..b9c022a 100644 --- a/views/default_views/project_issue_user_issues.view.php +++ b/views/default_views/project_issue_user_issues.view.php @@ -1,460 +1,579 @@ <?php -// $Id: project...
Br3nda/drupal-module-project_issue
adf3ee50d9f6caa3ffb82c8d8f7f7ae0cb20774e
#898170 by dww: Fixed bug in project_issue_preprocess_views_view_table() where it assumed every result has both a status and a priority.
diff --git a/project_issue.module b/project_issue.module index a9b6123..f033efc 100644 --- a/project_issue.module +++ b/project_issue.module @@ -1,514 +1,514 @@ <?php -// $Id: project_issue.module,v 1.181 2010/08/19 16:31:29 dww Exp $ +// $Id: project_issue.module,v 1.182 2010/09/14 23:49:06 dww Exp $ // issue node...
Br3nda/drupal-module-project_issue
68c0872cca3218daf3a7ac17bf0682a8196bea76
#880820 by dww: Added a 'Maintain issues' per-project permission (#69556).
diff --git a/issue.inc b/issue.inc index cf21e91..845d6e4 100644 --- a/issue.inc +++ b/issue.inc @@ -1,398 +1,410 @@ <?php -// $Id: issue.inc,v 1.355 2010/04/24 01:58:18 dww Exp $ +// $Id: issue.inc,v 1.356 2010/08/19 16:31:28 dww Exp $ /** * JS callback method to return updated elements on the issue form. * ...
Br3nda/drupal-module-project_issue
232f276e9536ca89d62c301a799ead4f3e81f421
#175555 by mikey_p: Add custom Priority Levels. bug fixes for the batch update function. add an index for priority_weight.
diff --git a/includes/admin.batch_confirm.inc b/includes/admin.batch_confirm.inc index 56d2e52..a810d31 100644 --- a/includes/admin.batch_confirm.inc +++ b/includes/admin.batch_confirm.inc @@ -1,66 +1,55 @@ <?php -// $Id: admin.batch_confirm.inc,v 1.1 2010/04/24 01:58:18 dww Exp $ +// $Id: admin.batch_confirm.inc,v 1....
Br3nda/drupal-module-project_issue
f2747e3e7af6465ffca05c6b67eb4828ab18ea53
#347199 by dww, AmrMostafa: Fixed bug where various project tables were not populated on projects that were created before add-ons are enabled (e.g. {project_release_projects} and {project_issue_projects}).
diff --git a/includes/project_edit_issues.inc b/includes/project_edit_issues.inc index 8672ce3..4f8f10b 100644 --- a/includes/project_edit_issues.inc +++ b/includes/project_edit_issues.inc @@ -1,292 +1,297 @@ <?php -// $Id: project_edit_issues.inc,v 1.3 2009/08/21 21:58:23 dww Exp $ +// $Id: project_edit_issues.inc,v ...
Br3nda/drupal-module-project_issue
6802c0ba85c80da8e7659be7979642109763c949
#175555 by chx, mikey_p, dww: Added ability to create custom priorities.
diff --git a/generate/project_issue_generate.inc b/generate/project_issue_generate.inc index ce6326c..ce09c3d 100644 --- a/generate/project_issue_generate.inc +++ b/generate/project_issue_generate.inc @@ -1,249 +1,249 @@ <?php -// $Id: project_issue_generate.inc,v 1.13 2009/03/21 18:50:17 thehunmonkgroup Exp $ +// $Id...
Br3nda/drupal-module-project_issue
244329e72bc57afdf4503313259f0208e47f78af
#780338 by mikey_p, dww: Use format_plural() when deleting an issue status.
diff --git a/includes/admin.issue_status.inc b/includes/admin.issue_status.inc index 942dc48..744de90 100644 --- a/includes/admin.issue_status.inc +++ b/includes/admin.issue_status.inc @@ -1,193 +1,193 @@ <?php -// $Id: admin.issue_status.inc,v 1.1 2009/04/04 07:03:28 dww Exp $ +// $Id: admin.issue_status.inc,v 1.2 20...
Br3nda/drupal-module-project_issue
87497bcf1b3325897c51b224c7969334ce83d045
Removed trailing whitespace.
diff --git a/includes/comment.inc b/includes/comment.inc index 44e9040..3f8d393 100644 --- a/includes/comment.inc +++ b/includes/comment.inc @@ -1,598 +1,598 @@ <?php -// $Id: comment.inc,v 1.157 2010/02/18 00:19:27 dww Exp $ +// $Id: comment.inc,v 1.158 2010/04/22 09:34:54 dww Exp $ function project_issue_comment(...
Br3nda/drupal-module-project_issue
c0d70dece72e652720c0f031a0d39a96a46dcb64
#776128 by dmitrig01, dww: Added assertions about the issue metadata fields.
diff --git a/project_issue.test b/project_issue.test index b868572..910a573 100644 --- a/project_issue.test +++ b/project_issue.test @@ -1,139 +1,185 @@ <?php -// $Id: project_issue.test,v 1.2 2010/04/20 18:56:01 dww Exp $ +// $Id: project_issue.test,v 1.3 2010/04/20 22:22:06 dww Exp $ include_once drupal_get_path(...
Br3nda/drupal-module-project_issue
f608dbfd89cf4609b0a1a3484688946eb6531a39
#775102 by dmitrig01, dww: Added initial tests for issue comments.
diff --git a/project_issue.test b/project_issue.test index 2b51734..b868572 100644 --- a/project_issue.test +++ b/project_issue.test @@ -1,78 +1,139 @@ <?php -// $Id: project_issue.test,v 1.1 2010/04/20 18:33:06 dww Exp $ +// $Id: project_issue.test,v 1.2 2010/04/20 18:56:01 dww Exp $ include_once drupal_get_path('...
Br3nda/drupal-module-project_issue
91d99b66d095144fc0fe77b395921eefeec5ab9c
#776128 by mikey_p, dmitrig01, dww: Added initial tests for project_issue. For now, we're just testing initial issue creation.
diff --git a/project_issue.test b/project_issue.test new file mode 100644 index 0000000..2b51734 --- /dev/null +++ b/project_issue.test @@ -0,0 +1,78 @@ +<?php +// $Id: project_issue.test,v 1.1 2010/04/20 18:33:06 dww Exp $ + +include_once drupal_get_path('module', 'project') . '/project.test'; + +class ProjectIssueWeb...
Br3nda/drupal-module-project_issue
2ded3335161e7fb2e66b5015a8d975ce748a9dc7
#776128 by dww: Fixed a PHP notice when creating issues when project_release is not enabled (uncovered while writing tests).
diff --git a/includes/issue_node_form.inc b/includes/issue_node_form.inc index affeb56..0c87c1e 100644 --- a/includes/issue_node_form.inc +++ b/includes/issue_node_form.inc @@ -1,484 +1,484 @@ <?php -// $Id: issue_node_form.inc,v 1.5 2009/10/08 23:36:16 dww Exp $ +// $Id: issue_node_form.inc,v 1.6 2010/04/20 07:05:25 ...
Br3nda/drupal-module-project_issue
355e5c6b476d419a5b2f28859863b718f943ea4b
#448004 by yhager, hunmonk: Subscription mails sent for unpublished nodes.
diff --git a/includes/mail.inc b/includes/mail.inc index fa082d4..20097b3 100644 --- a/includes/mail.inc +++ b/includes/mail.inc @@ -1,684 +1,690 @@ <?php -// $Id: mail.inc,v 1.124 2010/02/08 18:02:59 bdragon Exp $ +// $Id: mail.inc,v 1.125 2010/04/17 22:04:49 thehunmonkgroup Exp $ /** * @file * Project issue t...
Br3nda/drupal-module-project_issue
0ae998ce69e3350b3fd5cb72a712268199faf50e
#708474, #716756 by bdragon, dww: Fixed bug where Views go missing if hook_views_default_views() is called multiple times (which seems to happen regularly in Views 6.x-2.* after 6.x-2.8).
diff --git a/views/project_issue.views_default.inc b/views/project_issue.views_default.inc index 333bc9d..9e17ec1 100644 --- a/views/project_issue.views_default.inc +++ b/views/project_issue.views_default.inc @@ -1,70 +1,72 @@ <?php -// $Id: project_issue.views_default.inc,v 1.48 2009/09/23 00:21:36 dww Exp $ +// $Id:...
Br3nda/drupal-module-project_issue
4f0b11559d58b3d61fad04027020eb676e71d1c7
#710996 by dww: Fixed a PHP notice when editing issue followup comments.
diff --git a/includes/comment.inc b/includes/comment.inc index dbf9495..44e9040 100644 --- a/includes/comment.inc +++ b/includes/comment.inc @@ -1,673 +1,674 @@ <?php -// $Id: comment.inc,v 1.156 2010/01/17 00:26:58 dww Exp $ +// $Id: comment.inc,v 1.157 2010/02/18 00:19:27 dww Exp $ function project_issue_comment(...
Br3nda/drupal-module-project_issue
3db7ca82108df31bf637a6b6cd764088e6a2fdb0
#405478 by bdragon: Clean up mail.inc and only include it when necessary.
diff --git a/includes/mail.inc b/includes/mail.inc index 73b71b1..fa082d4 100644 --- a/includes/mail.inc +++ b/includes/mail.inc @@ -1,660 +1,684 @@ <?php -// $Id: mail.inc,v 1.123 2010/01/17 00:16:15 dww Exp $ +// $Id: mail.inc,v 1.124 2010/02/08 18:02:59 bdragon Exp $ -function project_issue_mailhandler($node, $re...
Br3nda/drupal-module-project_issue
e50f30ad791354942fd99441615c36b61e7554f3
#699978 by dww: Fixed bug where the 'project-issue' class was incorrectly applied to all views tables, not just the ones using the issue table style.
diff --git a/project_issue.module b/project_issue.module index b537b65..da306e7 100644 --- a/project_issue.module +++ b/project_issue.module @@ -1,514 +1,514 @@ <?php -// $Id: project_issue.module,v 1.176 2010/01/17 00:38:19 dww Exp $ +// $Id: project_issue.module,v 1.177 2010/01/30 19:01:33 dww Exp $ // issue node...
Br3nda/drupal-module-project_issue
25b6e0d545feb69aacef1c94dddd7ca84ba3f4a7
#656918 by jennifer.chang, dww: Fixed PHP notices in requirements check for if the [#xxxx] issue link filter is properly configured.
diff --git a/project_issue.module b/project_issue.module index 360a94e..b537b65 100644 --- a/project_issue.module +++ b/project_issue.module @@ -1,514 +1,514 @@ <?php -// $Id: project_issue.module,v 1.175 2010/01/17 00:10:23 dww Exp $ +// $Id: project_issue.module,v 1.176 2010/01/17 00:38:19 dww Exp $ // issue node...
Br3nda/drupal-module-project_issue
3795f1fe1be4e1fd724eabc0765faf525a8f117b
#679344 by carlos8f: Removed empty tables in comments with no metadata changes.
diff --git a/includes/comment.inc b/includes/comment.inc index 2a3f689..dbf9495 100644 --- a/includes/comment.inc +++ b/includes/comment.inc @@ -1,673 +1,673 @@ <?php -// $Id: comment.inc,v 1.155 2009/09/23 00:27:05 dww Exp $ +// $Id: comment.inc,v 1.156 2010/01/17 00:26:58 dww Exp $ function project_issue_comment(...
Br3nda/drupal-module-project_issue
2ef33d2ba07ad1f0786dffd9998c20636dc4a415
#495476 by jennifer.chang, dww: Fixed PHP notices caused by broken views handlers for the version and component filters.
diff --git a/views/handlers/project_issue_handler_filter_issue_component.inc b/views/handlers/project_issue_handler_filter_issue_component.inc index 919cd14..50ac7c1 100644 --- a/views/handlers/project_issue_handler_filter_issue_component.inc +++ b/views/handlers/project_issue_handler_filter_issue_component.inc @@ -1,6...
Br3nda/drupal-module-project_issue
8c9ecf5321cfbe0afdcf381bf6cf9d792dcf16ed
#687018 by dww: Fixed PHP notice when adding an issue comment on a site that doesn't allow anonymous users to access issues.
diff --git a/includes/mail.inc b/includes/mail.inc index 2ec6a19..73b71b1 100644 --- a/includes/mail.inc +++ b/includes/mail.inc @@ -1,660 +1,660 @@ <?php -// $Id: mail.inc,v 1.122 2009/06/18 03:05:25 dww Exp $ +// $Id: mail.inc,v 1.123 2010/01/17 00:16:15 dww Exp $ function project_issue_mailhandler($node, $result...
Br3nda/drupal-module-project_issue
8d146cbeed533f88662a6a14d19769af5f3f5819
#673108 by boombatower: Added a way to set the username for programatically created issue comments (helps with #672850).
diff --git a/project_issue.module b/project_issue.module index 0371904..360a94e 100644 --- a/project_issue.module +++ b/project_issue.module @@ -1,1096 +1,1096 @@ <?php -// $Id: project_issue.module,v 1.174 2009/08/06 23:35:34 dww Exp $ +// $Id: project_issue.module,v 1.175 2010/01/17 00:10:23 dww Exp $ // issue no...
Br3nda/drupal-module-project_issue
818bac6f29a6107285591ca9c358252e8810c3f7
#575206 by dww, Kars-T: Fixed a bug causing a redirect loop when submiting a new issue on a site that has only one term in the "Project types" taxonomy vocabulary (introduced by #526438).
diff --git a/includes/issue_node_form.inc b/includes/issue_node_form.inc index 18b4561..affeb56 100644 --- a/includes/issue_node_form.inc +++ b/includes/issue_node_form.inc @@ -1,477 +1,484 @@ <?php -// $Id: issue_node_form.inc,v 1.4 2009/08/11 17:13:57 dww Exp $ +// $Id: issue_node_form.inc,v 1.5 2009/10/08 23:36:16 ...
Br3nda/drupal-module-project_issue
e4ca12a8fb02e02973fb18ca3eea18030169e301
#579900 by dww, DamZ: Worked-around a 6.14 FAPI regression (#302240) that broke forms which use #type 'button' to trigger a form rebuild. This change will continue to work even in 6.15 and beyond when/if that FAPI regression is fixed, so this should be a long-term solution.
diff --git a/includes/comment.inc b/includes/comment.inc index 9328fe0..2a3f689 100644 --- a/includes/comment.inc +++ b/includes/comment.inc @@ -1,664 +1,673 @@ <?php -// $Id: comment.inc,v 1.154 2009/06/18 03:05:20 dww Exp $ +// $Id: comment.inc,v 1.155 2009/09/23 00:27:05 dww Exp $ function project_issue_comment(...
Br3nda/drupal-module-project_issue
4d98d6be82610006aefd65919f0f785f1d1909b7
#582402 by dww: The default issue views that include exposed filters for taxonomy vocabularies which apply to issue nodes should unlock the operator so that you can, e.g. filter by issues without a given tag.
diff --git a/views/project_issue.views_default.inc b/views/project_issue.views_default.inc index d7896cd..333bc9d 100644 --- a/views/project_issue.views_default.inc +++ b/views/project_issue.views_default.inc @@ -1,70 +1,70 @@ <?php -// $Id: project_issue.views_default.inc,v 1.47 2009/06/18 03:38:42 dww Exp $ +// $Id:...
Br3nda/drupal-module-project_issue
ba8713c7b1d6b61dc4c20b7a9a82079a71dafe47
#546488 by dww: Fixed D6 schema regression where {project_issue_comments} no longer used 'cid' as the primary key.
diff --git a/project_issue.install b/project_issue.install index 5d91edb..4c5d7bb 100644 --- a/project_issue.install +++ b/project_issue.install @@ -1,435 +1,448 @@ <?php -// $Id: project_issue.install,v 1.63 2009/08/03 19:16:36 dww Exp $ +// $Id: project_issue.install,v 1.64 2009/08/21 22:51:31 dww Exp $ /** * I...
Br3nda/drupal-module-project_issue
3ff963707b6c27e7a2e052a88b1bc1743cdfc1b0
#554978 by dww: Fixed bug where the tabledrag breaks the component editing UI for projects with tons of components since the weight field didn't have a sufficiently large delta to keep things ordered properly.
diff --git a/includes/project_edit_issues.inc b/includes/project_edit_issues.inc index a964aef..8672ce3 100644 --- a/includes/project_edit_issues.inc +++ b/includes/project_edit_issues.inc @@ -1,290 +1,292 @@ <?php -// $Id: project_edit_issues.inc,v 1.2 2009/05/05 19:15:58 dww Exp $ +// $Id: project_edit_issues.inc,v ...
Br3nda/drupal-module-project_issue
c097ea866f616ef1c782b870759843a93bf365b3
#374863 by greggles, dww: Changed the code that renders the "submission guidelines" text (both per-project and site-wide) to use the default input format instead of filter_xss() so that "block" HTML elements are preserved.
diff --git a/includes/issue_node_form.inc b/includes/issue_node_form.inc index b7c2a0a..18b4561 100644 --- a/includes/issue_node_form.inc +++ b/includes/issue_node_form.inc @@ -1,477 +1,477 @@ <?php -// $Id: issue_node_form.inc,v 1.3 2009/08/06 23:31:23 dww Exp $ +// $Id: issue_node_form.inc,v 1.4 2009/08/11 17:13:57 ...
Br3nda/drupal-module-project_issue
58856a4a2276c96c8e6edbb551e344d18c41ca67
#229063 by dww, mikehostetler, jeffschuler, greggles: Added token support.
diff --git a/project_issue.module b/project_issue.module index e323622..0371904 100644 --- a/project_issue.module +++ b/project_issue.module @@ -1,514 +1,514 @@ <?php -// $Id: project_issue.module,v 1.173 2009/06/18 03:30:22 dww Exp $ +// $Id: project_issue.module,v 1.174 2009/08/06 23:35:34 dww Exp $ // issue node...
Br3nda/drupal-module-project_issue
cf5d43567e24c05f88edc1e8bbb702d4e7bcbf93
#542150 by dww: Initial patch to make the $node->project_issue namespace consistent. This just ensures all the issue metadata fields are available in $node->project_issue when you edit an existing issue. (Follow-up from #98278, required for #229063).
diff --git a/includes/issue_node_form.inc b/includes/issue_node_form.inc index 8629f56..b7c2a0a 100644 --- a/includes/issue_node_form.inc +++ b/includes/issue_node_form.inc @@ -1,441 +1,477 @@ <?php -// $Id: issue_node_form.inc,v 1.2 2009/07/30 08:07:07 dww Exp $ +// $Id: issue_node_form.inc,v 1.3 2009/08/06 23:31:23 ...
Br3nda/drupal-module-project_issue
dc0b22baa6b1b6139b803ecfa17c1dc023aac200
#538986 by hass: Removed t() from schema description strings.
diff --git a/project_issue.install b/project_issue.install index a6f2720..5d91edb 100644 --- a/project_issue.install +++ b/project_issue.install @@ -1,435 +1,435 @@ <?php -// $Id: project_issue.install,v 1.62 2009/05/08 18:54:09 dww Exp $ +// $Id: project_issue.install,v 1.63 2009/08/03 19:16:36 dww Exp $ /** * I...
Br3nda/drupal-module-project_issue
c207df6f58728fbeb0e4a6b5a8dc4a982bceca92
#537168 by dww: Fixed bug in the "Project issue: Project issue queue" views field that caused the "Label" option (and others) to not appear.
diff --git a/views/handlers/project_issue_handler_field_issue_queue_link.inc b/views/handlers/project_issue_handler_field_issue_queue_link.inc index 646ffa4..e5b7a7a 100644 --- a/views/handlers/project_issue_handler_field_issue_queue_link.inc +++ b/views/handlers/project_issue_handler_field_issue_queue_link.inc @@ -1,4...
Br3nda/drupal-module-project_issue
4a96e58b4cc402f58d9a921d98df693237cb74be
#526438 by Dave Reid: Added logic to skip project selection when creating a new issue if the user only has access to one project.
diff --git a/includes/issue_node_form.inc b/includes/issue_node_form.inc index 079526f..8629f56 100644 --- a/includes/issue_node_form.inc +++ b/includes/issue_node_form.inc @@ -1,437 +1,441 @@ <?php -// $Id: issue_node_form.inc,v 1.1 2009/06/18 03:27:57 dww Exp $ +// $Id: issue_node_form.inc,v 1.2 2009/07/30 08:07:07 ...
Br3nda/drupal-module-project_issue
d7d342e774fd6c5bfc9036ac68d7c6f04d60eef1
#494424 by Pasqualle: Hide li background images on the issue summary links.
diff --git a/project_issue.css b/project_issue.css index fe8f7f4..149fe20 100644 --- a/project_issue.css +++ b/project_issue.css @@ -1,215 +1,216 @@ -/* $Id: project_issue.css,v 1.25 2009/02/05 06:46:47 dww Exp $ */ +/* $Id: project_issue.css,v 1.26 2009/06/18 04:54:18 dww Exp $ */ /* Summary content */ #project-is...
Br3nda/drupal-module-project_issue
c01d18667adf65ff661cc8132c6ea5af4b8f9d5a
#494646 by Pasqualle: Fixed incorrect views theme template path.
diff --git a/views/project_issue.views.inc b/views/project_issue.views.inc index 0e593a6..4765a95 100644 --- a/views/project_issue.views.inc +++ b/views/project_issue.views.inc @@ -1,258 +1,258 @@ <?php -// $Id: project_issue.views.inc,v 1.8 2009/03/23 17:24:53 dww Exp $ +// $Id: project_issue.views.inc,v 1.9 2009/06/...
Br3nda/drupal-module-project_issue
fcd9871fbf43eaa27f79e6bf2977514cd3a3bf95
#460248 by dww: Split default views into separate files. project_issue_views_default_views() now auto-discovers any files in the views/default_views subdirectory that end in ".view.php" and exposes those as default views.
diff --git a/views/default_views/project_issue_all_projects.view.php b/views/default_views/project_issue_all_projects.view.php new file mode 100644 index 0000000..382f43b --- /dev/null +++ b/views/default_views/project_issue_all_projects.view.php @@ -0,0 +1,432 @@ +<?php +// $Id: project_issue_all_projects.view.php,v 1...
Br3nda/drupal-module-project_issue
4bce12e0478a5dcd3502bdf40abbbfc4f8ff79a4
#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.
diff --git a/includes/project_node.inc b/includes/project_node.inc new file mode 100644 index 0000000..f5d1c45 --- /dev/null +++ b/includes/project_node.inc @@ -0,0 +1,71 @@ +<?php +// $Id: project_node.inc,v 1.1 2009/06/18 03:30:22 dww Exp $ + +/** + * hook_nodeapi implementation specific to "project_project" nodes + ...
Br3nda/drupal-module-project_issue
bd8fa2c576f80be6decf51b91ea6ba5d44248ce5
#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...
diff --git a/includes/issue_node_view.inc b/includes/issue_node_view.inc new file mode 100644 index 0000000..73da3d1 --- /dev/null +++ b/includes/issue_node_view.inc @@ -0,0 +1,182 @@ +<?php +// $Id: issue_node_view.inc,v 1.1 2009/06/18 03:28:55 dww Exp $ + +/** + * @file + * Code required when viewing an issue node. +...
Br3nda/drupal-module-project_issue
ab178bd203d066bf9fbcbd07b97e7918925f8fce
#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...
diff --git a/includes/issue_node_form.inc b/includes/issue_node_form.inc new file mode 100644 index 0000000..079526f --- /dev/null +++ b/includes/issue_node_form.inc @@ -0,0 +1,437 @@ +<?php +// $Id: issue_node_form.inc,v 1.1 2009/06/18 03:27:57 dww Exp $ + +/** + * @file + * Code required for the issue node form. + */...
Br3nda/drupal-module-project_issue
00a6bf173dfd4996647db10c26fd6170fd2b7090
#405478 by dww: Proper page split of project_issue: Moved code for the issue subscription page from issue.inc to includes/subscribe.inc.
diff --git a/includes/subscribe.inc b/includes/subscribe.inc new file mode 100644 index 0000000..e3fae4d --- /dev/null +++ b/includes/subscribe.inc @@ -0,0 +1,165 @@ +<?php +// $Id: subscribe.inc,v 1.1 2009/06/18 03:24:59 dww Exp $ + +function project_issue_subscribe($form_state, $project_nid = 0) { + global $user; + ...
Br3nda/drupal-module-project_issue
971027cb61cd65b53b5d1be2c4896c724568930d
#405478 by dww: Proper page split of project_issue: Moved code for the issue statistics page from issue.inc to includes/statistics.inc.
diff --git a/includes/statistics.inc b/includes/statistics.inc new file mode 100644 index 0000000..8e3de8e --- /dev/null +++ b/includes/statistics.inc @@ -0,0 +1,132 @@ +<?php +// $Id: statistics.inc,v 1.1 2009/06/18 03:24:03 dww Exp $ + +/** + * Page callback for the issue statistics page. + */ +function project_issue...
Br3nda/drupal-module-project_issue
a7856e018f5f6529a0cf25023e31e2c1a5e38f3d
#405478 by dww: Proper page split of project_issue: - renamed comment.inc to includes/comment.inc - renamed mail.inc to includes/mail.inc
diff --git a/project_issue.module b/project_issue.module index 5c6ebc5..fe65c70 100644 --- a/project_issue.module +++ b/project_issue.module @@ -1,880 +1,881 @@ <?php -// $Id: project_issue.module,v 1.167 2009/06/15 03:53:05 dww Exp $ +// $Id: project_issue.module,v 1.168 2009/06/18 03:23:04 dww Exp $ // issue node...
Br3nda/drupal-module-project_issue
5ee53fd16e08cd773d5b1dabd3619ef8338c4f8d
#405478: Renamed from mail.inc to includes/mail.inc
diff --git a/includes/mail.inc b/includes/mail.inc new file mode 100644 index 0000000..2ec6a19 --- /dev/null +++ b/includes/mail.inc @@ -0,0 +1,660 @@ +<?php +// $Id: mail.inc,v 1.122 2009/06/18 03:05:25 dww Exp $ + +function project_issue_mailhandler($node, $result, $i, $header, $mailbox) { + if ($node->type == 'proj...
Br3nda/drupal-module-project_issue
2eef3eb80c20491f7626b00a83921e49fab366d3
#405478: Renamed from comment.inc to includes/comment.inc
diff --git a/includes/comment.inc b/includes/comment.inc new file mode 100644 index 0000000..9328fe0 --- /dev/null +++ b/includes/comment.inc @@ -0,0 +1,664 @@ +<?php +// $Id: comment.inc,v 1.154 2009/06/18 03:05:20 dww Exp $ + +function project_issue_comment(&$arg, $op) { + // $arg can be a comment object, or a form ...
Br3nda/drupal-module-project_issue
372cb65117a782d5fb44e270dadc82c0e7834f4b
#491802 by dww: Fixed PHP notice when adding issues that don't have all their fields (e.g. issues for projects without any releases).
diff --git a/issue.inc b/issue.inc index cd6ef61..1f69089 100644 --- a/issue.inc +++ b/issue.inc @@ -1,1250 +1,1250 @@ <?php -// $Id: issue.inc,v 1.349 2009/06/15 03:53:04 dww Exp $ +// $Id: issue.inc,v 1.350 2009/06/15 04:14:00 dww Exp $ /** * JS callback method to return updated elements on the issue form. ...
Br3nda/drupal-module-project_issue
504a6cfd75726066d3068e5dd87fdcc7c7ca4193
#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.
diff --git a/issue.inc b/issue.inc index 47a49e1..cd6ef61 100644 --- a/issue.inc +++ b/issue.inc @@ -1,1287 +1,1250 @@ <?php -// $Id: issue.inc,v 1.348 2009/06/08 23:08:29 thehunmonkgroup Exp $ +// $Id: issue.inc,v 1.349 2009/06/15 03:53:04 dww Exp $ /** * JS callback method to return updated elements on the is...
Br3nda/drupal-module-project_issue
356df4c94e8a1cf1ff06b29dd9c53de6504be3b8
#445204 by hunmonk: Editing an issue clears out the title. Explicitly declare the title as a form value if metadata editing is disabled.
diff --git a/issue.inc b/issue.inc index 4992212..47a49e1 100644 --- a/issue.inc +++ b/issue.inc @@ -1,1200 +1,1206 @@ <?php -// $Id: issue.inc,v 1.347 2009/05/05 19:15:57 dww Exp $ +// $Id: issue.inc,v 1.348 2009/06/08 23:08:29 thehunmonkgroup Exp $ /** * JS callback method to return updated elements on the is...
Br3nda/drupal-module-project_issue
cf5d9ce40ef8d719d8758b4ba7369b9e519df23b
#425728 by dww: Added the project title to the issue cockpit block title.
diff --git a/project_issue.module b/project_issue.module index b8c8ddc..5ab9c78 100644 --- a/project_issue.module +++ b/project_issue.module @@ -1,514 +1,514 @@ <?php -// $Id: project_issue.module,v 1.165 2009/05/05 19:15:57 dww Exp $ +// $Id: project_issue.module,v 1.166 2009/05/09 18:16:30 dww Exp $ // issue node...
Br3nda/drupal-module-project_issue
25722155ce7d63ee109c504928992eb841826c05
#425728 by dww: Due to the caching for the issue cockpit block, don't conditionally test for permission to create issues just to display the hint about searching existing issues before submitting a new one.
diff --git a/theme/project-issue-issue-cockpit.tpl.php b/theme/project-issue-issue-cockpit.tpl.php index c0dcc9a..bd1bf59 100644 --- a/theme/project-issue-issue-cockpit.tpl.php +++ b/theme/project-issue-issue-cockpit.tpl.php @@ -1,36 +1,34 @@ <?php -// $Id: project-issue-issue-cockpit.tpl.php,v 1.5 2009/05/06 23:43:34...
Br3nda/drupal-module-project_issue
f694c3d5a4849ed71921f77f0be7ed26918957b9
#456468 by dww: Fixed type of the new default_component column in the {project_issue_projects} table to be a varchar(255) to prevent SQL errors about trying to give a "text" field a default value. We don't need a whole text field for this, anyway -- a varchar will be faster.
diff --git a/project_issue.install b/project_issue.install index 3804ffc..a6f2720 100644 --- a/project_issue.install +++ b/project_issue.install @@ -1,433 +1,435 @@ <?php -// $Id: project_issue.install,v 1.61 2009/05/05 19:15:57 dww Exp $ +// $Id: project_issue.install,v 1.62 2009/05/08 18:54:09 dww Exp $ /** * I...
Br3nda/drupal-module-project_issue
416bd6ea55c194e2df7ceb2435c3c0d56104b55e
#425728 by longwave: Fixed two minor bugs with the new "Issue cockpit": - Don't try to print the date of the oldest open issue if there isn't one. - Corrected typo (s/subcribe/subscribe/).
diff --git a/includes/issue_cockpit.inc b/includes/issue_cockpit.inc index cc8d24f..7c618c4 100644 --- a/includes/issue_cockpit.inc +++ b/includes/issue_cockpit.inc @@ -1,81 +1,81 @@ <?php -// $Id: issue_cockpit.inc,v 1.5 2009/04/20 19:11:34 dww Exp $ +// $Id: issue_cockpit.inc,v 1.6 2009/05/06 23:43:34 dww Exp $ /...
coleifer/django-generic-aggregation
7dc1557ac0a791ccc56278b57ba25d6651d868e0
readthedocs required updates.
diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..850d79c --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,4 @@ +version: 2 +python: + install: + - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..93...
coleifer/django-generic-aggregation
b30c1ee475dedd50bcb893145f363303a71db710
fix readme formatting
diff --git a/README.rst b/README.rst index c3f181b..841b7cb 100644 --- a/README.rst +++ b/README.rst @@ -1,71 +1,73 @@ ========================== django-generic-aggregation ========================== annotate() and aggregate() for generically-related data. also a handy function for filtering GFK-model querysets...
coleifer/django-generic-aggregation
e5e11255e6ab70dc74854945a59f4c74b918c934
Convert readthedocs links for their .org -> .io migration for hosted projects
diff --git a/README.rst b/README.rst index d11c57d..c3f181b 100644 --- a/README.rst +++ b/README.rst @@ -1,71 +1,71 @@ ========================== django-generic-aggregation ========================== annotate() and aggregate() for generically-related data. also a handy function for filtering GFK-model querysets...
coleifer/django-generic-aggregation
cbdb2caa21d3a6728f6475a68952fd6dd7e8f094
Remove unused function.
diff --git a/generic_aggregation/utils.py b/generic_aggregation/utils.py index a16ca36..6083b58 100644 --- a/generic_aggregation/utils.py +++ b/generic_aggregation/utils.py @@ -1,352 +1,306 @@ """ Django does not properly set up casts """ import django from django.contrib.contenttypes.fields import GenericForeig...
coleifer/django-generic-aggregation
50079259353b7c186f9befb6c3282ab4521af68d
Add failing test for ORM-based annotation and fix.
diff --git a/generic_aggregation/utils.py b/generic_aggregation/utils.py index 640807d..a16ca36 100644 --- a/generic_aggregation/utils.py +++ b/generic_aggregation/utils.py @@ -1,362 +1,352 @@ """ Django does not properly set up casts """ import django from django.contrib.contenttypes.fields import GenericForeig...
coleifer/django-generic-aggregation
5f7618a72c5dc307254b1b71556ad90903fc963e
Add comment.
diff --git a/settings_migrations.py b/settings_migrations.py index 2498517..16b43d8 100644 --- a/settings_migrations.py +++ b/settings_migrations.py @@ -1,20 +1,22 @@ +# Use this settings file to update migrations if the test app models change. + DATABASES = { 'default': { 'ENGINE': 'django.db.backends.s...
coleifer/django-generic-aggregation
bbb073e27630a0e5dec7b8b9c54730dfa5b956de
Add history and bump version.
diff --git a/History.md b/History.md new file mode 100644 index 0000000..f598432 --- /dev/null +++ b/History.md @@ -0,0 +1,7 @@ +0.4.0 / 2016-01-21 +================== + + * Drop support for Django 1.4, 1.5, and 1.6. + * Add support for Django 1.8 and 1.9. + * Fix mising row bug in ORM-based annotate. + * Fix defau...
coleifer/django-generic-aggregation
757eee96cae5f5e5485ecca7dceba7ada459a6be
Add space.
diff --git a/docs/index.rst b/docs/index.rst index d3a584c..bd0816e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,195 +1,195 @@ .. django-generic-aggregation documentation master file, created by sphinx-quickstart on Wed May 2 16:49:11 2012. You can adapt this file completely to your liking, but it s...
coleifer/django-generic-aggregation
e6f2288079661c0f89e2abbdb224efbccd108e0a
Move test app outside of package for Django 1.9.
diff --git a/generic_aggregation/generic_aggregation_tests/__init__.py b/generic_aggregation_tests/__init__.py similarity index 100% rename from generic_aggregation/generic_aggregation_tests/__init__.py rename to generic_aggregation_tests/__init__.py diff --git a/generic_aggregation/generic_aggregation_tests/migrations...
coleifer/django-generic-aggregation
31a39f17c52ca453c36d00e4905005affe131980
Use newer import path for generic fields.
diff --git a/docs/index.rst b/docs/index.rst index 17ad217..d3a584c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,195 +1,195 @@ .. django-generic-aggregation documentation master file, created by sphinx-quickstart on Wed May 2 16:49:11 2012. You can adapt this file completely to your liking, but it s...
coleifer/django-generic-aggregation
b757c368f6f67d32ba759a7953829240a3974b2e
Fix postgres test for Django 1.8 by giving test app migrations.
diff --git a/generic_aggregation/generic_aggregation_tests/migrations/0001_initial.py b/generic_aggregation/generic_aggregation_tests/migrations/0001_initial.py new file mode 100644 index 0000000..1747311 --- /dev/null +++ b/generic_aggregation/generic_aggregation_tests/migrations/0001_initial.py @@ -0,0 +1,50 @@ +# -*...
coleifer/django-generic-aggregation
f05dd93d894c369680eafef58ff50ffa58265432
Fix annotation bugs from issue 4.
diff --git a/generic_aggregation/generic_aggregation_tests/tests.py b/generic_aggregation/generic_aggregation_tests/tests.py index 8f46321..927a59c 100644 --- a/generic_aggregation/generic_aggregation_tests/tests.py +++ b/generic_aggregation/generic_aggregation_tests/tests.py @@ -1,177 +1,202 @@ import datetime -fro...
coleifer/django-generic-aggregation
50a3c9c09a67735f66b471ba0e0ba8b53552efe8
Fix utils for Django 1.8.
diff --git a/generic_aggregation/utils.py b/generic_aggregation/utils.py index 6e4e574..8b355b7 100644 --- a/generic_aggregation/utils.py +++ b/generic_aggregation/utils.py @@ -1,343 +1,356 @@ """ Django does not properly set up casts """ +import django from django.contrib.contenttypes.generic import GenericForei...
coleifer/django-generic-aggregation
1dc7916253769fe9ba7eddb86de3064eefe7eb57
Remove pre-1.7 code.
diff --git a/generic_aggregation/utils.py b/generic_aggregation/utils.py index 2fadc13..6e4e574 100644 --- a/generic_aggregation/utils.py +++ b/generic_aggregation/utils.py @@ -1,353 +1,343 @@ """ Django does not properly set up casts """ -import django from django.contrib.contenttypes.generic import GenericForei...
coleifer/django-generic-aggregation
d338c376d338dbc14ff443cb38a00f10f612b63e
Add tox and coverage integration
diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 0000000..94b9b53 --- /dev/null +++ b/.coveragerc @@ -0,0 +1,6 @@ +[run] +source = generic_aggregation +branck = True + +[report] +omit = *tests* \ No newline at end of file diff --git a/.gitignore b/.gitignore index 394e930..1399fbd 100644 --- a/.gitigno...
coleifer/django-generic-aggregation
8cba5855161e5a88c27b492124803494ec311463
Version bump
diff --git a/setup.py b/setup.py index 1edcf2d..f177b8b 100644 --- a/setup.py +++ b/setup.py @@ -1,33 +1,33 @@ import os from setuptools import setup, find_packages f = open(os.path.join(os.path.dirname(__file__), 'README.rst')) readme = f.read() f.close() -VERSION = (0, 3, 1) +VERSION = (0, 3, 2) setup( ...
coleifer/django-generic-aggregation
e6fcddc0a32e5700ee23749691e74ece1a19a0d8
Fix for MySQL cast expression
diff --git a/generic_aggregation/utils.py b/generic_aggregation/utils.py index f8889ee..2fadc13 100644 --- a/generic_aggregation/utils.py +++ b/generic_aggregation/utils.py @@ -1,351 +1,353 @@ """ Django does not properly set up casts """ import django from django.contrib.contenttypes.generic import GenericForei...
coleifer/django-generic-aggregation
d8b3d38f1aa5cecfb98fc5f5db5ef7a28cedac78
Removing normalize hook
diff --git a/generic_aggregation/utils.py b/generic_aggregation/utils.py index 71ce397..f8889ee 100644 --- a/generic_aggregation/utils.py +++ b/generic_aggregation/utils.py @@ -1,352 +1,351 @@ """ Django does not properly set up casts """ import django from django.contrib.contenttypes.generic import GenericForei...
coleifer/django-generic-aggregation
d746e765c16bfd98669fd5d40edb72806475f5fa
Django 1.4 compat runtests
diff --git a/runtests.py b/runtests.py index 2cfa802..fbbfc10 100755 --- a/runtests.py +++ b/runtests.py @@ -1,38 +1,44 @@ #!/usr/bin/env python import sys from os.path import dirname, abspath from django.conf import settings if len(sys.argv) > 1 and 'postgres' in sys.argv: sys.argv.remove('postgres') - ...
coleifer/django-generic-aggregation
d3d52f031782732ab3e043990e0460cf6cd34b9a
Adding way to get field db type w/o normalizing
diff --git a/generic_aggregation/utils.py b/generic_aggregation/utils.py index f8889ee..71ce397 100644 --- a/generic_aggregation/utils.py +++ b/generic_aggregation/utils.py @@ -1,351 +1,352 @@ """ Django does not properly set up casts """ import django from django.contrib.contenttypes.generic import GenericForei...
coleifer/django-generic-aggregation
c76408c2c002dcab6bfc3148760ee58a19cbe05e
Cleaning up for docs
diff --git a/README.rst b/README.rst index 7bd1721..d11c57d 100644 --- a/README.rst +++ b/README.rst @@ -1,58 +1,71 @@ ========================== django-generic-aggregation ========================== annotate() and aggregate() for generically-related data. also a handy function for filtering GFK-model querysets...
coleifer/django-generic-aggregation
2585d1b9fed7750945c80db786fd600c9b1a80bf
Adding test for fallback w/cast
diff --git a/generic_aggregation/generic_aggregation_tests/tests.py b/generic_aggregation/generic_aggregation_tests/tests.py index 073645b..89aee97 100644 --- a/generic_aggregation/generic_aggregation_tests/tests.py +++ b/generic_aggregation/generic_aggregation_tests/tests.py @@ -1,156 +1,170 @@ import datetime fro...
coleifer/django-generic-aggregation
6ce59ed7c23a6df1d7c40e8206d31d9565ec9601
Bugfix
diff --git a/setup.py b/setup.py index 4f4ec29..1edcf2d 100644 --- a/setup.py +++ b/setup.py @@ -1,33 +1,33 @@ import os from setuptools import setup, find_packages f = open(os.path.join(os.path.dirname(__file__), 'README.rst')) readme = f.read() f.close() -VERSION = (0, 3, 0) +VERSION = (0, 3, 1) setup( ...
coleifer/django-generic-aggregation
4864b2abe7e51fddf6c0810866d6290cb1e50bec
Adding a fallback filter method because django doesn't handle casting properly on IN lookups either
diff --git a/generic_aggregation/generic_aggregation_tests/tests.py b/generic_aggregation/generic_aggregation_tests/tests.py index 37cb5d9..073645b 100644 --- a/generic_aggregation/generic_aggregation_tests/tests.py +++ b/generic_aggregation/generic_aggregation_tests/tests.py @@ -1,150 +1,156 @@ import datetime fro...
coleifer/django-generic-aggregation
53c073c218982d0ff3ad6f7c24dcb7b0639c771f
Coalesce since django offers zero by way of sorting nulls last
diff --git a/generic_aggregation/utils.py b/generic_aggregation/utils.py index c8e34ec..3e277e1 100644 --- a/generic_aggregation/utils.py +++ b/generic_aggregation/utils.py @@ -1,289 +1,289 @@ """ Django does not properly set up casts """ import django from django.contrib.contenttypes.generic import GenericForei...
coleifer/django-generic-aggregation
84358b1917ff368651467920ff9d54cb244681c2
Adding fallback methods and tests -- essentially, django will set up the joins correctly but not the necessary cast if the target PK differs from the generic foreign key's fk_field (e.g. django comments uses a textfield) -- which results in a database error. The fallback methods handle proper casting.
diff --git a/generic_aggregation/generic_aggregation_tests/models.py b/generic_aggregation/generic_aggregation_tests/models.py index de0079c..35c0d81 100644 --- a/generic_aggregation/generic_aggregation_tests/models.py +++ b/generic_aggregation/generic_aggregation_tests/models.py @@ -1,33 +1,33 @@ import datetime f...
coleifer/django-generic-aggregation
3f6ee47f13cdceaa12729f6b9ceca5dbefd59644
version
diff --git a/setup.py b/setup.py index b3f8183..bdd145b 100644 --- a/setup.py +++ b/setup.py @@ -1,33 +1,33 @@ import os from setuptools import setup, find_packages f = open(os.path.join(os.path.dirname(__file__), 'README.rst')) readme = f.read() f.close() -VERSION = (0, 1, 2) +VERSION = (0, 2, 0) setup( ...
coleifer/django-generic-aggregation
0bf0b47ad40d57cf5487e56d37891279cbefa224
Updating readme
diff --git a/README.rst b/README.rst index 4500504..7bd1721 100644 --- a/README.rst +++ b/README.rst @@ -1,56 +1,58 @@ ========================== django-generic-aggregation ========================== annotate() and aggregate() for generically-related data. also a handy function for filtering GFK-model querysets...
coleifer/django-generic-aggregation
2650528e60c3115decfecb36d9fc551164894f7d
By using a GenericRelation it is possible to greatly simplify querying across gfks -- this even extends to annotation and aggregation though the content-type must be filtered for explicitly.
diff --git a/generic_aggregation/generic_aggregation_tests/models.py b/generic_aggregation/generic_aggregation_tests/models.py index c02f069..de0079c 100644 --- a/generic_aggregation/generic_aggregation_tests/models.py +++ b/generic_aggregation/generic_aggregation_tests/models.py @@ -1,29 +1,33 @@ import datetime -f...
coleifer/django-generic-aggregation
1e99bb4add744f0fa6cdb9c6cf82aa51b9961da0
Updating the readme
diff --git a/README.rst b/README.rst index b057e4d..4500504 100644 --- a/README.rst +++ b/README.rst @@ -1,48 +1,56 @@ ========================== django-generic-aggregation ========================== -annotate() and aggregate() for generically-related data. +annotate() and aggregate() for generically-related data....
coleifer/django-generic-aggregation
d5d59e70233ec20b88b9f1440e88520403958fdf
Adding a generic_filter method for filtering a GFK queryset by a sub-query of items
diff --git a/generic_aggregation/__init__.py b/generic_aggregation/__init__.py index aac7f1b..aa872d7 100644 --- a/generic_aggregation/__init__.py +++ b/generic_aggregation/__init__.py @@ -1 +1 @@ -from generic_aggregation.utils import generic_aggregate, generic_annotate +from generic_aggregation.utils import generic_a...
coleifer/django-generic-aggregation
b8cb7d924e887cbff2bd09813d6971034b6a1892
Allow running with postgres
diff --git a/runtests.py b/runtests.py index a697e19..2cfa802 100755 --- a/runtests.py +++ b/runtests.py @@ -1,31 +1,38 @@ #!/usr/bin/env python import sys from os.path import dirname, abspath from django.conf import settings +if len(sys.argv) > 1 and 'postgres' in sys.argv: + sys.argv.remove('postgres') + ...
coleifer/django-generic-aggregation
7ef7b02cae25f2c7dea90690cf8d577fa86d9252
Small cleanup in generic_aggregation for simpler testing
diff --git a/generic_aggregation/tests/__init__.py b/generic_aggregation/generic_aggregation_tests/__init__.py similarity index 100% rename from generic_aggregation/tests/__init__.py rename to generic_aggregation/generic_aggregation_tests/__init__.py diff --git a/generic_aggregation/tests/models.py b/generic_aggregatio...
coleifer/django-generic-aggregation
1666021f3a415facc78dc6792413286b9aa3f948
Removing spurious version constant
diff --git a/generic_aggregation/__init__.py b/generic_aggregation/__init__.py index 992db6d..aac7f1b 100644 --- a/generic_aggregation/__init__.py +++ b/generic_aggregation/__init__.py @@ -1,3 +1 @@ from generic_aggregation.utils import generic_aggregate, generic_annotate - -VERSION = (0, 1, 0)
coleifer/django-generic-aggregation
4d6d5cdae183446053b7f48c3bb88c381a154af9
Fixing issue #3 regarding failure casting PKs w/mysql
diff --git a/generic_aggregation/utils.py b/generic_aggregation/utils.py index 82fe2ef..180a386 100644 --- a/generic_aggregation/utils.py +++ b/generic_aggregation/utils.py @@ -1,138 +1,140 @@ import django from django.contrib.contenttypes.models import ContentType from django.db import connection, models def que...
coleifer/django-generic-aggregation
fe4cc19e308dc948a31e3b09b682fd02a625b715
Adding manifest
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..57e5411 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,4 @@ +include AUTHORS +include LICENSE +include MANIFEST.in +include README.rst
coleifer/django-generic-aggregation
44451bf131ef09901f32c85c80a1ef5da204ea45
Importing version imports django which makes setup.py sad
diff --git a/setup.py b/setup.py index ee517c4..8800f89 100644 --- a/setup.py +++ b/setup.py @@ -1,32 +1,32 @@ import os from setuptools import setup, find_packages -from generic_aggregation import VERSION - f = open(os.path.join(os.path.dirname(__file__), 'README.rst')) readme = f.read() f.close() +VERSION = ...
coleifer/django-generic-aggregation
07180f31120f8527a1352501197dd61ba43e9eb9
Cleaning up the API of generic aggregation - pass in an aggregator with a lookup instead of both separately
diff --git a/README.rst b/README.rst index 81faba4..b057e4d 100644 --- a/README.rst +++ b/README.rst @@ -1,48 +1,48 @@ ========================== django-generic-aggregation ========================== annotate() and aggregate() for generically-related data. Examples -------- You want the most commented on b...
coleifer/django-generic-aggregation
39537e9839efda74878138ff776b54f7ed39adfc
Fixing a bungled setup.py copy/paste foul
diff --git a/setup.py b/setup.py index 749796b..ee517c4 100644 --- a/setup.py +++ b/setup.py @@ -1,32 +1,32 @@ import os from setuptools import setup, find_packages -from news import VERSION +from generic_aggregation import VERSION f = open(os.path.join(os.path.dirname(__file__), 'README.rst')) readme = f.read(...
coleifer/django-generic-aggregation
38a2b35197ea6184cfbf032eec3e586831a0f0c1
Adding a gitignore
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..394e930 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.pyc +build/ +src/ +pip-log.txt +*DS_Store +*~ +dist/ +*.egg-info/
coleifer/django-generic-aggregation
b25bc8fb5c7e24b471d13fe6a995c2ec8efe31ca
Adding setup.py for use with pip
diff --git a/generic_aggregation/__init__.py b/generic_aggregation/__init__.py index aac7f1b..992db6d 100644 --- a/generic_aggregation/__init__.py +++ b/generic_aggregation/__init__.py @@ -1 +1,3 @@ from generic_aggregation.utils import generic_aggregate, generic_annotate + +VERSION = (0, 1, 0) diff --git a/setup.py b...
coleifer/django-generic-aggregation
1479517888c1aeff5137ecbc54fdb773f0697a7b
Allow an alias to be used for the extra param
diff --git a/generic_aggregation/tests/settings.py b/generic_aggregation/tests/settings.py index fd7977e..3980318 100644 --- a/generic_aggregation/tests/settings.py +++ b/generic_aggregation/tests/settings.py @@ -1,8 +1,8 @@ DATABASE_ENGINE = 'sqlite3' -DATABASE_ENGINE = 'postgresql_psycopg2' -DATABASE_NAME = 'test_ma...
coleifer/django-generic-aggregation
d9135d52d1304f299a91fe973e34d015a3fe1ffe
Support for handling non-integer gfk fk_fields, like Comments.
diff --git a/generic_aggregation/tests/models.py b/generic_aggregation/tests/models.py index 1121736..c02f069 100644 --- a/generic_aggregation/tests/models.py +++ b/generic_aggregation/tests/models.py @@ -1,22 +1,29 @@ import datetime from django.contrib.contenttypes.generic import GenericForeignKey from django.co...
coleifer/django-generic-aggregation
dfa93241e71e7cfebcaf43f207bde9d15a8bd539
Adding support for Django 1.2 - verified with 1.1 and 1.2
diff --git a/generic_aggregation/utils.py b/generic_aggregation/utils.py index 5a23e0f..5da8892 100644 --- a/generic_aggregation/utils.py +++ b/generic_aggregation/utils.py @@ -1,102 +1,117 @@ +import django from django.contrib.contenttypes.models import ContentType from django.db import connection, models +def que...