similar to: Does "Adding Test Data" need a clean up

Displaying 20 results from an estimated 40000 matches similar to: "Does "Adding Test Data" need a clean up"

2021 Oct 29
0
[Announce] Samba 4.13.13 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.13 release series. Changes since 4.13.12 --------------------- o? Douglas Bagnall <douglas.bagnall at catalyst.net.nz> ?? * BUG 14868: rodc_rwdc test flaps. ?? * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements. o? Andrew Bartlett <abartlet at samba.org> ?? * BUG
2021 Oct 29
0
[Announce] Samba 4.13.13 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.13 release series. Changes since 4.13.12 --------------------- o? Douglas Bagnall <douglas.bagnall at catalyst.net.nz> ?? * BUG 14868: rodc_rwdc test flaps. ?? * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements. o? Andrew Bartlett <abartlet at samba.org> ?? * BUG
2021 Oct 27
0
[Announce] Samba 4.14.9 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.14 release series. Changes since 4.14.8 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 14682: vfs_shadow_copy2: core dump in make_relative_path. o? Douglas Bagnall <douglas.bagnall at catalyst.net.nz> ?? * BUG 14868: rodc_rwdc test flaps. ?? * BUG 14881: Backport
2021 Oct 27
0
[Announce] Samba 4.14.9 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.14 release series. Changes since 4.14.8 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 14682: vfs_shadow_copy2: core dump in make_relative_path. o? Douglas Bagnall <douglas.bagnall at catalyst.net.nz> ?? * BUG 14868: rodc_rwdc test flaps. ?? * BUG 14881: Backport
2012 Feb 07
3
Good news Ubuntu`s update fixed problems in CoreDRAW 9
Its February 6, 2012. I just downloaded all the updates to Ubuntu 11.10 64bit. I think the updates just came out today. It was a bigger package of updates than the others I have installed in the past. I do not know what they did but whatever it was, it fixed most of the problems in CorelDRAW 9. I gave it a rating of bronze, and that was being generous, just a few days ago. It seems as thou
2021 Oct 27
0
[Announce] Samba 4.15.1 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.15 release series. Changes since 4.15.0 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 14682: vfs_shadow_copy2: core dump in make_relative_path. ?? * BUG 14685: Log clutter from filename_convert_internal. ?? * BUG 14862: MacOSX compilation fixes. o? Douglas Bagnall
2021 Oct 27
0
[Announce] Samba 4.15.1 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.15 release series. Changes since 4.15.0 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 14682: vfs_shadow_copy2: core dump in make_relative_path. ?? * BUG 14685: Log clutter from filename_convert_internal. ?? * BUG 14862: MacOSX compilation fixes. o? Douglas Bagnall
2005 Aug 09
0
Update: In-place textarea patch/diff for controls.js
Ok, as per Thomas'' request - TEXTAREA in-place editor support now includes a unit test. (Nice framework btw) Updated svn diff attached. -San --- "sanzbox@yahoo.com" <sanzbox@yahoo.com> wrote: > From sanzbox@yahoo.com Tue Aug 9 00:39:19 2005 > Date: Tue, 9 Aug 2005 00:39:19 -0700 (PDT) > From: "sanzbox@yahoo.com" <sanzbox@yahoo.com> > To:
2007 Jun 22
5
assert_select trying to verify the presence of a textarea
Hello, One of my functional tests looks like this: def test_presence_of_free_text profile = Profile.find :first post :edit, {:id => profile.id} assert_select "textarea", :name => "record[free_text_ec]" end The test results in a failure, because the element cannot be found. I''m pretty sure the element should be there, and I''ve tried
2022 Aug 08
0
[Announce] Samba 4.17.0rc1 Available for Download
Release Announcements ===================== This is the first release candidate of Samba 4.17.? This is *not* intended for production environments and is designed for testing purposes only.? Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Samba 4.17 will be the next version of the Samba suite. UPGRADING ========= NEW FEATURES/CHANGES
2022 Aug 08
0
[Announce] Samba 4.17.0rc1 Available for Download
Release Announcements ===================== This is the first release candidate of Samba 4.17.? This is *not* intended for production environments and is designed for testing purposes only.? Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Samba 4.17 will be the next version of the Samba suite. UPGRADING ========= NEW FEATURES/CHANGES
2007 Aug 25
2
insert HTML <select> value into a textarea - Works in IE6, not in FireFox or Opera
I have a simple form at http://mstramba.com/fb5.html It''s just a <select> and a textarea. The idea is to be able to either type into a text area directly or choose from a list of saved words in the select box. When a new choice is made from the select, it automatically gets inserted into the text area. This code DOES work in I.E6 (on my machine (XP pro), but doesn''t
2007 Apr 13
2
inplace editor and textarea
Hi, I have an inplace editor and I can access the innerHTML value of the created form. However the innerHTML gives "<textarea>....</textarea> ..." How can I access the textarea value? I tried to do innerHTML.textarea.value but it didn''t work. Any ideas will be appreciated. Thanks, Joe -- Posted via http://www.ruby-forum.com/.
2007 May 01
3
How to get TinyMCE editor value( text content)
Hi everybody ! I included one tinymce editor in my rails application. But I cant get the textarea content from the tiny editor. I dont know how to include the submit button . And also I wrote a javascript for getting the textarea content when the user press the enter button. Its also not working. Why it is. tinyMCE.init({ mode : "textareas", }); <textarea name="msg"
2005 Aug 21
0
[PATCH] in-place-editor, AJAX loading
I sent this on Friday but somehow managed to email it to the wrong email address! ---- Attached is a patch to add external (AJAX) loading of content to the InPlaceEditor. 2 extra options have been added: loadUrl: a URL to load the content from. If this is present, it will be used instead of the innerHTML. fieldId: I had to add this so we know what the text field is when we''ve
2006 Jul 21
1
Handling a tiered subscription service
Hi all, I''m working on a project that involves a tiered pricing structure for various features, all of which are accessed via a secure admin area. The features available in each tier, the tier structure and pricing will change over time, so new tier schemes will come into play, requiring feature/pricing schemes to be timestamped. I guess what I''m aiming for is
2008 Aug 26
0
character limit for tinyMCE textarea
Hi, I am using TinyMCE editor for textarea.how to limit the characters in that textarea. 500 is limit for that textarea,how to limit characters for this textarea in client side. alert message after 500 characters or displaying dynamic count of characters above the text area. thanks, Ravi. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~
2008 Mar 09
0
textarea content text with tag html
I building a form for user profile editing. There is a textarea for description field. If the user insert in text area the code of a youtube video file, <object ... when he reeditingthe the descrption the text area have problems with rendering. the code of view is: <textarea name="description" id="description" ><%=@description></textarea> Is there a
2007 Oct 05
0
Rpad textarea handling
Hi. I'm trying to write an Rpad that edits scripts. Textarea seems like an obvious tool, but unlike other input elements, it seems that the contents are not sent to R on 'calculate'. To illustrate using the page below: load, F9, edit text, F9. The original contents of 'script' are restored. Furthermore, I can't eliminate the leading and trailing whitespace in the
2006 Mar 10
4
Problem with ajax and textareas on firefox but works on IE
Hi folks, I''ve been trying to figure this one out for a few hours now and can''t seem to understand what I might be doing wrong here. Basically, I have a textarea which has a little icon next to it which will fire off a reset of the original comment if pressed. It works under IE so that when the user types some garbase in to the textarea, and clicks the icon, the contents