Displaying 20 results from an estimated 200 matches similar to: "TextAreaWithStatus 1.0 released"
2013 Oct 24
1
Problems with userdb lookup
Hello,
since few days there are problems with the userdb lookup.
The problem occur if the recipient user is unknown (here test at xtlv.cn)
doveconf -n
# 2.2.6 (f89e645cba90): /etc/dovecot/dovecot.conf
# OS: Linux 3.2.45.stk32 i686 Debian jessie/sid ext3
auth_debug = yes
auth_debug_passwords = yes
auth_mechanisms = digest-md5 cram-md5
auth_username_translation = %Lu
auth_verbose = yes
2010 Aug 10
1
Why p_strdup and other string functions uses loops instead strlen? (dovecot 2.0.rc4)
I did Dovecot profiling on huge e-mail system, and p_strdup was very
high on list.
I do minor change:
p_strdup:
/*
for (len = 0; (str)[len] != '\0'; )
len++;
len++;
*/
len = strlen(str) + 1;
p_strndup:
/*
len = 0;
while (len < max_chars && ((const char *) str)[len] != '\0')
len++;
*/
len = strnlen(str, max_chars);
And after changes strdup drop down on the
2008 Jan 07
1
assertion with outlook
i saw two crashes in my syslog with dovecot, and google did not report
any known problems. i have no problems using dovecot, thus bugreport is
just for information.
following information:
ubuntu gutsy gibbon server
amd64
ext3
outlook 2003 & 2007, just retrieving mails. mails have been migrated via
imapsync 2 days before to this server. dovecot is imap-server and LDA.
has been seen with
2009 Jun 29
0
Problem with 2.3 nested forms and new elements
Hi,
I''m using the new nested forms functionality and I having problems with
new created elements.
I have an invoice with lines. I would like to be able to create a new
invoice, in the same form insert new lines dinamically and saving the
invoice and the lines when everything is validated, not before.
The problem is that when I add a line dinamically to the form, the new
line created
2007 Nov 20
4
onkeyup issue while you create new element
Hi guys,
I am new to prototype as a result the following is a simple question
please help me out as i have stucked on this for 2 hours (searching,
trying, googling and etc)
var td6Input = td6.appendChild(new Element(''input'', {size: "2",
maxLength: "2", name: "txtDateOfServDay"+seq, id:
"txtDateOfServDay"+seq, onkeyup:
2002 Oct 23
2
vsnprintf()
I think I stumbled upon a bug in the i_snprintf() function. In the case of
vnsprintf() being available, it depends on vnsprintf() returning -1 when the
string was longer than the passed-in limit (or it won't terminate the
string.). But this isn't the C99-standardized behaviour, and newer glibc's
don't do that anymore either, so you can end up with a non-terminated
string. This
2007 Aug 16
3
imap killed with signal 6 (including backtrace)
Found this today multiple times for the same user:
Aug 16 16:59:38 postamt dovecot: IMAP(username): file strfuncs.c: line 165 (p_strndup): assertion failed: (max_chars != (size_t)-1)
Aug 16 16:59:38 postamt dovecot: IMAP(username): Raw backtrace: imap [0x80c6d53] -> imap(i_fatal+0) [0x80c6795] -> imap(p_strndup+0x38)
[0x80d8316] -> imap(t_strndup+0x22) [0x80d86d7] ->
2010 Sep 09
1
Virtual mailbox help
Dear All,
I am trying to configure Virtual mailbox but having
issue my squirrelmail is showing following error:-
ERROR: Connection dropped by IMAP server.
Query: LSUB "" "*"
I have also check Thunderbird but having same issue. Please check my
configuration and let me know any issue detected in it, Here is my
configuration:-
# 2.0.0:
2007 Oct 17
0
6 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c
libswfdec/swfdec_as_strings.c | 4
libswfdec/swfdec_movie.c | 76 +++++
libswfdec/swfdec_movie.h | 19 +
libswfdec/swfdec_text_field.c | 23 +
libswfdec/swfdec_text_field.h | 2
libswfdec/swfdec_text_field_movie.c | 420 ++++++++++++++++++++++++++++---
libswfdec/swfdec_text_field_movie.h | 5
2009 Feb 15
2
text_area_tag not escaping content by default
I stumbled on the fact that text_area_tag does not HTML escape its
content by default. For example:
text_area_tag "body", "</textarea><script>alert(''xss'');<script>"
If you try that, you''ll see that the content is inserted literally.
Considering the fact that the tag helpers all encode their attribute
values by default, does this
2008 Jun 04
1
new to prototype : Ajax.Updater
hey guys..
im a prototype rookie here..
the concept of "a framework for javascript" seemed mouth watering..
but my rails got stuck when i started using it.
here is the guinea pig im using to experiment on prototype.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
2008 Jun 02
2
text_area_tag
Hi
How can I set value for text_area_tag..I tried
<%= text_area_tag "transfer_reason#{div_no}", nil, :size => "50x1",
"value"=>params[:transfer_reason] %>
But not working
Thanks in advance
Sijo
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
2006 Mar 29
0
auto_complete_on_select don''t work correctly
Hi, i hope that''s the correct place for this question.
I must update two input text from autocomplete. The list is, for
exemple:
<ul>
<li>
<span class="comune_name">pippo</span>
<span class="lat" style="display:none">1.2</span>
<span class="long" style="display:none">3.0</span>
2006 Mar 01
1
prototype.js ajax w/ post - how to send ''+'' character
Hi,
I am trying to send input from a form to do a live php boolean search. so
an example
search string is
''+neoflex +standard +output -green''
the problem is something is filtering the ''+'' and i can figure out to to
send it.
here is the html and js that i am using.
<input type="text" id="prodid" onkeyup="autosearch(this)"
2007 Oct 14
0
libswfdec/swfdec_as_strings.c libswfdec/swfdec_player.c
libswfdec/swfdec_as_strings.c | 1 +
libswfdec/swfdec_player.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 708448156a9973c48b2f86ec3f8f6ece4e2ab8fa
Author: Pekka Lampila <pekka.lampila at iki.fi>
Date: Sun Oct 14 17:58:14 2007 +0300
Call onKeyDown and onKeyUp on Key object, not Stage object
diff --git a/libswfdec/swfdec_as_strings.c
2013 Jan 23
0
wysihtml5 for rails
Does anybody have experience with wysihtml5 for rails? I have installed
the WYSIWYG editor and it is working fine, but I''m not sure how to
manipulate any of its characteristics. I want to hide the buttons on
some occasions and more importantly need to set it to a read only mode
on a particular page so users can click on URL''s in the WYSIWYG text
area.
My current setup...
gem
2011 Mar 03
6
Show a value in view
Hello All,
I am working on a microblogging application.(similar to twitter)
In my controller there is a method called replypopUp.It is a method
that runs when the reply link on timeline is clicked.When I a click on
the link a pop-up appears in which there is a text area and a post
button.Inside the text area,the name of the user to whom I am replying
should appear in the form
2011 Mar 09
1
Javascript call from view.
Hello All,
I am working on a Microblogging application.(majorly written in Ruby
on Rails).(the application is similar to twitter) .There is a timeline
showing messages by the logged-in user and his/her
followers.
Each message has a reply link which has been coded as follows
<%=link_to "Reply" ,{},:href=>"#",:class => "replyMessage
noBackgroundImage" ,:title
2008 Dec 02
2
my_vsnprintf crash on HP-UX
Hi,
sorry for the double post, I stupidly composed this as a reply to an
earlier mail, which causes it to appear in an older thread. Posting
again so it doesn't get lost in the archives:
dovecot 1.1.7 reliably crashes every time I try to open a mailbox using
IMAP. Error in the logs:
dovecot: Dec 02 23:14:15 Error: setmntent(/etc/mtab) failed: No such
file or directory
dovecot: Dec 02
2013 Jan 27
2
Help displaying text
Apologies in advance ...this may be a really dumb question but here
goes.
@formatted_question[:a] contains text with HTML markup. I want to
display it in a field so I can control its vertical and horizontal size
on the page. When it is displayed on the page now, rather than
interpreting the HTML, it is output into the text field as a string with
all HTML tags showing. What am I doing wrong??