Displaying 18 results from an estimated 18 matches for "1&".
Did you mean:
w&
2006 May 15
1
Ajax Scaffold is htmlescaping "&" in url''s
Seems like I have a problem with html escaping of "&" in my
url''s. "Create New" have following link:
http://localhost:3000/stylesheets/new?scaffold_id=stylesheet&page=1&sort_direction=asc
Any ideas how I can fix this?
Using:
ajax_scaffold_generator (3.1.2) &
rails (1.1.2)
Regards Henrik
2008 Jul 17
4
A Mongrel parsing bug: "&" and "&"
When using url_for to send path to a script (such as with
auto_complete), multiple params are joined with the "&" code. For
example:
text_field_with_auto_complete :blog :post, {}, { :posts_path(:a =>
1, :b => 2), :method => :get }
Produces this script:
var blog_post_auto_completer = new Ajax.Autocompleter(''blog_post'',
''blog_post_auto_complete'', ''/posts.js?a=1&b=2'', {method:''get''})
Notice that "&&...
2010 Jun 13
2
Rails 3, ActionMailer and urls (ampersand encoding)
In Rails 2, if I used an url in a plain text message it was sent as is,
but it seems to be changed in Rails 3.
The url http://ab.cd/ef?g=1&h=2 seems to be now translated to
http://ab.cd/ef?g=1&h=2 even if the message is plain text.
Is it correct? I''ve written my tests previously considering it should
not be encoded in plain text messages and these tests are failing when
I''m trying to upgrade my applic...
2006 Jun 16
0
Double encoded ampersands in form actions
...like:
<%= form_tag :controller => "admin", :action => ''update_preset'', :id =>
@preset, :popup => params[:popup], :editor => params[:editor] %>
which I want to be rendered something like:
<form action="/admin/documents/update_preset/?editor=1&amp;popup=1"
method="post">
but instead I get double encoded ampersands in the url:
<form action="/admin/documents/update_preset/?editor=1&amp;amp;popup=1"
method="post">
This only seems to be a problem with the url_for_options within form
ta...
2007 Jan 16
1
Can't pass parameters to Ziya controller using url_for
...t;#ffffff",
300,
300 ) %>
This just doesn''t work, however. The start date is passed through to
the underlying action, but the rest of the parameters aren''t. The HTML
generated by the gen_chart() helper is as follows:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
height="300" id="overview_graph" style="border:none;display:inline"
width="300"><param name="movie"
value=&quot...
2018 Jul 20
2
Dbox lost messages
Hello,
no sieve SCRIPT.
in the maillog say "Stored to INBOX".
I don't have the maillog plugin, I install it now to track future
problems.
But If I backup the inbox all email (also that I cannot see) is in the
mbox file.
Il 20/07/2018 13:56 Sami Ketola ha scritto:
>> On 20 Jul 2018, at 14.48, Fineware PM <postmaster at fineware.it> wrote:
>>
>> Hello,
>>
>> I use dovecot with dbox storage system.
>>
>> Today I receive 2 mail (I see that in the maillog ) but I don't find...
2015 Aug 10
0
Confirm your Twitter account, Mastrodonato
Mastrodonato,
Confirm your email address to complete your Twitter account. It's easy - just click on the button below.
Click on the link below or copy and paste it into a browser:
https://twitter.com/i/redirect?url=https%3A%2F%2Ftwitter.com%2Faccount%2Fconfirm_user_email%2F3411801387%2FC67EF-4F487-143917%3Ft%3D1%26cn%3DZW1haWxfY29uZmlybV9pbml0%26sig%3D7e35f31cc3e3591d4d4a9009e95a7ab87d9fe59a%26al%3D1%26iid%3Db69431e2f3e642119bd8ce006a13be33%26ac%3D1%26autoactions%3D1439179361%26uid%3D3411801387%26nid%3D244%2B308&amp;t=1&amp;cn=ZW1haWxfY29uZmlybV9pbml0&amp;sig...
2018 Jul 20
0
Dbox lost messages
I make other test:
If I dump the message file m.xxx with doveadm dump I found
Detected file type: dbox
file.msg_header_size = 30
file.create_stamp = 1532017559 (2018-07-19 18:25:59)
offset 16:
msg.size = 2252089
msg.received = 1532017559 (2018-07-19 18:25:59)
msg.virtual-size = 2281418
msg.guid = 06b7dd2c97bb505b54340000193e0904
msg.orig-mailbox = INBOX
if I dump the index of inbox :
"doveadm -v dump example.com/user/idx/mailboxes/INBOX/d...
2018 Jul 20
1
Dbox lost messages
> On 20 Jul 2018, at 15.20, Fineware PM <postmaster at fineware.it> wrote:
>
> if I dump the index of inbox :
> "doveadm -v dump example.com/user/idx/mailboxes/INBOX/dovecot.index"
>
> I don't find the message.
> I think is corrupted the index
>
>
try then runnin...
2007 Aug 26
0
escaped ampersand in generated restful url
I am using a restful helper method to build a url for use in a
link_to_remote method and for some reason the generated url has the
ampersand that separates the parameters escaped (i.e.
/action?param1=1&amp;param2=2 instead of /action?param1=1&param2=2)
Any ideas why and how to make it stop? :-) The code in question resides
in a helper, if that matters...
Cheers,
s0nspark
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this...
2006 Aug 03
0
link_to_remote() question from a newbie.
...butes,
:class_id => class.id,
:user_id => user.id
} ) %>
And I would like it to output the html like so:
<a href="#"
onclick="new Ajax.Updater(''mydiv'',
''/attributes/list_user_attributes?class_id=1&user_id=2'',
{asynchronous:true, evalScripts:true}); return false;" >
But instead, the second parameter in Ajax.Updater has its ampersand
converted to "&amp;" as in:
''/attributes/list_user_attributes?class_id=1&amp;user_id=2'',
Is there a...
2007 Jul 12
0
No subject
Or even:
<a class="moz-txt-link-freetext" href="http://www.blackbox.com/Catalog/Detail.aspx?cid=425,1423,1424&mid=4946">http://www.blackbox.com/Catalog/Detail.aspx?cid=425,1423,1424&amp;mid=4946</a>
(same thing from the UK site:)
<a class="moz-txt-link-freetext" href="http://www.blackbox.co.uk/solutions/display.asp?cs=dvh&id=1&doc=lb300a-r2&tx...
2018 Jul 20
2
Dbox lost messages
...dir++
and in the mbox file for inbox I found the 2 mails arrived.
How I can understand why I cannot see the messages ? or how I can
recover it ?
Bet regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20180720/5777e25b/attachment.html>
2013 May 04
0
[PATCH] Downloads section: link to downloads.xiph.org
...oads.html, link to downloads.xiph.org instead of SourceForge
for source tarballs.
Also includes a minor language fix in developers.html.
---
developers.html | 2 +-
download.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/developers.html b/developers.html
index 149b6b5..87f0a9a 100644
--- a/developers.html
+++ b/developers.html
@@ -47,7 +47,7 @@
<div class="box_body">
FLAC is an open source project and we are happy to enlist the help of anyone who wants to contribute, or to help with FLAC support in other programs and devices. The pref...
2019 Nov 30
1
Re: virt-df for KVM
On Sat, Nov 30, 2019 at 06:49:29PM +0800, zxs11289 wrote:
> I face a problem on KVM using virt-df。 I have two computer,they
> have installed tools for KVM. The computer(ip 15)has no virtual
> machine and computer(ip 33)has two virtual machines。on the
> computer(ip33), i run the command “virt-df” if on the...
2008 Jun 12
6
Session Best Practices
Hi All- I am still trying to figure out the best way to handle facebook session for my users. Here is my current flow:
in my "external accounts controller"
1) before_filter :ensure_authenticated_to_facebook, :only =&gt; [:authenticate_facebook, :edit_facebook]
2) when the user links into facebook, facebooker authenticates and redirects back to my application
3) i detect the "auth_token" param in my method and store the session_key
4) no...
2013 May 15
0
[PATCH] Fix dead links and update news
I scanned the website with linkchecker and found quite a lot of
dead links. This commit fixes or removes them.
---
developers.html | 2 +-
documentation_tasks.html | 2 +-
download.html | 12 ++++++------
faq.html | 2 +-
features.html | 2 +-
feeds/feed.xml | 8 ++++++++
format.html | 8 ++++----
ogg_mapping.html | 4 ++--
8 files changed, 24 insertions(+), 16 deletions(-)
diff --git a/developers.html b/develop...
2013 May 15
0
[PATCH 2/2] Fix dead links and update news
I scanned the website with linkchecker and found quite a lot of
dead links. This commit fixes or removes them.
---
developers.html | 2 +-
documentation_tasks.html | 2 +-
download.html | 14 +++++++-------
faq.html | 2 +-
features.html | 2 +-
feeds/feed.xml | 8 ++++++++
format.html | 8 ++++----
ogg_mapping.html | 4 ++--
8 files changed, 25 insertions(+), 17 deletions(-)
diff --git a/developers.html b/devel...