Changes between Version 13 and Version 14 of Howto_ReportIssues
- Timestamp:
- Aug 15, 2012 2:21:42 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howto_ReportIssues
v13 v14 9 9 === Most current version === 10 10 11 Please understand that Round Cube is a very young project. So because development never stops and in order to ease the burden on us, we hereby ask you to test your issues always against the latest available version from [wiki:Dev_SVN Subversion]. Or click this link directly [http://trac.roundcube.net/changeset/latest/trunk/?old_path=%2F&format=zip Latest version from trunk]11 Please understand that Roundcube is a very young project. So because development never stops and in order to ease the burden on us, we hereby ask you to test your issues always against the latest available version from [wiki:Dev_GIT git] or click this link directly [https://github.com/roundcube/roundcubemail/zipball/master Latest version from master] 12 12 13 13 === Check list === … … 21 21 === Keeping your system up to date === 22 22 23 Round Cube is tested in current environments, so if for example your mailserver has not been updated in over a year, please do this '''first''' to confirm your issue.[[BR]]23 Roundcube is tested in current environments, so if for example your mailserver has not been updated in over a year, please do this '''first''' to confirm your issue.[[BR]] 24 24 [[BR]] 25 25 Mailserver issues are not the only thing to keep in mind - PHP updates are there for several reasons. Performance, security and features. We test against ''recent'' version of PHP 5, so please update it first and confirm your issue. … … 29 29 ==== How to enable them? ==== 30 30 31 Round Cube has a configuration option in config/main.inc.php which logs all errors to a log file located in "webmail/logs/" (assuming "webmail" is the directory of your Roundcube install).[[BR]]31 Roundcube has a configuration option in config/main.inc.php which logs all errors to a log file located in "webmail/logs/" (assuming "webmail" is the directory of your Roundcube install).[[BR]] 32 32 [[BR]] 33 33 So even though you might only see a blank page, chances are good that there is a more detailed explaination of what went wrong in the logs. … … 44 44 === Samples === 45 45 46 Even though there are tons of RFCs on email, it seems to be a rather 'lax standard by how different mailservers and mailclients interpret it. If you find out that a problem can be reproduced with a certain email, please share this email on [http://testing.roundcube.net/ Roundcube Testing] and open a ticket accordingly.46 Even though there are tons of RFCs on email, it seems to be a rather 'lax standard by how different mailservers and mailclients interpret it. If you find out that a problem can be reproduced with a certain email, please attach this email to a ticket in our bugtracker. 47 47 48 48 === Patches === … … 50 50 Yes, we like patches - even if we may not apply them word by word they give us an idea and jumpstart us on your issue. We also credit accordingly. :)[[BR]] 51 51 [[BR]] 52 If you'd like to contribute a patch, please create it against the latest source and send us the output of "svn diff".52 If you'd like to contribute a patch, please create it against the latest source and send us the unified diff or create a pull request on github. 53 53 54 54 === Translations === … … 57 57 58 58 59 === Debugging Round Cube ===59 === Debugging Roundcube === 60 60 61 To debug Round Cube, we suggest you use [http://xdebug.org Xdebug].61 To debug Roundcube, we suggest you use [http://xdebug.org Xdebug]. 62 62 63 63 Xdebug has the ability to profile PHP code. The profiler is very detailed and allows you to see how much time is spend in certain parts of the code.
