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
/
tests
Age
Commit message (
Expand
)
Author
2009-09-10
Rename ORM_MPTT::is_descendant() to ORM_MPTT::contains() to make the
Bharat Mediratta
2009-09-08
Fix a thinko-- of course we want urls to be the path to the file itself.
Bharat Mediratta
2009-09-08
Change $this->_photo to just $photo
Bharat Mediratta
2009-09-08
Fix test to support new slug code.
Bharat Mediratta
2009-09-08
Update item::convert_filename_to_slug() to eliminate leading and
Bharat Mediratta
2009-09-07
Add item::validate_url_safe() with a test.
Bharat Mediratta
2009-09-07
Update golden file.
Bharat Mediratta
2009-09-07
Add support for a per-item "slug" which will be the user-visible url
Bharat Mediratta
2009-09-05
Bugfixes for locales::locale_from_http_request(), and adding tests.
Andy Staudacher
2009-09-05
Update XSS test golden data file.
Andy Staudacher
2009-09-04
XSS test golden data file update
Andy Staudacher
2009-09-04
Simplifying SafeString a bit: From a XSS HTML security point of view, treat c...
Andy Staudacher
2009-09-03
Checkpoint.
Bharat Mediratta
2009-09-03
Fix tests for new purifier API.
Bharat Mediratta
2009-09-03
Fix test for new purifier API.
Bharat Mediratta
2009-09-03
Ensure that purify isn't applied twice for an already purified SafeString
Andy Staudacher
2009-09-03
Merge branch 'master' into talmdal
Tim Almdal
2009-09-03
fix the expected return value of photos controller
Tim Almdal
2009-09-03
fix the expected return value of album controller
Tim Almdal
2009-09-03
Change the Html_Helper and SafeString tests to change the expeced results bas...
Tim Almdal
2009-09-02
Fix formatting, and use a properly named file in
Bharat Mediratta
2009-09-01
Update XSS scanner golden file
Andy Staudacher
2009-09-01
Remove debugging code
Andy Staudacher
2009-09-01
Fix bug in XSS scanner for <script> block @ position 0 of inline_html
Andy Staudacher
2009-08-31
Update XSS test golden file
Andy Staudacher
2009-08-31
Add XSS check for HTML attributes
Andy Staudacher
2009-08-31
Add XSS check to ensure that html::js_string() is not preceded by a quote.
Andy Staudacher
2009-08-31
Adding XSS test for href="javascript: and onclick="..."
Andy Staudacher
2009-08-31
Rename mark_safe() to mark_clean()
Andy Staudacher
2009-08-30
Updating golden XSS-test data file
Andy Staudacher
2009-08-30
Check for href="<?= $foo ?>" (malicious "javascript:..." string)
Andy Staudacher
2009-08-30
Updating XSS golden file
Andy Staudacher
2009-08-30
Tabs to spaces cleanup
Andy Staudacher
2009-08-30
Rename clean_js to js_string and have it return a complete JS string (with de...
Andy Staudacher
2009-08-30
Improve no_tabs test to print out a complete list of files + line numbers + l...
Andy Staudacher
2009-08-30
Add $theme-> methods to Xss whitelist for HTML safety.
Andy Staudacher
2009-08-29
Update all code to use helper method html::clean(), html::purify(), ... inste...
Andy Staudacher
2009-08-29
Adding html::clean(), ::purify(), etc.
Andy Staudacher
2009-08-29
Undo url helper changes - url methods no longer return a SafeString.
Andy Staudacher
2009-08-29
Merge commit 'upstream/master'
Andy Staudacher
2009-08-29
Fixing all detected XSS vectors in PHP->JS code.
Andy Staudacher
2009-08-29
Add more factory methods for convenience:
Andy Staudacher
2009-08-29
Clean up the test and get it working.
Bharat Mediratta
2009-08-29
Adding SafeString::for_html_attr()
Andy Staudacher
2009-08-29
Fix for 641... extend viewable functionality to comments. Viewable unit test ...
Tim Almdal
2009-08-29
Have url::site() and other methods return a SafeString, just as t() and t2().
Andy Staudacher
2009-08-29
Standardize the access to the create_random_item method
Tim Almdal
2009-08-29
Adding SafeString which is going to replace p::clean() and p::purify().
Andy Staudacher
2009-08-05
Change the children and descendants APIs to be more consistent and to
Bharat Mediratta
2009-08-05
Revert "Allow a theme to override the page refresh mechanism. Create a new"
Tim Almdal
[next]