PDOException:......(line 167 of...
I am using the demo theme from one of Theme Brain's themes which requires me to upload the demo file directly to my host. I did that and I also created the database as required. But when I go to my...
View ArticleMove date_iso8601 to CommonDataConverter (or create wrapper for it and...
We've added a CommonDataConverter to provide datatype callbacks which are not specific to a vocabulary. We can tidy up the global namespace by moving date_iso8601 to that class. The only modules I...
View ArticleDrupal Core search is not indexing all pages
Drupal core is not indexing all my pages it stopped at "81% of the site has been indexed. There are 151 items left to index"I Emptied the two DB tablets but it still never fully indexes search_dataset...
View ArticleSwitch field plugin managers to DefaultPluginManager
Similar to all kind of different plugins managers widgets and formatters should also use defaultpluginmanager.Possible followups:Provide custom annotation for widgetsSwitch widget factory to container...
View ArticlePHP plugins for Excel sheets generation in Drupal 7
Hi, I need a PHP library which is best suitable for dynamic generation of Excel Sheets for Drupal 7. I used PHPExcel, Excel Generator libraries but I am getting the Pear.php errors. Suggest me a good...
View ArticleWhat to do with raw request attributes vs. converted (upcast) attributes
This issue #2031487: Don't replace the upcasted values in the request attributes array. solves the problem that we are currently completely overriding the raw request attributes which makes it rather...
View ArticleFix documentation that refers to enabling/disabling of modules
Follow-up for #1199946: Disabled modules are broken beyond repair so the "disable" functionality needs to be removedIn order to keep the patch at #1199946: Disabled modules are broken beyond repair so...
View ArticleModule update does not put replacement where the current module is located
Packages (in particular Commerce) do not always put modules in sites/all/modules, e.g. sites/all/modules/contrib. The update process seems to always put the updated module in sites/all/modules, which...
View Article[meta] Track progress in ATAG 2.0 conformance
This is going to be a tracker for all issues covering (not just obeying) ATAG 2.0 conformance, sorted by ATAG 2.0 norm. This tracker should help us achieve the stated goal of WCAG 2.0 and ATAG 2.0...
View Article[meta] Track progress in WCAG 2.0 conformance
This is going to be a tracker for all issues covering (not just obeying) WCAG 2.0 conformance, sorted by WCAG 2.0 norm. This tracker should help us achieve the stated goal of WCAG 2.0 and ATAG 2.0...
View ArticleChange view results to use a classed object
At the moment views just use a stdClass object, returned from the PDO query. We can get it to return our own classed object instead. Me and Daniel were talking about this on IRC, and decided ResultRow...
View Article[META] Test field formatter RDFa output
To ensure that formatters are outputting correct data, we should test the RDFa for all formatters.#2030929: Test text formatter RDFa output Date Number EntityReference File Image Link#2034975: Test...
View ArticleTest email formatter RDFa output
We should test that the RDFa output by the email formatter produces the expected triples.Part of #2034951: [META] Test field formatter RDFa output.
View ArticleCreate a base class for formatter RDFa tests
Part of #2034975: Test email formatter RDFa output
View ArticleTypehint Views field handler methods with ResultRow
After #2034947: Change view results to use a classed object is in, we can typehint all the places this is used. Field handler methods render, advancedRender, render_link, getValue, maybe more...
View ArticleTest taxonomy term formatter RDFa output
Part of #2034951: [META] Test field formatter RDFa output
View Article[meta] Comply with WCAG 1.1: Text Alternatives
WCAG Guideline 1.1:Provide text alternatives for any non-text content so that it can be changed into other forms people need, such as large print, braille, speech, symbols or simpler language.1.1.1...
View ArticleAdd docs for properties in Drupal\Core\Language\Language
Follow up for #1641166: Undefined property: Drupal\Core\Language\Language::$locked in language_list()Updated: Comment #0Problem/MotivationDocs are missing for...
View ArticleIntroduce hook_theme_prepare(), and hook_theme_HOOK_prepare()
Problem/MotivationAll changes to variables that will be printed in templates currently happen in the same place, preprocess. Things that happen in preprocess include both adding the initial variables...
View ArticlePoll in forum notices
I have a Poll content type that works fine. I thought it would be nice when forum users can post their poll too. I added the forum taxonomy reference to the poll content type and made it not obligatory...
View Article