Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
gendl
gendl
Commits
1916416a
Commit
1916416a
authored
Nov 26, 2015
by
Dave Cooper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
working toward release
parent
8477ce88
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
26702 deletions
+15
-26702
apps/timer/source/assembly.lisp
apps/timer/source/assembly.lisp
+9
-6
gwl/ajax/source/base-ajax-sheet.lisp
gwl/ajax/source/base-ajax-sheet.lisp
+5
-0
regression/data/round-trip.stp
regression/data/round-trip.stp
+0
-26695
regression/source/separated-solid.lisp
regression/source/separated-solid.lisp
+1
-1
No files found.
apps/timer/source/assembly.lisp
View file @
1916416a
...
...
@@ -51,6 +51,7 @@
(
title
"Genworks Timer and Journaler"
)
(
main-sheet-body
(
with-cl-who-string
()
(
when
gwl:*developing?*
(
str
(
the
development-links
)))
((
:div
:id
"content"
)
...
...
@@ -61,12 +62,11 @@
(
str
(
the
journal-form
main-div
))
((
:ul
:id
"journal"
)
(
str
(
the
journal-entries-display
main-div
))))))
(
additional-header-content
(
the
imported-css
))
(
imported-css
(
with-cl-who-string
()
(
:link
:href
"/timer-static/style/styles.css"
:rel
"stylesheet"
:type
"text/css"
)))
(
additional-header-content
(
with-cl-who-string
()
(
:link
:href
"/timer-static/style/styles.css"
:rel
"stylesheet"
:type
"text/css"
)))
(
imported-scripts
(
with-cl-who-string
()
...
...
@@ -122,6 +122,9 @@
:type
'sheet-section
:inner-html
(
with-cl-who-string
()
((
:script
:type
"text/javascript"
)
"function visibilityChanged () {if !(document.hidden) {alert('vis. changed not hidden event')}};"
(
fmt
"function startTimerAjax () {~a}"
(
the
(
gdl-ajax-call
:form-controls
(
list
(
the
timer-form-min
)
...
...
gwl/ajax/source/base-ajax-sheet.lisp
View file @
1916416a
...
...
@@ -166,6 +166,10 @@ in the applicable lens for html-format."
(
"String of Javascript or nil. This Javascript will go into the :onload event of the body.
Default is nil."
body-onload
nil
)
(
"String of Javascript or nil. This Javascript will go into the :onpageshow event of the body.
Default is nil."
body-onpageshow
nil
)
(
"String or nil. Contains the string for the doctype at the top of the document.
Default is the standard doctype for HTML5 and later."
...
...
@@ -296,6 +300,7 @@ from a saved snapshot file."
(
str
(
the
additional-header-js-content
))))
((
:body
:class
(
the
body-class
)
:onpageshow
(
the
body-onpageshow
)
:onload
(
the
body-onload
))
(
the
reset-html-sections!
)
...
...
regression/data/round-trip.stp
View file @
1916416a
This diff is collapsed.
Click to expand it.
regression/source/separated-solid.lisp
View file @
1916416a
...
...
@@ -57,4 +57,4 @@
)))
(
register-test-definition
'separated-solid-test
)
;;
(register-test-definition 'separated-solid-test)
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