carson
|
ef152a73b9
|
Clean up URL parameter handling & tests, support anchors
|
2020-05-22 13:42:57 -07:00 |
|
carson
|
a570201229
|
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
# www/official-extensions.md
|
2020-05-22 11:48:55 -07:00 |
|
carson
|
5806ce8852
|
use sinon filters rather than a layout hack
|
2020-05-22 11:48:18 -07:00 |
|
carson
|
b96b9e3e32
|
support morphdom swapping as an extension
fixes https://github.com/bigskysoftware/htmx/issues/6
|
2020-05-22 11:18:39 -07:00 |
|
carson
|
20894cadb9
|
support morphdom swapping as an extension
fixes https://github.com/bigskysoftware/htmx/issues/6
|
2020-05-22 11:18:08 -07:00 |
|
carson
|
033af9a8d2
|
htmx extension mechanism
|
2020-05-22 10:53:10 -07:00 |
|
carson
|
83105575d7
|
ignore scratch
|
2020-05-21 11:17:04 -07:00 |
|
carson
|
8ceb39cf1d
|
Merge remote-tracking branch 'origin/dev' into dev
|
2020-05-21 11:15:54 -07:00 |
|
carson
|
b2890e3cf1
|
Fix https://github.com/bigskysoftware/htmx/issues/22
include values in proper form order if the element is enclosed in one
|
2020-05-21 11:15:45 -07:00 |
|
chg20
|
adaa98c91c
|
Merge pull request #16 from rschroll/dialog-example
Add example of prompt and confirm dialogs
|
2020-05-21 10:59:52 -07:00 |
|
chg20
|
3da43b0c76
|
Merge pull request #18 from rschroll/empty-header
Allow request to have empty header values
|
2020-05-21 10:59:02 -07:00 |
|
chg20
|
0528b6e302
|
Merge pull request #17 from rschroll/prompt-cancel
Cancel the AJAX request when user cancels prompt
|
2020-05-21 10:58:08 -07:00 |
|
Robert Schroll
|
a33bc0aae6
|
Allow request to have empty header values
This may happen with a prompt with nothing entered, for example.
|
2020-05-17 14:46:48 -07:00 |
|
Robert Schroll
|
d43e312763
|
Cancel the AJAX request when user cancels prompt
The prompt command returns null in this case. Note that empty string
is a valid return value, so we can't just check the boolean nature of
the return.
|
2020-05-17 14:16:48 -07:00 |
|
Robert Schroll
|
8b32afeddf
|
Add example of prompt and confirm dialogs
|
2020-05-17 13:54:51 -07:00 |
|
carson
|
132d1f7465
|
Merge branch 'master' into dev
|
2020-05-17 07:08:23 -07:00 |
|
carson
|
adeb398fa2
|
fix request display in demos
|
2020-05-17 07:03:51 -07:00 |
|
carson
|
08bb085e35
|
Merge remote-tracking branch 'origin/dev' into dev
|
2020-05-17 07:01:08 -07:00 |
|
carson
|
52f58241f6
|
bump version remove js version property
|
2020-05-17 07:01:01 -07:00 |
|
carson
|
30a9abdd33
|
Merge remote-tracking branch 'origin/master'
|
2020-05-17 06:26:53 -07:00 |
|
carson
|
a5361d2179
|
fix tests
|
2020-05-17 06:26:45 -07:00 |
|
chg20
|
9579e410e9
|
Update README.md
|
2020-05-17 06:08:12 -07:00 |
|
carson
|
77cc4ba179
|
get logo right for github
|
2020-05-17 06:06:29 -07:00 |
|
carson
|
ef64f8fcf8
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# www/examples/infinite-scroll.md
|
2020-05-17 06:01:23 -07:00 |
|
carson
|
0a2f717f10
|
fix up final stuff from rename
v0.0.3
|
2020-05-17 05:59:13 -07:00 |
|
carson
|
7a87fa102e
|
Generate release files
|
2020-05-17 05:58:54 -07:00 |
|
carson
|
efd4cc72b0
|
Generate release files
|
2020-05-17 05:53:57 -07:00 |
|
carson
|
5f7174c1f9
|
More renaming cleanup
|
2020-05-17 05:53:08 -07:00 |
|
carson
|
3aa8c64754
|
le big re-rename
|
2020-05-17 05:22:19 -07:00 |
|
carson
|
e1e4f25b0e
|
regigger tests and add manual tests for hard-to-test things like prompt and confirm
|
2020-05-16 15:40:15 -07:00 |
|
carson
|
4ebdabd227
|
Merge remote-tracking branch 'origin/dev' into dev
|
2020-05-16 14:30:33 -07:00 |
|
carson
|
6e06c0df87
|
Better style handling:
* inject the style as a stand alone element
* support the meta directive to not include the default style
fixes https://github.com/bigskysoftware/kutty/issues/13
|
2020-05-16 14:30:25 -07:00 |
|
chg20
|
8becaf76cd
|
Merge pull request #3 from inouire/example-delete-row
Example delete row
|
2020-05-16 14:10:32 -07:00 |
|
chg20
|
2f21351f6e
|
Merge pull request #12 from rschroll/prompt
Avoid shadowing the global prompt function
|
2020-05-16 14:10:10 -07:00 |
|
Robert Schroll
|
1cd6ba3750
|
Avoid shadowing the global prompt function
The prompt variable inside issueAjaxRequest shadowed the prompt function
that it was attempting to use, thereby breaking the use of kt-prompt.
|
2020-05-16 12:13:32 -07:00 |
|
Edouard de Labareyre
|
fc4acfa0ea
|
Delete row example
|
2020-05-16 16:42:37 +02:00 |
|
Edouard de Labareyre
|
180cf087d3
|
Fix typo in infinite scroll example
|
2020-05-16 16:42:03 +02:00 |
|
Edouard de Labareyre
|
a60e492170
|
Support DELETE requests in fake server
|
2020-05-16 16:42:03 +02:00 |
|
carson
|
d4b4d462ab
|
Merge remote-tracking branch 'origin/dev' into dev
|
2020-05-16 06:54:39 -07:00 |
|
carson
|
390ac2443b
|
copy children collection so merging oob node doesn't screw up iteration
fixes https://github.com/bigskysoftware/kutty/issues/4
|
2020-05-16 06:54:33 -07:00 |
|
chg20
|
4c00f8f6d6
|
Update TODO.md
|
2020-05-16 06:04:55 -07:00 |
|
chg20
|
d1e1aacb35
|
Merge pull request #11 from jsampson/dev
Copyediting in docs related to HTTP method attributes.
|
2020-05-16 06:02:02 -07:00 |
|
Justin T. Sampson
|
eba776bbaf
|
Copyediting in docs related to HTTP method attributes.
|
2020-05-15 22:34:22 -07:00 |
|
carson
|
fd6e3f68d8
|
version bump and start using dev branch like a civilized human
|
2020-05-15 19:25:52 -07:00 |
|
chg20
|
ace0caa473
|
Merge pull request #10 from jreviews/patch-1
Using ic-post-to instead of kt-post in example
|
2020-05-15 16:10:51 -07:00 |
|
Alejandro Schmeichler
|
cf15267247
|
Using ic-post-to instead of kt-post in example
|
2020-05-15 18:36:37 -04:00 |
|
chg20
|
eeb0985a0e
|
Merge pull request #8 from timothylevi/patch-1
Thanks!
|
2020-05-15 13:33:42 -07:00 |
|
Timothy Levi Campbell
|
7237b93fb2
|
Update inline validation example description
|
2020-05-15 16:20:05 -04:00 |
|
chg20
|
2e89168778
|
Merge pull request #7 from breno-dsuite/breno-dsuite-patch-kt-params
Fix kt-params Link
|
2020-05-15 13:13:37 -07:00 |
|
Breno Uchôa - DSuite
|
a6e76090e8
|
Fix kt-params Link
|
2020-05-15 16:43:43 -03:00 |
|