On Mon, 2006-06-05 at 19:24 +0300, Ilias Lazaridis wrote: > Noah Kantrowitz wrote: > > Ilias Lazaridis wrote: > >> I am working currently to modify the design of trac > >> > >> It seems that the wiki pages are kept somehow in a cache. > >> > >> It needs several refreshes until a new design came up. > >> > >> Any method to flush the trac caches ? > >> > >> . > >> > > AFAIK there is no cache for wiki pages. The new text should come up > > as soon as it is committed to the database.
There is a cache, but normal changes to wiki pages through the web will update the cache immediately. > I am ch > i am changing the /wiki/web_ui.py code to alter the wiki menu (Start > Page, ...), whilst adding dynamically generated content (in conjunction > with wiki.cs). > > Changes are not reflected immediately, and I do not understand exactly > when the become finally visible. That probably depends on how you're running Trac. Using FastCGI or mod_python changes to the code require restarting the server before they are picked up. With CGI code changes should be reflected immediately, or if you run tracd with the "--auto-reload" option it will reload automatically when you make code changes. -- Matthew Good <[EMAIL PROTECTED]> _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
