You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion of activity on the TurboGears trunk -- bug reports, new features, etc. all to appear in the future TurboGears versions.
|
|
|
tgext.asyncjob updates
|
| |
tgext.asyncjob always had the limit of being unable to track task progress
between multiple processes, I decided to implement various task progress
tracking backends to solve this issue. Currently only the Redis backend is
provided, but implementing more is really simple.
As asyncjob was actually a really small package I took the chance to write... more »
|
|
turbogears.org Site Update / Outage
|
| |
I've been informed of an outage by the hosting provider that is coming up
shortly. We'll be down for about 20 minutes, and it will be starting very
soon. Basically, they're moving the instance to another system due to
problems on the host. We'll be back to normal shortly.
-- Michael J. Pedersen... more »
|
|
Test feedbacks for tgext.pluggable and tg.devtools
|
| |
As we are approaching to the 2.3 release, I would like to double check on
some things that I might have missed during the test phase.
Some real world testing has been done on the unstable releases and I have
been working on two projects that totally moved to 2.3 since a month or so.
The only missing piece is double checking that the development tools are... more »
|
|
Improve relationship support in sprox/tgext.crud
|
| |
I talked a bit with Alessandro about this, and we thought it would be something worth to discuss here:
We plan on improving the support for all-kinds of relationship things:
- Improve searching for related entities in get_all by allowing to search for name
(I basically already implemented that in my project and would just need... more »
|
|
Dismissing jenkins
|
| |
Talking with Michael yesterday, he has been quite harsh about the fact we
have duplicated docs on rtfd.org and duplicated continuous integration on
travis.ci. The situation ended so because the existing solutions were
broken at the time (doc built wrong version and jenkins didn't work at all)
and I tried to provide a quick fix to them by moving them to cloud... more »
|
|
Repository Combining Idea
|
| |
I have been very inactive, and I'm working on being able to change that.
It's just been quite slow.
Despite that, I do have an idea I'd like to propose: We have three
repositories for all of TG. I'd like to merge them into just one. It would
make release management much easier to do.
Does anybody have issues with this? Is it a bad idea, or one whose time has... more »
|
|
TG 2.2.2. Problems parsing Jinja templates
|
| |
Hi people,
Right now I'm using TG 2.2.0 and I've tried TG 2.2.2 but I have problems during template parsing.
I use Jinja2 (2.6) and *use_dotted_templatenames = False* and don't use *
.jinja* extension for templates, but .html, .js, etc.
The problem is that everything is escaped so if I have something like this:... more »
|
|
A favour from fellow TG2 devs
|
| |
Hi, I'm abusing the list a little this time to ask a favour :-), as I
already mentioned in another occasion I started to work on a small
Jinja2 how-to book with Packt Pub, right now it is done and the
publisher is looking for reviewers (technical), I'm not to keen on
what that may imply but if anyone would like to have a hand on it I... more »
|
|
Small issues with 2.3
|
| |
Hi there!
Alessandro requested some feedback in 2.3, so hile playing around the
porting of my application from 2.2.2 to 2.3, I discovered the following
"issues":
- from tg.paginate import Page doesn't work anymore - although from
reading the docs, I think it should have been from webhelpers.paginate... more »
|
|
|