Update of /cvsroot/webware/Webware/WebKit/Docs
In directory sc8-pr-cvs1:/tmp/cvs-serv3731
Modified Files:
RelNotes-X.Y.html
Log Message:
Added note about Page._actionSet() change.
Index: RelNotes-X.Y.html
===================================================================
RCS file: /cvsroot/webware/Webware/WebKit/Docs/RelNotes-X.Y.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** RelNotes-X.Y.html 4 Mar 2003 02:17:49 -0000 1.8
--- RelNotes-X.Y.html 1 Dec 2003 21:55:15 -0000 1.9
***************
*** 84,87 ****
--- 84,94 ----
Webware/bin/editfile.py (and edit editfile.py so that it opens
your editor).
+
+ <li> In WebKit.Page, removed use of the internal method _actionSet()
+ which cached the list of actions for the servlet. This was redundant
+ code, and its removal allows a servlet to use dynamic actions (i.e. to
+ make the action list dependent on the permissions of the logged-in user).
+ Note that _actionSet() is still used for "old-style" actions to maintain
+ backwards compatibility.
</ul>
|