Show
Ignore:
Timestamp:
04/30/08 13:35:20 (23 months ago)
Author:
JensDiemer
Message:

Experimental new Preferences!

  • New editor used the newforms models in the plugin class
  • Doesn't realy use the preferences (in search and find_and_replace) only display it
  • the system_settings doesn't used, too. Only for display the data.
  • Not ready in all cases
  • there can exist some print debug!
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid/PyLucid/system/page_msg.py

    r1313 r1544  
    5454 
    5555        request = context["request"] 
    56         self.debug_mode = request.debug 
     56        self.debug_mode = getattr(request, "debug", False) 
    5757 
    5858        self._charset = settings.DEFAULT_CHARSET