Line: 30 to 30 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < | ObjectMethod pushPreferences ($web,$topic,$type) | |||||||
> > | ObjectMethod pushPreferences ($web,$topic,$type,$prefix) | |||||||
|
Line: 25 to 25 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < | ObjectMethod finishComplete processing after the client's HTTP request has been responded to.
| |||||||
> > | ObjectMethod finish ()Break circular references. | |||||||
Line: 67 to 64 | ||||||||
Changed: | ||||||||
< < | ObjectMethod resetTo ($mark) | |||||||
> > | ObjectMethod restore ($mark) | |||||||
Resets the preferences stack to the given mark, to recover after a topic include. | ||||||||
Line: 114 to 111 | ||||||||
Added: | ||||||||
> > | setPreferencesValue($name, $val)Set a preferences value. The preference is set in the context at the top of the preference stack, whatever the current state may be. The preference is not serialised. | |||||||
ObjectMethod stringify() -> $textGenerate a TML-formatted version of the current preferences |
Line: 33 to 33 | ||||||||
---|---|---|---|---|---|---|---|---|
Deleted: | ||||||||
< < | ObjectMethod pushGlobalPreferences ()Add global preferences to this preferences stack. | |||||||
ObjectMethod pushPreferences ($web,$topic,$type)
| ||||||||
Line: 55 to 50 | ||||||||
Added: | ||||||||
> > | ObjectMethod pushGlobalPreferences ()Add global preferences to this preferences stack. | |||||||
ObjectMethod pushPreferencesValues ($type,\%values)Push a new preference level using type and values given |
Line: 98 to 98 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < | getTextPreferencesValue( $key, $text, $web, $topic ) -> $valueGet a preference value from the settings in the text. The values are not cached. | |||||||
> > | getTextPreferencesValue( $key, $text, $meta, $web, $topic ) -> $valueGet a preference value from the settings in the text (and/or optional $meta). The values read are not cached. | |||||||
ObjectMethod getWebPreferencesValue ($key,$web) -> $value |
Line: 25 to 25 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > | ObjectMethod finishComplete processing after the client's HTTP request has been responded to.
| |||||||
ObjectMethod pushGlobalPreferences ()Add global preferences to this preferences stack. |
Line: 91 to 91 | ||||||||
---|---|---|---|---|---|---|---|---|
getTextPreferencesValue( $key, $text, $web, $topic ) -> $value | ||||||||
Changed: | ||||||||
< < | Get a preference value from the settings in the text. The parsed values are cached against the web, topic. | |||||||
> > | Get a preference value from the settings in the text. The values are not cached. | |||||||
ObjectMethod getWebPreferencesValue ($key,$web) -> $value |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > | Package
|