| 1 |
// $Id: CHANGELOG.txt,v 1.1.2.17.2.3 2008/09/08 03:00:44 junyor Exp $
|
| 2 |
|
| 3 |
Secure Site 6.x-x, xxxx-xx-xx
|
| 4 |
-----------------------------
|
| 5 |
- Fixed issue #191859 (Upgrade to Drupal 6): patch by deekayen, NaX, and Junyor
|
| 6 |
|
| 7 |
Secure Site 5.x-1.x, xxxx-xx-xx
|
| 8 |
-------------------------------
|
| 9 |
- Fixed an issue where a cached page would be shown after logging in as a guest and then a user with caching enabled (patch by NaX and Junyor)
|
| 10 |
- Fixed an issue where users weren't logged out if they had first logged in as a guest and then as a user (patch by NaX and Junyor)
|
| 11 |
|
| 12 |
Secure Site 5.x-1.4, 2008-08-25
|
| 13 |
-------------------------------
|
| 14 |
- Fixed an unreported issue where sites would not be accessible after upgrading if they were previously using the HTTP Auth with browser work-around setting
|
| 15 |
|
| 16 |
Secure Site 5.x-1.3, 2008-08-23
|
| 17 |
-------------------------------
|
| 18 |
- Fixed issue 167918 (Cannot log-in under IIS): Document work-around (patch by Junyor)
|
| 19 |
- Fixed issue 28408 (Authentication on PHP/CGI installations): Implement and document work-around for PHP in CGI mode (patch by NaX, Roger López, moshe weitzman, Junyor, et al)
|
| 20 |
- Fixed issue 268854 (Securesite breaks drush due to problem running under cli mode): Allow Secure Site and Drush to play well together (patch by JacobSingh)
|
| 21 |
- Fixed issue 103268 (Log-in dialog is displayed on public page after log-out): Don't show HTTP Auth on logout if login was done using normal Drupal login form (patch by wulff, puregin, leop, NaX, Darren Oh, Gábor Hojtsy, salvis, and Junyor)
|
| 22 |
- Removed browser logout work-around option: the browser work-around is now always enabled for HTTP Auth (NOTE: You *must* manually change to the HTTP Auth mode for Secure Site to work if you previously used the browser logout work-around option)
|
| 23 |
- Renamed permission from "access site" to more correct "access secured pages" (NOTE: You *must* manually enable the new permission for relevant roles or only user 1 will be able to access your site)
|
| 24 |
- Make sure guests are allowed when checking if previous guest can bypass authentication
|
| 25 |
- Added descriptions to each setting block and separated the guest settings
|
| 26 |
- Improved watchdog message for anonymous users
|
| 27 |
- Initial work on unit tests using SimpleTest (http://drupal.org/project/simpletest)
|
| 28 |
- Greatly improved Doxygen documentation
|
| 29 |
- Code clean-up
|
| 30 |
|
| 31 |
Secure Site 5.x-1.2, 2008-04-06
|
| 32 |
-------------------------------
|
| 33 |
- Fixed issue 217482 (Logging out does not work in Safari 3): Use browser work-around for Safari, too (patch by NaX and Junyor)
|
| 34 |
- Fixed issue 204191 (Password request form ineffective due to site protection): Finally make the password reset URL work with Secure Site
|
| 35 |
- Fixed issue 169750 (Password reset form requires username and e-mail address, but only asks for one or the other)
|
| 36 |
- Fixed issue 217466 (Logging out results in blank screen and undefined function theme() error in Apache): Let Secure Site work with normal caching (patch by NaX and Junyor)
|
| 37 |
- Fixed issue where the HTML dialog wouldn't use the override dialog in the theme directory (patch by Darren Oh)
|
| 38 |
- Repair page bypass feature broken in the Secure Site 5.x-1.1 release
|
| 39 |
- Style improvements to the HTML dialog
|
| 40 |
- Use the HTML dialog after sending password mails
|
| 41 |
- Show better error messages to users
|
| 42 |
- Correct the password URL sent out in password reset e-mails
|
| 43 |
- Remove "for" HTML attributes on <label> elements that prevented correct input focus
|
| 44 |
- Improved setting descriptions. Note that the wording of the bypass filter has been reversed to help clarify how the setting should be used
|
| 45 |
- Add watchdog notice on login failure
|
| 46 |
- Code clean-up
|
| 47 |
- Improved code documentation
|
| 48 |
|