Closed (outdated)
Project:
Quote
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
5 Mar 2011 at 15:44 UTC
Updated:
17 May 2019 at 18:00 UTC
Jump to comment: Most recent, Most recent file
Hi!
As we mentioned in the following issue: #1028918: Merge with Quote? I created a patch for quote module with the multiquote functionality.
This is the first version, but if it's ok for you and you give co-maintainer access, I will finish the feature.
There are some modifications in quote module:
Multiquote module has an admin interface under quote module's settings menu. You can configure the following settings:
In the first version it can be use only if the location of comment submission form is below post or comments.
I attached the patch file and the multiquote submodule.
Thanks for your review!
By, Kalman
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | quote.zip | 31.57 KB | NewZeal |
| #2 | Multiquote feature and JS support-[1082332]-[4387058].patch | 16.49 KB | kalman.hosszu |
| multiquote.zip | 6.35 KB | kalman.hosszu | |
| multiquote.patch | 14.96 KB | kalman.hosszu |
Comments
Comment #1
Zen commentedHello Kalman,
Thank you for the patch :) My apologies for the time it has taken me to review this.
I have played with this feature and also have had a cursory glance through the code. It is an excellent start and my notes are below:
That's about all I can think of for the moment. As for co-maintainership, if we can nail this feature down, I will be happy for you to assume primary maintainership of the module and take a seat in the back of the bus myself :) Please persist with this issue and I will ensure that your patch(es) get a prompt review.
My thanks for your efforts!
Regards,
-K
Comment #2
kalman.hosszu commentedHi,
as I promised, I created another patch.
It includes the following modifications:
The goal of this development was to include the basic functionality for multi quoting. I hope this is sufficient for co-maintainership and that we can discuss how to progress further.
Cheers,
Kalman
Comment #3
Zen commentedHello Kalman,
This looks like a good start. Many of the points from my previous comments still hold, esp. with respect to the user interface. But, as requested, I've added you to the maintainers list and have provided you with commit access. Therefore, please commit away at will and let me know when you believe that this branch is release-ready. Until then, please confine all commits to the 6-2 branch alone.
Many thanks for sticking with this!
-K
P.S. WYSIWYG++ :)
P.S.2 Marking as "needs work" - please update this issue when you'd like a final review. Thanks!
Comment #4
crea commentedSubs
Comment #5
thedavidmeister commentedit would be nice if when you insert the quotes, all the "remove from queue" text reverts to "quote"
Comment #6
superfedya commentedMultiquote feature and JS support-[1082332]-[4387058].patch
Can I install this patch on 6.x-1.x version? But there is no quote.menu.inc and quote.js file included.
Can somebody attach a pre-patched package of Quote + Multiquote?
Thanks!
multiquote.patch 14.96 KB
multiquote.zip 6.35 KB
I installed multiquote module and every time when I add the quote, it erase everything in textbox area. Any fix?
Comment #7
kalman.hosszu commentedHi,
there is a dedicated branch for this development, check details at: http://drupal.org/node/4841/git-instructions/1082332-multiquote
The development is now under 6.x-2.x so you can't use the attached patch on 1.x branch.
Comment #8
superfedya commentedBut how I can download 6.x-2.x?
Thanks
Comment #9
kalman.hosszu commentedVia git
Comment #10
danweasel commentedSo is there any chance that this is going to be rolled into the main module and/or made available for 7.x?
Comment #11
Zen commenteddanweasel: Yes it will be.
Kalman: Considering the changes that are occurring in 7-dev, could you please roll your patch against it? I expect that the
quote_generate_quoted_textrefactoring will be introduced in a couple of days which should simplify this patch. This will also make the task of backporting stuff to 6-2 a lot easier.Thank you,
-K
Comment #12
NewZeal commentedI used the patch in #2 and encountered a few javascript errors in quote.js. The alert on line 39 appears not to be valid:
alert('An HTTP error ' xmlhttp.status ' occurred.\n' element.attr('href'));
and produced errors. Once commented out, the quote function works, except in the following
It probably should be something like content = content + Drupal.settings.multiquote[i];
Since I am using tinymce in comment forms then I also change $('#edit-comment').val(content); to tinyMCE.activeEditor.setContent(content);
Otherwise, brilliant. Thanks for the patch. I have patched it to 6.x-1.x with the intention of using it on a production site.
Comment #13
soulfroysPlease... Is there anything new in this fantastic work? The patch is ready for production?
Comment #14
NewZeal commentedI ended up having to considerably modify the module in order to get multi-quote to work for the node as well as the comments. I don't have a patch but the complete module now on a production site is attached. Module sponsored by http://www.wisebread.com .
Comment #15
avpadernoI am closing this issue, since Drupal 6 isn't supported anymore.
Comment #16
avpadernoI changed the input format for the issue summary to Filtered HTML to allow the current maintainer to edit the issue.