Brett, wondering if the the problem we had with the forum (trouble receiving .... and what can I do) is still necessary?
In addition I think it would be wise to add another link to the bugtracker and a short 1,2,3 on how to submit bugs, requests and patches. I find that there are some good suggestions and fixes being logged in the forum, but not admitted to trac.
Suggestion version 1.
"Be aware that the development team has an official bugtracker in place where bugs, fixes, requests and patches can be logged an monitored.
Before you log an issue we ask you to:
1. use the community to confirm the bug, test the patch or confirm the future request
2. test patches in the common browsers before uploading - and keeping in mind that the solution needs to work not only for you but all RC users
3. Upload the item to the bugtracker with a clear description and log of tests performed + in case of a bug the steps to reproduce
"
Seansan
_______________________________________________
List info: http://lists.roundcube.net/dev/
Let me first say I am happy with the progress of RoundCube and all
the work the developers are doing. However, as part of my plans to
migrate our servers to PHP5, I was wondering if there was any
information about the status of the migration of RoundCube to PHP5. I
remember that the devel-vnext branch was the target for this work,
but I might be mistaken.
Do the devs want to get out of RC stage to a 0.1 release before
concentrating on GoPHP5 ?
Should any patches be against devel-vnext instead of trunk ?
Should there be instructions on <http://trac.roundcube.net/wiki/
Dev_SVN> on how to check out and use devel-vnext ?
Is anyone using devel-vnext without major problems, known major
issues not resent in trunk ?
Am I asking too many questions ?
Charles Dostale
System Admin - Silver Oaks Communications
http://www.silveroaks.com/
824 17th Street, Moline IL 61265
_______________________________________________
List info: http://lists.roundcube.net/dev/
On item: Can we add a simple update scripte for developers - update to latest SVN / http://trac.roundcube.net/ticket/1484742
Seen the comments on this ticket. Would like to add some thought on it.
I understand that the core developers have SVN installed and can work with tortoise fine. But I think a lot of others out there don't use these two programs, or sometimes don't have the ability to access and/or install SVN on the ISP server - or don't have a local installation. On the other hand: when bugs are fixed there is often a statement that one should update to latest SVN to test. I have the idea that the issue logger often thinks it is to much of a hassle to reinstall (and even find out how and where to download the latest SVN - then copy config, chmod log directory and continue). The users that log the bugs are not developers and sometimes technology adverse.
Another way would be to have a a tester and developer only version available that always runs the latest SVN.
Seansan
_______________________________________________
List info: http://lists.roundcube.net/dev/
Adam, can you have a look at the ticket below. I think there are some good trac improvements that are suggested and will improve the way RC evolves (and adds clarity and speed of return).
http://trac.roundcube.net/ticket/1484641
Seansan
_______________________________________________
List info: http://lists.roundcube.net/dev/
I was reading about Yahoo's implementation of Open ID and was wondering if
it is possible to integrate OpenID in Roundcube in some sort of way. It
would be really cool and useful.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Anybody please verify my patch for #1484710. Works on my end, but I'm
quite sure I saw something over the head [1].
Robin
[1] Literal translation of a dutch expression, let's see how many people
understand :)
_______________________________________________
List info: http://lists.roundcube.net/dev/
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I make a patch who improve the search :
- - When you click on a message, the previous/next button switch between
search result, and not all mails.
- - When you return to the list, the search is memorized
The patch close : http://trac.roundcube.net/ticket/1483883. I send it on
the ticket too.
Regards,
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (GNU/Linux)
Comment: http://firegpg.tuxfamily.org
iEYEARECAAYFAkefffIACgkQjKKs5/FTCjXxgQCgle6fJm4cTMiG6MuAlq+L1Td0
zhMAniGFRDKTcZpbIGbMRcwor99g6v3D
=hhwd
-----END PGP SIGNATURE-----
--
Maximilien Cuony [The_Glu]
http://theglu.org
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/jr/uVTaa7ap/search-pattch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi guys,
we progressed a bit with the merge ("translating" changes made since
the 0.1-rc1 release to devel-vnext branch) over the last weekend
including yesterday. I think we are half way there. If you follow
commits (1), you can check it out. I didn't have any time testing yet
and will hopefully continue tomorrow.
As Thomas previously wrote, we then need to work on 0.1 tickets (2),
if any of the developers could help out - it would be really
appreciated. After all we have 22 contributors (well, 21) according to
Ohloh (3) which theoretically means we have the resources.
Cheers,
Till (and also Tomasz)
1, <http://trac.roundcube.net/browser/branches/devel-vnext>
2, <http://trac.roundcube.net/query?status=new&status=assigned&status=reopened&…>
3, <http://www.ohloh.net/projects/240/analyses/latest/contributors>
_______________________________________________
List info: http://lists.roundcube.net/dev/
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I make two small patches to correct two smalls problems :
First, When we got a new mail, the title of the page change (the number of
new mails is showed). But if we click to set a message as read, or delete
it,
the title counter is not updated.
So !
- - When a message is moved or deleted, the counter is updated [only for
inbox)
- - When a message is read/unread on the list, the counter is updated [only
for inbox]
- - If you access roundcube with an url like ?_task=mail&_mbox=INBOX,
counter
is updated (only for inbox)
- - If you read a message and return to the list, the counter is updated
- - We you read a message, the counter is updated too (counter is here when
you read the message). I don't know if it's a
good idea, but is hard to disable this (it's possible, but it's mean a lot
of changes)
- - If you navigate between folders and go to inbox, the counter is
updated.
- - When a new message is received, the title is updated, only for inbox !
(I
think this feature for trash is not very useful ;) )
It's fix http://trac.roundcube.net/ticket/1484650 :)
Second :
We you click on a list, and re-click later on the same row, the row is
showed as selected, but not in the interface (for example in the mail list
button for actions (replay...) switch to disables)
I didn't really found the problem in the code, but I find a way to fix the
problem. I tested the lists with my edit, and I don't see any changes in
they comportment, so I think it's ok.
All patches are based on the trunk, lasted revision. I hope you will patch
the trunk if there is no problems :)
Regards,
- --
Maximilien Cuony [The_Glu]
http://theglu.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (GNU/Linux)
Comment: http://firegpg.tuxfamily.org
iEYEARECAAYFAkebNgoACgkQjKKs5/FTCjUYJgCfaoNMSYcPgGOmAyWlgrBiGfGt
XDEAniLuQJva9R+hmctKwr5yoQlZwwve
=dm/6
-----END PGP SIGNATURE-----
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/pf/7yJFnqq1/patch1-unreadcounter.txthttp://detached.gigo.com/rc/pf/7yJFnqq1/patch2-long-double-c.txt
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/