From 932770b6daf5c1ba603947f954f82a005bb220e7 Mon Sep 17 00:00:00 2001 From: conradverm Date: Wed, 24 Oct 2007 02:46:43 +0000 Subject: [PATCH] KTS-673 "The search algorithm needs some work" Updated. added licensing --- search2/search/fields/AnyMetadataField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/CheckedOutByField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/CheckedOutDeltaField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/CheckedOutField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/CreatedByField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/CreatedDeltaField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/CreatedField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/DiscussionTextField.inc.php | 35 +++++++++++++++++++++++++++++++++++ search2/search/fields/DocumentIdField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/DocumentTextField.inc.php | 40 +++++++++++++++++++++++++++++++++++----- search2/search/fields/DocumentTypeField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/FilenameField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/FilesizeField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/FolderField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/FolderFieldID.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/GeneralTextField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/IsCheckedOutField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/IsImmutableField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/MimeTypeField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/ModifiedByField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/ModifiedDeltaField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/ModifiedField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/TagField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/TitleField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/WorkflowField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/WorkflowIDField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/WorkflowStateField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ search2/search/fields/WorkflowStateIDField.inc.php | 36 ++++++++++++++++++++++++++++++++++++ 28 files changed, 1006 insertions(+), 5 deletions(-) diff --git a/search2/search/fields/AnyMetadataField.inc.php b/search2/search/fields/AnyMetadataField.inc.php index 2e51f96..5f1fa8d 100755 --- a/search2/search/fields/AnyMetadataField.inc.php +++ b/search2/search/fields/AnyMetadataField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class AnyMetadataField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/CheckedOutByField.inc.php b/search2/search/fields/CheckedOutByField.inc.php index b5c7098..1a8d057 100755 --- a/search2/search/fields/CheckedOutByField.inc.php +++ b/search2/search/fields/CheckedOutByField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class CheckedOutByField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/CheckedOutDeltaField.inc.php b/search2/search/fields/CheckedOutDeltaField.inc.php index 798093c..44841bd 100644 --- a/search2/search/fields/CheckedOutDeltaField.inc.php +++ b/search2/search/fields/CheckedOutDeltaField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class CheckedOutDeltaField extends DBFieldExpr { private $modifiedName; diff --git a/search2/search/fields/CheckedOutField.inc.php b/search2/search/fields/CheckedOutField.inc.php index 1847016..2777c09 100644 --- a/search2/search/fields/CheckedOutField.inc.php +++ b/search2/search/fields/CheckedOutField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class CheckedOutField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/CreatedByField.inc.php b/search2/search/fields/CreatedByField.inc.php index 3a75026..59fd8f8 100755 --- a/search2/search/fields/CreatedByField.inc.php +++ b/search2/search/fields/CreatedByField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class CreatedByField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/CreatedDeltaField.inc.php b/search2/search/fields/CreatedDeltaField.inc.php index 0a3e1d6..6a04a03 100755 --- a/search2/search/fields/CreatedDeltaField.inc.php +++ b/search2/search/fields/CreatedDeltaField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class CreatedDeltaField extends DBFieldExpr { private $modifiedName; diff --git a/search2/search/fields/CreatedField.inc.php b/search2/search/fields/CreatedField.inc.php index d71b8fb..11d9722 100755 --- a/search2/search/fields/CreatedField.inc.php +++ b/search2/search/fields/CreatedField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class CreatedField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/DiscussionTextField.inc.php b/search2/search/fields/DiscussionTextField.inc.php index 65babd4..29f0d14 100755 --- a/search2/search/fields/DiscussionTextField.inc.php +++ b/search2/search/fields/DiscussionTextField.inc.php @@ -1,5 +1,40 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ class DiscussionTextField extends SearchableText { diff --git a/search2/search/fields/DocumentIdField.inc.php b/search2/search/fields/DocumentIdField.inc.php index 3c19b5f..2cb9a38 100755 --- a/search2/search/fields/DocumentIdField.inc.php +++ b/search2/search/fields/DocumentIdField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class DocumentIdField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/DocumentTextField.inc.php b/search2/search/fields/DocumentTextField.inc.php index cf9634e..18fd112 100755 --- a/search2/search/fields/DocumentTextField.inc.php +++ b/search2/search/fields/DocumentTextField.inc.php @@ -1,5 +1,40 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ class DocumentTextField extends SearchableText { @@ -19,11 +54,6 @@ class DocumentTextField extends SearchableText return DefaultOpCollection::validateParent($this, DefaultOpCollection::$contains); } - - - - - } ?> \ No newline at end of file diff --git a/search2/search/fields/DocumentTypeField.inc.php b/search2/search/fields/DocumentTypeField.inc.php index 753a10a..54b3c26 100755 --- a/search2/search/fields/DocumentTypeField.inc.php +++ b/search2/search/fields/DocumentTypeField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class DocumentTypeField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/FilenameField.inc.php b/search2/search/fields/FilenameField.inc.php index 9ae3f55..ac387d5 100755 --- a/search2/search/fields/FilenameField.inc.php +++ b/search2/search/fields/FilenameField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class FilenameField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/FilesizeField.inc.php b/search2/search/fields/FilesizeField.inc.php index e72b351..68d76f4 100755 --- a/search2/search/fields/FilesizeField.inc.php +++ b/search2/search/fields/FilesizeField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class FilesizeField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/FolderField.inc.php b/search2/search/fields/FolderField.inc.php index 68c7419..b9f89c2 100755 --- a/search2/search/fields/FolderField.inc.php +++ b/search2/search/fields/FolderField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class FolderField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/FolderFieldID.inc.php b/search2/search/fields/FolderFieldID.inc.php index 009494e..6fb21e1 100644 --- a/search2/search/fields/FolderFieldID.inc.php +++ b/search2/search/fields/FolderFieldID.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class FolderIDField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/GeneralTextField.inc.php b/search2/search/fields/GeneralTextField.inc.php index 467147b..e94d66e 100755 --- a/search2/search/fields/GeneralTextField.inc.php +++ b/search2/search/fields/GeneralTextField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class GeneralTextField extends SearchableText { public function __construct() diff --git a/search2/search/fields/IsCheckedOutField.inc.php b/search2/search/fields/IsCheckedOutField.inc.php index 9a79b38..324395f 100755 --- a/search2/search/fields/IsCheckedOutField.inc.php +++ b/search2/search/fields/IsCheckedOutField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class IsCheckedOutField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/IsImmutableField.inc.php b/search2/search/fields/IsImmutableField.inc.php index c605c8b..c3ab85d 100755 --- a/search2/search/fields/IsImmutableField.inc.php +++ b/search2/search/fields/IsImmutableField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class IsImmutableField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/MimeTypeField.inc.php b/search2/search/fields/MimeTypeField.inc.php index 867bb82..62801f2 100755 --- a/search2/search/fields/MimeTypeField.inc.php +++ b/search2/search/fields/MimeTypeField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class MimeTypeField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/ModifiedByField.inc.php b/search2/search/fields/ModifiedByField.inc.php index 0280e08..b35031c 100755 --- a/search2/search/fields/ModifiedByField.inc.php +++ b/search2/search/fields/ModifiedByField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class ModifiedByField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/ModifiedDeltaField.inc.php b/search2/search/fields/ModifiedDeltaField.inc.php index 9a5a2f6..48317ea 100755 --- a/search2/search/fields/ModifiedDeltaField.inc.php +++ b/search2/search/fields/ModifiedDeltaField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class ModifiedDeltaField extends DBFieldExpr { private $modifiedName; diff --git a/search2/search/fields/ModifiedField.inc.php b/search2/search/fields/ModifiedField.inc.php index 82387a3..58c0355 100755 --- a/search2/search/fields/ModifiedField.inc.php +++ b/search2/search/fields/ModifiedField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class ModifiedField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/TagField.inc.php b/search2/search/fields/TagField.inc.php index 0b545c0..19209f2 100755 --- a/search2/search/fields/TagField.inc.php +++ b/search2/search/fields/TagField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class TagField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/TitleField.inc.php b/search2/search/fields/TitleField.inc.php index 4bf3a8b..b7afb28 100755 --- a/search2/search/fields/TitleField.inc.php +++ b/search2/search/fields/TitleField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class TitleField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/WorkflowField.inc.php b/search2/search/fields/WorkflowField.inc.php index a9b9c79..8409017 100755 --- a/search2/search/fields/WorkflowField.inc.php +++ b/search2/search/fields/WorkflowField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class WorkflowField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/WorkflowIDField.inc.php b/search2/search/fields/WorkflowIDField.inc.php index fb076fc..399d832 100644 --- a/search2/search/fields/WorkflowIDField.inc.php +++ b/search2/search/fields/WorkflowIDField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class WorkflowIDField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/WorkflowStateField.inc.php b/search2/search/fields/WorkflowStateField.inc.php index 77772e0..c816947 100755 --- a/search2/search/fields/WorkflowStateField.inc.php +++ b/search2/search/fields/WorkflowStateField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class WorkflowStateField extends DBFieldExpr { public function __construct() diff --git a/search2/search/fields/WorkflowStateIDField.inc.php b/search2/search/fields/WorkflowStateIDField.inc.php index 0e6e667..04285a5 100644 --- a/search2/search/fields/WorkflowStateIDField.inc.php +++ b/search2/search/fields/WorkflowStateIDField.inc.php @@ -1,5 +1,41 @@ . + * + * You can contact The Jam Warehouse Software (Pty) Limited, Unit 1, Tramber Place, + * Blake Street, Observatory, 7925 South Africa. or email info@knowledgetree.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * KnowledgeTree" logo and retain the original copyright notice. If the display of the + * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices + * must display the words "Powered by KnowledgeTree" and retain the original + * copyright notice. + * Contributor( s): ______________________________________ + * + */ + class WorkflowStateIDField extends DBFieldExpr { public function __construct() -- libgit2 0.21.4