summaryrefslogtreecommitdiffstats
path: root/system/libraries/Upload.php
AgeCommit message (Expand)AuthorFilesLines
2012-03-26Remove access description lines and cleanup the Upload libraryAndrey Andreev1-182/+146
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-03-04Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-10/+8
2012-03-04Merged conflicts.Phil Sturgeon1-1/+1
2012-03-03Fixed a bug - CI_Upload::_file_mime_type() could've failed if popen() is used...tubalmartin1-1/+1
2012-03-01Fix issue #153 (E_NOTICE generated by getimagesize())Andrey Andreev1-9/+7
2012-02-29removed double slashMichiel Vugteveen1-1/+1
2012-02-29Merged in 2.1-stable changes.Phil Sturgeon1-23/+80
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-27Revert "Abstracting the loading of files in the config directory depending on...Greg Aker1-5/+10
2011-12-25Abstracting the loading of files in the config directory depending on environ...Greg Aker1-10/+5
2011-12-21Also replace old-style 'var' with 'public'Andrey Andreev1-2/+2
2011-12-19Add method visibility declarations and optimize display_errors() method in Im...Andrey Andreev1-8/+2
2011-12-13Tweak MIME regular expression check againAndrey Andreev1-1/+1
2011-12-11Fix regular expression for validating MIME type stringAndrey Andreev1-1/+1
2011-12-09Improve CI_Upload::_file_mime_type()Andrey Andreev1-24/+78
2011-12-02Update a comment, just to be clearerAndrey Andreev1-1/+1
2011-12-02Hotfix for a file type detection bug in the Upload libraryAndrey Andreev1-2/+5
2011-11-23tmp_path does not exists, should be tmp_nameMichiel Vugteveen1-1/+1
2011-11-22Merge master (2.1.0) and fixed conflicts.Phil Sturgeon1-2/+2
2011-10-27Change Windows OS detection approachAndrey Andreev1-1/+1
2011-10-27Fix an erroneus variable name and a typo in commentsAndrey Andreev1-2/+2
2011-10-27Fix alignment with tabs instead of spacesAndrey Andreev1-1/+1
2011-10-27Remove an unnecessary variable initializationAndrey Andreev1-2/+0
2011-10-27Added _file_mime_type() method to system/libraries/Upload.php in order to fix...Andrey Andreev1-2/+66
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-10-04Change Windows OS detection approachAndrey Andreev1-1/+1
2011-09-26Use CI's is_php() instead of comparing against phpversion()Andrey Andreev1-1/+1
2011-09-24Fix an erroneus variable name and a typo in commentsAndrey Andreev1-2/+2
2011-09-24Fix alignment with tabs instead of spacesAndrey Andreev1-1/+1
2011-09-24Remove an unnecessary variable initializationAndrey Andreev1-2/+0
2011-09-24Added _file_mime_type() method to system/libraries/Upload.php in order to fix...Andrey Andreev1-2/+66
2011-08-21Fixed issue #26. Added max_filename_increment as a config setting.Adam Jackett1-26/+28
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-14/+14
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-14/+14
2011-04-25Fixed double-space typo.Razican1-14/+14
2011-04-19Removing internal references to the EXT constant. Additionally, marked the c...Greg Aker1-4/+4
2011-04-06Made Environment Support optional. Comment out or delete the constant to stop...Phil Sturgeon1-6/+0
2011-04-06Made Environment Support optional. Comment out or delete the constant to stop...Phil Sturgeon1-1/+1
2011-04-05Removing security loading calls.Pascal Kriete1-6/+0
2011-03-22Fixed logic and removed the error supressingEric Barnes1-8/+9
2011-03-18Fixed coding to match standards from previous releasesEric Barnes1-3/+3
2011-03-17load config files from environment specific locations in core classes, helper...bubbafoley1-1/+10
2011-03-15Fixed upload issue reported by Valhallen and fixed by bubbafoley.Phil Sturgeon1-1/+1
2011-02-16Merged CodeIgniter Core changes and integrated rob1's secure cookie change in...Phil Sturgeon1-1/+12
2011-02-14Whitespace cleanup in libraries/Pascal Kriete1-1/+1
2011-01-30Filemanger stuff and nuked a persisting flash cookie on login.Robin Sowell1-1/+2
2011-01-27Automated merge with https://bitbucket.org/ellislab/codeigniterPhil Sturgeon1-1/+12
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-12-15Upload library file_name can now be set without an extension, the extension w...Phil Sturgeon1-1/+12