[Grok-dev] How to do authentication right with Grok
Sebastian Ware
sebastian at urbantalk.se
Tue Jan 13 04:44:44 EST 2009
12 jan 2009 kl. 22.11 skrev Martijn Faassen:
> Sebastian Ware wrote:
>> 12 jan 2009 kl. 14.00 skrev Brandon Craig Rhodes:
>>
>>> Indexes are a different matter; they obviously *do* sit around in
>>> the
>>> database. Still, I'd love to see the ``grok.Indexes`` class gain
>>> the
>>> ability, on startup, to add or delete indexes from the Application
>>> or
>>> Site to bring them up-to-date with what's declared in the code,
>>> rather
>>> than making us destroy and re-create all of our applications every
>>> time
>>> we make a dratted change to our source code. :-)
>>
>> The ZMI is able to add Indexes to an installed application, I don't
>> understand why Grok can't do the same during startup. I really think
>> this should be considered as a bug. I mean, who doesn't add indexes
>> during the evolution of an application? (and adding them through the
>> ZMI is not a nice workaround, besides it only supports adding field
>> and text indexes).
>
> Feel free to add a bug report to launchpad so we don't forget. How
> this
> should work will take a bit of design work though - to me this is a
> feature request.
done!
https://bugs.launchpad.net/grok/+bug/316685
>
>
> Perhaps we should figure out how we can use the 'blueprints' section
> of
> launchpad in our project, though perhaps that's overkill right now.
Mvh Sebastian
More information about the Grok-dev
mailing list