Development
Threads by month
- ----- 2026 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- 9354 discussions
Issue status update for
http://drupal.org/node/31151
Post a follow up:
http://drupal.org/project/comments/add/31151
Project: Drupal
Version: cvs
Component: taxonomy.module
Category: tasks
Priority: normal
Assigned to: drumm
Reported by: drumm
Updated by: m3avrck
-Status: patch (code needs work)
+Status: patch (code needs review)
Attachment: http://drupal.org/files/issues/taxonomy.module_10.patch (957 bytes)
New patch that fixes the goto() and sends you back to add another term,
displaying a message that a term has been added.
Tested with free tagging, this patch does not output any messages
saying "term 1 created", "term 2 created" , etc. All that is output is
"Page was created" so Morbus your issued is already addressed
elsewhere.
m3avrck
Previous comments:
------------------------------------------------------------------------
Wed, 14 Sep 2005 02:08:31 +0000 : drumm
Adding a taxonomy term should trigger a drupal_set_message() so people
know somehting happened.
------------------------------------------------------------------------
Wed, 14 Sep 2005 17:25:27 +0000 : Souvent22
Drumm,
I have it fixed/patched, but before I post, we got some options:
Current way is that after adding a term, it stays on the "add terms"
page....
So...
A) After adding, take me back to add terms for another one.
B) After adding, take me back to my list of terms for that vocab.
C) Give me a check box that says "Add another after sumbission"
During SAT's, they always said B was the right answer...or was it
C..hmm....ideas suggestions?
------------------------------------------------------------------------
Wed, 14 Sep 2005 17:31:40 +0000 : m3avrck
I would say go with B. That is the general behavior in the rest of
Drupal, might as well be consistent. And the checkbox doesn't help that
much... extra click (I'm assumed off by default) and the user can just
click 'add' again anywho.
------------------------------------------------------------------------
Wed, 14 Sep 2005 17:32:42 +0000 : Souvent22
Attachment: http://drupal.org/files/issues/terms.patch (943 bytes)
B it is.
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:07:19 +0000 : m3avrck
Attachment: http://drupal.org/files/issues/terms_0.patch (943 bytes)
Tested patch, definetly improves usability of taxonomy module and adding
terms. Before, it wasn't clear if a term was added or not. This also
makes adding a term more consistent with how the rest of Drupal works
(e.g., taking you back to the main add term page instead of a blank
form wondering what just happened).
Fixed coding style of patch. Ready to go.
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:12:34 +0000 : Morbus Iff
Somewhere along the line, I think "visual feedback when terms were
added" was actually REMOVED when the free tagging patch hit core.
Consider: you write a node, with free tagging enabled, and you create
10 new terms. Upon successful submission of a node, you get ten
messages saying new terms were added. That may be find for an
administrator, but I certainly wouldn't want a regular non-admin or
non-taxonomy-admin user seeing a message that they've added a new term.
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:13:03 +0000 : robertDouglass
+1 for the message. I thought that going back to the add-term form was
by design, and personally, I like it. I often have to add lots of terms
in a row, to the same vocab, and this saves me a page load each time. So
-1 for drupal_goto('admin/taxonomy/' . arg(2));.
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:14:39 +0000 : robertDouglass
RE Morbus's comment - we could check to see if the user is looking at
the admin/taxonomy/vid/add/term path and only show the message then.
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:15:13 +0000 : Morbus Iff
(Toggling back to "needs work" per my comment in #5 - Rob's comment and
my own crossed in the stream).
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:33:23 +0000 : Kobus
I am with Robert here (#6) +1 for the message, -1 for the drupal_goto.
The feature of adding several terms after each other is very handy.
Kobus
1
0
Issue status update for
http://drupal.org/node/28604
Post a follow up:
http://drupal.org/project/comments/add/28604
-Project: Simplenews
+Project: Drupal
-Version: cvs
+Version: cvs
-Component: Code
+Component: base system
Category: feature requests
Priority: normal
Assigned to: Anonymous
Reported by: Dries
Updated by: killes(a)www.drop.org
Status: patch (code needs review)
Note: I am moving this to the main project.
VwX: What I see looks very nice for a start. Some polishing is
certainly needed, but I'd like to try this. If I only had the time...
killes(a)www.drop.org
Previous comments:
------------------------------------------------------------------------
Wed, 10 Aug 2005 12:35:37 +0000 : Dries
It was suggested that we separate the mail backend from the front-end.
We might want to include the mail backend in core as includes/mail.inc.
Then, other modules like massmailer, subscriptions, notify, pm (private
messages), project (project issues), contact, etc. could reuse this
component. The mail.inc file would implement some kind of mail queue
functionality, and modules just add a mail to the mail queue using a
simple /mail API/. In future, the mail backend could deal with bounces
and report back proper status codes. Moreover, mail.inc would be
pluggable so it could be replaced by a more powerful one, or one that
is build specifically for the underlying mail transport (SMTP server).
Furthermore, this would solve issues with how many mails get send
within a specified interval. Like, when more than one module sends out
e-mails it is hard to enforce limitations/restrictions imposed by the
hosting company.
I'm posting this here so you can keep this in mind when working on
simplenews, and to solicit for feedback. Chances are we'll setup an
IRC meeting to discuss this further. Details to follow.
------------------------------------------------------------------------
Wed, 10 Aug 2005 16:15:16 +0000 : Amazon
A good place to start would be to look at existing Mail API's
Pear Mail: http://pear.php.net/package/Mail
Pear Mail tutorial:
http://www.zend.com/pear/tutorials/Mail.php#Heading2
------------------------------------------------------------------------
Wed, 10 Aug 2005 20:21:57 +0000 : walkah
um. +1 and then some. I think this is good... and some good references
from Amazon. I'll throw in one other :
http://phpmailer.sf.net/ - has great mime handling (i've run into
issues with PEAR::Mail's mime handilng in the past, but that was around
2 years ago, and things may have gotten better since then).
Oh - and you don't mention it - but support for multipart / mime
messages would be lovely :)
I'd be interested in / happy to sit in on any IRC discussion as well.
------------------------------------------------------------------------
Wed, 10 Aug 2005 21:40:34 +0000 : robertDouglass
phpmailer++
I've used it and like how easy it is to send both text and html mail.
Did I say html mail? You bet! It's time that we had the option.
------------------------------------------------------------------------
Thu, 11 Aug 2005 05:47:01 +0000 : cyberchucktx
I'm definitely interested.
Hopefully by adding a post to this I'll get notified on new postings
(?)
If not I may miss the IRC ..
I've been doing a lot of work with safe_mode PHPLIST (have posted to
the drupal site somewhee, can dig out the reference if anyone is
interested).
Charlie in TX
------------------------------------------------------------------------
Wed, 17 Aug 2005 08:42:34 +0000 : Dries
It was suggested that mail.inc also provides a HTML to text services.
Lots of modules (newsletter, notify, project) try converting HTML to
text. Having a reusable function makes sense, and will lead to better
conversion routines. XSLT anyone?
------------------------------------------------------------------------
Wed, 17 Aug 2005 12:31:27 +0000 : Grugnog2
+1 for phpmailer
I found it very easy to use - and most importantly for me - it supports
SMTP authentication. As many ISP's will not let you send mail without
using SMTP-auth nowadays it may be worth this feature is incorporated
into the mail.inc API.
- Grug
------------------------------------------------------------------------
Wed, 17 Aug 2005 15:08:43 +0000 : Robert Castelo
For about a year now I've been working on an email newsletter and
announcement module [1]. There's a version in my sandbox commited about
2 months ago which works fairly well. Dan Robinson and Varr Willis at
CivicActions, Moshe Weitzman plus a few others have been testing it,
and I've had lots of positive feedback and feature and bug reports from
them.
A few months ago a realised that there's not much point in putting so
much effort into creating all this functionality, only for it to be
locked away in my module. Better to
Better to create discreet component modules which provide a particular
service, such as bounced email handling, but which can be used by any
other module that also needs that service.
For the last two months I've been working to split functionality into
component services modules and make these services available to all
modules.
One of the biggest challenges was to make these component modules
independent of each other. The only area where I haven't managed this
is some of the database calls - but thanks to a chat with chx I
realised that db_rewrite_sql could be used to handle this very nicely.
This is what I have:
* bounced_email.module - process bounced emails
* html2text.module - convert HTML to plain text equivalent (e.g. list
item becomes "* item")
* identity_hash.module - manages full and partial loggin based on hash
which can be used in email links
* publication.module - defines and packages content of publication,
which could be any kind of publication
* schedule.module - defines and manages schedules, e.g. email sending
schedule
* subscribed.module - manages subscriptions to publications
* templates.module - manage and define templates
What's great is that the component modules are not limited to email,
they could be used to quickly create RSS newsletters, PDF newsletters,
text message newsletters, or even personalised/filtered website
sections.
I haven't made the new component modules available anywhere yet, but
I'll be happy to upload them to contrib and let others get involved.
What would be the best way to commit them - as a single directory? or
each component module in it's own directory?
[1]
http://www.cortextcommunications.com/development/newsletter/features
------------------------------------------------------------------------
Thu, 15 Sep 2005 02:05:18 +0000 : vwX
Attachment: http://drupal.org/files/issues/mailqueue.tar.gz (3.71 KB)
This is a very basic mail queue system I would like to contribute.
There are some changes to other modules that will have to be made such
as changing user.module to use this instead of directly calling the php
mail function and moving mime_header_encoding to mail.inc.
1
0
Issue status update for
http://drupal.org/node/26288
Post a follow up:
http://drupal.org/project/comments/add/26288
Project: Drupal
Version: cvs
Component: upload.module
Category: feature requests
Priority: normal
Assigned to: Anonymous
Reported by: Bèr Kessels
Updated by: m3avrck
Status: patch (ready to be committed)
Patch in #60 does work as advertised. The noted bug above is indeed a
seperate and indepedent issue and can be recreated without this patch.
In otherwords, this patch doesn't introduce any bugs and is ready to
go.
m3avrck
Previous comments:
------------------------------------------------------------------------
Sun, 03 Jul 2005 18:03:35 +0000 : Bèr Kessels
Attachment: http://drupal.org/files/issues/upload_inline.patch (19.05 KB)
One of the most often asked features is proper inlnie handling of files.
Look at the amount of solutions, the popularity of image_assist, and the
amount of peolpe dowloading image.module! That alone should be enough
proof that Drupal lacks proper inline image support.
This patch adds that to core. In fact, it does little more then
appending a link of img tag to the body or the teaser. Off course that
is configurable per file. Next to the [] list checkbox, this patch adds
an [] inline checkbox.
Simplicity is the foundation of this patch. I want no stles for inline
editing, no fancy html wrappers, no tokens, just $node->body or teaser
appended with a small html string.
Another small themable funtion is introduced, (hey, you cannot expect
me to develop something without adding more power for themers, now, can
you? ;) ), that allows people to theme the string that is appended to
the body or the teaser.
Oh, and also note hat the biggest part of this patch is some cleaning I
had to do in order to be able to develop properly. I dont like Ifs
inside cases in foreaches inside swiches. in other words: nodeapi now
calls functions instead of executing code directly.
------------------------------------------------------------------------
Sun, 03 Jul 2005 18:19:25 +0000 : Bèr Kessels
Attachment: http://drupal.org/files/issues/inline.patch.screenshot.png (26.68 KB)
here is how the form now looks
------------------------------------------------------------------------
Sun, 03 Jul 2005 18:19:58 +0000 : Bèr Kessels
Attachment: http://drupal.org/files/issues/inline.patch.screenshot3.png (30.53 KB)
and this is an example of inlined images and a .doc file.
------------------------------------------------------------------------
Sun, 03 Jul 2005 20:44:00 +0000 : sepeck
changing to patch per request from berkes
------------------------------------------------------------------------
Tue, 05 Jul 2005 07:46:13 +0000 : Kobus
This gets a +1 from me in principle, however, the [inline:xx] tag with
inline.module gives you greater freedom as to where the inline image
must be displayed. If you can add this functionality (I haven't checked
the code, I don't know if it is in there) it would be a great addition
for Core. This same strategy can be used for inline blocks, I am sure.
Regards,
Kobus
------------------------------------------------------------------------
Tue, 05 Jul 2005 08:57:50 +0000 : Bèr Kessels
there are a couple of reasons why i did not include the [inline] tags.
* I aimed for extreme simplicity: a checkbox shows an image inline: its
up to the theme where it appears (if one does not like it before/above
the body and teaser.). Simplicity was the main goal.
* We don't have any tokens in core. And we should not have them.
* Tokens are a very bad substitute for a good interface. They give less
power then plain HTLM. Are much worst documented then HTML, but in the
mean time, they are still as hard to learn as HTML. (Yes, I know people
_think_ they are easier, but there _is_ not difference between [ ] and ,
only that its a different ascii char.
So, no. I don't allow any placement of the image. I leave that that for
dedicated modules, or the themer to decide.
------------------------------------------------------------------------
Tue, 05 Jul 2005 09:34:06 +0000 : Kobus
So you will provide an API to do this? For example, with perhaps minor
modifications, the inline.module will be able to display these files?
In that case I am happy. If not, then I can't give my support to this
patch (as if that matters...).
A themer can't do this task as inline images (and blocks for that
matter) is too dynamic for theming; it can be placed anywhere in a node
where the user pleases. This means for me that there should be a module
for this, such as inline module that allows you to define [inline:xx]
tags. If your module emits an array of uploaded files (such as
upload.module), inline.module can be, with minor changes, adapted to
show these files inline.
To show you what I mean with the content is too dynamic for a themer to
perform this task, look at this screenshot related to inline blocks
(inline images can follow the same pattern):
http://drupal.org/files/issues/regions---possibility-3.png
------------------------------------------------------------------------
Tue, 05 Jul 2005 11:26:15 +0000 : Bèr Kessels
Kobus,
We are dealing with different issues here: You want a method to place
images, files or so anywhere in the post. That is fine, but certainly
NOT addressed in the patch!
I made patch that *only* adds marked files to the body. its really
nothing more then
<?php
 $node->body = $filestring . $node->bodyÂ
?>
No APIS, no, dynamic tokens, no filters, nothing.
However, what I meant with themers, is that there now is a
theme_upload_inline available, so you can theme the abovementioned
$filestring. On top of that $node->files[FILEID]->inline is TRUE if a
file is flagged for inline.
So in node.tpl.php, or wherever you want to theme a node, you can print
nice images inline, when that flag is set.
And about the comment that a themer cant do this:
Simply not true. On most sites images are always placed in the same
places. REally, even the sites see which use img_assist or inline, use
them to place the images on the exact same places in every node. People
/think/ they want the power to place images anywhere, but they hardly
ever use that power. Just look at all the big news/publishing sites out
there (BBC, CNN, BoigBoing, r even freshmeat) images are all placed acc.
to the theme. They are not placed in random places by authors. So if you
are one of the few that still want that power, there aer mots of power
tools like inline module or img_assist. We should offer a good default,
one that is simple.
------------------------------------------------------------------------
Tue, 05 Jul 2005 11:41:34 +0000 : Gerhard Killesreiter
I fully agree that tags are evil.
Kobus: You can always look for tags in $node->body in your theme's node
function.
------------------------------------------------------------------------
Tue, 05 Jul 2005 11:50:52 +0000 : stefan nagtegaal
Ber,
the theme-function in your code looks like:
<?php
+/**
+ * Theme function for rendering of inline images
+ * @param $file a file object.
+ * @param $image a Boolean, indicating whether an img tag (TRUE) or an anchor tag (FALSE) should be used.
+ * @ingroup themable
+Â */
+function theme_upload_inline($file, $image) {
+  if ($image) {
+    return '<img src="'. check_url(($file->fid ? file_create_url($file->filepath) : url(file_create_filename($file->filename, file_create_path())))) .'" alt="'.  check_plain($file->filename) .'" class="upload inline">';
+Â Â }
+  else {
+    return ''. check_plain($file->filename) .' [1]';
+Â Â }
+
+}
?>
After looking at your code it's not clear to me when $image is TRUE or
FALSE, can you elaborate on me please?
[1] http://drupal.org/'. check_url(($file->fid ?
file_create_url($file->filepath) :
url(file_create_filename($file->filename, file_create_path())))) .'\"
class=\"upload inline
------------------------------------------------------------------------
Tue, 05 Jul 2005 12:06:39 +0000 : Bèr Kessels
The function calling the theme function should decide whether its an
image. IMO that is far too hardcore code for a themer ;)
<?php
$image = ereg('^(image/)', $file->filemime);
?>
inside _upload_inline() does the trick.
I did find one issue, though, with svgs, which are image/svg so maybe
we should limit this to really only inline jpg, png, and gif, by
extension? But I am no fan of determining files by extension, and IMO
getimgsize is too heavy;
------------------------------------------------------------------------
Tue, 05 Jul 2005 12:13:52 +0000 : stefan nagtegaal
Can't you make use of PHP's
<?php
image_type_to_mime_type();
?>
or
<?php
image_type_to_extension();
?>
------------------------------------------------------------------------
Tue, 05 Jul 2005 12:45:43 +0000 : Kobus
Well, if not in the patch, I need inline functionality one way or
another. inline.module works perfectly with the current upload.module
to fulfill my needs, and if there is a way where someone can extend
your proposed upload.module, that would get my +1, otherwise I will
just remain neutral about this issue.
inline.module makes use of $node->files and displays that image. If
your patch still uses $node->files, then this is a non-issue. In other
words, if I can, with inline.module, or with minor modifications to
inline.module still show files inline, I am +1 for this.
As for the themability question... I still disagree. You say "Simply
not true. On most sites images are always placed in the same places."
That is ONLY true because they have NO alternatives. Means the content
is in the same places, because they have no other places to put them. I
have made tens of static sites where the content does not resemble a
fixed pattern or structure. For me, free-flow layout is my expression
of my creativity. This is why I still even BOTHER with static sites;
when Drupal don't do what I want it to do. If Drupal could do inline
display of content properly, I'd never even build another static site.
It is a great mistake people make (including myself), and that is they
design the site before ANY content is available, and this happens a lot
in static sites. But in dynamic sites, you have far less control over
this, unless you have a VERY clean structure with limited information
that can be added, and only a few people posting content. If you can
have your content before you start the design, you will have a better
fit.
I can't see how you can anticipate every possible posting posted on
your site if you have a diversity of users. Especially not if you're
using a site such as an designer's showcase site where your creativity
is shown by your web sites. Possible, but not easy. If I claim that I
have "unique, fresh designs" I can certainly NOT give them a "box-like"
site with "left and right side bars only". That's why I need inline
content, this includes images AND boxes.
Gerhard: Your concern about tags is answered as well above, if I am not
mistaken. The patch need not provide the tags, but should provide for
someone to develop a module that provide the filters or tags.
To summarize: I don't need your patch to do the inline images. I just
need your patch to be able to allow someone else to develop a module
that can display inline files.
Kobus
------------------------------------------------------------------------
Mon, 18 Jul 2005 09:56:38 +0000 : Bèr Kessels
okay, so for all clarity, let me sumarise:
* this patch introduces a chackbox "inline". If checked, the file will
show up inline. IT will be appended to the teaser and the body.
* this patch does *not* allow one to place images of files in a
userdefined place in the body.
* this patch does *not* do any resizing nor any thumbnailing.
* This patch is meant to be simple, clear and transparant. No tokens,
no javascript, no nothing.
------------------------------------------------------------------------
Mon, 18 Jul 2005 11:21:54 +0000 : Kobus
Then I can't see how this patch could replace the existing
upload.module, which allows you to use inline.module to place images
inline. I therefore withdraw my +1 and go -1 on this (not that it
matters, I believe).
I think you didn't properly read my previous message. I said I don't
need your patch to do all this, but I can't live without the
functionality currently provided by the upload.module and inline.module
combination. I agree that your patch don't need to have that
functionality, but if your patch takes away this functionality, in
other words, I can't (by hook or by crook) manage what I need to do, my
vote is -1.
Regards,
Kobus
------------------------------------------------------------------------
Mon, 18 Jul 2005 19:58:34 +0000 : Bèr Kessels
Kobus,
And all the others looking fofr advanced inline systems:
please do not -1 this. It will hep inline module a lot too. allthough
not yet in this patch, but can you imagine a perission system for
inline module, that comes for free? Or a core system, that makes inline
module ten times smaller? it is this path!
so, please, if it is not /exactly/ what you are looking for, at least
look at the advantages for Joe Average, and even for the possibilties
for your favorite inline-module. even imag_assist will gain an anomous
usability impcact when usiong this module, for it can then finally use
the upload module in full scale.
Ber
------------------------------------------------------------------------
Sat, 23 Jul 2005 18:59:10 +0000 : Bèr Kessels
Sohodjo jim:
" I hope it matters. A big -1 on enforcing over-simplification at the
expense of important and existing functionality. If automatic,
uncontrollable placement of images becomes the standard, it will mean
fewer not more image-rich Drupal sites as site owners/developers get
complaints about "Why can't I control my images!"
I _strongly_ encourage Ber to provide a "have it both ways"
solution. Why not have an admin configuration setting for "allow inline
tags" with default off. Change it to on and you get an additional
upload
checkbox for 'inline at tag' to accommodate the current functionality
of
the inline module while simultaneously allowing for default placement.
"
NOOO. people; please; look at the PATCH.
Again: and hopefully last time: Simplicity.
This patch does NOT replace ANYTHING inline module or img_assist wants
to do.
This patch hands better data to such modules. It hands a variable over
to these modules, $node->file[FID]->inline, which tells these sorts of
modules if people wnat that file to appear inline.
AND it CAN (by default will) render a file in the most simple way
inline.
So really, if you want to -1 this patch, fine. But do not -1 it,
because it does too little IYO. It still allows MUCH more than what you
can do no, without that patch! And any solution, for core, that allows
advanced handling of inline images will either require an enourmous
amount of work, or it will simply no get in.
So, unless you come up with a good core-worthy patch, this is still a
big leap forward from what we have now.
------------------------------------------------------------------------
Sat, 23 Jul 2005 19:01:51 +0000 : Bèr Kessels
:$ this is an attempt to fix the borken HML in the previous follow up.
------------------------------------------------------------------------
Sun, 24 Jul 2005 04:07:34 +0000 : TDobes
Please don't combine unrelated changes together in the same patch.
Moving stuff in/out of the _nodeapi hook has absolutely nothing to do
with the patch and makes it much harder to read through the patch and
see what it's actually doing. I'd appreciate it if you could separate
the changes made here which are really relevant and move the other
changes into another issue.
Also: You change form_group_collapsible(t('File attachments') to
form_group_collapsible(t('File Attachments'). A quick glance at some
other core code seems to indicate that we've standardized on
capitalizing only the first word in multi-word group titles.
As for the functionality itself, I don't think this belongs in
upload.module. It would be useful to have the functionality in core,
but as a separate module which can be switched on and off.
(upload_inline.module or something like that) If a site were set up
using an inlining system from contrib and the functionality you're
proposing could not be switched off, it would be extremely confusing to
users that there are two different ways of inlining images.
A minor comment: I'm not so sure whether the results of this patch,
when inlining non-image attachments, will be the one users expect. A
non-web-savvy person may expect his/her Word document (for instance) to
appear inline with the node when they click "inline" -- just like their
images do. I'd suggest that we limit inlining to images only. I'm not
as adamant about this as the other issues, so I could be convinced
otherwise if others disagree.
------------------------------------------------------------------------
Sun, 24 Jul 2005 07:58:19 +0000 : Bèr Kessels
Thank you for your thoughts Tdobbes.
As for the "moving things in and out of nodeapi" This was necessary,
because otherwise the patch would have made the code even more
unreadable. I agree with you on this point, but I simply had to clean
it up a little, in order to be able to work in it.
As it stands now, it is simply not possible to make this a separate
module. We cannot hook into the files table. In a next stage, I might
work out some hook for that table. But first things first.
Can Dries or Steven please comment on his. I want to know If i should
bother spending this enormous amount of time on commenting and debating
this issue. If the chances are small this is accepted, Ill just drop it
This ridiculous long thread reminds me again why I try to avoid making
patches for core.
------------------------------------------------------------------------
Mon, 25 Jul 2005 05:49:37 +0000 : Steven
Overall I like the concept, but I think it at least needs some default
styling to make the image appear okay, like floating it. Right now it
appears inline between whatever was there... very ugly.
Sure you can say "leave it up to the themer" but if the goal is to
provide a simple default, we can't expect people to dive into theming
if they are going to use this feature instead of img_assist or
whatever.
Also, I wonder about the classes "upload" and "image". Is there a
reason to use two classes? Isn't "image" a bit too generic? Oh and
there is a missing XHTML / for the img tag.
------------------------------------------------------------------------
Mon, 25 Jul 2005 12:42:26 +0000 : Bèr Kessels
I will fix the broken Xhttml.
I chose "image" because it is exactly the same as the .image class used
by image.module. But I will see to it, to add more functionality.
I agree that it is not up to the themer for some good defaults, thus I
will add a line of CSS to drupal.css (*shiver* ;) )
upload, IMO does not communicate well enough what the Image is doing.
Not sure yet how I ill fix this, but I will see to it to come up with a
better CSS/theme solution. Thanks!
------------------------------------------------------------------------
Tue, 26 Jul 2005 14:18:23 +0000 : Bèr Kessels
Attachment: http://drupal.org/files/issues/upload_inline_0.patch (12.24 KB)
Suggestions by Steven are now included. I very simple float is added to
the inline images in drupal.css. XHTML fixed.
And I cleaned up some old crufty comments, as suggested by Dries.
------------------------------------------------------------------------
Tue, 26 Jul 2005 17:05:45 +0000 : fax8
What is proposed here is a good idea.
But I think that this is done in not good way.
I think that upload.module should be only a layer
between file system and modules.
So modify upload module to add a specific feature
like your inline for me is not good.
but I like the idea to add checkboxes for enable
interaction modules between modules and upload.module.
Maybe we could design an of api wich let modules
tell upload.module that they can interact with it.
I make an example:
I'm a developer of video.module.
Now to add a video file to video.module one need
to put the file into drupal folders using ftp and then insert
the path to the file during node creation.
One of the features our users are asking a lot is
the possibility to directly upload a video file to dupal.
So I should write a lot of code, settings, security buggy
code.. that for me isn't useful.
What about if only calling an upload.module api I
should enable a new checkbox on upload form
called "use as video file" which let me use the file
as a video file on my module???
What do you think about it????
------------------------------------------------------------------------
Tue, 26 Jul 2005 20:00:03 +0000 : Bèr Kessels
fax: upload /is/ such a layer. Just look at how image module does it.
You need not write any additional 'buggy' code, you can use all teh
upload functionality.
The upload interface (the table and list), however, is tightly
integrated, so that drupal offers an out-of-the-box file system.
Nox, my patch simply adds an "out of the box" inline functionality.
Small and simple.
For any more advanced file features you should use or write a module
that, in turn, uses the uplaod.module.
------------------------------------------------------------------------
Wed, 27 Jul 2005 11:22:40 +0000 : stefan nagtegaal
After discussing with Ber, I think this patch has some great potential
though the simplicity of it..
For the people who don't completely agree what this patch does:
- It adds an extra checkbox for each attachment. If the 'Inline'
checkbox is checked, images are displayed inline in your post and other
attachments (like .pdf, .ppt, or whatever) were transformed into links.
The potential of this patch is in the fact that this makes it much,
much easier to have another contrib module which makes it possible to
let you choose at the node submission how you would like your node to
be displayed, incl. the selected inline attachments to be displayed
(using _nodeapi()).
So, a big +1 from me on this..
------------------------------------------------------------------------
Wed, 27 Jul 2005 11:27:52 +0000 : Kobus
> - It adds an extra checkbox for each attachment. If the 'Inline'
> checkbox is checked, images are displayed inline in your post and
other
> attachments (like .pdf, .ppt, or whatever) were transformed into
links.
Does this mean it is done automatically or do I have control over this?
I don't want the images to be inline if I can't control where I put it.
Let me just clarify my position on this short-and-sweet-like:
If it breaks the existing functionality that upload.module +
inline.module provides without opening the door for a replacement, then
I am -1, otherwise +1. :-)
Kobus
------------------------------------------------------------------------
Wed, 27 Jul 2005 11:51:50 +0000 : Bèr Kessels
Kobus: Again: it does not break anything!
It opens up enormous potential for modules such as inline/module.
Because inline module now has access to a variable
$node->files[fid]->inline.
in other words: modules such as inline.module can now find out what
images a user wants to see inline!
------------------------------------------------------------------------
Wed, 27 Jul 2005 11:59:53 +0000 : Kobus
Ber: Great, then I +1 it. From our previous talks about this, it seemed
as if this functionality was being taken away.
------------------------------------------------------------------------
Wed, 27 Jul 2005 16:18:21 +0000 : Sohodojo Jim
Agreed, +1. The most on-going and especially most recent discussion has
clarified that we can have our simple cake and contrib mod cake as
well.
Does this mean that inline module will work as is, or will a post-patch
update be required?
--Sohodojo Jim--
------------------------------------------------------------------------
Wed, 27 Jul 2005 17:33:47 +0000 : Bèr Kessels
inline module will continue working. but in order for it to use this
inline variable (and become even better) it needs to be patched.
------------------------------------------------------------------------
Thu, 28 Jul 2005 18:12:09 +0000 : moshe weitzman
I read through the code and it looks good to me, though it is hard to
know whats new given all the code thats moved around. this is
definately needed functionality.
If you were still up for enhancements, I'd like to see the 'inline' box
get checked by default when uploading an image. when the attachment is
not an image, the box should be disabled and unchecked.
------------------------------------------------------------------------
Thu, 28 Jul 2005 18:32:40 +0000 : Bèr Kessels
disabling the box for non-images would break the link function (i.e add
a link in the text. But, on second thought: that is fine, since it
defeats the list checkbox.
I will add that. As well as making it checked by default.
------------------------------------------------------------------------
Thu, 28 Jul 2005 19:54:14 +0000 : Junyor
@Bèr: Why not simplify this patch to only add the hooks to a contrib
module would need to add this functionality? You said that your patch
would allow inline.module to work much more easily. But then there is
a lot of extra stuff there that inline.module won't need. This
functionality can't replace inline.module, so anything that it doesn't
use just gets in the way.
I'm afraid that users will think this is the best Drupal can provide
without looking for a contrib module. I'd prefer we spent our time and
effort adding the whole functionality of inline.module or making it easy
to add and position inline content in nodes to core rather than adding
some functionality to upload.module that doesn't cut it for most users.
So, either strip this patch of everything but the functionality that
inline.module (and similar modules) can use or allow me to position
images in my text through this patch. Otherwise, -1. If this is the
first step in a plan to add the functionality I want to core, I'd like
to hear your full plan.
------------------------------------------------------------------------
Thu, 28 Jul 2005 21:19:37 +0000 : Bèr Kessels
Attachment: http://drupal.org/files/issues/upload_inline_1.patch (19.71 KB)
to all: everyone has Big Plans[tm] and even worse: everyone has Bigger
Plans for my patch, for inline module. Why not code it? Hooks? fine!
module integration, even better. Sorry if I sound a bit grumpy here.
But so far I have spent nearly three times as much hours debbating the
patch, then I spent creating it. Hooks sound great. but are not the
intention of this patch. I want to add a *default* way, that works. But
that does not break other modules, nd in fact tries to help them. But I
am not inventing some advanced image handling system here.
Here is an updated patch with renewed updates.inc (got lost in the
previous patch)
Moshes suggestion about disabling non-images-checkboxes is also
implemented. I like it a lot more now.
I did not, however, implement Moshes idea about defaulting to
"checked". for a few reasons:
* It looks a bit silly if you have more then one image inline, And
defaulting all uploads to inline will inline any uploaded image.
* When uploading large images they will default to inline, thus pushing
your sites layout to oblivian
* None of the other options default to TRUE, so for consistancy I
prefer to default it to not inline.
------------------------------------------------------------------------
Thu, 28 Jul 2005 21:24:26 +0000 : Bèr Kessels
oh, bytheway: you can test adn play with this patch here:
http://fixme.remixreading.org/?q=add_content
note that it is a sandbox, so your account will get lost, and pages
might not work :)
------------------------------------------------------------------------
Fri, 29 Jul 2005 03:47:35 +0000 : ejort
+1 from me for this feature. It's frustrating that core doesn't include
some basic image display functionality, and this will cover a large
percentage of users needs without introducing complexity. People
wanting arbitrary image placement still have inline.module etc., so
it's nothing but an improvement on the current situation.
------------------------------------------------------------------------
Fri, 29 Jul 2005 06:38:46 +0000 : Steven
Bèr: one thing is not clear to me... you are right that other modules
can access the inline value. But upload.module will always add the
image to the body. So, how can other modules use the inline
checkbox/option meaningfully?
------------------------------------------------------------------------
Tue, 02 Aug 2005 18:33:30 +0000 : Bèr Kessels
Steven: what I mean, is that they have access to a variable that tells
them a user wants something inline. Nothing more. Its up to these
modules to use that meaningfully.
------------------------------------------------------------------------
Thu, 01 Sep 2005 15:26:36 +0000 : Bèr Kessels
The patch still applies. Dries, please let me know if I must bother
trying to get this in before 4.7?
------------------------------------------------------------------------
Thu, 01 Sep 2005 15:30:09 +0000 : m3avrck
Ber, check this latest commit: http://drupal.org/node/28483 ... I think
your patch no longer applies since this JS based does do inline
functionality.
------------------------------------------------------------------------
Thu, 01 Sep 2005 19:46:35 +0000 : Bèr Kessels
Attachment: http://drupal.org/files/issues/upload_inline_2.patch (20.02 KB)
updated patch works with revisions and JS upload.
------------------------------------------------------------------------
Thu, 01 Sep 2005 20:32:11 +0000 : m3avrck
got an extra 'favico' in the patch file there.
------------------------------------------------------------------------
Thu, 01 Sep 2005 22:47:24 +0000 : Bèr Kessels
Attachment: http://drupal.org/files/issues/upload_inline_2_0.patch (19.22 KB)
favicon removed.
------------------------------------------------------------------------
Thu, 01 Sep 2005 23:06:11 +0000 : killes(a)www.drop.org
I think I'd like to have this feature in core. The patch is quite big,
though. ;-/
Also I noticed that the pgsql part is bogus.
------------------------------------------------------------------------
Thu, 01 Sep 2005 23:27:42 +0000 : Bèr Kessels
how would the pgsql look then? I am a complete pgSQL nitwit :)
------------------------------------------------------------------------
Fri, 02 Sep 2005 15:18:47 +0000 : telex4
Just a quick +1 from a user who is hoping that this gets into core for
4.7. We're using the inline functionality on our Remix Reading test
site at the moment, and it's very handy for our theme where the user
uploads any number of files and may want one or two images to be
previewed in the node.
------------------------------------------------------------------------
Fri, 02 Sep 2005 17:26:49 +0000 : m3avrck
Patch needs to be rerolled. Latest 2_0 version does indeed fix JS-based
uploads commit, however it is missing all of the database changes and
updates from the last _1 patch. Also, upload_count_size() is undefined,
should be using upload_space_used() [2] instead. Also, beginning of
upload.module patch adds the default maxsize setting which was
previously taken out becuase it wasnt working properly. This patch [3]
corrects that and is a seperate issue :)
[2] http://drupaldocs.org/api/head/function/upload_space_used
[3] http://drupal.org/node/30025
------------------------------------------------------------------------
Fri, 02 Sep 2005 18:31:12 +0000 : Steven
Bèr: I'm afraid you missed my point. It is pretty useless for other
modules to be able to read the inline value, when upload.module always
adds the image to the node body.
Suppose I want to make a module which adds more advanced inline
positioning, perhaps with a marker tag. I cannot avoid
_upload_inline($node) being called, so I have to somehow remove that
(themed!) image tag again. This makes the "other modules can use it"
argument pretty silly IMO.
------------------------------------------------------------------------
Fri, 02 Sep 2005 18:48:32 +0000 : Dries
It would make sense for Ber to provide one or two examples of how this
could be used.
------------------------------------------------------------------------
Fri, 02 Sep 2005 21:02:39 +0000 : Bèr Kessels
@Steven: no I did not miss your point.
on nodeapi view this is appended to the $node->body, regardless. You
are correct.
But nothing witholds you from using that variable *before* the view is
invoked. ou can then choose to unset the variable, or leave it.
I first had yet another hook, that would be called on nodeapi view, by
the upload, on a per-file base; but then I found that all this was very
OTT, since it ca all be achieved with the existing nodeapi. I reverted
to the nodeapi.
@Dries; examples, sure.
1) Look for the result at http://fixme.remixreading.org/node/595, the
small image at the right is rendered with this variable. 5and I must
add that users that tested this behaviour were VERY positive!)
In phptemplate, the node, we do:
  <?php foreach ($node->files as $file): ?>
    <?php if ($file->inline): ?>
      <div id="preview">
        <img src="files/<?php print $file->filename ?>"
alt="preview" title="preview of <?php print $node->title ?>" />
      </div>
    <?php endif; ?>
  <?php endforeach; ?>
Because we have ourtheme_upload_inline() to return NULL, this looks
like you see online. Together with some CSS you get a very nice result.
2) For most weblogs, or newssites, you need not do anything, for the
$node->body has the image already appended *if* the inline checkbox is
checked. Esp since these types of sites need a unified look, they do
not (or should not) need to alter the place and aligning of each image.
3) For the power users there are node-layout tools available such as
tinyMCE, wikisyntax or even inline.module. Since that last one is the
simplest I use that as example.
<?php
function inline_nodeapi(&$node, $op, $arg) {
  if(is_array($node->files) && $op == 'view') { //on view we replace the tokens with the img tags
    $node->teaser = _inline_substitute_tags($node, 'teaser');
    $node->body = _inline_substitute_tags($node, 'body');
  }
  elseif(is_array($node->files) && $op == 'validate') {
     $node = _inline_remove_tags($node); //remove the tags that are not flagged as inline
  }
  elseif(is_array($node->files) && $op == 'load') {
    _inline_remove_flags($node) //remove all $node->files[XX]->inline variables, so that upload does not render them.
  }
  elseif(is_array($node->files) && $op == 'from pre') {
    $node = _inline_add_tags($node); //add [inline:X] tokens to 'body', so editor can use them.
    $node = _inline_remove_tags($node); //remove [inline] tokens that call files that are (no longer) marked for inline use.
  }
}
//....
function _inline_add_tags(&$node, $field) {
  foreach ($node->files as $file) {
    if ($file->inline && !_inline_check_for_tag($file->filename)) { //look if the tag is not already in body, and if the file is marked for inline usage.
       $node->body = _inline_add_single_tag($file) . $node->body; //Actually add the token to the beginning of the body
       $node->teaser = _inline_add_single_tag($file) . $node->teaser; // same for teaser
    }
  }
}
?>
//note. preview is broken no Idea how this post looks ;)
------------------------------------------------------------------------
Sat, 03 Sep 2005 04:37:23 +0000 : TDobes
Bèr: The idea of clearing $node->inline never occurred to me... but
won't that only work some of the time? It depends on the order in
which modules' _nodeapi hooks get called. I believe they get called
alphebetically (there's an asort in module_list), so a module whose
name starts with v, w, x, y, or z will not be able to prevent
upload.module from displaying its inline image.
While I do feel this functionality is useful, I think a better way of
implementing it would be to allow other modules to add columns to the
upload table. Then a module could invoke this upload hook to add a
field for "display inline" and invoke _nodeapi to actually place the
image. This would provide for future expansion of the upload module in
addition to solving the immediate goal.
------------------------------------------------------------------------
Sat, 03 Sep 2005 06:37:17 +0000 : Bèr Kessels
in short my battle plan was:
* introduce inline stuff
* introduce hook for altering the file table
Why i did not go for #2 at once? because IMO you can do two things wit
a file: show it, or download it. Anything else should be done in a file
admin UI.
And furthermore: yes modules are ran in alphabetic order, but,
nodeapi(load) is ALWAYS ran before nodeapi(view). So you can always
make sure on nodeapi(view) the variable is unset.
------------------------------------------------------------------------
Sat, 03 Sep 2005 12:22:00 +0000 : moshe weitzman
I think that Ber's suggestion to unset the variable is a great, simple
workaround. I don't see any more outstanding objections to the patch.
Yes, it can be improved later, but it is useful already.
------------------------------------------------------------------------
Sat, 03 Sep 2005 13:08:05 +0000 : Bèr Kessels
the patch is still in brokenish state. I am trying to free some time
this weekend (sunday evening) to fix it and synch with HEAd again. not
h revisions and JS upload broke this patch. Its a lot of work to
reroll, due to that amount of changes (nearly a complete rewrite, I am
afraid)
------------------------------------------------------------------------
Mon, 12 Sep 2005 17:48:47 +0000 : Bèr Kessels
please review. This a complete rewrite,
* I ignored all the huge fucntions and just left tath for another ime
to clean up (never). It does make the patch easier to read and smaller,
though
* I left the 'upload preview' bug for what it is: it belons in a
differnt issue, and would clutter this inline feature patch a lot. For
the rest see above.
* Themes could be updated to do nice stuff to the inline patch. I did
not do that, for that goes far beyond what this patch tries to do
------------------------------------------------------------------------
Mon, 12 Sep 2005 17:49:57 +0000 : Bèr Kessels
Attachment: http://drupal.org/files/issues/upload_inline_2_4.patch (14.13 KB)
No, please review /this/ patch.
------------------------------------------------------------------------
Tue, 13 Sep 2005 18:35:55 +0000 : m3avrck
upload.module is listed twice in the patch ... so patch isn't work,
please update!
------------------------------------------------------------------------
Tue, 13 Sep 2005 19:17:38 +0000 : Bèr Kessels
Attachment: http://drupal.org/files/issues/upload_inline_2_5.patch (8.66 KB)
last attempt
------------------------------------------------------------------------
Wed, 14 Sep 2005 17:50:24 +0000 : Souvent22
+1 Ber. Worked well. I agree, the upload preview issue belongs in a diff
bug. perhaps i'll create one, i'll try and look into that bug today. but
i really like the inline feature, and i like that it IS simple. nice.
------------------------------------------------------------------------
Wed, 14 Sep 2005 18:14:22 +0000 : Souvent22
Ber,
As stated earlier about the bug, there seems to be a similar issue:
http://drupal.org/node/31102
------------------------------------------------------------------------
Wed, 14 Sep 2005 18:15:20 +0000 : Souvent22
Just wanted to state, this patch is ready to go. The "bug" is for all
intents and purposes unrelated, and shall be resolved when the above
mentioned issuse is resolved. I'd like to see this go in.
------------------------------------------------------------------------
Wed, 14 Sep 2005 19:23:56 +0000 : Souvent22
The problem with your upload file lists dissapearing has been resolved.
http://drupal.org/node/31102
1
0
Issue status update for
http://drupal.org/node/5943
Post a follow up:
http://drupal.org/project/comments/add/5943
Project: Drupal
-Version: cvs
+Version: 4.6.3
Component: theme system
Category: feature requests
Priority: normal
Assigned to: Anonymous
Reported by: flevour
Updated by: brevity
-Status: active
+Status: patch (code needs review)
Attachment: http://drupal.org/files/issues/page.tpl.php.txt (5.14 KB)
Based on the bluemarine template [1] for the PHP template engine and
work by Nick [2] (example menu [3]), the following is a adaptation with
working dynamic menu:
page.tpl.php [4]
Change the line reading print my_menu_tree(24); to your menu-id or to 0
to get a complete dynamic menu including administration menu items.
-- Sorry for duplicate posting in http://drupal.org/node/31307.
[1] http://drupal.org/project/bluemarine
[2]
http://www.nickrigby.com/article/25/drop-down-menus-horizontal-style-pt-3
[3] http://www.nickrigby.com/examples/dropdown4/index.htm
[4] http://ten.ic24.net/drupal/page.tpl.php.txt
brevity
Previous comments:
------------------------------------------------------------------------
Thu, 19 Feb 2004 23:01:32 +0000 : flevour
I was wondering if anyone has already worked out a patch to allow menus
created by the menu() call to be dhtml-ly expandable.
Most of the times its a waste of bandwidth to load 2/3 different pages
to access the page you want.
Best regards,
flevour
------------------------------------------------------------------------
Fri, 20 Feb 2004 15:25:35 +0000 : flevour
Setting as feature request.
------------------------------------------------------------------------
Mon, 23 Feb 2004 04:11:02 +0000 : ax
i just implemented this [5] on my drupal site [6]. please have a look,
see if it works with your browser, and tell me what you think of it.
and feel free to make a patch for drupal (i won't have much time before
next weekend).
[5] http://drupal.kollm.org/node/view/36
[6] http://drupal.kollm.org/
------------------------------------------------------------------------
Mon, 23 Feb 2004 04:49:54 +0000 : moshe weitzman
Wonderful. This is an elegant, elegant implementation. I'd like to see
menu.inc patched as ax suggests (possibly add a param to the function)
so we can experiment with css menus.
i think the javascript error on ax's site happens when the nav block is
not shown. just an oversight i'm sure.
------------------------------------------------------------------------
Mon, 23 Feb 2004 13:59:27 +0000 : Anonymous
Works fine here on Firebird 0.7.
------------------------------------------------------------------------
Tue, 24 Feb 2004 07:39:29 +0000 : ax
thanks to everyone for testing.
> i think the javascript error on ax's site happens when the nav block
is not
> shown. just an oversight i'm sure.
right you are. i fixed that in the multimenu javascript [7].
regarding the half a second delay before the menu pops up, to save the
user from disortientation suggested at drupal.kollm.org [8]: i guess
this isn't possible with a pure css menu, but would require
considerably more javascript. which /i/ almost certainly won't find /
implement. feel free to suggest / implement anything related, though.
what i could imagine is to make the menu look more like a real menu as
on CSS Creator [9], ie. instead of expanding the submenus to the
bottom, shift them out to the left / right. as i said before, this
probably won't happen before the weekend.
[7] http://drupal.kollm.org/themes/ax_clean/multimenu.js
[8] http://drupal.kollm.org/node/view/36#comment
[9] http://www.csscreator.com/menu/multimenu.php#vertm
------------------------------------------------------------------------
Fri, 27 Feb 2004 02:45:45 +0000 : Anonymous
Indeed this would like nice with rollover menus like those on csscreator
------------------------------------------------------------------------
Sat, 13 Mar 2004 05:46:12 +0000 : moshe weitzman
Attachment: http://drupal.org/files/issues/menu_show_all_items.patch (927 bytes)
One line patch to menu_tree() so we can optionally show all links, not
just active links. This is all the core code that needs to change in
order to facilitate expandable menus.
------------------------------------------------------------------------
Sat, 13 Mar 2004 06:34:29 +0000 : gordon
I have written my own module to create a dhtml navigation tree, by
linking in phplayersmenu to build the tree menu and handle all the
cross browser capiblities. I did have to copy most of menu_tree() to do
this, but it meant that I didn't have to change the core.
But it was not just menu_tree that has to be changed. remember that
once you have made this change to useing dhtml menus you have access to
every menu. So modules like the watchdog only display it's menus when
you are in the admin section.
There really needs to be a method to say to all modules that we want
every menu, and done try to be a smart bugger.
------------------------------------------------------------------------
Thu, 18 Mar 2004 03:52:54 +0000 : moshe weitzman
Gordon makes a good point. I think this patch is worthy despite this
known limitation.
------------------------------------------------------------------------
Fri, 26 Mar 2004 06:40:49 +0000 : ax
i put an updated version [10], implementing real csscreator style
rollover menus and submenu indicators, on my site. please note the NOTE
at the end.
[10] http://drupal.kollm.org/node/view/38
------------------------------------------------------------------------
Fri, 26 Mar 2004 09:46:58 +0000 : adrian
Take a look at the following demo of the Archomai Transmenu drop down
menu.
It uses javascript, yes.. but it degrades well .. and doesnt require
horribly kludged html
I have tried it on firefox 0.7, ie 6.0 and opera 7 with exactly the
same results.
------------------------------------------------------------------------
Fri, 26 Mar 2004 14:09:39 +0000 : ax
> Take a look at the following demo of the Archomai Transmenu drop down
> menu.
nice menu, nice theme. thats phptemplate [11], isn't it?
> It uses javascript, yes.. but it degrades well .. and doesnt require
> horribly kludged html
the nice thing about the CSS Creator menu [12] is that for non-IE
browsers, it works *without any javascript*, with css only. and the
javascript to make it work in IE is just some 10 lines. besides that,
it
degrades as well and doesn't require kludged html, neither.
i'm sure your demo can be done the same as nice with the CSS Creator
menu. mind to give it a try?
[11] http://drupal.org/node/view/6711
[12] http://www.csscreator.com/menu/multimenu.php
------------------------------------------------------------------------
Fri, 26 Mar 2004 14:33:49 +0000 : moshe weitzman
One more benefit of the CSSCreator scheme is that the HTML is much
easier to construct. The brief javascript snippet in CSSCreator figures
out which items have submenus and applies the proper styling
accordingly. The Anarchai menu on the other hand requires the user to
embed classes in his HTML depending on whether they have children or
not. Thats harder to contruct. An example from Adrian's site example,
<?php
 <li class="firstItem collapsed">capdev
?>
------------------------------------------------------------------------
Thu, 15 Apr 2004 19:30:18 +0000 : JonBob
When the admin-customizable menu patch is applied
(http://drupal.org/node/view/7172) this should be possible to do
without patching core. The whole menu tree will be available at all
times to modules.
------------------------------------------------------------------------
Sun, 18 Apr 2004 15:41:08 +0000 : Dries
Has anyone tried using expandable menus after JonBob's menu changes have
been committed? According to JonBob this patch is no longer required
...
------------------------------------------------------------------------
Sat, 24 Apr 2004 15:54:14 +0000 : Dries
I'm marking this fixed as I believe this is no longer an issue now
JonBob's menu system improvements hit CVS. Please reopen if necessary.
------------------------------------------------------------------------
Sat, 24 Apr 2004 16:02:17 +0000 : moshe weitzman
The new menu system makes this job possible, but still difficult. I
think the patch proposed here is still a valid approach. What the UI
designer needs is for the menu system to output a UL. menu_get_menu()
does not do this. menu_get_tree() does, but it omits invisible items.
Thus, I still propose we enhance menu_get_tree() to optionally include
hidden items.
------------------------------------------------------------------------
Tue, 27 Jul 2004 14:17:45 +0000 : JonBob
In HEAD, theme('menu_tree', 1, TRUE) will return a rendered tree of all
accessible menu items in the main nav menu.
------------------------------------------------------------------------
Fri, 11 Feb 2005 15:19:11 +0000 : moshe weitzman
Perhaps some entrprising theme designer wants to apply some DHTML menu
renderer to theme('menu_tree', 1, TRUE), the function cited by JonBob.
The output of that function shoudl work with most smart menu scripts,
since its just a UL
------------------------------------------------------------------------
Fri, 15 Jul 2005 21:25:23 +0000 : lekei
Since this thread was before 4.6 -- is "head" referred to here 4.6 or
was all the work I did building a template with DHTML menus a waste?
I need to launch this site, do I need to remove the menus from the
template? I didn't think that an apparently closed feature request was
the right place to ask, but I go to response trying to ask in what I
thought was a more appropriate location.
------------------------------------------------------------------------
Thu, 11 Aug 2005 16:11:22 +0000 : ax
hm - seems that theme('menu_tree', 1, TRUE) doesn't work anymore?
apparently, it silently disappeared between revision 1.77 and 1.78 [13]
as part of this patch [14]. r1.78 was the penultimate change before
DRUPAL-4-6 [15], which means that theme('menu_tree', 1, TRUE) is /not/
in Drupal 4.6.
bad bad bad. i rely on this feature for a dynamic menu on certain sites
of mine. was the patch supposed to remove it ("Make local tasks more
themeable" doesn't suggest this)? is there another way to get an
completely expanded menu tree with proper menu item class labeling
("expanded", "collapsed") for the current menu path? if not, could this
functionality please be reinstated?
thanks for any insights.
[13]
http://cvs.drupal.org/viewcvs/drupal/drupal/includes/menu.inc?r1=1.77&r2=1.…
[14] http://drupal.org/node/17869
[15]
http://cvs.drupal.org/viewcvs/drupal/drupal/includes/menu.inc#rev1.79
------------------------------------------------------------------------
Fri, 09 Sep 2005 09:50:24 +0000 : lekei
So I take this to mean that Drupal can't do common DHTML menus, or any
menu structure other than the primitive
repaint-the-entire-page-on-each-mouse-click menus?
The only way to add items to a dynamic menu seems to be to hand-code
them into the template one page at a time.
------------------------------------------------------------------------
Fri, 09 Sep 2005 12:53:36 +0000 : brevity
Using menu_get_menu from http://drupaldocs.org/api/4.6/group/menu should
help to hand over a complete menu to some JavaScript, no? Something
along that lines in your phpTemplate/theme...
 <?php
 function my_menu_tree($pid = 1) {
 $menu = menu_get_menu();
 $output = ;
 {
   foreach ($menu['visible'][$pid]['children'] as $mid) {
       print theme_menu_item($mid); // print out current
menu-item; change to fit your dHtml/JS code?
       my_menu_tree($mid); // recursive call to get
sub-menu-items
   }
 }
 return $output;
 }
 ?>
... combined with http://www.nickrigby.com/examples/dropdown4/index.htm
from
http://www.nickrigby.com/article/25/drop-down-menus-horizontal-style-pt-3
and I would be happy, too.
------------------------------------------------------------------------
Fri, 09 Sep 2005 15:38:55 +0000 : Tobias Maier
not        print theme_menu_item($mid); // print out current
menu-item; change to fit your dHtml/JS code?
better print theme('menu_item', $mid);
the function theme_menu_item is just the fall back function if no such
function is available in the theme!
1
0
Issue status update for
http://drupal.org/node/31102
Post a follow up:
http://drupal.org/project/comments/add/31102
Project: Drupal
Version: cvs
Component: base system
Category: bug reports
Priority: normal
Assigned to: Souvent22
Reported by: m3avrck
Updated by: m3avrck
-Status: patch (code needs review)
+Status: patch (code needs work)
Patch does indeed fix this problem.
However, patch needs a bit of work, phantom 0 byte files appear when
new revisions are created, and then editing older revisions and
attaching files. Almost there, certainly a great fix!
m3avrck
Previous comments:
------------------------------------------------------------------------
Tue, 13 Sep 2005 15:47:46 +0000 : m3avrck
If I've created a node and attached a few files, when I goto edit the
node and attach another file, the file list disappears. However, after
the file is added, all files are still present. I'm guessing the hidden
iframe is being overwritten or similar? Problem tested and confirmed in
FF.
------------------------------------------------------------------------
Wed, 14 Sep 2005 19:23:10 +0000 : Souvent22
Attachment: http://drupal.org/files/issues/upload.list.patch (1.07 KB)
List problem fixed. Please review.
1
0
Issue status update for
http://drupal.org/node/31151
Post a follow up:
http://drupal.org/project/comments/add/31151
Project: Drupal
Version: cvs
Component: taxonomy.module
Category: tasks
Priority: normal
Assigned to: drumm
Reported by: drumm
Updated by: Kobus
Status: patch (code needs work)
I am with Robert here (#6) +1 for the message, -1 for the drupal_goto.
The feature of adding several terms after each other is very handy.
Kobus
Kobus
Previous comments:
------------------------------------------------------------------------
Wed, 14 Sep 2005 02:08:31 +0000 : drumm
Adding a taxonomy term should trigger a drupal_set_message() so people
know somehting happened.
------------------------------------------------------------------------
Wed, 14 Sep 2005 17:25:27 +0000 : Souvent22
Drumm,
I have it fixed/patched, but before I post, we got some options:
Current way is that after adding a term, it stays on the "add terms"
page....
So...
A) After adding, take me back to add terms for another one.
B) After adding, take me back to my list of terms for that vocab.
C) Give me a check box that says "Add another after sumbission"
During SAT's, they always said B was the right answer...or was it
C..hmm....ideas suggestions?
------------------------------------------------------------------------
Wed, 14 Sep 2005 17:31:40 +0000 : m3avrck
I would say go with B. That is the general behavior in the rest of
Drupal, might as well be consistent. And the checkbox doesn't help that
much... extra click (I'm assumed off by default) and the user can just
click 'add' again anywho.
------------------------------------------------------------------------
Wed, 14 Sep 2005 17:32:42 +0000 : Souvent22
Attachment: http://drupal.org/files/issues/terms.patch (943 bytes)
B it is.
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:07:19 +0000 : m3avrck
Attachment: http://drupal.org/files/issues/terms_0.patch (943 bytes)
Tested patch, definetly improves usability of taxonomy module and adding
terms. Before, it wasn't clear if a term was added or not. This also
makes adding a term more consistent with how the rest of Drupal works
(e.g., taking you back to the main add term page instead of a blank
form wondering what just happened).
Fixed coding style of patch. Ready to go.
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:12:34 +0000 : Morbus Iff
Somewhere along the line, I think "visual feedback when terms were
added" was actually REMOVED when the free tagging patch hit core.
Consider: you write a node, with free tagging enabled, and you create
10 new terms. Upon successful submission of a node, you get ten
messages saying new terms were added. That may be find for an
administrator, but I certainly wouldn't want a regular non-admin or
non-taxonomy-admin user seeing a message that they've added a new term.
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:13:03 +0000 : robertDouglass
+1 for the message. I thought that going back to the add-term form was
by design, and personally, I like it. I often have to add lots of terms
in a row, to the same vocab, and this saves me a page load each time. So
-1 for drupal_goto('admin/taxonomy/' . arg(2));.
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:14:39 +0000 : robertDouglass
RE Morbus's comment - we could check to see if the user is looking at
the admin/taxonomy/vid/add/term path and only show the message then.
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:15:13 +0000 : Morbus Iff
(Toggling back to "needs work" per my comment in #5 - Rob's comment and
my own crossed in the stream).
1
0
Issue status update for
http://drupal.org/node/31151
Post a follow up:
http://drupal.org/project/comments/add/31151
Project: Drupal
Version: cvs
Component: taxonomy.module
Category: tasks
Priority: normal
Assigned to: drumm
Reported by: drumm
Updated by: Morbus Iff
Status: patch (ready to be committed)
(Toggling back to "needs work" per my comment in #5 - Rob's comment and
my own crossed in the stream).
Morbus Iff
Previous comments:
------------------------------------------------------------------------
Wed, 14 Sep 2005 02:08:31 +0000 : drumm
Adding a taxonomy term should trigger a drupal_set_message() so people
know somehting happened.
------------------------------------------------------------------------
Wed, 14 Sep 2005 17:25:27 +0000 : Souvent22
Drumm,
I have it fixed/patched, but before I post, we got some options:
Current way is that after adding a term, it stays on the "add terms"
page....
So...
A) After adding, take me back to add terms for another one.
B) After adding, take me back to my list of terms for that vocab.
C) Give me a check box that says "Add another after sumbission"
During SAT's, they always said B was the right answer...or was it
C..hmm....ideas suggestions?
------------------------------------------------------------------------
Wed, 14 Sep 2005 17:31:40 +0000 : m3avrck
I would say go with B. That is the general behavior in the rest of
Drupal, might as well be consistent. And the checkbox doesn't help that
much... extra click (I'm assumed off by default) and the user can just
click 'add' again anywho.
------------------------------------------------------------------------
Wed, 14 Sep 2005 17:32:42 +0000 : Souvent22
Attachment: http://drupal.org/files/issues/terms.patch (943 bytes)
B it is.
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:07:19 +0000 : m3avrck
Attachment: http://drupal.org/files/issues/terms_0.patch (943 bytes)
Tested patch, definetly improves usability of taxonomy module and adding
terms. Before, it wasn't clear if a term was added or not. This also
makes adding a term more consistent with how the rest of Drupal works
(e.g., taking you back to the main add term page instead of a blank
form wondering what just happened).
Fixed coding style of patch. Ready to go.
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:12:34 +0000 : Morbus Iff
Somewhere along the line, I think "visual feedback when terms were
added" was actually REMOVED when the free tagging patch hit core.
Consider: you write a node, with free tagging enabled, and you create
10 new terms. Upon successful submission of a node, you get ten
messages saying new terms were added. That may be find for an
administrator, but I certainly wouldn't want a regular non-admin or
non-taxonomy-admin user seeing a message that they've added a new term.
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:13:03 +0000 : robertDouglass
+1 for the message. I thought that going back to the add-term form was
by design, and personally, I like it. I often have to add lots of terms
in a row, to the same vocab, and this saves me a page load each time. So
-1 for drupal_goto('admin/taxonomy/' . arg(2));.
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:14:39 +0000 : robertDouglass
RE Morbus's comment - we could check to see if the user is looking at
the admin/taxonomy/vid/add/term path and only show the message then.
1
0
Issue status update for
http://drupal.org/node/31151
Post a follow up:
http://drupal.org/project/comments/add/31151
Project: Drupal
Version: cvs
Component: taxonomy.module
Category: tasks
Priority: normal
Assigned to: drumm
Reported by: drumm
Updated by: robertDouglass
Status: patch (ready to be committed)
RE Morbus's comment - we could check to see if the user is looking at
the admin/taxonomy/vid/add/term path and only show the message then.
robertDouglass
Previous comments:
------------------------------------------------------------------------
Wed, 14 Sep 2005 02:08:31 +0000 : drumm
Adding a taxonomy term should trigger a drupal_set_message() so people
know somehting happened.
------------------------------------------------------------------------
Wed, 14 Sep 2005 17:25:27 +0000 : Souvent22
Drumm,
I have it fixed/patched, but before I post, we got some options:
Current way is that after adding a term, it stays on the "add terms"
page....
So...
A) After adding, take me back to add terms for another one.
B) After adding, take me back to my list of terms for that vocab.
C) Give me a check box that says "Add another after sumbission"
During SAT's, they always said B was the right answer...or was it
C..hmm....ideas suggestions?
------------------------------------------------------------------------
Wed, 14 Sep 2005 17:31:40 +0000 : m3avrck
I would say go with B. That is the general behavior in the rest of
Drupal, might as well be consistent. And the checkbox doesn't help that
much... extra click (I'm assumed off by default) and the user can just
click 'add' again anywho.
------------------------------------------------------------------------
Wed, 14 Sep 2005 17:32:42 +0000 : Souvent22
Attachment: http://drupal.org/files/issues/terms.patch (943 bytes)
B it is.
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:07:19 +0000 : m3avrck
Attachment: http://drupal.org/files/issues/terms_0.patch (943 bytes)
Tested patch, definetly improves usability of taxonomy module and adding
terms. Before, it wasn't clear if a term was added or not. This also
makes adding a term more consistent with how the rest of Drupal works
(e.g., taking you back to the main add term page instead of a blank
form wondering what just happened).
Fixed coding style of patch. Ready to go.
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:12:34 +0000 : Morbus Iff
Somewhere along the line, I think "visual feedback when terms were
added" was actually REMOVED when the free tagging patch hit core.
Consider: you write a node, with free tagging enabled, and you create
10 new terms. Upon successful submission of a node, you get ten
messages saying new terms were added. That may be find for an
administrator, but I certainly wouldn't want a regular non-admin or
non-taxonomy-admin user seeing a message that they've added a new term.
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:13:03 +0000 : robertDouglass
+1 for the message. I thought that going back to the add-term form was
by design, and personally, I like it. I often have to add lots of terms
in a row, to the same vocab, and this saves me a page load each time. So
-1 for drupal_goto('admin/taxonomy/' . arg(2));.
1
0
Issue status update for
http://drupal.org/node/31151
Post a follow up:
http://drupal.org/project/comments/add/31151
Project: Drupal
Version: cvs
Component: taxonomy.module
Category: tasks
Priority: normal
Assigned to: drumm
Reported by: drumm
Updated by: robertDouglass
-Status: patch (code needs work)
+Status: patch (ready to be committed)
+1 for the message. I thought that going back to the add-term form was
by design, and personally, I like it. I often have to add lots of terms
in a row, to the same vocab, and this saves me a page load each time. So
-1 for drupal_goto('admin/taxonomy/' . arg(2));.
robertDouglass
Previous comments:
------------------------------------------------------------------------
Wed, 14 Sep 2005 02:08:31 +0000 : drumm
Adding a taxonomy term should trigger a drupal_set_message() so people
know somehting happened.
------------------------------------------------------------------------
Wed, 14 Sep 2005 17:25:27 +0000 : Souvent22
Drumm,
I have it fixed/patched, but before I post, we got some options:
Current way is that after adding a term, it stays on the "add terms"
page....
So...
A) After adding, take me back to add terms for another one.
B) After adding, take me back to my list of terms for that vocab.
C) Give me a check box that says "Add another after sumbission"
During SAT's, they always said B was the right answer...or was it
C..hmm....ideas suggestions?
------------------------------------------------------------------------
Wed, 14 Sep 2005 17:31:40 +0000 : m3avrck
I would say go with B. That is the general behavior in the rest of
Drupal, might as well be consistent. And the checkbox doesn't help that
much... extra click (I'm assumed off by default) and the user can just
click 'add' again anywho.
------------------------------------------------------------------------
Wed, 14 Sep 2005 17:32:42 +0000 : Souvent22
Attachment: http://drupal.org/files/issues/terms.patch (943 bytes)
B it is.
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:07:19 +0000 : m3avrck
Attachment: http://drupal.org/files/issues/terms_0.patch (943 bytes)
Tested patch, definetly improves usability of taxonomy module and adding
terms. Before, it wasn't clear if a term was added or not. This also
makes adding a term more consistent with how the rest of Drupal works
(e.g., taking you back to the main add term page instead of a blank
form wondering what just happened).
Fixed coding style of patch. Ready to go.
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:12:34 +0000 : Morbus Iff
Somewhere along the line, I think "visual feedback when terms were
added" was actually REMOVED when the free tagging patch hit core.
Consider: you write a node, with free tagging enabled, and you create
10 new terms. Upon successful submission of a node, you get ten
messages saying new terms were added. That may be find for an
administrator, but I certainly wouldn't want a regular non-admin or
non-taxonomy-admin user seeing a message that they've added a new term.
1
0
Issue status update for
http://drupal.org/node/31151
Post a follow up:
http://drupal.org/project/comments/add/31151
Project: Drupal
Version: cvs
Component: taxonomy.module
Category: tasks
Priority: normal
Assigned to: drumm
Reported by: drumm
Updated by: Morbus Iff
-Status: patch (ready to be committed)
+Status: patch (code needs work)
Somewhere along the line, I think "visual feedback when terms were
added" was actually REMOVED when the free tagging patch hit core.
Consider: you write a node, with free tagging enabled, and you create
10 new terms. Upon successful submission of a node, you get ten
messages saying new terms were added. That may be find for an
administrator, but I certainly wouldn't want a regular non-admin or
non-taxonomy-admin user seeing a message that they've added a new term.
Morbus Iff
Previous comments:
------------------------------------------------------------------------
Wed, 14 Sep 2005 02:08:31 +0000 : drumm
Adding a taxonomy term should trigger a drupal_set_message() so people
know somehting happened.
------------------------------------------------------------------------
Wed, 14 Sep 2005 17:25:27 +0000 : Souvent22
Drumm,
I have it fixed/patched, but before I post, we got some options:
Current way is that after adding a term, it stays on the "add terms"
page....
So...
A) After adding, take me back to add terms for another one.
B) After adding, take me back to my list of terms for that vocab.
C) Give me a check box that says "Add another after sumbission"
During SAT's, they always said B was the right answer...or was it
C..hmm....ideas suggestions?
------------------------------------------------------------------------
Wed, 14 Sep 2005 17:31:40 +0000 : m3avrck
I would say go with B. That is the general behavior in the rest of
Drupal, might as well be consistent. And the checkbox doesn't help that
much... extra click (I'm assumed off by default) and the user can just
click 'add' again anywho.
------------------------------------------------------------------------
Wed, 14 Sep 2005 17:32:42 +0000 : Souvent22
Attachment: http://drupal.org/files/issues/terms.patch (943 bytes)
B it is.
------------------------------------------------------------------------
Thu, 15 Sep 2005 14:07:19 +0000 : m3avrck
Attachment: http://drupal.org/files/issues/terms_0.patch (943 bytes)
Tested patch, definetly improves usability of taxonomy module and adding
terms. Before, it wasn't clear if a term was added or not. This also
makes adding a term more consistent with how the rest of Drupal works
(e.g., taking you back to the main add term page instead of a blank
form wondering what just happened).
Fixed coding style of patch. Ready to go.
1
0