Edgewall Software

Changes between Initial Version and Version 1 of Ticket #9313


Ignore:
Timestamp:
May 7, 2010, 10:33:37 AM (14 years ago)
Author:
Remy Blank
Comment:

Help welcome.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9313

    • Property Keywords documentation helpwanted added
    • Property Milestoneunscheduled
  • Ticket #9313 – Description

    initial v1  
    1 Having just spent the last half-day hacking around trying to get a plugin to work, I believe the the `IPreferencePanelProvider` interface either needs a function specifically for setting up data to be saved into the DB, or some better documentation informing developers that they need to add something like this to `render_preference_panel` in order to get things to save into the DB.
     1Having just spent the last half-day hacking around trying to get a plugin to work, I believe the `IPreferencePanelProvider` interface either needs a function specifically for setting up data to be saved into the DB, or some better documentation informing developers that they need to add something like this to `render_preference_panel` in order to get things to save into the DB.
    22
    3 {{{
     3{{{#!python
    44session = req.session
    55if req.method == "POST":