In my opinion having those many options is a little redundant. I think
we can replace all db_table_* options with one db_table_prefix and the
same with db_sequence_*. Then in future all operations on DB like
auto-update, new tables creation or sth will be simpler and will not
generate more options. I really like KIS rule. What do you think?
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
I've sent message with the same subject to users list. The languages
list containing percentage values of translated items was generated with
shell script:
#!/bin/bash
ENCOUNT=`grep -e '^\\$' en_US/* | wc -l`
for x in `ls -1 | grep -e '^[a-zA-Z_]*$'`
do
COUNT=`grep -e '^\\$' ${x}/* | wc -l`
DIFF=$((ENCOUNT-COUNT))
PERCENT=`echo "scale=2; $COUNT * 100 / $ENCOUNT" | bc`
echo "$x: $PERCENT% ($DIFF)"
done
It would be nice to have something like that somewhere on roundcube webpage.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
Here are updated translations for Cymraeg.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/HP/W8WKR70C/cy_GB.zip
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 was working on this bug and I'm not sure if my fix is best for that
issue. From the beginning... Steps to reproduce:
1. Login into RC with message preview pane enabled.
2. Open second tab or window with the same URL as the logged in RC
window (or select message on the list and then open it in new tab/window)
3. Click logout in the second tab.
4. Click on other message in the first tab.
Now login form is displayed in preview pane. Of course you cannot simply
log in inside preview pane frame. My patch adds that possibility, but
I've observed strange thing (without the patch). After step 3 it is
possible to select mailbox in first tab without re-login, so why
re-login is needed in preview pane. Is there a better workaround for
this issue?
My patch also adds fine side effect. Possibility to use links like
href="https://my.webmail.com/?_task=mail&_action=compose&_to=some@mail.com&_subje…"
outside of roundcube.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Developer http://roundcube.net
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/qv/8ok40k6m/login.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/
Hi all! After my performance improvements from last few weeks I've found
another place where roundcube can be more responsive. There is (in my
opinion) redundant imap connection and redirect when user logs in to
roundcube. I think we can get rid of it. Check attached patch. I'm
sending it here first, because I'm not sure that changes will not break
something (maybe there was some reason to do redirect that i don't know).
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/hH/AaQIfQFj/onlogin.diff
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
Attached are the updated files for the Croatian translation.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/7p/XFdO8Tzx/hr_HR.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/