Hi everybody
The install script for RoundCube is almost finished and I'd like you
to try out and test it.
Just get the latest SVN checkout and point your browser to
http://your-roundcube-url/installer/
The installer first checks the PHP environment and folder permissions.
The next step shows a form to comfortably set the most common config
options. After saving the generated configuration to the according
files, the final step of the install script will help you test the
config settings. Those who have a Postgres database available are
requested to create an empty database and test if the db
initialization of the installer works.
Please let me know what you think of it and what's not working
correctly. Thanks!
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
The Hungarian translation's encoding was wrong (the messages.inc file)
here are the converted files:
http://dblaci.hu/rc1hu-2008-03-13.zip
or simply convert messages.inc (recode iso8859-2..utf-8 messages.inc)
Thanks!
DBLaci
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
Here are the changes I would like to propose to the address book:
1. Have an address book factory Class which will return the list of address
books ( for column that appears with ldap )
2. Create an interface class for working with address book - Each Address
Book class will have a method to report it's capability ( predictive text,
list, search etc... )
3. The factory will load the correct class for called address book, and
return the object.
Roundcube will work with the interface defined by the interface class.
These are the changes I would like to perform to the address book and they
will not be PHP4 compatible.
What do you guys think?
David
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all, i'm entusiastic , RCM is very cool , but i'de like do go
deeper in it.
Is there a place where i can download or simply read tutorials or
manuals to implement actions and tasks ?
I've not much time to read the entire source tree :|
Tnx all
BB
Matteo C.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi !
I made a small patch that will quote names that contains special chars
(as defined in RFC822) in auto-completion (fix bug #1483999,
http://trac.roundcube.net/ticket/1483999 )
Also, should we check (using Javascript) if destination fields ("To:",
"Cc:", "Bcc:") are RFC822 compliant before sending mail ? I mean
throwing an error with bad formatted field (Buggy: name
<buggy(a)example.org> isn't valid, but "Buggy: name" <buggy(a)example.org> is).
Thank you !
--
Benjamin Vanheuverzwin
iWeb Technologies http://www.iweb.com
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/a5/ZCLqW2dU/bugfix1483999.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
I'd like to have a server-side rule doing some classification that
labels my messages with IMAP flags
(http://deflexion.com/2006/05/server-side-message-labels). However, I
can find nothing in roundcube that will show me how these flags are set.
Ideally I'd like to be able to choose a color for each of a selection of
user-defined flags. Has anyone implemented something like that?
--
Dave Abrahams
Boost Consulting
http://boost-consulting.com
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I've created a patch to enable moving multiple messages
to a specified folder at once. The patch just adds the
move-to drop-down menu in mail.inc template file as it
seems to me that it is all that's needed for such
funcationality.
Please be aware that in smaller resolutions (browser window
sizes) the drop-down may overlap with the search field.
Here is the patch:
================ cut here ===============
--- mail.html~ 2008-03-07 10:51:10.000000000 +0100
+++ mail.html 2008-03-10 11:31:02.000000000 +0100
@@ -107,6 +107,8 @@
<roundcube:button command="forward"
imageSel="/images/buttons/forward_sel.png"
imageAct="/images/buttons/forward_act.png"
imagePas="/images/buttons/forward_pas.png" width="32" height="32"
title="forwardmessage" />
<roundcube:button command="delete"
imageSel="/images/buttons/delete_sel.png"
imageAct="/images/buttons/delete_act.png"
imagePas="/images/buttons/delete_pas.png" width="32" height="32"
title="deletemessage" />
<roundcube:button command="print"
imageSel="/images/buttons/print_sel.png"
imageAct="/images/buttons/print_act.png"
imagePas="/images/buttons/print_pas.png" width="32" height="32"
title="printmessage" />
+<roundcube:object name="mailboxlist" type="select" noSelection="moveto"
maxlength="25" onchange="rcmail.command('moveto',
this.options[this.selectedIndex].value)" class="mboxlist" />
+
<div id="markmessagemenu">
<ul class="toolbarmenu">
================ cut here ===============
Best regards,
--
Alexander Iliev
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all !
I made a tiny patch to fix ticket #1484839 (
http://trac.roundcube.net/ticket/1484839 ).
It removes completely the feature which gives the focus to the password
field when pressing 'enter' key. I think this is not a good UI behavior
for these reasons :
- On many web apps, pressing 'enter' activates the submit button (this
is the default 'enter' key behavior). I don't think users are used to
press 'enter' to switch input focus. They use the 'tab' key instead.
- In case you let people choose their server in the login form, pressing
'enter' in the password input won't give focus to the server input, but
will fire the submit action (but it should be possible to).
- This feature currently break Firefox and Safari concerning
auto-complete (as reported on #1484839).
That's why I would remove it.
Thank you !
--
Benjamin Vanheuverzwijn
iWeb Technologies http://www.iweb.com
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Ar/Hsj7PtAA/bugfix1484839.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/