THE WELCH COMPANY
440 Davis Court #1602
San Francisco, CA 94111-2496
415 781 5700


S U M M A R Y


DIARY: March 29, 2000 10:36 PM Wednesday; Rod Welch

Fix SDS security flag not to archive as follow up function in SAA.

1...Summary/Objective
2...070405 // Suppress Text Publication on Web in SDS Record
3...0122 // Suppress Text Publication on Web in SDS Record
4...070401 // Suppress Text from printed report


..............
Click here to comment!

CONTACTS 

SUBJECTS
HTML Suppress from Web Page Publication

0403 -
0403 -    ..
0404 - Summary/Objective
0405 -
040501 - Follow up ref SDS 2 4978.
040502 -
040503 - Enhanced security and confidentiality today by providing the ability
040504 - to control parts of a record to publish or not publish.  This
040505 - supplements the ability to suppress publication of an entire record,
040506 - and to de-activate links, which are security measures.
040507 -
040508 -      [On 000403 had occassion to apply new features. ref SDS 7 4986
040510 -       ..
040511 -      [On 001018 confidentiality enhanced. ref SDS 10 0001
040513 -  ..
0406 -
0407 -
0408 - Progress
040901 -  ..
040903 -  ..
040904 - On 980311 developed feature to suppress publication of a record on the
040905 - web by adding the follow up flag, f, on the first record segment.
040907 -  ..
040908 - We need to avoid having this line flagging the entire record not to be
040909 - entered in SAA for follow up, since it is not for that purpose.  When
040910 - the code was created that issue was not addressed, so this evening I
040911 - added code to do it, and reported the work in the record for 980311 to
040912 - keep everything together. ref SDS 2 4978
040914 -  ..
040915 - Actually, decided to change the flag from follow up to just highlight.
040917 -  ..
040918 - Additionally, the flag is not entered on the Follow up line below
040919 - Summary/Objective, but on the 01 record description line.  We don't
040920 - really need this code, so deleted it.
040921 -
040922 -
040923 -
040924 -
040925 -
040926 -
040927 -
040928 -
0410 -

SUBJECTS
Remove Record Text Segments from Publication on Web
Suppress Pub SDS Records Marked with 01 Line Flagged

0704 -
070501 -  ..
070502 - 070405  // Suppress Text Publication on Web in SDS Record
070503 -
070504 - Follow up ref SDS 2 2480.
070505 -
070506 - Need a simple capability that can be applied dynamically to control
070507 - what is published, while still retaining use of information locally.
070508 - Sometimes people object to the record, and request information be
070509 - suppressed from public scrutiny.  We then have a mental tussel about
070510 - how to get a complete record of information that may be needed later,
070511 - but needs to be suppressed at the moment in the published record.
070512 - Sometimes, the same people come back and say, Hey remember that stuff
070513 - on such and such?  Fred needs it.  Can you get it back?  This
070514 - reflects the evolving needs for managing knowledge.
070515 -
070516 -      [On 000403 example of objections. ref SDS 7 4986
070518 -       ..
070519 -      [On 000821 prepared Help for confidentiality. ref SDS 8 E354
070521 -       ..
070522 -      [On 001018 another example of need for secrecy. ref SDS 9 0001
070524 -       ..
070525 -      [On 030521 added new feature to suppress publiction of entries in
070526 -      the Contact field. ref SDS 11 0001
070528 -  ..
070529 - There are, also, times when we create information, and do not want to
070530 - publish it, but want to publish other parts of the record.  The
070531 - capability created today accomplishes this kind of objective.
070532 -
070534 -  ..
070535 - Line 130, ref OF 3 6104, -label svRcd main code starts here.
070537 -  ..
070538 - Line 190, ref OF 3 1512, -label lpsupR added simple loop looking for
070539 - text between // lines in columns 10 11, that will be deleted.  This
070540 - allows up to keep text for private use, and avoid publishing
070541 - obtionable stuff.
070542 -
070544 -  ..
070545 - 0122  // Suppress Text Publication on Web in SDS Record
070546 -
070547 - Line 400, ref OF 1 2793, -label 2pass this is the code that sets up to
070548 - save the file to temporary dirctory for transferring to the web, and
070549 - to the local web directory.
070550 -
070551 - Line 80, ref OF 1 1512, -label lpsupR added same code for 070405,
070552 - except zone is column 1 2.
070553 -
070554 -     This feature permits eliminating the BCC feature created on
070555 -     990507, ref SDS 6 8492, because the supporess feature does the
070556 -     same thing.
070557 -
070558 -
070559 -
070560 -
0706 -

SUBJECTS
Reports, 910203
Suppress Text from Printed Reports, 000329

1104 -
110501 -  ..
110502 - 070401   // Suppress Text from printed report
110503 -
110504 - Follow up ref SDS 1 0001.
110505 -
110506 - Line 110, ref OF 2 4018, -label n_Cntrl about 30 lines below, added
110507 - same kind of loop to remove text from an SDS record prior to printing,
110508 - per above. ref SDS 0 5040
110509 -
110510 -
110511 -
110512 -
110513 -
110514 -