Adam Fell
- Email:
- Registered on: 04/24/2008
- Last connection: 07/22/2010
Projects
- Web Shell (Manager, 02/22/2009)
Activity
Reported issues: 139
07/28/2009
- 12:30 PM Web Shell Bug #622: SplFileInfo ::realpath not always available
- realpath was added to the SplFileInfo library in PHP 5 >= 5.2.2. Servers running less that this don't have it. Need to implement this function so that it does not use realpath.
06/29/2009
- 11:37 AM Web Shell Bug #610: HTML STDOUT Not Rendered Properly
- When commands likes, ls -ahl return their standard output, it might be sent back in chunks. These chunks will not be properly formed HTML because it might be only '<div>stuff' and not '<div>stuff</div>', and thus it will not render correctly. HTML...
04/27/2009
- 08:38 AM Web Shell Bug #552 (Closed): Data data flush limited to 8192 bytes
- 08:37 AM Web Shell Bug #551 (Closed): Edit File-- Save
03/23/2009
- v0.1.1743
- 03:42 PM Web Shell Revision 1743: also forgot to change the redirection to index.php
- also forgot to change the redirection to index.php
- 03:32 PM Web Shell Revision 1742: broke stderr on last commit, also add a few refreshCmds
- broke stderr on last commit, also add a few refreshCmds
03/21/2009
- 08:20 PM Web Shell Bug #551 (Resolved): Edit File-- Save
- 06:44 PM Web Shell Bug #552 (Resolved): Data data flush limited to 8192 bytes
- This should be fixed now. Output data from the commands is now sent in chunks when it exceed 5500 bytes rather as one big string. This prevents the client from processing too many large incomplete JSON objects.
- 06:30 PM Web Shell Revision 1733: #522: changed stdout to be sent in chunks rather than all at once so as the js can...
- #522: changed stdout to be sent in chunks rather than all at once so as the js can handle larger data output
Also available in: Atom