Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yiisoft/jquery-pjax

pushState + ajax = pjax
https://github.com/yiisoft/jquery-pjax

Fixes #9

012f6e9a0b1e22e8c1837821bc8cf2766d029e97 authored about 10 years ago by Antonio Ramirez <[email protected]>
updated bower.json file.

1712c0fc794d622c57a3b0d1d450f416a63603f0 authored about 10 years ago by Qiang Xue <[email protected]>
Merge pull request #8 from macklay/addHistoryOptionPatched

add "history" option + bug fix

1512a6fcf820ad4a95d724e6f32672b77ff296b4 authored about 10 years ago by Qiang Xue <[email protected]>
add "history" option + bug fix

0d1a6d3743a4b985268456c3532a2c03a23f50ec authored about 10 years ago by Nick Smirnov <[email protected]>
Split up and simplify maxCacheLength tests

A few changes to make these tests less scary:
* Invert `navigationWasCached` var to `didHitServe...

e4fed72748252c7277daf4be6d35c1d51cb6ee68 authored over 10 years ago by Ryan Fitzgerald <[email protected]>
Trim cache length in cachePop, not just cachePush

This fixes a bug where the `pjax.defaults.maxCacheLength` setting was
being applied when navigat...

d6156db18c78161f14974a44044b8a5d348a7872 authored over 10 years ago by Ryan Fitzgerald <[email protected]>
pjax 1.9.2

cc0dd17bd6ec0930102b014ef01e3214d490ca05 authored over 10 years ago by Joshua Peek <[email protected]>
Merge pull request #403 from defunkt/before-replace-event-tweaks

Before replace event tweaks

299587e23c9ea5181b23d67846c8460c275c27d4 authored over 10 years ago by Joshua Peek <[email protected]>
Fix previousState scope to success closure

9baf0ac21603216d4e54fdc259c9d110b408b243 authored over 10 years ago by Joshua Peek <[email protected]>
Move state and previousState to event props

5e563fb56ff9e83eb590eb4de9e0c529faf637dd authored over 10 years ago by Joshua Peek <[email protected]>
Add previous state to beforeReplace event

85656fdba896af4a6c805d6a20ea18496882abac authored over 10 years ago by Joshua Peek <[email protected]>
Ensure pjax.state is consistent before pjax:beforeReplace event

ee0887cc959ce7f41ce1cc427da934c0b5b6e04d authored over 10 years ago by Joshua Peek <[email protected]>
pjax 1.9.1

fc4b710856c0cfec40596365cdd8e9c357d57087 authored over 10 years ago by Joshua Peek <[email protected]>
Ignore gemfile

a1dedc435dbbd8f7d02e546340f51b8313e13cf9 authored over 10 years ago by Joshua Peek <[email protected]>
pjax 1.9.0

716efd58a632da1b9f69db5efdbc4eacce883fca authored over 10 years ago by Joshua Peek <[email protected]>
Test improvements

563135094f95f2c187ec25271a76942d375ebdd0 authored over 10 years ago by Alex Hill <[email protected]>
Abort pending XHR in popstate handler.

90ebf7ae87ca353c7dbe1848b4f97267bf91feaf authored over 10 years ago by Alex Hill <[email protected]>
Merge branch 'before-replace'

Fixes #383, closes #384

a200310ddaf9a5d4bf9506fadf23fde071ec4b3b authored over 10 years ago by Mislav Marohnić <[email protected]>
Document `pjax:beforeReplace` event

23249a68abfdf44ada9d402c79790adbc3b145dc authored over 10 years ago by Mislav Marohnić <[email protected]>
Fire `pjax:beforeReplace` event before replacing HTML

This event fires right before DOM replacement and it's useful if any
processing of old content i...

d08a2f78ba2138f40cc55f7eee4f6e58f87e8984 authored over 10 years ago by Henric Trotzig + Joe Lencioni <[email protected]>
Merge pull request #386 from defunkt/event-docs

Improve documentation about pjax events

d899eaaa6a2ab097574eff72416ba06ea5890448 authored over 10 years ago by Mislav Marohnić <[email protected]>
Merge pull request #379 from marcandre/ignore_prevented_default

Ignore events with prevented defaults

97bccf9b8e7091d3cb12c65d44f15ca38c3344ec authored over 10 years ago by Mislav Marohnić <[email protected]>
Explain that Sinatra server will be blocking

17a60821297d0007a5ce62b016f59960702047cd authored over 10 years ago by Mislav Marohnić <[email protected]>
Add Gemfile for test dependencies

Closes #391

e43cdf3d3b790977db022cd76680843733a35ef9 authored over 10 years ago by Richard Kimber <[email protected]>
Ignore events with prevented defaults

a55272156189c076ad8a8218933c850b8b95fd11 authored over 10 years ago by Marc-Andre Lafortune <[email protected]>
Merge pull request #385 from causes/bower-name

Change name in bower.json from "pjax" to "jquery-pjax"

25da3928916dfe6cf26402221e9cbe935266e75c authored over 10 years ago by Mislav Marohnić <[email protected]>
Improve documentation about pjax events

* Document all pjax events in the order in which they fire
* Document event handler arguments an...

2fd2560030221155bfcd819a9624e57465a4c0fd authored over 10 years ago by Mislav Marohnić <[email protected]>
Change name in bower.json from "pjax" to "jquery-pjax"

The name of the package should match the name it is registered as in
Bower. Since this package i...

25d84227afaff611dc4ea1cf10a1bde625f35229 authored over 10 years ago by Joe Lencioni <[email protected]>
Fix typo in README.md, "Layout Reloading" section

0328deb29ae3aa962f2ef8339935b086eff94240 authored over 10 years ago by Vesa Laakso <[email protected]>
pjax 1.8.2

a787d95ae2ea584cfc16b1b7c19bd7cf1906943c authored over 10 years ago by Mislav Marohnić <[email protected]>
Merge pull request #374 from defunkt/safe-blur

IE fix for blurring of active element

66dd6bc0d55ddf2b02152c25f43361c986ae9b5a authored over 10 years ago by Joshua Peek <[email protected]>
IE fix for blurring of active element

In IE, activeElement might be null, BODY element, or SVG element. In all
such cases, `blur()` wi...

b6d028d304fbb7bcb6ab7cb4a18e9c410ac05bca authored over 10 years ago by Mislav Marohnić <[email protected]>
Merge pull request #5 from tof06/pjax-fix-redirect

Let PJAX request follows HTTP Redirect in any case

520f8c12b5a417e21d2cd0df499fa2a4e4e9a9d6 authored over 10 years ago by Qiang Xue <[email protected]>
Let PJAX request follows HTTP Redirect in any case

c019c57bde7663a39ad7ba9082f7d330a78432c9 authored over 10 years ago by Christophe BOULAIN <[email protected]>
Merge pull request #4 from klevron/2692

Fix https://github.com/yiisoft/yii2/issues/2692

74330005f9d5ffdf923d6ce45c10814d9a8902bb authored over 10 years ago by Antonio Ramirez <[email protected]>
Add Changelog

f38fd3736cfe40b094a0f386fd396a858f68365c authored over 10 years ago by Kevin LEVRON <[email protected]>
pjax 1.8.1

67fbdced9825864a7949c3103c4d90cf6a8b1e29 authored over 10 years ago by Joshua Peek <[email protected]>
Merge pull request #361 from aroben/fix-back-after-fragment-reload

Fix going back to a pjaxed state after reloading a fragment navigation

d22c8c3e6fd73dc4fe6e24679bf5213ddaaa78a2 authored over 10 years ago by Joshua Peek <[email protected]>
Make tests pass in phantomjs

phantomjs doesn't support window.history.state, so we can't test
anything related to it when run...

6becaf03fa1b8fa1a68f66f5e884d7a3e28c1c21 authored over 10 years ago by Adam Roben <[email protected]>
Add a test that shows that #309 is fixed

43844973601bfb1b8e4d0df7caaf1d7ed5f31e2c authored over 10 years ago by Adam Roben <[email protected]>
Fix https://github.com/yiisoft/yii2/issues/2692

17ed875a3616f6e35a93e1ac7ae7517b85601b40 authored over 10 years ago by Kevin LEVRON <[email protected]>
Merge pull request #1 from tof06/master

Remove _pjax parameter from URL before ajax call

0c920688fb5a11200a2e1ace0cf13a74c4455d70 authored over 10 years ago by Qiang Xue <[email protected]>
Merge pull request #3 from tof06/2-Pjax-Scripts-Fixes

Fixes #2

f6e6fac5a26e620a436649489832092f3ed41a4a authored over 10 years ago by Qiang Xue <[email protected]>
Fixes #2

6fad1c6dba813e1bfe69704a4caf6eb570a5b3e9 authored over 10 years ago by Christophe BOULAIN <[email protected]>
Remove _pjax parameter from URL before ajax call

3fd903377fff9d2442059aa663776ec74469c5d0 authored over 10 years ago by Christophe BOULAIN <[email protected]>
automatic code style adjustment

spaces -> tabs

8b8a40cbbf1904926f38688d62e1c3a46d5f1528 authored over 10 years ago by Carsten Brandt <[email protected]>
introduced data-pjax=0 feature from yii2 repo

If the click event target has 'data-pjax="0"' attribute, the event is
ignored, and no pjax call ...

0349b6bf29dc85b60ea0932cc294787a1911d79e authored over 10 years ago by Carsten Brandt <[email protected]>
typo in composer.json

a042b4655a1af511d137fbae059a5d2943f42aeb authored over 10 years ago by Carsten Brandt <[email protected]>
Create composer.json

01ea89b2887610d5e4d5b11597f96ab0faba61b6 authored over 10 years ago by Carsten Brandt <[email protected]>
Only use FormData() for POST requests

42473724834195b736ab0b26a43a48721d680cd8 authored over 10 years ago by Brandon Frohs <[email protected]>
Add support for file input fields

7b7f9faa9ae4d42bc95ba6095ba2bbd065819771 authored over 10 years ago by Brandon Frohs <[email protected]>
pjax 1.8.0

7f5764ccc8c8c643a0beb55ac1e8d2920757d822 authored over 10 years ago by Joshua Peek <[email protected]>
Merge pull request #345 from defunkt/did-click-event

Add pjax:clicked event

867b23a20cbb94cc3e59185af7b3375384a4ed94 authored over 10 years ago by Joshua Peek <[email protected]>
Inline clicked event

clickEvent reference is not used

b86fd5ad63e03be8d3d031292d406cb0aec35006 authored over 10 years ago by Joshua Peek <[email protected]>
Add pjax:clicked event

Fires after pjax:click and after the pjax request is initiated

b0b0885d608513cc4030c888ba956f7600c9dc53 authored over 10 years ago by Joshua Peek <[email protected]>
Fix for issue #309

b92f80e9e08c5b4efd17fa2215d8bf5e0f800e19 authored about 11 years ago by Lachezar Yankov <[email protected]>
pjax 1.7.3

99300241a530b336410827595ff0820a8de3da42 authored about 11 years ago by Joshua Peek <[email protected]>
Ignore pops back to same state

/cc @cobyism

0308b01ddebb7a12a3ce490a86eda5e54405b4ed authored about 11 years ago by Joshua Peek <[email protected]>
pjax 1.7.2

b11e1963bcf92b1a5e64da5d00a8ea308039a500 authored over 11 years ago by Joshua Peek <[email protected]>
Merge pull request #300 from defunkt/refocus

Improve focus emulation

195690dd30f5c4053f98879e6104a1d4d8788992 authored over 11 years ago by Joshua Peek <[email protected]>
Clear out any focused elements before inserting new page contents

ef764ec671ff6fec8b7b42ec87c7dfe38084e6cc authored over 11 years ago by Joshua Peek <[email protected]>
Fix autofocus in FF

/cc @jonrohan

891753382dedeb936d214d537e31368ad1f6cec2 authored over 11 years ago by Joshua Peek <[email protected]>
pjax 1.7.1

3fef6e7413ba3433709a397d96f191d5c538e194 authored over 11 years ago by Joshua Peek <[email protected]>
Don't default fragment to null

58c87009d645006e10daac737965f6a2ee95a85c authored over 11 years ago by Joshua Peek <[email protected]>
Merge pull request #294 from tylerwolff/master

Update README.md with some text fixes

d3aa7a1b383f34452b11ddf9b3cfab5ef6edc222 authored over 11 years ago by Joshua Peek <[email protected]>
Update README.md

- fix a small typo
- restructure sentence about responding to X-PJAX headers

27952fb97578a0cadc37c4074d3946d6e7eb7684 authored over 11 years ago by Tyler Wolff <[email protected]>
Merge pull request #292 from gmunkhbaatarmn/master

Comment whitespace fix

3bccb4bdb45cd1a6b92addc7827e921df5b99e74 authored over 11 years ago by Joshua Peek <[email protected]>
comment whitespace fix

1b8af6168daef5778119128093042724c1fb41bf authored over 11 years ago by Munkhbaatar <[email protected]>
Merge pull request #291 from pborreli/typos

Fixed typos

110f0c91079c85c4d9954a2b603082191a7c99ef authored over 11 years ago by Joshua Peek <[email protected]>
Fixed typos

b6db5a002f7489f66535878e8866366daf6aace9 authored over 11 years ago by Pascal Borreli <[email protected]>
Merge pull request #289 from strzalek/patch-1

Change `component.json` to `bower.json` in README

6ccd315a6f597f5f5f4d6306204a990d31119b76 authored over 11 years ago by Joshua Peek <[email protected]>
Change `component.json` to `bower.json` in README

42904e3cc7f75f3caff066aa6afc8711557f9025 authored over 11 years ago by Łukasz Strzałkowski <[email protected]>
pjax 1.7.0

95a6ef9341610f211cd658692593deb50ac325ee authored over 11 years ago by Joshua Peek <[email protected]>
Merge branch 'master' of https://github.com/defunkt/jquery-pjax

693ddba2da6623cdbefa3d522d27edfa550f2159 authored over 11 years ago by Joshua Peek <[email protected]>
Move to bower.json

c487e1768758dc5c8ef36b83b5151d449a57fbc1 authored over 11 years ago by Joshua Peek <[email protected]>
Merge pull request #275 from acasademont/replace_bind_unbind

Replace the bind() and unbind() aliases for the on() and off() functions...

021018001db4bb4853efa588917195fbf684d34d authored over 11 years ago by Joshua Peek <[email protected]>
Replace the bind() and unbind() aliases for the on() and off() functions.

This is done in order to leverage jquery custom builds without the
event-alias module

1f9d644e39a792f24a10753470bf8dbf39b5d73d authored over 11 years ago by Albert Casademont <[email protected]>
pjax 1.6.1

12a167bb0d18e9a5b29e567201de8607ff3f5e2e authored over 11 years ago by Joshua Peek <[email protected]>
Merge pull request #273 from defunkt/ff-initial-pop

Fix initial pop in FF

2f32d54fa4cd3ffcb3df58ef22ff92588a77a31c authored over 11 years ago by Joshua Peek <[email protected]>
Fix initial pop in FF

f70e15cb0bd28762826914d5a25d1393cffd6346 authored over 11 years ago by Joshua Peek <[email protected]>
Merge pull request #265 from CorgiDude/patch-1

Fix typo in README.md

0d7e75ec2f563cf3fb576683fd143ce8f63dc209 authored over 11 years ago by Joshua Peek <[email protected]>
pjax 1.6.0

5c0e462b269ac3bed0426d035887e5c08674f9e4 authored over 11 years ago by Joshua Peek <[email protected]>
Drop support for google analytics tracking

d1ed57262a1ada5fdeeafc56b6df1b54029c5acc authored over 11 years ago by Joshua Peek <[email protected]>
update unit test with new expectation to include body fragment direct children

4a2085686fd1fe9abc216cfc3e2902768c7096b5 authored over 11 years ago by Derek Gallo <[email protected]>
Fix fragment inclusion when fragment === 'body'

In the case where 'body' was specified as the fragment the $fragment variable already pointed to...

a5b319f228dd156895d5f685a8ab4bde4c3a8d70 authored over 11 years ago by Derek Gallo <[email protected]>
Fix typo in README.md

The URL is '/page/2', not '/pjax/2'.

7a37e88ff8f4c521eda390dd2a9a90b5e5c02074 authored over 11 years ago by Andrew Wilcox <[email protected]>
Merge pull request #263 from EmmanuelVella/patch-1

Use hostname instead of host

980f63578c1c8a3a28304cb0ca98bfc2dcaf1044 authored over 11 years ago by Joshua Peek <[email protected]>
Use hostname instead of host

``link.host`` may also return the port number contrary to ``location.host``

733e8a21d5dcbadc5c2bd4f0857e733702a9720a authored over 11 years ago by Emmanuel Vella <[email protected]>
Merge pull request #261 from theo-bittencourt/patch-1

Update README.md - fix typo

ae7964d5dca03df1cdbde913b44dcf6e8b49ec04 authored over 11 years ago by Joshua Peek <[email protected]>
Update README.md

6214ca0824cba1756faca94b4a683e228da70908 authored over 11 years ago by Theo Bittencourt <[email protected]>
pjax 1.5.1

cd10f6c2860c9caf90a44e05cbfd45c6268ec8c5 authored over 11 years ago by Joshua Peek <[email protected]>
Fix clobber event ref

7eae28cdaf6d72d6df315364e77c8c5138e4ef67 authored over 11 years ago by Joshua Peek <[email protected]>
Add pjax:click event

802e75dbf74a55d578c87b8328605ec270ed12a2 authored over 11 years ago by Joshua Peek <[email protected]>
pjax 1.5.0

3a4c524e6907d91c3f3c1e6b6593302c350d21d5 authored over 11 years ago by Joshua Peek <[email protected]>
Give it more time

a21716c7ec1441d0fafe2e7ad17bff2b1cb21e21 authored over 11 years ago by Joshua Peek <[email protected]>
Skip no pjax state error

9882c050db5796688672a34f8fbb9cd04418a068 authored over 11 years ago by Joshua Peek <[email protected]>
Merge pull request #243 from sbader/master

Maintain text at top level after title removal

b3a48e5d60698b64c53574beb61c56b0b7be96fb authored over 11 years ago by Joshua Peek <[email protected]>
Initialize pjax.state to history.state

Fixes regression from 3d34af6a842c2c70d1a2fce5eccb1c61d062c0da

e6a3d7d969237255878fa67c13986bc2e9534d7c authored over 11 years ago by Joshua Peek <[email protected]>
Merge branch 'sshirokov-pjax-with-scripts'

7e87ab194e48cf0093de131573b405474a9a1210 authored over 11 years ago by Joshua Peek <[email protected]>
More cleanup

0572cbd38c806d6bf86a86c663f2b9127e1956da authored over 11 years ago by Joshua Peek <[email protected]>