Translation entity module does not provide any API
ProblemThe entire module seems to consist of UI code and alter hooks only... even the batch to enable/disable translatability entirely consists of custom code... really, no API functions at...
View ArticleEntity reference field Reference method Default settings order should be...
Follow up for #1801304: Add Entity reference fieldProblem/MotivationIn views, it's Filter criteria, then Sort criteria.In the new add entity reference, it's the opposite.It was confusing looking under...
View ArticleAdd Entity reference fields like: User reference, Content reference, File...
Follow up for #1801304-211: Add Entity reference fieldProblem/MotivationIt is not discover able that you will need "Entity reference" to be able to select Content, Users, Files, Terms etc. The discover...
View Articlewhen create view from entity reference field instructions to create one,...
Follow up for #1801304-313: Add Entity reference field Task CProblem/MotivationHave to create an entity reference display in a view. dont enter that until a few screens after started to do it.Click...
View ArticleDefault auto pick the primary field for the type in view wizard to avoid red...
Follow up for #1801304-313: Add Entity reference field Task CProblem/MotivationAfter picking entity reference for the display type, if you scroll down to the preview section, you will see: red error:...
View Articlereplace "autocomplete" in modal with more accurate word and replace "Search...
Follow up for #1801304-313: Add Entity reference field Task CProblem/MotivationClick it and get a modal. in Modal, still autocomplete widget message problem. Still says search fields. I don't really...
View ArticleDisplay updating Javascript triggered in Format string of date formats...
The javascript that updates the date display when editing a date format seems to make navigating through the string tricky.Steps to reproduceGo to Regional and language > Formats Click Edit beside...
View ArticleRename hook_form_BASE_FORM_ID_alter to hook_base_form_FORM_ID_alter
The form alteration is really flexibile in D7 with the new hooks and especially in combination with hook_forms hook but in some cases there is a problem with hook_form_FORM_ID_alter overlapping with...
View ArticleViews UI Preview pager is broken
I bet it's from all the form controller code from November, so I'll at least write a test as my penance.Steps to reproduce:Create 2 nodesCreate a view of nodes, limit to 1, use a pagerPreview the view...
View ArticleCannot remove a handler from the "rearrange" popup
It's broken for non-AJAX callbacks as well, so that will be testable.AttachmentSizeStatusTest resultOperationsrearrange1.png25.16 KBIgnored: Check issue status.NoneNonerearrange2.png45.05 KBIgnored:...
View Articleuse views context and translation langcode to filter user listing
Mentioned in #1801304-316: Add Entity reference field Task B.Problem/MotivationCannot figure out how to add a context that will get default argument of nid's translation's language (from the url) and...
View ArticleMove CSS required by CKEditor-edited text to an appropriate location
Follow up to #1890502: WYSIWYG: Add CKEditor module to core. That issue introduced a ckeditor.css file containing CSS such as:.align-center { text-align: center;}When a content editor edits text via...
View ArticleMake Keyboard Controls Discoverable in CKEditor
There are keyboard controls for the new CKEditor, but they just aren't very visible. I suppose you could search Google and them memorize the page, you'd never find them. So how are people going to know...
View ArticleImprove method names or return values of...
Follow up to #1890502: WYSIWYG: Add CKEditor module to core.Method names get*Plugins() imply that what is returned are plugins (i.e., either plugin definitions or instances). However, these methods...
View ArticleImprove docs and provide real-world example for hook_ckeditor_css_alter()'s...
Follow up to #1890502: WYSIWYG: Add CKEditor module to core.The PHPDoc of hook_ckeditor_css_alter() currently says: * Front-end themes (and base themes) can easily specify CSS files to be used in *...
View ArticleIn field_sql_storage_field_storage_write() when insert new row should use...
If we have default value from the field definition, so we should use it instead of NULL value. I've attached a patch for reviewsAttachmentSizeStatusTest...
View ArticleViews: allow user to configure which roles to display in "User: Roles" field
Right now, when adding the "User: Roles" field to a view, the field will display each of the associated user's roles. The attached patch adds checkbox selectors to the configuration form that allow the...
View ArticleIntegrate CMI metadata system with locale module
Problem/motivationPatches at #1648930: Introduce configuration schema and use for translation included full locale integration but that was postponed on other attempts and #1866610: Introduce...
View ArticleDisable autocomplete
Hi, I have make autocomplete input textfield wiith #autocomplete config, and I try to disable browser autocomplete I have seen autcoomplete="off" but I've got always autocomplete of browser (it rewrite...
View ArticleForm element with #attached css,js does not respect weight when loaded via ajax
I have a custom form element (http://drupal.org/project/jslider_field) that uses #attached to attach js,css files It uses jqueryui slider plugin. When it's used in a normal form everything is fine and...
View Article