cindytwilliams β created an issue.
Here's a patch that works with version 2.1.0.
cindytwilliams β created an issue.
It will let you use a table layout...
.parent {
display: table;
}
.main {
display: table-row;
}
.sidebar {
width: 20%;
display: table-cell;
}
.content {
width: 90%;
display: table-cell;
}
Patch #5 no longer applies, so here is a re-roll that applies to the current 2.x-dev version.
cindytwilliams β created an issue.
I changed this to use a different approach. It now uses a regular expression to add a space in front of the formula characters, rather than stripping them out.
This is happening for this module as well. Here is a patch that strips the characters '=', '+', '-', or '@' from the beginning of any data cell before it gets exported, which prevents formulas from executing inside of a spreadsheet.
Updated patch to work with the latest version of 8.x-1.x-dev.
cindytwilliams β created an issue.
cindytwilliams β created an issue.
Patch #4 works well for me. It adds a "sort by" option in the view, which allows us to sort the results by either the name or the code.
Here is a patch that passes the $linkLabel to the getObfuscatedLink function via the correct parameter.
cindytwilliams β created an issue.
This is also happening on the keyword list. Here is a patch that fixes the issue there as well.
volkswagenchick β credited cindytwilliams β .
Attended
volkswagenchick β credited cindytwilliams β .