Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
5af47ebd
Commit
5af47ebd
authored
Nov 01, 2001
by
matt@zope.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A few default name updates
parent
2e1e8089
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
lib/python/Products/Sessions/SessionDataManager.py
lib/python/Products/Sessions/SessionDataManager.py
+1
-1
lib/python/Products/Sessions/dtml/addDataManager.dtml
lib/python/Products/Sessions/dtml/addDataManager.dtml
+2
-2
lib/python/Products/Sessions/dtml/addIdManager.dtml
lib/python/Products/Sessions/dtml/addIdManager.dtml
+3
-3
lib/python/Products/Sessions/dtml/addRAMDB.dtml
lib/python/Products/Sessions/dtml/addRAMDB.dtml
+1
-1
lib/python/Products/Sessions/dtml/manageDataManager.dtml
lib/python/Products/Sessions/dtml/manageDataManager.dtml
+1
-1
No files found.
lib/python/Products/Sessions/SessionDataManager.py
View file @
5af47ebd
...
...
@@ -15,7 +15,7 @@ from ZPublisher.BeforeTraverse import registerBeforeTraverse, \
unregisterBeforeTraverse
,
NameCaller
import
traceback
BID_MGR_NAME
=
'browser_id_m
g
r'
BID_MGR_NAME
=
'browser_id_m
anage
r'
bad_path_chars_in
=
re
.
compile
(
'[^a-zA-Z0-9-_~
\
,
\
.
\
/]
'
).search
...
...
lib/python/Products/Sessions/dtml/addDataManager.dtml
View file @
5af47ebd
...
...
@@ -43,10 +43,10 @@ user obtained from a Transient Object Container.
<div class="form-label">
Transient Object Container Path
</div>
<div class="form-help">e.g. '/temp
Folder/transientObjectC
ontainer'.</div>
<div class="form-help">e.g. '/temp
_folder/transient_c
ontainer'.</div>
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
<INPUT TYPE="TEXT" NAME="path" SIZE="60" value="/temp
Folder/transientObjectC
ontainer">
<INPUT TYPE="TEXT" NAME="path" SIZE="60" value="/temp
_folder/transient_c
ontainer">
</TD>
</TR>
...
...
lib/python/Products/Sessions/dtml/addIdManager.dtml
View file @
5af47ebd
...
...
@@ -6,14 +6,14 @@
)">
<FORM ACTION="constructBrowserIdManager" METHOD="POST">
<input type=hidden name="id" value="browser_id_m
g
r">
<input type=hidden name="id" value="browser_id_m
anage
r">
<TABLE CELLSPACING="2">
<tr>
<div class="form-help">
Zope Browser Id Manager objects perform the task of setting and retrieving
Zope browser ids for remote users. They are used primarily by Session
Data Manager objects. A Browser Id Manager's 'id' must always be
'browser_id_m
g
r' in order for it to be found by Session Data Managers.
'browser_id_m
anage
r' in order for it to be found by Session Data Managers.
</div>
</tr>
<TR>
...
...
@@ -24,7 +24,7 @@ Data Manager objects. A Browser Id Manager's 'id' must always be
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
<div class="form-label">This object's Zope id will be<br>
"browser_id_m
g
r"
"browser_id_m
anage
r"
</div>
</TD>
</TR>
...
...
lib/python/Products/Sessions/dtml/addRAMDB.dtml
View file @
5af47ebd
...
...
@@ -24,7 +24,7 @@ initialization of Zope. They are useful for storing temporary objects in.
</div>
</td>
<td align="LEFT" valign="TOP">
<input type="TEXT" name="id" size="20" value="temp
F
older" />
<input type="TEXT" name="id" size="20" value="temp
_f
older" />
</td>
</tr>
...
...
lib/python/Products/Sessions/dtml/manageDataManager.dtml
View file @
5af47ebd
...
...
@@ -19,7 +19,7 @@
Transient Object Container Path
</div>
<div class="form-help">
e.g. '/temp
Folder/transientObjectC
ontainer'
e.g. '/temp
_folder/transient_c
ontainer'
</div>
</td>
<td align="left" valign="top">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment