Menu:

blog

tag cloud blog | browser | creole | database | development | django | django-weave | documentation | fastcgi | IRC | plugin | pylucid | security | test | web

↑ django-weave  #

Before 4 days, 10 hours published by jens.

I have create a new, seperated django project for implementing a firefox weave server in django, see:

http://code.google.com/p/django-weave/

(Last update: March 5, 2010, 4:24 p.m. by jens.)

tags django-weave
0 comments...

↑ Firefox 'weave' support in PyLucid?  #

Before 1 month published by jens.

I found the new Firefox 'weave' Addon. It would be nice if a PyLucid Plugin can be a server for "weave".

I started a plugin here: http://trac.pylucid.net/browser/PyLucidPlugins/weave/
But this is a very early developmental status :)

More information in our forum: http://forum.pylucid.org/viewtopic.php?t=313

(Last update: March 5, 2010, 4:26 p.m. by jens.)

tags browser | django-weave | pylucid
0 comments...

↑ new in PyLucid 01/29/10  #

Before 1 month, 1 week published by jens.

Today i worked on some PyLucid things. Some of these:

EDIT: I add a "tag list" link to the Django admin views, if you change a DBtemplate entry or a PageContent entry: http://trac.pylucid.net/changeset/2518

(Last update: Jan. 29, 2010, 5:12 p.m. by jens.)

tags pylucid
0 comments...

↑ #pylucid via WebChat...  #

Before 1 month, 2 weeks published by jens.

I found the IRC Webchat client from freenode and create the page IRC-Webchat. You can connect the #pylucid IRC channel direct in your Browser. Try it out...

(Last update: Jan. 24, 2010, 7:26 p.m. by jens.)

tags IRC | pylucid
0 comments...

↑ Better fastCGI dispatcher file...  #

Before 1 month, 2 weeks published by jens.

In the past i had problem with a strange error in django-reversion middleware.

But this error does only happens if the app runs via fastCGI. And i only see it in the apache log and that's IMHO boring.

So I worked on a better error handling. I commit a new version of index.fcgi with Changeset 2504.

(Last update: Jan. 22, 2010, 11:12 p.m. by jens.)

tags fastcgi | pylucid
0 comments...

↑ New in PyLucid Changeset 2500  #

Before 1 month, 2 weeks published by jens.

With Changeset 2500 i add the old HeadlineAnchorMiddleware and implement the new TOC plugin.

more information: TOC plugin documentation.

(Last update: Jan. 20, 2010, 5:10 p.m. by jens.)

tags plugin | pylucid
0 comments...

↑ New PyLucid plugin: OpenStreetMap...  #

Before 2 months published by jens.

Easy insert a OpenStreetMap into the CMS page!

more information: PyLucid OpenStreetMap Plugin

(Last update: Jan. 8, 2010, 10:09 p.m. by jens.)

tags plugin | pylucid
0 comments...

↑ New in PyLucid: Page cache cleanup...  #

Before 3 months published by jens.

With changeset:2469 the page cache would be cleaned after a model has been edited or created. (e.g. after PageTree, PageMeta or PageContent changed.)

This fixed http://trac.pylucid.net/ticket/317 and http://trac.pylucid.net/ticket/335

The Problem in ticket 335: Cleaning the cache is not only necessary so that the client sees the updates also. If a page is no longer accessable for anonymous, they should no longer be delivered from the cache.

We clean the complete page cache for one site, because we can't known witch part of the cache has been really changed. e.g. the update journal is somewhere or if the PageTree hierarchy change...

You will get some information about the cleaning if settings.DEBUG is on or you are a superuser.

You must update your environment, read: update existing PyLucid environment

(Last update: Dec. 3, 2009, 8:41 a.m. by jens.)

tags pylucid
0 comments...

↑ PyLucid: "change page order" implemented.  #

Before 3 months, 1 week published by jens.

You can easy setup the menu page order since changeset:2465.

Do this:

  • Update PyLucid with: svn up PyLucid09/PyLucid_env/src/pylucid/pylucid_project/
  • If you run fastCGI than do a reload with: touch index.fcgi

Then you have a new point "change page order" in the menu under "edit page".

It's similar to the form from v0.8

EDIT:
Here a screenshot how it works:
http://www.flickr.com/photos/jensdiemer/4152920434/

(Last update: Dec. 2, 2009, 11:39 a.m. by jens.)

tags pylucid
0 comments...

↑ multiple site migration...  #

Before 3 months, 4 weeks published by jens.

I worked today on the multiple site migration. With this you can merge existing PyLucid v0.8 installations into one v0.9 instance! The Data would be splitted by the django “sites” framework.

With Changeset 2356 you can try it. How it works explain this two pages:

There are some limits: Multiple user accounts can't merged :( So some of the update meta data with ForeignKey to the user object can be wrong, after migration.

(Last update: Nov. 20, 2009, 10:47 a.m. by jens.)

tags development | pylucid
0 comments...
Syndication feed format:
tag navi developing