| /[drupal]/contributions/modules/singlesignon/singlesignon.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
- Drupal 6 port of cleanups in http://drupal.org/node/256015
- Uncached menu item and code cleanup: http://drupal.org/node/256015
(sync with 5.x) forgot to put $master_url into all required functions
Forgot to put master_url into all the required functions
Separated out stuff for dealing with sessions (which syncs with 6.x tree)
Missed these updates with the last bugfix
Abstracted out sessions stuff so that we can talk to the maintainers of session.inc about it.
Abstraction for going to URLs (semi-syncing with 6.x tree)
Made changes; mostly required for 6.x, and one abstraction
Updated HEAD to be the same as 5.x-1.1, so that we can start the 6.x development
Fixed everything coder complained about except one thing that is unavoidable anyway
One more typo from someone
Fixed bug (I hope): - Broken for sites with a base url that included /drupal (or other path info): http://drupal.org/node/185562
A variety of bugfixes, including: - Allow more characters in the target url regular expression: http://drupal.org/node/238328 - Remove function singlesignon_perm() / code clean-up: http://drupal.org/node/126299 - Add README file: http://drupal.org/node/245912
Patched to integrate with Domain Access, as specified in http://drupal.org/node/233561
A couple more tiny bugs. I think it's all fixed now (but I did last time too)
Fixed one more bug. Hopefully it all works now :)
Put a _ at the start of internal functions
Merging HEAD into the 5.x dev branch
Fixed typo
Committed as per http://drupal.org/node/124533
Fix for t() not found; see http://drupal.org/node/144182
Added functionality to allow bots to access the pages without signing on
* Enhance installation instructions.
* Use new link format in docblock.
* Adjust instructions to tell users to delete cookies.
* Adjust instructions to tell users to delete cookies.
* Adjust instructions to tell users to delete cookies.
* Tag for DRUPAL-5. * Use new link format to module in docblock.
* Improve installation instructions.
* Improve installation instructions.
* Improve installation instructions.
* Hopefully get things working in 5.0. Issue 100849. (Thanks adrian)
* Handle internationalization of "Log in". Bug 102447. (Thanks frjo.)
* Handle internationalization of "Log in". Bug 102447. (Thanks frjo.)
* Fix typo/parse error.
* Deal with _settings hook being deprecated.
* drupal_bootstrap() is a 4.7'ism. Use include_once instead in an attempt to solve caching changes made in revision 1.1.2.10.
* Shorten comment.
* Try to resolve function availbility when caching is enabled by making appropriate drupal_bootstrap() calls. Bug 62942.
* Try to resolve function availbility when caching is enabled by making appropriate drupal_bootstrap() calls. Bug 62942.
* Try to resolve function availbility when caching is enabled by making appropriate drupal_bootstrap() calls. Bug 62942.
* Update all sessions' user ID's to the current one when hitting master per request of slave upon login.
* Update all sessions' user ID's to the current one when hitting master per request of slave upon login.
* Shorten a comment.
* Shorten a comment.
* Fix updating of slave session in initial_check when already logged onto master. (database.inc stopped using sprintf() for escaping in revision 1.46 of HEAD, which became 4.7.)
* Fix updating of slave session in initial_check when already logged onto master. (database.inc stopped using sprintf() for escaping in revision 1.46 of HEAD, which became 4.7.)
* Fix situations where $base_url includes path info. Bug 52611.
* Fix situations where $base_url includes path info. Bug 52611.
* Fix situations where $base_url includes path info. Bug 52611.
* Clarify that no path information should go into singlesignon_master_url.
* Clarify that no path information should go into singlesignon_master_url.
* Clarify that no path information should go into singlesignon_master_url.
* Make it work when clean_url is on. Bug 58344.
* Make it work when clean_url is on. Bug 58344.
* Make it work when clean_url is on. Bug 58344.
* Clarify installation instructions.
* Clarify installation instructions.
* Clarify installation instructions.
* Found the right section of the Doxygen docs.
* Found the right section of the Doxygen docs.
* Found the right section of the Doxygen docs.
* Capitlize Drupal.
* Capitlize Drupal.
* Capitlize Drupal. * Specify HEAD.
* Small cs issue re "} else". * Add link to project page.
* Small cs issue re "} else". * Add link to project page.
* Since arg(1) is used only once, just call it directly.
* Make code cleaner re setting of singlesignon_prior_sid.
* Use $_POST['op'] to determine login. * Remove unneeded slashes when using url(). * Eliminate singlesignon_get_slave_uid(), only used once. * Make code cleaner re setting of singlesignon_prior_sid. # Tested and ready for Drupal 4.7.
* Remove unneeded slashes when using url(). * Eliminate singlesignon_get_slave_uid(), only used once.
* First shot at making this ready for 4.7. UNTESTED.
* Initial commit of singlesignon module (made for Drupal 4.6).
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 |