New Version of InContext Editing released.

Hello all,
A new version of InContext Edting was released today. Please see Cristintel's announcement in the Service Updates forum for detailed information on new features and fixes.
Best regards,
Corey

This might be useful to some people though, didn't know where to put it since it was in a reply to "Feature Requests"
The latest version of SpryHTMLDataSet.js can be found here:
http://labs.adobe.com/technologies/spry/includes/SpryHTMLDataSet.js
http://labs.adobe.com/technologies/spry/includes_minified/SpryHTMLDataSet.js
http://labs.adobe.com/technologies/spry/includes_packed/SpryHTMLDataSet.js
It contains the patch above and some other fixes:
Added new removeUnbalancedRows constructor option to control whether or
not rows that have fewer/more columns defined than column names
specified. Default is false. If false, the data set will normalize all
rows so that they have the same number of columns. Any missing values
will be set to an empty string.
Modified the column naming algorithm so that when
firstRowAsHeaders:true and not enough column names exist, that we
fallback to the "columnN" naming convention for the missing column
names.
Fixed bug that prevented HTMLDataSets, that initially load data from
the page, from loading remote content. Converted the internal member
usesExternalFile to a function that dynamically returns a bool based on
the value of the url property. This was initially only getting set
during construction time, but now it gets done on the fly.
Fixed normalizeColumnName() so that it strips leading/trailing spaces
*after* tags have been stripped. We were doing it in the reverse order
and stripping tags re-introduced leading/trailing spaces in some cases
leading to unexpected column names with leading/trailing underscores.
--== Kin ==--

Similar Messages

  • Is there a way to make Aperture NOT create a new version w/ Brush editing?

    I have been messing around with the dodge and burn plug in. Is there a way to make it so it doesn't create a new version when I edit with the plug in, but rather just edits the existing file?

    nope ... not at this juncture ...
    all the current plug-ins work on a rendered .tiff (or .psd) ...

  • Notes app saves new version with every edit?

    This is odd. In the new notes app every time I edit a note (or even while I am creating it...virtually every time I hit return) a new version of the note gets save. Typing a short note gets 15 versions in the sidebar (like the enclosed pic)
    Is this how it is supposed to act? Has my syncing gone-wild?

    ok, I just found a way to fix it.
    For some reason Notes app did nto get along with Gmail. As soon as I went to preferences -> Mail, Contacts & Calendars and removed notes from Gmails (and added it to iCloud) everything started behaving normally.
    Go figure...but sounds about right, Apple Mail and Gmail have always had a love/hate relationship, not surprised the configuration difficulty has extended to notes also...

  • Having tremendous difficulty with the new version of iTunes.  Moving from a playlist to the main music library has iTunes using 100% of the cpu and listed as not responding.  Not sure this new version was ready for release!

    OK, issue seems to be when I've selected "Albums" as the view.  Moving to "Songs" is OK.  This problem just appeared with the new release.  Anyone else having difficulty?

    well nobody bothered to give me a hint on what to do, maybe because the problems with the new version of iTunes are really a lot, there is an enormous amount of people out there that have all sort of different problems including mine  so I have decided to return to the previous version which works fine and wait untill the apple people come up with a decent product ....

  • Is there an RSS feed that I can refer to when new versions of FireFox are released?

    We need to manage firefox updates from a central location but can't use automatic updates for auditing purposes. Auditors like to see a trail of updates being reviewed, tested and then finally being pushed out to the rest of the system. Is there some RSS feed or specific email subscription where I will see only when a new major or minor version of FireFox for desktop is released?

    Hi, here are a couple of links that might be of help -
    [https://wiki.mozilla.org/RapidRelease/Calendar RapidRelease/Calendar.]
    [https://www.mozilla.org/en-US/firefox/releases/ Firefox Releases.]

  • Can someone tell me why every I have to reset my options when a new version of Firefox is released?

    So I just installed the latest version, and I had to reset Tabs on Top to false, reset my font because the default is too small for me to see well, reset how I want PDF documents handled (I do NOT want them to open in the browser), and a few other nitpicky things. Is there some reason these preferences cannot be retained between updates?

    Prefs should be retained between updates and not get lost.
    Do you have nay numbered prefs-##.js file in the Firefox profile folder?
    You may have a problem with your security software if you do not keep pref changes.
    *http://kb.mozillazine.org/Preferences_not_saved
    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    You can set the layout.css.devPixelsPerPx pref to 1.0 or 1.25 (on Windows 8 the default DPI is 125%) on the <b>about:config</b> page (current default value is -1.0).
    *http://kb.mozillazine.org/about:config
    If necessary, adjust layout.css.devPixelsPerPx starting with 1.0 in 0.1 or 0.05 steps (1.0 or 0.9) to make icons show correctly.
    * See also: https://support.mozilla.org/kb/forum-response-Zoom-feature-on-Firefox-22
    Use an extension to adjust the text size in the user interface and the page zoom in the browser window.
    Use this extension to adjust the font size for the user interface.
    *Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/
    You can look at the Default FullZoom Level or NoScript extension if web pages need to be adjusted after changing layout.css.devPixelsPerPx.
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/

  • How can I open a project made in 2000 on Final Cut Pro to migrate it to a new version?

    how can I open a project made in late 2000 on Final Cut Pro to migrate it to a new version to finish editing it? files, timeline and unfinished edit are all stored on hard drive since early 2001, with all the original miniDV tapes still in hand

    Do you still have legacy FCP? If you not you need to find someone who will open the project in FCP6.0.6 or later. Export an XML file of the project. Use 7toX to convert it to an XML format that works with FCPX. Import the converted XML file to FCP.

  • [SOLVED]find command not working correctly new version of findutils...

    After upgrading my findutils from 4.2.33-1 to 4.4.0-1, it is not working the way it used to. I downgraded to the old one and it is working fine again. However, I am wondering why the newer version can't do what I want it to...
    Typically I run the following script to apply mp3gain to my music collection (albums and individual songs):
    #!/bin/bash
    echo Albums...
    find . -mindepth 3 -iname '*.mp3' -execdir mp3gain -k -a {} +
    echo Single tracks...
    find . -maxdepth 2 -iname '*.mp3' -exec mp3gain -k -r {} +
    On the old version, for the albums, the "find" function works as expected by examining the entire album before applying gain. With the new findutils version, the albums are being analysed song-by-song. I suppose since the new version of findutils, there is just a different method to do what I wanted before with -execdir. Does anyone know how to do it on the new version?
    Last edited by tony5429 (2008-07-19 06:29:41)

    Cool. Thanks for the suggestion. I ended up going with...
    #!/bin/bash
    echo Albums...
    for album in */*
    do
    cd "$album" > /dev/null 2>&1
    if [ $? = 0 ]
    then
    mp3gain -k -a *.mp3
    cd ..
    cd ..
    fi
    done
    echo Single tracks...
    find . -maxdepth 2 -iname '*.mp3' -exec mp3gain -k -r {} +
    exit 0

  • Installing new version of shockwave

    So a new version of Shockwave was released last night, version 12.1.1.151. However everytime I try to install it I don't get the updates version, even if i uninstall and install it again it just installs the old version 12.1.0.150.
    This is not the first time this has happend to me that a new version is released but installing it just installs the old version, then several days later it finally installs the new version. Can someone explain why they state a new version number on the website when installing that new version will only work several days later?

    From where are you downloading the update?  I always get the latest installer when downloading from http://www.adobe.com/shockwave/download/alternates/#sp (despite the fact that it say Shockwave Player 11).

  • Opening with external editor always makes new version

    i am a fine art figure photographer and portrait artist. almost every photo that i want to finish has to be round tripped to photoshop for retouching. in Aperture 1.5, i could select a photo, open in external editor (photoshop cs3), make my retouches and save the new version. if i wanted to re-visit the image and make further modifications, i could select the round-tripped photo, open with external editor, and the edited photo would be opened without creating a new version.
    now in Aperture 2.0, once an image is edited and the new version saved, if i try to re-visit the image Aperture always creates a new version. this is a behavior that i don't want. new versions of photoshop edits are expensive when it comes to disk space. and with 30,000 images in my library, i just can't afford it!
    in the preferences, i have the option "Create new versions when making adjustments" unchecked. that's the only option i can see that affects the automatic creation of new versions. any advice on how to edit the image without making a copy would be greatly appreciated!
    thanks,
    scott
    Message was edited by: scott nichol

    Hi,
    I had the same problem as the OP and was surprised to read that Ian didn't encounter that same behavior. So I started testing several options. This is what I found;
    When I open a previously-externally-edited picture from within Aperture, using the keyboard shortcut ⇧⌘ O, Aperture automatically creates a new version.
    The same thing happens when I choose 'Edit with Adobe Photoshop CS3' from the Images menu in the menu bar.
    On the other hand, when I open a previously-externally-edited picture from within Aperture by Ctrl clicking the picture and choosing 'Edit with Adobe Photoshop CS3' from the pop-up menu, the picture opens in Photoshop without Aperture creating a new version first.
    Very strange because the pop-up menu command has the same keyboard shortcut as the commands I used in the first and second attempt.
    Hope this helps.
    Cheers,
    Ivan

  • Using InContexT editing, how do I give specific users editing writes to different pages within site?

    I have trawled around the support pages but although it mentions in passing that this is possible, I can't seem to find out how to do it.
    Can anyone point me in the right direction?

    Hello Rupert,
    This version of InContext Editing does not offer a method to specify access rights per pages. This is a functionality that we have in mind, but we don't have a set date for when it will be available.
    Thank you,
    Cristinel

  • If i buy a game or app from the itunes and a new version of that game or app comes out do i need to buy it again

    if i buy a game or app from the itunes and a new version of that game or app comes out do i need to buy it again

    It depends on how the developer chooses to release the new version. If they release it only as an update to the existing app in the iTunes Store then no, you won't have to buy it again. If they release it as a new app - usually they'll change the name slightly - then you will have to buy it again.
    Regards.

  • Adobe Flash 10 - new version released today

    Adobe today released a new version of Flash 10 - v 10.032.18. Download is available here. This update is particularly useful for Safari 3 and Safari 4. Anyone using Safari 1.3.2 via OS X Panther is advised to remain with Flash version 9. The Flash plugin is installed in HD>Library>Internet Plug-ins folder.
    Because Adobe does not set the correct permissions for its Flash files (don't know why), it's important to "repair permissions" via Disk Utility in your Applications>Utilities folder after installing the plugin. Otherwise oddities such as Safari crash, freezes, or stuttering of Flash content are possible.
    For anyone not familiar with permissions repair, have a look at this related Apple document.
    When complete, restart Safari.

    This was driving me nuts on 10.6.2 on Safari and the Developer Chrome build - I keep FireFox on the system - IT also had the same issues.
    The only way I got the problem to go away on 10.6.2 (MacBook Unibody) was to:
    1. Uninstall Adobe Flash with the Uninstaller here: http://kb2.adobe.com/cps/141/tn_14157.html
    2. Once uninstaller downloads shutdown all browsers and run the Adobe Flash Uninstaller
    3. Power off the system when the uninstaller is done. Be ready on Power on to clear the PRAM: Be ready to press Command + Option + P + R immediately on power on. System will go to black screen after screen powers on the first time if this is done right - then on restart you will get the Apple logo and system /Apple sound. NOTE: I didn't do this the first time and hangs still occurred!
    4. On bootup reinstall Flash Player 10 or Flash Player 10.1 beta (e.g. I'm using the beta 10.1 with NO issues on any sites now: Got it from here: http://labs.adobe.com/downloads/flashplayer10.html
    No issues in ANY browser or any sites now.....
    Message was edited by: NPS_CA

  • Does anyone know if Apple are planning on releasing a new version of the iPad in 2013? I want to buy one, but would rather wait to get the latest one if they are planning on a release of a newer version later this year.

    BEFORE JUST REJECTING MY QUERY, AS A POTENTIALLY NEW CUSTOMER I WOULD APPRECIATE SOME FORM OF AN ANSWER!!
    I want to buy an iPad (my first one), but would rather wait a couple of months to get the latest one if they are planning on a release of a newer version later this year. I certainly cannot afford to buy one now and then update when a newer model comes out, especially if it's released only a couple of months from now.

    The latest one came out just 4 months ago. Doubt one is coming out soon.
    There are always going to be people who are one day out of their return period when a new device comes out, and that's just that. No one can predict. And we are all just users here who would have no idea. But I would get an iPad now given the last one came out four months ago.

  • I have been editing a document on my MacBook Pro and iPad, which has the newer versions of Pages. Now, I cannot open on My MacBook. It says I need a newer version of OS. However, I'm not showing a newer version being availabe!!! Can anyone help???

    I have been editing a document on my MacBook Pro and iPad, which has the newer versions of Pages. Now, I cannot open on My MacBook. It says I need a newer version of OS. However, I'm not showing a newer version being availabe!!! Can anyone help???

    That is Pages for iPad v2.0, which Pages '09 v4.3 can't read.
    You need to either stick with the older version of Pages on the iPad or get Pages 5 for the Mac which is only available if you are running OSX 10.9 Mavericks.
    Unfortunately that is not the end of your woes because Apple has made iCloud convert the files to Pages 5 now, and Pages 5 has over 90 features deleted on top of doing a shocking job of converting older Pages files.
    Peter

Maybe you are looking for

  • Schedule report MM60 as background job and send out in Excel format

    Hi there, I would like to schedule a background job for report MM60, then send to the user in Excel format. I know that we can enter the recipient in the job setting(SM36) but the report is send in HMTL format. Is it possible to send in Excel format?

  • Eclipse problem selection does not contain main type

    i m using eclipse3.3 and have set all the necessary paths in it but when i run a simple java program just for displaying hello world but the error comes selection does not contain main type

  • Document Number Range problem

    Dear All,    Previously Document number range(FBN1) for Invoice was External, then i have changed to Internal number, now the problem is that in Counter it shows 1800000126 but system is showing document number 1800000136. Pls help on this & when i a

  • Equalizer For Lumia 520

    Hii, Wanted to ask how i could get an audio equalizer for Lumia 520? Went through a few topics that say 520 doesn't has the hardware to support an equalizer. Is this true? Moderator's note: We have amended the subject as the post was moved to the cor

  • Java.exe console not appearing

    I have a java app that I usually start with javaw.exe. When debugging, I use java.exe to see the console. Today though, I found a PC where running java.exe did NOT create the console... it just poped up the gui app as if it was using javaw.exe. I tho