Custom Query (2152 matches)
Results (499 - 501 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#917 | fixed | Turning off Autoflush in SQLAlchemy | kindly | kindly |
Description |
David Raznik: I propose we remove autoflush by default in ckan. It caused a lot of bugs on the version upgrade due to its magical behavior. I have a patch in https://bitbucket.org/kindly/ckan/ on branch feature_switch_autoflush_off_by_default. This change simplifies code. It only took 7 extra flushes/commits to make work and there are over 40 instances that we remove autoflush, so as not to cause error (I have not removed them in the patch yet). Things to know about using flush:
It increased the performance on the tests by about 5%. There are less flushes altogether so is faster. I do not see any downsides. |
|||
#2474 | fixed | Trial Jinja 2 as templating system | aron.carroll | aron.carroll |
Description |
Percieved benefits of switching to Jinja 2
We should convert a couple of existing templates to test the switchover and then get peoples feedback. |
|||
#2799 | fixed | Translations for demo not picking up {% trans %} blocks | toby | aron.carroll |
Description |
Also they seem to be missing the odd _() block. Such in the new package form. |