Anonymous | Login | 2024-11-21 08:52 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001118 | ClearOS | app-base - Base System | public | 2013-04-25 12:20 | 2013-05-14 14:20 | ||||
Reporter | user2 | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | tweak | Reproducibility | N/A | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | 6.4.0 Updates | Fixed in Version | 6.4.0 Updates | ||||||
Summary | 0001118: Add ability to skip file size checks in API | ||||||||
Description | The File API checks for file sizes in order to avoid any attempts to load a file larger than what PHP will allow. For some internal calls (notably access control configuration files), this check is not necessary and slows down page loads. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000822) user2 2013-04-25 12:20 |
Source Code Changelog --------------------------------------------------- - Added file size check to speed up access control page loads [fixed tracker 0001118] File Changes --------------------------------------------------- Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=5930 [^] U webconfig/apps/base/trunk/libraries/Access_Control.php U webconfig/apps/base/trunk/libraries/File.php |
(0000824) user2 2013-04-25 12:58 |
Source Code Changelog --------------------------------------------------- Use the PHP built-in filesize check for readable (i.e. no sudo required) files [tracker 0001118] File Changes --------------------------------------------------- Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=5934 [^] U webconfig/apps/base/trunk/libraries/File.php |