ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001118ClearOSapp-base - Base Systempublic2013-04-25 12:202013-05-14 14:20
Reporteruser2 
Assigned To 
PrioritynormalSeveritytweakReproducibilityN/A
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version6.4.0 UpdatesFixed in Version6.4.0 Updates 
Summary0001118: Add ability to skip file size checks in API
DescriptionThe 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.
TagsNo tags attached.
Attached Files

- Relationships

-  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

- Issue History
Date Modified Username Field Change
2013-04-25 12:20 user2 New Issue
2013-04-25 12:20 user2 Checkin
2013-04-25 12:20 user2 Note Added: 0000822
2013-04-25 12:20 user2 Status new => resolved
2013-04-25 12:20 user2 Resolution open => fixed
2013-04-25 12:21 user2 Fixed in Version => 6.4.0 Updates
2013-04-25 12:58 user2 Checkin
2013-04-25 12:58 user2 Note Added: 0000824
2013-05-14 14:20 user2 Status resolved => closed