| /[drupal]/contributions/modules/securepages/securepages.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
* #597432 - Add back in missing global declaration
#420738 Fix issue with handling of [] in urls
* #211850 Allow secure pages to test both real and alias paths
* #451136 Silence parsing of broken urls
* Fix up an issue with base_root not being set.
* Fix up missing global variable.
* Fix up unassigned var
* #382042 - Removed the call the language rewrite as this has already been done.
* #360304 Fix issue with drupal_get_path_alias() being called during cache
* Add checking function which will check the url and make sure we are able to change it
* Make sure that the page cache is always clear for the pages when switching so that caching doesn't break things.
* Add checking function which will check the url and make sure we are able to change it
* Move settings to securepages.admin.inc * Move secure pages to build section
* Remove a undefined var error
* Fix up a unset variable when processing some forms
* Remove calling of custom_rewrite_url_outbound() call from securepages_url()
* Copy in drupal_urlencode() so that queries are encoded correctly
* #264938 fix issue with how hook_link_alter() is being called
* Fix up defaults for ignore so that the defaults is consistent
* Convert to Drupal 6.x
* Commit Drupal 5 version of Secure pages
* Remove BAD drupal 6 version
* Remove uninitilized var problem
* Clean up a lot fo the processors within securepages * Allow different URL's for both secure and non-secure sites - Session is not passed!
* Centralize secure checking code to help make things easier
* Fix up a couple of undefinded vars
* Fix up coder issues
* Update SecurePages to Drupal 6.x
* Sync SecurePages 5.x-1.x-dev to 6.x-1.x-dev
Bug Fix #207638 Change $_SERVER['HTTPS'] to explitly check for 'on'
* Add to the SSL test to check if the current page is secure just in case SSL is not compiled into PHP
* Add to the SSL test to check if the current page is secure just in case SSL is not compiled into PHP
* Fix up issue with new api and cached pages
* Sync HEAD with 5.x
* Add API so that other modules can determine the defaults for pages
* Fix up use of request_uri()
* Add ability to enable/disable secure pages from settings * Change Secure pages so that it will be disabled by default * Add test to enable which will check that SSL has been configured.
- add a list of pages that can be ignored by and will stay in the current context.
- Add ability to ignore paths that will be returned in both http and https
- fix issue when using securepages in a subdirectory
#133724 - fix issue where secure pages will not work when Drupal is not enabled in the root
#133724 - fix issue where secure pages will not work when Drupal is not enabled in the root
- update secure pages to Drupal 5
#65999 - ignore rules when a page is being posted to.
#65999 - added change so that a switch will not happen if this page has been posted to. eg user/login
#82853 - fix issue when serving cached pages.
#82856 - fix issue when serving cached pages.
#82523 - make change so that base_url is corrected when you are in a https
#82523 - made change so that secure pages will change base_url to be https:// instead of http://
#78587 - fix conflict with the devel module
#78587 - fix comflict with the devel module
#66387 - fix descriptions of some settings
- make use of the hook_alter_link() so that links can be altered, and no redirection will be required.
- fix issue with cached pages and anonymous users
- fix issues with cached pages for anonymous users
- small change as url() and drupal_goto() are not always available.
stop it from adding ? at the end of the path when there is no query string.
change it so that it works on real drupal paths and not the alias.
- update to cvs.
a small module that will redirect users to SSL versions of required pages
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |