/[drupal]/contributions/modules/securesite/README.txt
ViewVC logotype

Log of /contributions/modules/securesite/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.4.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Mar 9 14:48:26 2009 UTC (8 months, 2 weeks ago) by darrenoh
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-3, DRUPAL-6--2-4
Changes since 1.4.2.1: +1 -2 lines
Diff to previous 1.4.2.1 , to branch point 1.4
by Darren Oh: Code re-organization and clean-up.

Revision 1.4.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Nov 4 16:12:24 2008 UTC (12 months, 2 weeks ago) by darrenoh
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-1, DRUPAL-6--2-2
Changes since 1.4: +4 -3 lines
Diff to previous 1.4
Added documentation for configuring cron jobs when digest authentication is being forced.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Oct 29 22:20:36 2008 UTC (12 months, 3 weeks ago) by darrenoh
Branch: MAIN
CVS Tags: DRUPAL-6--2-0, HEAD
Branch point for: DRUPAL-6--2
Changes since 1.3: +26 -7 lines
Diff to previous 1.3
Eliminated cron.php bypass.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Oct 23 21:03:02 2008 UTC (13 months ago) by darrenoh
Branch: MAIN
Changes since 1.2: +47 -11 lines
Diff to previous 1.2
Added documentation for digest authentication method.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Sep 19 20:35:39 2008 UTC (14 months ago) by darrenoh
Branch: MAIN
Changes since 1.1: +136 -1 lines
Diff to previous 1.1
#307339: Preparing for a 6.x-2.0 release.

Revision 1.1.2.14.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Aug 23 16:59:11 2008 UTC (15 months ago) by junyor
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.1.2.14: +1 -1 lines
Diff to previous 1.1.2.14 , to next main 1.1.2.16
Fixed issue #191859 (Upgrade to Drupal 6): patch by deekayen, NaX, and Junyor

Revision 1.1.2.16 - (view) (download) (annotate) - [select for diffs]
Sat Aug 23 16:50:55 2008 UTC (15 months ago) by junyor
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4, DRUPAL-5--1-5
Changes since 1.1.2.15: +1 -1 lines
Diff to previous 1.1.2.15 , to branch point 1.1 , to next main 1.4
Wrong branch

Revision 1.1.2.15 - (view) (download) (annotate) - [select for diffs]
Sat Aug 23 16:41:29 2008 UTC (15 months ago) by junyor
Branch: DRUPAL-5
Changes since 1.1.2.14: +1 -1 lines
Diff to previous 1.1.2.14 , to branch point 1.1
Fixed issue #191859 (Upgrade to Drupal 6): patch by deekayen, NaX, and Junyor

Revision 1.1.2.14 - (view) (download) (annotate) - [select for diffs]
Sun Aug 17 20:59:58 2008 UTC (15 months, 1 week ago) by junyor
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Branch point for: DRUPAL-6--1
Changes since 1.1.2.13: +1 -1 lines
Diff to previous 1.1.2.13 , to branch point 1.1
Fixed a bug where users would get caught in an HTTP Auth loop on the logout page (and added a regression test).

Revision 1.1.2.13 - (view) (download) (annotate) - [select for diffs]
Sun Aug 17 18:25:56 2008 UTC (15 months, 1 week ago) by junyor
Branch: DRUPAL-5
Changes since 1.1.2.12: +1 -1 lines
Diff to previous 1.1.2.12 , to branch point 1.1
- Renamed permission "access site" to more correct "access secured pages".  Users will need to re-enable it after upgrading
- Fixed HTTP Auth problems when caching was enabled (caused by using an uninitialized global variable) by doing a full bootstrap in securesite_init() instead of doing bootstraps separately in _securesite_filter_check() and _securesite_user_auth()
- Rewrote and separated a bunch of tests to make cache problems more evident
- Added some cache tests

Revision 1.1.2.12 - (view) (download) (annotate) - [select for diffs]
Thu Jul 10 01:58:25 2008 UTC (16 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.1.2.11: +2 -2 lines
Diff to previous 1.1.2.11 , to branch point 1.1
Improved documentation consistency and removed obsolete define

Revision 1.1.2.11 - (view) (download) (annotate) - [select for diffs]
Thu Jul 10 01:54:10 2008 UTC (16 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.1.2.10: +8 -19 lines
Diff to previous 1.1.2.10 , to branch point 1.1
- 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)
- Left-over documentation updates after fixing issue 28408
- Improved documentation
- Marked another function for internal use only

Revision 1.1.2.10 - (view) (download) (annotate) - [select for diffs]
Mon Jun 16 02:45:05 2008 UTC (17 months, 1 week ago) by junyor
Branch: DRUPAL-5
Changes since 1.1.2.9: +25 -4 lines
Diff to previous 1.1.2.9 , to branch point 1.1
Fix issue #28408 by NaX, Roger López, moshe weitzman, Junyor, et al: Implement and document work-around for PHP in CGI mode
Fix issue #167918 by Junyor: Document work-around for using Secure Site with IIS

Revision 1.1.2.9 - (view) (download) (annotate) - [select for diffs]
Mon Jun 16 02:24:24 2008 UTC (17 months, 1 week ago) by junyor
Branch: DRUPAL-5
Changes since 1.1.2.8: +1 -1 lines
Diff to previous 1.1.2.8 , to branch point 1.1
Small improvement in documentation consistency

Revision 1.1.2.8 - (view) (download) (annotate) - [select for diffs]
Mon Jun 16 02:22:14 2008 UTC (17 months, 1 week ago) by junyor
Branch: DRUPAL-5
Changes since 1.1.2.7: +14 -14 lines
Diff to previous 1.1.2.7 , to branch point 1.1
Improve documentation consistency

Revision 1.1.2.7 - (view) (download) (annotate) - [select for diffs]
Thu Apr 10 01:56:36 2008 UTC (19 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.1.2.6: +3 -3 lines
Diff to previous 1.1.2.6 , to branch point 1.1
Added descriptions to each setting block and separated the guest settings.  Code style improvements.  Small documentation improvement.

Revision 1.1.2.6 - (view) (download) (annotate) - [select for diffs]
Sat Apr 5 02:12:44 2008 UTC (19 months, 3 weeks ago) by junyor
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.1.2.5: +41 -51 lines
Diff to previous 1.1.2.5 , to branch point 1.1
Bring documentation up-to-date with recent changes.

Revision 1.1.2.5 - (view) (download) (annotate) - [select for diffs]
Wed Jan 16 23:50:21 2008 UTC (22 months, 1 week ago) by junyor
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.1.2.4: +5 -5 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Fix #207500: Clean-up the login and password reset dialogs

Revision 1.1.2.4 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 13:43:50 2008 UTC (22 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.1.2.3: +2 -3 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Corrected documentation

Revision 1.1.2.3 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 03:04:51 2008 UTC (22 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.1.2.2: +0 -5 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Remove obsolete documentation

Revision 1.1.2.2 - (view) (download) (annotate) - [select for diffs]
Sun Jul 1 20:40:09 2007 UTC (2 years, 4 months ago) by darrenoh
Branch: DRUPAL-5
Changes since 1.1.2.1: +141 -0 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#145658 Added README.txt by NaX.

Revision 1.1.2.1
Fri Feb 16 03:02:56 2007 UTC (2 years, 9 months ago) by darrenoh
Branch: DRUPAL-5
Changes since 1.1: +0 -1 lines
FILE REMOVED
file README.txt was added on branch DRUPAL-5 on 2007-07-01 20:40:09 +0000

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Feb 16 03:02:56 2007 UTC (2 years, 9 months ago) by darrenoh
Branch: MAIN
Branch point for: DRUPAL-5
Removed files from head to simplify maintenance under the new release system.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2