summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/system.php
AgeCommit message (Collapse)Author
2011-05-18Correction for the merge conflict markers I accidentally committed.Chad Parry
2011-05-18Merge branch 'master' of https://github.com/gallery/gallery3 into rawphotoChad Parry
Conflicts: modules/gallery/helpers/system.php modules/gallery/tests/System_Helper_Test.php
2011-05-04Remove a newline I accidentally introduced.Chad Parry
2011-05-04Simplified the temp_filename implementation and removed the mocks.Chad Parry
2011-04-30Change the signature of system::tempnam to something more appropriate for ↵Chad Parry
Gallery.
2011-04-30Create a tempnam substitute that safely creates files with a given extension.Chad Parry
2011-04-30Change the signature of system::tempnam to something more appropriate for ↵Chad Parry
Gallery.
2011-04-23Create a tempnam substitute that safely creates files with a given extension.Chad Parry
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-10Stop using "which" to find binaries. Create system::find_binary()Bharat Mediratta
which traverses the $PATH and returns any executable binary of the appropriate name that it can find. Fixes #1555.