single_page_website 7.x-2.0-beta6

New features
Bug fixes
Unsupported

Responsive Bartik & sub-themes support was added.

Several bugs were fixed...

single_page_website 7.x-3.x-dev

New features

/*********** V3.x-dev ************/

Version 3 of Single Page Website (SPWv3.x)
- Uses Ben Alman Jquery HashChange Library (http://benalman.com/projects/jquery-hashchange-plugin/), to bind the scrolling behavior to #hash URL segment changes.
- Transforms the URLs of the main menu options placing the path of the URL as the #hash fragment of the URLs. Like
http://www.mysite.net/about/services to http://www.mysite.net/#!/about/services

- uses a section element with an id that has the "sp_" prefix and a number for each page added. sp_0, sp_1, sp_2... and so on.
- A scrolling event is triggered according to the corresponding hash.
- When the user scrolls manualy, either using the mouse Wheel or the browser scrolling slide, the corresponding menu item will get the 'active' class as well as the title of the page will change when reaching a particular page.
- Single page website pages always fill the complete window height. If the user resizes the browsers window, the single page pages containers will adjust to fit the size of the window. This feature is optional; can be enabled/disbaled in configuration at a checkbox labeled "Adjust pages to the height of the Browser Window".
- SPWv3.x version needs the PHP Simple HTML DOM Parser, http://simplehtmldom.sourceforge.net/.
Version 1.11 of this plugin comes with SPWv3.0.

single_page_website 7.x-2.0-beta1

New features
Unsupported

Bug with redirect to another page during form posting was fixed.
Correct support of #hashes in browser addess string was added.
Bug with overlaping pages in Crome was fixed.

single_page_website 7.x-2.0-alpha3

New features
Unsupported

Use Drupal core functions instead cURL etc. to get content of sub-pages.

The performance has grown considerably!

single_page_website 7.x-2.0-alpha2

New features
Unsupported

Some stable state of 7.x-2.x branch.
Dont use on production but for thest purpouse only.

See also http://drupal.org/node/1241822
for more information.

single_page_website 7.x-2.x-dev

New features
Bug fixes

In this new branch AJAX appoach was replaced with core API and PhpQuery appoach.
Now the building of the single page takes place on the side of server
unlike branch 1.x, where the page is formed on the client side using AJAX requests to Drupal.

This new approach designed to solve all the problems encountered when using other JS on the page.

Be sure to the correct work of this module PhpQuery library requared!

single_page_website 7.x-1.0-alpha1

Unsupported

This is initial release.
Bartik them and its sub-themes are strongly recommended.

Don't use Zen them with the module on the production sites only if you would like to test this module.

Thanks all who advise me during this work!

Subscribe with RSS Subscribe to Releases for Single Page Website