Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gendl
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
45
Issues
45
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
gendl
gendl
Commits
e70f32e3
Commit
e70f32e3
authored
Feb 20, 2019
by
Dave Cooper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge various patches into publish-shared.
parent
423cd1a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
gwl/source/answer.lisp
gwl/source/answer.lisp
+7
-9
No files found.
gwl/source/answer.lisp
View file @
e70f32e3
...
...
@@ -386,7 +386,7 @@ package-qualified object name\")
(
with-http-body
(
req
ent
)))))))
(
defun
publish-shared
(
&key
path
object-type
host
(
server
*wserver*
)
(
defun
publish-shared
(
&key
path
object-type
object
host
(
server
*wserver*
)
(
key
(
make-keyword-sensitive
(
format
nil
"~a_~a"
host
path
))))
"Void. Used to publish a site which is to have a shared toplevel instance tree,
and no URI rewriting (i.e. no \"/sessions/XXX/\" at the beginning of the path). So,
...
...
@@ -405,12 +405,12 @@ being generated dynamically.
:host (list \"www.genworks.com\" \"ww2.genworks.com\" \"mccarthy.genworks.com\"))
</pre>"
(
let
((
object
(
make-object
(
if
(
stringp
object-type
)
(
read-safe-string
object-type
)
object-type
)
:instance-id
key
:plain-url?
t
:host
host
)))
(
let
((
object
(
or
object
(
make-object
(
if
(
stringp
object-type
)
(
read-safe-string
object-type
)
object-type
)
:instance-id
key
:plain-url?
t
:host
host
)
)))
(
setf
(
gethash
key
*instance-hash-table*
)
(
list
object
))
(
publish
:path
path
...
...
@@ -429,8 +429,6 @@ being generated dynamically.
(
define-object
form-element-processor
()
:input-slots
(
bashee
query-plist
)
...
...
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