Accept/ignore all discussion replies

hi,
I have a user for my discussion site, that he should read all discussion and their replies, then accept or ignore them.I need a view that he can see all new discussions and replies with together. It's not possible that he check all old discussions for new
replies! Is there any way for get it?
regard
Leila

Hi,
From your description, you want to list all newly added discussions and replies so that you will not miss new replies to old discussions.
You can count on REST API (get) to retrieve all discussions and replies.
Http://Sharepoint/_api/web/lists/getByTitle('discussion')/items
In the discussion board, the structure looks like:
1. Multiple replies can be added under a question
2. Further replies can be added under a reply
In the REST response, the structure of discussion board items is flat. All
Discusslistitem (including discussions and replies) are returned in flat in JSON string.
In this scenarios, you can create your own solution with REST:
1. List all Discusslistitem ordered by Created
property DESC
2. Or filter Discusslistitem by Created in
1 week (or any other period you want)
Jason Guo
TechNet Community Support

Similar Messages

  • How to Read All Discussions and Replies

    Hi,
    I have to read all discussions and replies of a sharepoint discussion board using object model.
    Any help is greatly appreciated.
    Thanks,
    Tushar

    Finally I was able to solve this puzzle. Thought of sharing for people still having this issue:
    1) Take instance of your site collection and web:
    SPSite currentSite = SPContext.Current.Site;
    SPWeb currentRootWeb = currentSite.RootWeb;
    2) Suppose I have the name of discussion list - "MyDiscussionList". Get GUID of this list:
    Guid myDiscussionListGUID = Guid.NewGuid();
    foreach (SPList list in currentRootWeb.Lists)
          if (list.BaseTemplate.ToString() == "DiscussionBoard" && list.Title == "MyDiscussionList")
                myDiscussionListGUID = list.ID; // Read GUID of Discussion List
                break;
    Tips:
    a) list.ItemCount will return all discussions and their replies
    b) list.Items.Count will return only replies
    3) Get your list:
    SPList myDiscussionList = currentRootWeb.Lists.GetList(myDiscussionListGUID, false);
    4) Create a new Discussion
    SPListItem newItem = SPUtility.CreateNewDiscussion(myDiscussionList.Items, "New Message using code");
    newItem["Body"] = "My new message content using code";
    newItem.Update();
    5) How to read all discussions:
    foreach (SPListItem folder in myDiscussionList.Folders)
         Response.Write("Folder Name: " + folder.Name + "<BR>");
         Response.Write("Folder ID: " + folder.ID + "<BR>");
         Response.Write("Attachments Count: " + folder.Attachments.Count + "<BR>"); // Returns attachment count
         // Code to read attachment URL.
         for (int i = 0; i < folder.Attachments.Count; i++)
                Response.Write("Attachment Url " + folder.Attachments.UrlPrefix + folder.Attachments + "<BR>");
         // Read body of attachment
         Response.Write("Body: " + folder.Fields["Body"].GetFieldValueAsText(folder["Body"]) + "<BR>"); 
    6) If you want to delete a discussion
    SPListItem listItemParentToDelete = null;
    foreach (SPListItem folder in myDiscussionList.Folders)
          listItemParentToDelete = folder;
    if (listItemParentToDelete != null)
        listItemParentToDelete.Delete();
    7) Loop through all discussion replies:
    foreach (SPListItem listItem in myDiscussionList.Items)
         Response.Write("Item DisplayName: " + listItem.DisplayName + "<BR>"); // Returns Title of Discussion
         Response.Write("List ID: " + listItem.ID + "<BR>");
         Response.Write("List Folder ID: " + listItem.Fields["Parent Folder Id"].GetFieldValueAsText(listItem["Parent Folder Id"]).ToString() + "<BR>"); // Returns ID of Parent Discussion
         Response.Write("Body: " + listItem.Fields["Body"].GetFieldValueAsText(listItem["Body"]) + "<BR>");
         // Create Parent List Item
         int parentListID = Convert.ToInt32(listItem.Fields["Parent Folder Id"].GetFieldValueAsText(listItem["Parent Folder Id"]));
         SPListItem parentListItem = lvContentItemsDiscussionsList.GetItemById(parentListID);
         Response.Write("Parent List Item Name: " + parentListItem.Name + "<BR>");
         // Code to Reply to a Discussion Message
         SPListItem reply = SPUtility.CreateNewDiscussionReply(parentListItem);
         reply["Body"] = "<div class=ExternalClass89C47CD7892B4279A8F42A65DD63AE3A><div> </div> <div>Reply to the new message<br><br> <hr> <b>From: </b>Admin<br><b>Posted: </b>Friday, July 20, 2007 4:01 AM<br><b>Subject: </b>New message<br><br> <div class=ExternalClass3D04672E599B486F9ECB76C138494708> <div>My new message content</div></div></div></div>";
         reply["TrimmedBody"] = "<div class=ExternalClass677134B4EA284660B1B236824800345C><div> </div> <div>Reply to the new message<br></div></div>";
         reply.Update();
        // Code to delete a discussion reply
        listItemToDelete = listItem;
    8) Code to delete a discussion reply:
    SPListItem listItemToDelete = null;
    foreach (SPListItem listItem in myDiscussionList.Items)
        listItemToDelete = listItem;
    // Code to delete a discussion reply
    if (listItemToDelete != null)
        listItemToDelete.Delete();
    Note: You need to allow unsafe updates in order to do any operation on SharePoint list directly.
    currentRootWeb.AllowUnsafeUpdates = true;
    Hope this help!
    Thanks!

  • I can't find "Define" option in iOS 6.1.4 in iPhone 5. Tried all discussed tricks, all in vein. Please help!!!

    I cannot find that "Define" option in my brand new iPhone 5, after updating to iOS 6.1.4. I have tried all discussed tricks of changing language, rebooting, then "define" option appearing and downloading dictionary. And then reverting back to English. Nothing whatsoever worked for me. It's quite annoying for me. Please help how to get that "define" option back, and download the default dictionary!!!

    Only this time, that "define" appeared n French. I downloaded the dictionary successfully, &amp; then reverted back to English. Only to get disappointed that in English, that option is still missing. I simply don't know how to import that option from French to English.

  • I have done everything I can in all discussions. Itunes store not working.  I have Windows 7 , 64 bit.

    I have read all the replies to the "Itunes store not working".  I have done everything I can to use any of the solutions.  This is my 5th day.  I give up.  Need some help.  As I can see there seems to be a lot of those problems.

    I spent some time on the phone this morning with Apple. Here's a link they sent me: http://support.apple.com/kb/HT1923
    It's more than just uninstalling Itunes; there are 5 other apps that have to be uninstalled and in specific order. This particular Knowledge Base article applies to Windows Vista or Windows 7. For other Windows versions you'd have to look up the article for Windows XP.
    Hope this helps.

  • When I send a group txt and one of the people reply it creates a new message.   How do I keep all the replies in the same message?   I used to not have this problem but it started last month.

    When I send a group txt and one of the reciepients replies it creates a new message.   How do I keep all the replies in the same message?

    If you think getting your web pages to appear OK in all the major browsers is tricky then dealing with email clients is way worse. There are so many of them.
    If you want to bulk email yourself, there are apps for it and their templates will work in most cases...
    http://www.iwebformusicians.com/Website-Email-Marketing/EBlast.html
    This one will create the form, database and send out the emails...
    http://www.iwebformusicians.com/Website-Email-Marketing/MailShoot.html
    The alternative is to use a marketing service if your business can justify the cost. Their templates are tested in all the common email clients...
    http://www.iwebformusicians.com/Website-Email-Marketing/Email-Marketing-Service. html
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • InDesign CC spell check "ignore all" doesn't work

    Is anyone having problems with "Ignore All" not working in spell check? I am repeatedly being prompted to check the same word or abbreviation again and again.
    Just to be sure it wasn't a result of hidden characters or other variables, I have copied several text frames and spell check prompts for the same terms in both text frames even after clicking "ignore all" for each word the first time through.

    I too started having this problem just this week.
    I use ID to create user's manuals in which a product model number will show up at least 5 times per document. The "Ignore All" button in spell check has always ignored all instances of a product model number until now. I've noticed that "Ignore All" does not work on any repeated words in any of my documents. I'm not sure what has changed that caused "Ignore All" to stop working.

  • I do not use or have not signed up for a MobileMe Account but I am getting duplicates in my iCal for some reason.  All discussions I read are pointing to the MobileMe being the problem but it is not.  Please help me.  There must be another reason.

    I do not use or have not signed up for a MobileMe Account but I am getting duplicates in my iCal for some reason.  All discussions I read are pointing to the MobileMe being the problem but it is not.  Please help me.  There must be another reason all my entries appear twice. 

    If you wish to submit comments to Apple, the best way is to use their feedback pages.
    http://www.apple.com/feedback/itunesapp.html
    It's not likely that anyone from Apple will see your comments here among the thousands of other posts.
    Regards.

  • Font issue - in all my replies, sent and forwarders the font is different size and style.

    font issue - in all my replies, sent and forwarders the font is different size and style. Sometimes it changes while I am typing in mid sentence. I tried to adjust using tools, options, advanced. But nothing seems to stick. How can I make all emails have same font style and size?

    I do not know how up to date this is, but there are menus listed in how the message displays when you compose and open an email. [http://kb.mozillazine.org/Font_settings_in_Thunderbird#Message_display] That may help you set the preferences.

  • SQL loader - ignore all errors

    Hi,
    If I want to ignore all errors in when using the SQL loader what command do I use?
    ERRORS= ?
    I know I could use a high number but is there a better way to do this? what about NULL?
    regards
    M

    I know I could use a high number but is there a better way to do this? what about NULL?No there is no better way: "To specify that all errors be allowed, use a very high number."
    http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96652/ch04.htm#1004769

  • TA44475 I have just bought a new macbook and trying to add all my music to my new itunes from a previous version of itunes (iTunes 9) in my seven year old Mac. I can import all the MP3 songs but iTunes ignores all the m4a format files. What to do?

    I have just bought a new macbook and trying to add all my music to my new itunes from a previous version of itunes (iTunes 9) in my seven year old Mac. I can import all the MP3 songs but iTunes ignores all the m4a format files. What to do? I have copied them into the music file along with the mp3 files but they still dont open in iTunes.

    From your OLD computer...
    Copy your ENTIRE iTunes FOLDER to an External Drive... and then from the External Drive to your New Computer..
    Full Details Here  >  http://support.apple.com/kb/HT1751
    Also... have a look at these 2 Videos...
    http://macmost.com/moving-your-itunes-library.html
    http://macmost.com/moving-your-itunes-media-to-an-external-drive.html

  • Spell check won't "ignore all"

    I have a document full of acronyms (ANTH, CUST, etc.). When I spell check, I ask it to "ignore all" thinking that should mean what it says. But the next instance of the acronym comes up again as a misspelled word. What am I doing wrong?

    BDAqua wrote:
    Hi, in Text Edit>Preferences, have you tried Restore Defaults button?
    LOL it works now, thank you.
    I didn't think of the simplest thing.
    Strange problem, though (TextEdit has worked well for years).

  • Spell Check "Ignore All" does not.

    We are using Hawaiian punctuated spelling of words, added them to our dictionary but Indesign refuses to ignore.
    How can I make this actually IGNORE ALL?
    I have:
    • updated to the most current version
    • added my words to the dictionary
    • selected my added spelling and selected change all
    The word comes back in the spell check box with the same list of suggested spellings.
    I select "Ignore all" and InDesign proceeds immediately to the next instance.
    The attachment shows the process and two successive Ignore All clicks.

    I would be happy to. Where do I send it?
    Meanwhile if you use a Pro font and change your keyboard to input in Hawaiian you can create a mini scenario.
    Create a block of text and insert "Hawai([option] + [close bracket] keys)i"
    http://wehewehe.org/gsdl2.5/cgi-bin/hdict?a=q&r=1&hs=1&e=q-0hdict--00-0-0--010---4----den- -0-000lp0--1en-Zz-1---Zz-1-home---00031-0000escapewin-00&q=Hawai%27i&j=p0&hdid=0&hdds=0
    and or " M([option] + [a])noa.
    http://wehewehe.org/gsdl2.5/cgi-bin/hdict?a=q&r=1&hs=1&e=q-0hdict--00-0-0--010---4----den- -0-000lp0--1en-Zz-1---Zz-1-home---00031-0000escapewin-00&q=M%E4noa&j=p0&hdid=0&hdds=0
    The links will take you to Hawaiian dictionary that shows the correct diacritical spelling.
    Copy and paste these a few times then run spell check. It will stop on every instance no matter if you click "ignore all" or add it to the dictionary.
    Below is the text that I have modified for using the built in FindChangeByList script.
    I created this script to essentially hide these Hawaiian words and our company name from spell check by defining them as "no language."
    This is set up to find a some common Hawaiian words and change them to the character style "hawaiian". You will have to create this character style before running FindChange. The "hawaiian" character style has the Advanced Character Formats setting of "no language".
    Cut and paste this into the FindChangeList.txt file. It is in the FindChangeSupport folder.
    //FindChangeList.txt
    //A support file for the InDesign CS4 JavaScript FindChangeByList.jsx
    //This data file is tab-delimited, with carriage returns separating records.
    //The format of each record in the file is:
    //findType<tab>findProperties<tab>changeProperties<tab>findChangeOptions<tab>description
    //Where:
    //<tab> is a tab character
    //findType is "text", "grep", or "glyph" (this sets the type of find/change operation to use).
    //findProperties is a properties record (as text) of the find preferences.
    //changeProperties is a properties record (as text) of the change preferences.
    //findChangeOptions is a properties record (as text) of the find/change options.
    //description is a description of the find/change operation
    //Very simple example:
    //text    {findWhat:"--"}    {changeTo:"^_"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all double dashes and replace with an em dash.
    //More complex example:
    //text    {findWhat:"^9^9.^9^9"}    {appliedCharacterStyle:"price"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find $10.00 to $99.99 and apply the character style "price".
    //All InDesign search metacharacters are allowed in the "findWhat" and "changeTo" properties for findTextPreferences and changeTextPreferences.
    //If you enter backslashes in the findWhat property of the findGrepPreferences object, they must be "escaped"
    //as shown in the example below:
    //{findWhat:"\\s+"}
    //    BASIC TEXT CLEANUP
    grep    {findWhat:"  +"}    {changeTo:" "}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all double spaces and replace with single spaces.
    grep    {findWhat:"\r "}    {changeTo:"\r"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all returns followed by a space And replace with single returns.
    grep    {findWhat:" \r"}    {changeTo:"\r"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all returns followed by a space and replace with single returns.
    grep    {findWhat:"\t\t+"}    {changeTo:"\t"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all double tab characters and replace with single tab characters.
    grep    {findWhat:"\r\t"}    {changeTo:"\r"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all returns followed by a tab character and replace with single returns.
    grep    {findWhat:"\t\r"}    {changeTo:"\r"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all returns followed by a tab character and replace with single returns.
    grep    {findWhat:"\r\r+"}    {changeTo:"\r"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all double returns and replace with single returns.
    text    {findWhat:" - "}    {changeTo:"^="}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all space-dash-space and replace with an en dash.
    text    {findWhat:"--"}    {changeTo:"^_"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all dash-dash and replace with an em dash.
    //REVISED 02/26-10
    //This script support text file has been edited and compiled by Ken McGuire "http://www.infografik.com" with the help and guidance of Charles Wesley.
    //The following unicode words require the usage of PRO fonts.
    //NOTE: text find/change of Hawaiian puncuated words requires the use of unicode characters:
    //Unicode reference:
    //Okina    <2018>
    //Macron-A    <0100>
    //Macron-a    <0101>
    //Macron-E    <0112>
    //Macron-e    <0113>
    //Macron-I    <012A>
    //Macron-i    <012B>
    //Macron-O    <014C>
    //Macron-o    <014D>
    //Macron-U    <016A>
    //Macron-u    <016B>
    //Note: grep find/change does not require unicode and can be input directly with Hawaiian keyboard
    ////    HAWAIIAN ISLANDS and Possessive Forms
    grep    {findWhat:"(?i)hawai[ʻ`'’‘]?i"}    {changeTo:"Hawai‘i", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Hawai‘i.
    grep    {findWhat:"(?i)hawai([ʻ`'’‘])?i([ʻ`'’‘])?s"}    {changeTo:"Hawai‘i’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Hawai‘i’s.
    grep    {findWhat:"(?i)kaua([ʻ`'’‘])?i"}    {changeTo:"Kaua‘i", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kaua‘i.
    grep    {findWhat:"(?i)kaua([ʻ`'’‘])?i([ʻ`'’‘])?s"}    {changeTo:"Kaua‘i’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Kaua‘i’s.
    grep    {findWhat:"(?i)kaho([ʻ`'’‘])?olawe"}    {changeTo:"Kaho‘olawe", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kaho‘olawe‘i.
    grep    {findWhat:"(?i)kaho([ʻ`'’‘])?olawe([ʻ`'’‘])?s"}    {changeTo:"Kaho‘olawe’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Kaho‘olawe‘i’s.
    grep    {findWhat:"(?i)lana([ʻ`'’‘])?i"}    {changeTo:"Lana‘i", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Lana‘i.
    grep    {findWhat:"(?i)lana([ʻ`'’‘])?i([ʻ`'’‘])?s"}    {changeTo:"Lana‘i’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Lana‘i’s.
    grep    {findWhat:"(?i)mau([ʻ`'’‘])?i"}    {changeTo:"Maui", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Maui.
    grep    {findWhat:"(?i)mau([ʻ`'’‘])?i([ʻ`'’‘])?s"}    {changeTo:"Maui’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Maui’s.
    grep    {findWhat:"(?i)moloka([ʻ`'’‘])?i"}    {changeTo:"Moloka‘i", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Moloka‘i.
    grep    {findWhat:"(?i)moloka([ʻ`'’‘])?i([ʻ`'’‘])?s"}    {changeTo:"Moloka‘i’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Moloka‘i’s.
    grep    {findWhat:"(?i)o([ʻ`'’‘])?ahu"}    {changeTo:"O‘ahu", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to O‘ahu.
    grep    {findWhat:"(?i)o([ʻ`'’‘])?ahu([ʻ`'’‘])?s"}    {changeTo:"O‘ahu’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to O‘ahu’s
    //    HAWAIIAN PLACES
    grep    {findWhat:"(?i)haleakal([aā])?"}    {changeTo:"Haleakalā", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Haleakalā.
    grep    {findWhat:"(?i)h([oō])?kule([ʻ`'’‘])?a"}    {changeTo:"Hōkule‘a", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Hōkule‘a.
    grep    {findWhat:"(?i)honlulu"}    {changeTo:"Honolulu", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Honolulu.
    grep    {findWhat:"(?i)k([aā])?([ʻ`'’‘])?anapali"}    {changeTo:"Kā‘anapali", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kā‘anapali.
    grep    {findWhat:"(?i)kailua"}    {changeTo:"Kailua", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kailua.
    grep    {findWhat:"(?i)kaka([ʻ`'’‘])?ako"}    {changeTo:"Kaka‘ako", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kaka‘ako.
    grep    {findWhat:"(?i)kona"}    {changeTo:"Kona", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kona.
    grep    {findWhat:"(?i)kohala"}    {changeTo:"Kohala", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kohala.
    grep    {findWhat:"(?i)k([uū])?ki([ʻ`'’‘])?o"}    {changeTo:"Kūki‘o", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kūki‘o.
    grep    {findWhat:"(?i)M([aā?])?noa"}    {changeTo:"Mānoa", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Mānoa.
    grep    {findWhat:"(?i)puak([oō])?"}    {changeTo:"Puakō", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Puakō.
    grep    {findWhat:"(?i)pu([ʻ`'’‘])?u honua o (?i)h([oō])?naunau"}    {changeTo:"Pu‘u Honua o Hōnaunau", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Pu‘u Honua o Hōnaunau.
    grep    {findWhat:"(?i)nu([ʻ`'’‘])?uanu"}    {changeTo:"Nu‘uanu", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Nu‘uanu.
    grep    {findWhat:"(?i)waik([iī])?k([iī])?"}    {changeTo:"Waikīkī", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Waikīkī.
    //    HAWAIIAN COMMON WORDS
    grep    {findWhat:"[ʻ`'’‘]Aina"}    {changeTo:"‘Aina", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of "Aina."
    grep    {findWhat:"[ʻ`'’‘]aina"}    {changeTo:"‘aina", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of "aina."
    grep    {findWhat:"[ʻ`'’‘]Ahi"}    {changeTo:"‘Ahi", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of ‘Ahi."
    grep    {findWhat:"[ʻ`'’‘]ahi"}    {changeTo:"‘ahi", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of ‘ahi."
    grep    {findWhat:"ahupua([`ʻ'’‘])?a"}    {changeTo:"ahupua‘a", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of ahupua‘a."
    grep    {findWhat:"Ahupua([`ʻ'’‘])?a"}    {changeTo:"Ahupua‘a", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of Ahupua‘a."
    grep    {findWhat:"(?i)kamehameha"}    {changeTo:"Kamehameha", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find / replace with Kamehameha.
    grep    {findWhat:"(?i)hawai([`ʻ'’‘])?ian"}    {changeTo:"Hawaiian", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find / replace with Hawai‘i.
    grep    {findWhat:"(?i)maunakea"}    {changeTo:"Maunakea", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find / replace with Maunakea.
    grep    {findWhat:"[ʻ`'’‘]ohana"}    {changeTo:"‘ohana", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of ‘ohana."
    text    {findWhat:"aloha"}    {changeTo:"aloha", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for Aloha
    text    {findWhat:"aumakua"}    {changeTo:"<2018>aumakua", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for ‘amakua
    text    {findWhat:"halau"}    {changeTo:"h<0101>lau", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for hālau
    text    {findWhat:"kuleana"}    {changeTo:"kuleana", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for Kuleana
    text    {findWhat:"mahalo"}    {changeTo:"mahalo", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for Mahalo
    text    {findWhat:"makai"}    {changeTo:"makai", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for makai
    text    {findWhat:"malama"}    {changeTo:"m<0101>lama", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for mālama
    text    {findWhat:"mauka"}    {changeTo:"mauka", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for mauka
    text    {findWhat:"pili"}    {changeTo:"pili", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for pili
    text    {findWhat:"pono"}    {changeTo:"pono", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for pono
    text    {findWhat:"pupu"}    {changeTo:"p<016B>p<016B>", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for pūpū
    //    SPECIES
    grep    {findWhat:"([ʻ`'’‘])?([oō])?hi[ʻ`'’‘]a"}    {changeTo:"‘ōhi‘a", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to ‘ōhi‘a.
    grep    {findWhat:"roi"}    {changeTo:"roi", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of "roi."
    //    OKINA APOSTROPHE CLEANUP
    grep    {findWhat:"['‘]([st])"}    {changeTo:"’$1"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    fix ordinary apostrophes
    grep    {findWhat:"['’]([aeiouāēīōūAEIOUĀĒĪŌŪ])"}    {changeTo:"‘$1"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    fix okinas
    //FindChangeList.txt
    //A support file for the InDesign CS4 JavaScript FindChangeByList.jsx
    //This data file is tab-delimited, with carriage returns separating records.
    //The format of each record in the file is:
    //findType<tab>findProperties<tab>changeProperties<tab>findChangeOptions<tab>description
    //Where:
    //<tab> is a tab character
    //findType is "text", "grep", or "glyph" (this sets the type of find/change operation to use).
    //findProperties is a properties record (as text) of the find preferences.
    //changeProperties is a properties record (as text) of the change preferences.
    //findChangeOptions is a properties record (as text) of the find/change options.
    //description is a description of the find/change operation
    //Very simple example:
    //text    {findWhat:"--"}    {changeTo:"^_"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all double dashes and replace with an em dash.
    //More complex example:
    //text    {findWhat:"^9^9.^9^9"}    {appliedCharacterStyle:"price"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find $10.00 to $99.99 and apply the character style "price".
    //All InDesign search metacharacters are allowed in the "findWhat" and "changeTo" properties for findTextPreferences and changeTextPreferences.
    //If you enter backslashes in the findWhat property of the findGrepPreferences object, they must be "escaped"
    //as shown in the example below:
    //{findWhat:"\\s+"}
    //    BASIC TEXT CLEANUP
    grep    {findWhat:"  +"}    {changeTo:" "}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all double spaces and replace with single spaces.
    grep    {findWhat:"\r "}    {changeTo:"\r"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all returns followed by a space And replace with single returns.
    grep    {findWhat:" \r"}    {changeTo:"\r"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all returns followed by a space and replace with single returns.
    grep    {findWhat:"\t\t+"}    {changeTo:"\t"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all double tab characters and replace with single tab characters.
    grep    {findWhat:"\r\t"}    {changeTo:"\r"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all returns followed by a tab character and replace with single returns.
    grep    {findWhat:"\t\r"}    {changeTo:"\r"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all returns followed by a tab character and replace with single returns.
    grep    {findWhat:"\r\r+"}    {changeTo:"\r"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all double returns and replace with single returns.
    text    {findWhat:" - "}    {changeTo:"^="}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all space-dash-space and replace with an en dash.
    text    {findWhat:"--"}    {changeTo:"^_"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all dash-dash and replace with an em dash.
    //REVISED 02/26-10
    //This script support text file has been edited and compiled by Ken McGuire "http://www.infografik.com" with the help and guidance of Charles Wesley.
    //The following unicode words require the usage of PRO fonts.
    //NOTE: text find/change of Hawaiian puncuated words requires the use of unicode characters:
    //Unicode reference:
    //Okina    <2018>
    //Macron-A    <0100>
    //Macron-a    <0101>
    //Macron-E    <0112>
    //Macron-e    <0113>
    //Macron-I    <012A>
    //Macron-i    <012B>
    //Macron-O    <014C>
    //Macron-o    <014D>
    //Macron-U    <016A>
    //Macron-u    <016B>
    //Note: grep find/change does not require unicode and can be input directly with Hawaiian keyboard
    ////    HAWAIIAN ISLANDS and Possessive Forms
    grep    {findWhat:"(?i)hawai[ʻ`'’‘]?i"}    {changeTo:"Hawai‘i", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Hawai‘i.
    grep    {findWhat:"(?i)hawai([ʻ`'’‘])?i([ʻ`'’‘])?s"}    {changeTo:"Hawai‘i’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Hawai‘i’s.
    grep    {findWhat:"(?i)kaua([ʻ`'’‘])?i"}    {changeTo:"Kaua‘i", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kaua‘i.
    grep    {findWhat:"(?i)kaua([ʻ`'’‘])?i([ʻ`'’‘])?s"}    {changeTo:"Kaua‘i’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Kaua‘i’s.
    grep    {findWhat:"(?i)kaho([ʻ`'’‘])?olawe"}    {changeTo:"Kaho‘olawe", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kaho‘olawe‘i.
    grep    {findWhat:"(?i)kaho([ʻ`'’‘])?olawe([ʻ`'’‘])?s"}    {changeTo:"Kaho‘olawe’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Kaho‘olawe‘i’s.
    grep    {findWhat:"(?i)lana([ʻ`'’‘])?i"}    {changeTo:"Lana‘i", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Lana‘i.
    grep    {findWhat:"(?i)lana([ʻ`'’‘])?i([ʻ`'’‘])?s"}    {changeTo:"Lana‘i’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Lana‘i’s.
    grep    {findWhat:"(?i)mau([ʻ`'’‘])?i"}    {changeTo:"Maui", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Maui.
    grep    {findWhat:"(?i)mau([ʻ`'’‘])?i([ʻ`'’‘])?s"}    {changeTo:"Maui’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Maui’s.
    grep    {findWhat:"(?i)moloka([ʻ`'’‘])?i"}    {changeTo:"Moloka‘i", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Moloka‘i.
    grep    {findWhat:"(?i)moloka([ʻ`'’‘])?i([ʻ`'’‘])?s"}    {changeTo:"Moloka‘i’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Moloka‘i’s.
    grep    {findWhat:"(?i)o([ʻ`'’‘])?ahu"}    {changeTo:"O‘ahu", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to O‘ahu.
    grep    {findWhat:"(?i)o([ʻ`'’‘])?ahu([ʻ`'’‘])?s"}    {changeTo:"O‘ahu’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to O‘ahu’s
    //    HAWAIIAN PLACES
    grep    {findWhat:"(?i)haleakal([aā])?"}    {changeTo:"Haleakalā", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Haleakalā.
    grep    {findWhat:"(?i)h([oō])?kule([ʻ`'’‘])?a"}    {changeTo:"Hōkule‘a", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Hōkule‘a.
    grep    {findWhat:"(?i)honlulu"}    {changeTo:"Honolulu", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Honolulu.
    grep    {findWhat:"(?i)k([aā])?([ʻ`'’‘])?anapali"}    {changeTo:"Kā‘anapali", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kā‘anapali.
    grep    {findWhat:"(?i)kailua"}    {changeTo:"Kailua", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kailua.
    grep    {findWhat:"(?i)kaka([ʻ`'’‘])?ako"}    {changeTo:"Kaka‘ako", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kaka‘ako.
    grep    {findWhat:"(?i)kona"}    {changeTo:"Kona", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kona.
    grep    {findWhat:"(?i)kohala"}    {changeTo:"Kohala", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kohala.
    grep    {findWhat:"(?i)k([uū])?ki([ʻ`'’‘])?o"}    {changeTo:"Kūki‘o", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kūki‘o.
    grep    {findWhat:"(?i)M([aā?])?noa"}    {changeTo:"Mānoa", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Mānoa.
    grep    {findWhat:"(?i)puak([oō])?"}    {changeTo:"Puakō", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Puakō.
    grep    {findWhat:"(?i)pu([ʻ`'’‘])?u honua o (?i)h([oō])?naunau"}    {changeTo:"Pu‘u Honua o Hōnaunau", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Pu‘u Honua o Hōnaunau.
    grep    {findWhat:"(?i)nu([ʻ`'’‘])?uanu"}    {changeTo:"Nu‘uanu", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Nu‘uanu.
    grep    {findWhat:"(?i)waik([iī])?k([iī])?"}    {changeTo:"Waikīkī", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Waikīkī.
    //    HAWAIIAN COMMON WORDS
    grep    {findWhat:"[ʻ`'’‘]Aina"}    {changeTo:"‘Aina", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of "Aina."
    grep    {findWhat:"[ʻ`'’‘]aina"}    {changeTo:"‘aina", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of "aina."
    grep    {findWhat:"[ʻ`'’‘]Ahi"}    {changeTo:"‘Ahi", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of ‘Ahi."
    grep    {findWhat:"[ʻ`'’‘]ahi"}    {changeTo:"‘ahi", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of ‘ahi."
    grep    {findWhat:"ahupua([`ʻ'’‘])?a"}    {changeTo:"ahupua‘a", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of ahupua‘a."
    grep    {findWhat:"Ahupua([`ʻ'’‘])?a"}    {changeTo:"Ahupua‘a", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of Ahupua‘a."
    grep    {findWhat:"(?i)kamehameha"}    {changeTo:"Kamehameha", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find / replace with Kamehameha.
    grep    {findWhat:"(?i)hawai([`ʻ'’‘])?ian"}    {changeTo:"Hawaiian", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find / replace with Hawai‘i.
    grep    {findWhat:"(?i)maunakea"}    {changeTo:"Maunakea", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find / replace with Maunakea.
    grep    {findWhat:"[ʻ`'’‘]ohana"}    {changeTo:"‘ohana", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of ‘ohana."
    text    {findWhat:"aloha"}    {changeTo:"aloha", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for Aloha
    text    {findWhat:"aumakua"}    {changeTo:"<2018>aumakua", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for ‘amakua
    text    {findWhat:"halau"}    {changeTo:"h<0101>lau", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for hālau
    text    {findWhat:"kuleana"}    {changeTo:"kuleana", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for Kuleana
    text    {findWhat:"mahalo"}    {changeTo:"mahalo", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for Mahalo
    text    {findWhat:"makai"}    {changeTo:"makai", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for makai
    text    {findWhat:"malama"}    {changeTo:"m<0101>lama", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for mālama
    text    {findWhat:"mauka"}    {changeTo:"mauka", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for mauka
    text    {findWhat:"pili"}    {changeTo:"pili", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for pili
    text    {findWhat:"pono"}    {changeTo:"pono", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for pono
    text    {findWhat:"pupu"}    {changeTo:"p<016B>p<016B>", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for pūpū
    //    SPECIES
    grep    {findWhat:"([ʻ`'’‘])?([oō])?hi[ʻ`'’‘]a"}    {changeTo:"‘ōhi‘a", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to ‘ōhi‘a.
    grep    {findWhat:"roi"}    {changeTo:"roi", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of "roi."
    //    OKINA APOSTROPHE CLEANUP
    grep    {findWhat:"['‘]([st])"}    {changeTo:"’$1"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    fix ordinary apostrophes
    grep    {findWhat:"['’]([aeiouāēīōūAEIOUĀĒĪŌŪ])"}    {changeTo:"‘$1"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    fix okinas
    //    COMPANY BYPASSES
    grep    {findWhat:"(?i)info grafik"}    {changeTo:"Info Grafik", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     Capitalize Info Grafik.
    text    {findWhat:"infografik.com"}    {changeTo:"infografik.com", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:true}

  • SP 2013 upgrade error on all discussion lists

    Has anyone had any issue with discussion lists in the upgrade process? Our client based all sites off the team site template and so most all have a discussion list.
    All sites are failing to upgrade on this feature and not sure why. Doesn't seem to be very common problem. Ignore the TimeMaskedControl feature errors, we have resolved those already.
    Any thoughts/suggestions are appreciated!

    did you run the test spcontent database and what about the output?
    Test-SPContentDatabase -Name <DatabaseName> -WebApplication <URL>
     do you have data in the discussion list? also if you can share the upgrade error log only, it will be great help.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • I can't get video to loop exporting an OAM file and importing into Muse. Seems to ignore all triggers.

    I've tried everything I can think of, but triggers are ignored. I've tested in Safari and Firefox so far. Tested in Muse Preview. Tested in An. Nothing is paying attention to the trigger I have set up.
    I've used a label to get it to loop back to the beginning. I've used zero to get it to loop back. I've searched the web, YouTube, and here looking for answer none will fix this. No errors in the error box BTW. Been back to Lynda.com re-re-viewing videos. All seems fine, but it isn't.
    Website is here: http://www.moviesandfx.com. The animation on the home page is what I want to loop. It plays okay in Safari, has mixed results in Firefox. Not sure yet about IE, I'm on a Mac.
    I'd love to hear ideas to fix this. The workflow is An—>OAM export—>Muse "place"—>Muse publish to ftp.
    Thank you,
    Dan

    I'm having the same problem. I inserted the oam in Dreamweaver, where it loops forever in split and live view. As soon as I view it in a browser (Safari and Chrome), the looping is disabled. There are no console errors.

  • Mavericks won't accept 'change all' command to open ALL pages files with v 4.3 app

    Hello again,
    I upgraded my MacBook Air mid June 2013 build to Mavericks at my Apple store. The download was fast, under 30 min., and the installation went well, also fast at about 40 minutes. All apps are working fine. I spent much time before taking the plunge to learn the pros and cons of this upgrade, and the biggest issue for me was the ability to keep using the older versions of Pages and Numbers.  The new, watered down versions cannot do what I need. I followed the instructions to select a Pages file in Finder, open the Info pane, and under 'Open with' selected the old version. Then, to apply this to ALL the files, I selected 'Change all...' and 'Continue'. But, it still lists the new version as default. So far, the only fix is to go through ALL my files and manually choose the old version for each. Very laborious. Am I missing something? It seems Mavericks will not accept to change them all for some reason.
    Thank you, Cinilla

    I have decided to dedicate this thread to the wonderful errors of Lion OSX. Each time I find a huge problem with Lion I will make note of it here.
    Today I discovered a new treasure of doggie poop in Lion. No Save As......
    I repeat. No Save As. In text editor I couldn't save the file with a new extension. I finally accomplished this oh so majorly difficult task (because we all know how difficult it should be to save a file with a new extension) by pressing duplicate and then saving a copy of the file with a new extension. Yet then I had to delete the first copy and send it to trash. And of course then I have to secure empty trash because if I have to do this the rest of my mac's life I will be taking up a quarter of percentage of space with duplicate files. So this is the real reason they got rid of Save As: so that it would garble up some extra GB on the ole hard disk.
    So about 20 minutes of my time were wasted while doing my homework and studying for an exam because I had to look up "how to save a file with a new extension in  mac Lion" and then wasted time sitting here and ranting on this forum until someone over at Apple wakes up from their OSX-coma.
    are you freaking kidding me Apple? I mean REALLY?!!!! who the heck designed this?!!! I want to know. I want his or her name and I want to sit down with them and have a long chat. and then I'd probably splash cold water on their face to wake them up.
    I am starting to believe that Apple is Satan.

Maybe you are looking for

  • E71 app installation errors

    Hello. I'm using an E71 and i'm having a problem installing apps, everytime i try installing apps is says ''file corrupt'' but i knw tht the file is not corrupt. It does this for 'sis' apps only. Does anybody know of a solution to my problem, your he

  • Why are previous patches not included in major releases ?

    I will be attempting to raise a TAR for this but I think it is sufficiently serious to also raise in public. In forms 10.1.0.2 I am encountering a serious intermittent problem which EXACTLY matches the symptoms of Bug 3018714. Alledgedly it is fixed

  • Sync iphone how not to lose photo roll?

    I have a iphone and was using itunes on my work PC (winXP). I recently brought the new 13" Macbook, and have been trying to get my iphone to work with the Macbook. I manage to transfer all my purchases to the mac, losing only songs copied via CD. I a

  • I can't open numbers after to install the new version!!!

    When I touch the app, it start to open and close immediately. I need to work!!!!!

  • Assigning Roles to Groups

    Hi there, i am a newbie to SAP and have some questions to Usermanagement in Web AS ABAP. Is it, like in Web As Java, possible to assign roles to groups? And could one user be in several groups? Or is it possible to sssign groups to groups? I want to