-
Solr is aimed at larger deployments. Allowing to set server configuration TTW is superfluous. ZCML configuration should be the only way to configure solr.
If people care much about TTW configuration …
tisto updated
8 years ago
-
**Describe the bug**
View lookup using `context=` does not support abstract base classes in Pyramid 1.10.4 on Python 3.8.3.
**To Reproduce**
Experiment with the following code:
```python
# …
-
This is to inform you about "https://github.com/malthe/chameleon/issues/311": `chameleon` templates can have problems with nested repeat variables using the same name: the variables themselves have th…
-
Hi Team,
I tried to install the ticketshop for my dexterity type "Event", but I can't get it to work. All other products of the bda.plone-Shop System (which were required) are also installed. Am I …
-
Hi,
I am not sure if anyone else had this issue but I have the following instance
Plone 4.3.3 (4308)
CMF 2.2.7
Zope 2.13.22
Python 2.7.6 (default, Jun 2 2016, 08:31:24) [GCC 4.8.4]
PIL 2.3.0 …
-
i dont know, if its better to mentioned in zope.schema or plone.autoform or here:
setting a field to readonly - field gets hidden.
setting a field to display - field gets hidden, value is shown.
…
-
I have issue with deviceType on Zenoss Core 4.2.4.
```
"deviceClasses": [{
"deviceType": {
"name": "SynologyDevice",
"properties": [{
"type": "int",
"name": "temp_sens…
-
It is quite common, for backwards compatibility code, to have fallback imports, i.e.
```python
try:
from new.shiny import stuff
except ImportError:
from old.hazard import stuff
```
…
-
When i handle roman numerals i want to convert them to integers in mixed strings for purposes of comparison in fuzz matching, so even false positives of 'roman numbers' aren't a problem as long as bot…
-
Pre fill the form of add view with data from the query
exemple:
https://6.demo.plone.org/add?type=Document&title=My%20Document&description=My%20cool%20description
Would have the from to create a n…