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
/
core
/
tests
/
File_Structure_Test.php
Age
Commit message (
Expand
)
Author
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta
2009-05-26
Ignore index.local.php
Bharat Mediratta
2009-05-18
Update filters
Bharat Mediratta
2009-05-18
update PasswordHash path
Bharat Mediratta
2009-05-18
Restructure the code preamble checking tests to check all PHP files,
Bharat Mediratta
2009-05-17
Update preamble test to list all broken files at once
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-04-06
Exclude lib/swfupload from our scan paths
Bharat Mediratta
2009-02-07
The start of the exif module. so I can merger the exifer library
Tim Almdal
2009-01-19
Fix up various little things to get File_Structure_Test to pass.
Bharat Mediratta
2009-01-14
Make sure that helper functions are all static. Add new
Bharat Mediratta
2009-01-11
Remove path normalization, the current normalization code didn't go far enoug...
Andy Staudacher
2009-01-11
Fix all file structure issues (tabs, bad preambles, etc).
Bharat Mediratta
2009-01-11
Allow .txt.php views
Bharat Mediratta
2009-01-01
Change the preamble for views in two ways:
Bharat Mediratta
2008-12-16
Make the profiler output more legible by adding some padding to the table.
Bharat Mediratta
2008-12-08
Ignore gallery_unit_test/views/kohana_*.php
Bharat Mediratta
2008-11-26
Some code audit fixes and adding some directory separator normalization code ...
Andy Staudacher
2008-11-20
Limit File_Structure_Test to only apply the regex expression if views is cont...
Tim Almdal
2008-11-19
Change the regex to assert true for files that match the pattern "#/views/.*?...
Tim Almdal
2008-11-19
Change the view_files_end_in_html_dot_php_test to view_files_correct_suffix_t...
Tim Almdal
2008-11-11
Reset PasswordHash.php to its original state and exclude it from the file_str...
Tim Almdal
2008-11-10
Add a test to make sure that we have no windows-style line endings.
Bharat Mediratta
2008-11-04
Lots of new stuff!
Bharat Mediratta
2008-11-04
Add a test to detect tabs in our code, and convert all tabs to spaces
Bharat Mediratta
2008-11-02
Ignore view files in no_trailing_closing_php_tag_test since they will occasio...
Bharat Mediratta
2008-11-01
Add a test to verify that we have the right preamble on files.
Bharat Mediratta
2008-11-01
Clean up tests a bit.
Bharat Mediratta
2008-11-01
Add a new test to verify that view files end in .html.php
Bharat Mediratta
2008-11-01
Add first test; this verifies that we leave the ?> off at the end of PHP files.
Bharat Mediratta