Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2011 at 20:05 UTC
Updated:
17 Aug 2011 at 05:33 UTC
Jump to comment: Most recent file
Comments
Comment #1
merlinofchaos commentedOne review. Still working.
Should be a translated title. Something like t('%display [%view]'). It should probably also be consistent with how views are listed in the block UI in the same circumstance.
Comment #2
merlinofchaos commentedI don't see how this can be right? Am I missing something?
Comment #3
eclipsegc commentedA lot of these look really great, but with this many changes, I'd much rather a handful of small patches need a little revisiting than re-rolling a 750 line patch regularly and often. Can I side track this train into getting some review on #951048: Support Subtypes for Arguments, Context and Relationship plugins before we go altering large sections of the code base again?
My patch is altering:
includes/content.menu.inc
includes/context.inc
includes/context.plugin-type.inc
plugins/access/term.inc
plugins/access/term_parent.inc
plugins/access/term_vocabulary.inc
plugins/arguments/entity_id.inc
The rest are new files.
I think specifically I'd like to see a hold on:
ctools-context-inc.patch
ctools-vocabularies-and-terms.patch
The rest are probably fine.
Eclipse
Comment #4
das-peter commentedThank you guys for your feedback.
#1:
Changed it to how it's done in views_plugin_display_block.inc
execute_hook_block_list().#2:
Well, my approach was very lazy. There's no
$idnor$object- thus remove the constructs.Does anything obviously fail - if not = done.
Thus it's very likely that this isn't properly fixed - and if someone can give my a direction I'll fix it.
Btw. this seems the last place where
ctools_get_keyword()was used.#3:
Let's skip the patches here touched by #951048: Support Subtypes for Arguments, Context and Relationship plugins. I'll keep an eye on it and make later a reroll where necessary.
Comment #5
merlinofchaos commentedCommitted smarter title panes and context-theme.inc Marking the rest needs work.
Comment #6
das-peter commentedPatches cleaned:
ctools-plugins-admin-inc: Removed patch duplication
ctools-notices-fixes: Remove duplication of ctools-plugins-admin-inc.
Comment #7
merlinofchaos commentedResetting status
Comment #8
merlinofchaos commentedCommitted. I know there are more mostly related to entities; let's follow them up in separate issues as I'm having trouble tracking everything here.
Comment #10
pillarsdotnet commentedSee related: #1241170: Undefined variable $id in ctools_context_get_defaults() (line 619 of includes/context-admin.inc)