-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/102492/
-----------------------------------------------------------

Review request for ownCloud.


Summary
-------

There is a bug in the filelisting (files/index.php) which causes troubles when 
listing files which don't have an extension, e.g.
Test123 vs. Test123.txt

The filenames of such files were only shown when hovering them.
The reason for this behaviour was the hackish approach on splitting the 
filename by using substr() and strrpos().

The bugfix uses now PHP's builting pathinfo() to do this job.


Diffs
-----

  files/index.php 0595463 

Diff: http://git.reviewboard.kde.org/r/102492/diff


Testing
-------


Screenshots
-----------

Filename for files without extension is only shown on hover
  http://git.reviewboard.kde.org/r/102492/s/244/


Thanks,

Elias

_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud

Reply via email to