This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementation of the words to avoid functionality - added to MGTags Component a method listing tags with a compound weight above a certain level - added wordstoavoid to Zentag, words that have been listed as to avoid are weight as 0 - added type column to tag_use to have a record who was repoinsible for the weigthing of this tag_use - added words to avoid threshold input field to ZenTag - smaller clean ups in GamesController - added comments to several methods
- Loading branch information
1 parent
22f8ca4
commit 19f7e40
Showing
15 changed files
with
316 additions
and
54 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -150,6 +150,7 @@ | |
'score_expert' => '3', | ||
'image_width' => '450', | ||
'image_height' => '450', | ||
'words_to_avoid_threshold' => '2', | ||
), | ||
'ZenTagPlayOnceMoveOn' => | ||
array ( | ||
|
@@ -165,12 +166,13 @@ | |
'score_expert' => '3', | ||
'image_width' => '450', | ||
'image_height' => '450', | ||
'words_to_avoid_threshold' => '10', | ||
), | ||
), | ||
'settings' => | ||
array ( | ||
'app_name' => 'Meta Data Games Test', | ||
'throttle_interval' => '2500', | ||
'throttle_interval' => '500', | ||
'app_email' => '[email protected]', | ||
'pagination_size' => '25', | ||
'app_upload_path' => '/../uploads', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.