-
```
STATIONARY -> STATIONERY (unless intended humorously)
chantss -> chants
"except France, which is again, is a special case" (delete either "is")
"vitriole" -> "vitriol" (unless intended humorously)…
-
```
The problem with "multiple fields in a single text frame" goes even deeper than
I thought. Here's product has no fields renamed from the frame as explained in:
http://code.google.com/p/magento-w2…
-
@klonos this may be one for you.
Just rounding off adding layouts to update module. We should now have the ability to install layouts through the UI, which is great. But I am struck by the blurred li…
-
```
See http://code.google.com/p/magento-w2p/issues/detail?id=513#c29
Older templates have no page size and the table shows NaN.
Make a check if the value is there and do not show the table at all if…
-
```
Some products do not need output file generation. We should allow adding to
cart without saving an order and no subsequent output file generation.
1. Add checkbox "Dynamic imaging" to w2p tab in…
-
```
Some products do not need output file generation. We should allow adding to
cart without saving an order and no subsequent output file generation.
1. Add checkbox "Dynamic imaging" to w2p tab in…
-
```
Here's some random observations jotted down while reviewing the Name &
Annotations column.
Is gender necessary for?:
#e-4CC "MENS SHOE"
#e-4D4 "LADIES HAT"
Contrast with "HIGH HEELED SHOE", whic…
-
```
Issue #669 implemented datasets in a simple way with inter-dependent drop-downs
and comboboxes.
The main problem with that approach is the lack of multiline support.
The idea is to have a table …
-
It looks like line the Account.length check in `test/index.js` will currently fail with too many accounts, i.e.:
``` javascript
it('should fetch Expense Accounts by AccountType', function (done) {
…
-
```
Add 2 functions to display page size.
We have metric and inches.
Output them as spans with IDs and numbers only as the content so the user can
choose what units they want to display.
Let's disc…