ClearFoundation Tracker - ClearOS
View Issue Details
0001118ClearOSapp-base - Base Systempublic2013-04-25 12:202013-05-14 14:20
user2 
 
normaltweakN/A
closedfixed 
 
6.4.0 Updates6.4.0 Updates 
0001118: Add ability to skip file size checks in API
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.
No tags attached.
Issue History
2013-04-25 12:20user2New Issue
2013-04-25 12:20user2Checkin
2013-04-25 12:20user2Note Added: 0000822
2013-04-25 12:20user2Statusnew => resolved
2013-04-25 12:20user2Resolutionopen => fixed
2013-04-25 12:21user2Fixed in Version => 6.4.0 Updates
2013-04-25 12:58user2Checkin
2013-04-25 12:58user2Note Added: 0000824
2013-05-14 14:20user2Statusresolved => closed

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