Hi all,
I am working in Griffith College Dublin. We use roundcube as a webmail system for all of our staff. I've been given a project by my manager to implement collapsing and expanding of imap subfolders, as you would see in mail clients like thunderbird.
I'm just wondering, is anyone else working on this already? Thanks.
Regards,
Leo
List info: http://lists.roundcube.net/dev/
leo.liu wrote:
I am working in Griffith College Dublin. We use roundcube as a webmail system for all of our staff. I've been given a project by my manager to implement collapsing and expanding of imap subfolders, as you would see in mail clients like thunderbird.
I'm just wondering, is anyone else working on this already? Thanks.
Ticket number #1267231: http://trac.roundcube.net/ticket/1267231.
I did a bit of work on it some time ago (see attached files), but can't remember what the level of progress is :)
Feel free to use this as a basis. Maybe start with replacing 'plus' and 'minus' with 'collapsed' and 'whatever-english-word-is-applicable'.
Robin
--- 8< --- detachments --- 8< --- The following attachments have been detached and are available for viewing. http://detached.gigo.com/rc/U5/TM5LNzcN/_1267231.20070925130.patch http://detached.gigo.com/rc/U5/TM5LNzcN/_1267231.folder-minu.png http://detached.gigo.com/rc/U5/TM5LNzcN/_1267231.folder-plus.png Only click these links if you trust the sender, as well as this message. --- 8< --- detachments --- 8< ---
List info: http://lists.roundcube.net/dev/
On Mon, Apr 14, 2008 at 1:24 PM, Robin Elfrink elfrink@introweb.nl wrote:
(...) Feel free to use this as a basis. Maybe start with replacing 'plus' and 'minus' with 'collapsed' and 'whatever-english-word-is-applicable'.
Expand!
@Leo: I'd also welcome such a contribution! If you have questions, feel free to post away!
Till _______________________________________________ List info: http://lists.roundcube.net/dev/
till wrote:
Feel free to use this as a basis. Maybe start with replacing 'plus' and 'minus' with 'collapsed' and 'whatever-english-word-is-applicable'.
Expand!
That's the one, yes :)
Also note that other people posted patches with the ticket as well. There may be something usefull in them (maybe even a fully working patch). I have never checked them.
Robin _______________________________________________ List info: http://lists.roundcube.net/dev/
On Mon, Apr 14, 2008 at 4:24 PM, Robin Elfrink elfrink@introweb.nl wrote:
till wrote:
Feel free to use this as a basis. Maybe start with replacing 'plus' and 'minus' with 'collapsed' and 'whatever-english-word-is-applicable'.
Expand!
That's the one, yes :)
Also note that other people posted patches with the ticket as well. There may be something usefull in them (maybe even a fully working patch). I have never checked them.
Hmm... hmm. Yeah, let's check. _______________________________________________ List info: http://lists.roundcube.net/dev/
till wrote:
On Mon, Apr 14, 2008 at 4:24 PM, Robin Elfrink elfrink@introweb.nl wrote:
till wrote:
Feel free to use this as a basis. Maybe start with replacing 'plus' and 'minus' with 'collapsed' and 'whatever-english-word-is-applicable'.
Expand!
That's the one, yes :)
Also note that other people posted patches with the ticket as well. There may be something usefull in them (maybe even a fully working patch). I have never checked them.
Hmm... hmm. Yeah, let's check.
Actually, I have done something on that, but what I did is not using the
<div> tag. I'm using the <img> tag. So maybe I will take the code you gave me and try to work out on that, but before that, I should get my subversion working first I think. Just wonder, how to get the subversion work? I'm a new guy, and this is my first job for work experiences, could someone help? _______________________________________________ List info: http://lists.roundcube.net/dev/
On Mon, Apr 14, 2008 at 4:41 PM, leo.liu leo.liu@gcd.ie wrote:
till wrote:
On Mon, Apr 14, 2008 at 4:24 PM, Robin Elfrink elfrink@introweb.nl
wrote:
till wrote:
Feel free to use this as a basis. Maybe start with replacing 'plus'
and
'minus' with 'collapsed' and 'whatever-english-word-is-applicable'.
Expand!
That's the one, yes :)
Also note that other people posted patches with the ticket as well. There may be something usefull in them (maybe even a fully working patch). I have never checked them.
Hmm... hmm. Yeah, let's check.
Actually, I have done something on that, but what I did is not using the
<div> tag. I'm using the <img> tag. So maybe I will take the code you gave me and try to work out on that, but before that, I should get my subversion working first I think. Just wonder, how to get the subversion work? I'm a new guy, and this is my first job for work experiences, could someone help?
If you are on Windows, get Tortoise and check out the source from "trunk"...
http://tortoisesvn.tigris.org/ https://svn.roundcube.net/trunk
Check this link for a basic intro to SVN: http://trac.roundcube.net/wiki/Dev_SVN
When you have the code, edit the files you need and then provide a diff - with windows, that is right click on the folder and Tortoise > "diff" (something like that).
You want to provide one diff per feature, for example if you added collapsible folders and a new address book, you would provide two diffs - not one. Just for future reference.
Till _______________________________________________ List info: http://lists.roundcube.net/dev/