index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gallery
/
helpers
/
system.php
Age
Commit message (
Collapse
)
Author
2011-05-18
Correction for the merge conflict markers I accidentally committed.
Chad Parry
2011-05-18
Merge branch 'master' of https://github.com/gallery/gallery3 into rawphoto
Chad Parry
Conflicts: modules/gallery/helpers/system.php modules/gallery/tests/System_Helper_Test.php
2011-05-04
Remove a newline I accidentally introduced.
Chad Parry
2011-05-04
Simplified the temp_filename implementation and removed the mocks.
Chad Parry
2011-04-30
Change the signature of system::tempnam to something more appropriate for ↵
Chad Parry
Gallery.
2011-04-30
Create a tempnam substitute that safely creates files with a given extension.
Chad Parry
2011-04-30
Change the signature of system::tempnam to something more appropriate for ↵
Chad Parry
Gallery.
2011-04-23
Create a tempnam substitute that safely creates files with a given extension.
Chad Parry
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2011-01-10
Stop 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.