Changes between Version 13 and Version 14 of Howto_ReportIssues


Ignore:
Timestamp:
Aug 15, 2012 2:21:42 PM (9 months ago)
Author:
alec
Comment:

svn -> git

Legend:

Unmodified
Added
Removed
Modified
  • Howto_ReportIssues

    v13 v14  
    99=== Most current version === 
    1010 
    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_SVN Subversion]. Or click this link directly [http://trac.roundcube.net/changeset/latest/trunk/?old_path=%2F&format=zip Latest version from trunk] 
     11Please 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] 
    1212 
    1313=== Check list === 
     
    2121=== Keeping your system up to date === 
    2222 
    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]] 
     23Roundcube 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]] 
    2424[[BR]] 
    2525Mailserver 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. 
     
    2929==== How to enable them? ==== 
    3030 
    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]] 
     31Roundcube 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]] 
    3232[[BR]] 
    3333So 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. 
     
    4444=== Samples === 
    4545 
    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. 
     46Even 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. 
    4747 
    4848=== Patches === 
     
    5050Yes, 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]] 
    5151[[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". 
     52If 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. 
    5353 
    5454=== Translations === 
     
    5757 
    5858 
    59 === Debugging RoundCube === 
     59=== Debugging Roundcube === 
    6060 
    61 To debug RoundCube, we suggest you use [http://xdebug.org Xdebug]. 
     61To debug Roundcube, we suggest you use [http://xdebug.org Xdebug]. 
    6262 
    6363Xdebug 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.