summaryrefslogtreecommitdiff
path: root/modules/gallery/tests
AgeCommit message (Expand)Author
2009-12-23Updated the unit tests to match the current APITim Almdal
2009-12-15Updates the the interface based on actually using it.Tim Almdal
2009-12-09Add the REST delete processing for albums/photos/moviesTim Almdal
2009-12-09Implement the RESTful interface for albums/photos/moviesTim Almdal
2009-12-09Use the relative url cache to look up resources instead of the relative path....Tim Almdal
2009-12-08Correct the error message when the item is not found; remove the check for no...Tim Almdal
2009-12-08Add another error handler "not found" to the rest API.Tim Almdal
2009-12-06Remove the hidden form variable _method which was used in the no longer rest ...Tim Almdal
2009-11-25Remove the REST_Controller and assorted baggage. Completes ticket #917Tim Almdal
2009-11-25Refactor the album, movie and photo handling to remove the REST_Controller. ...Tim Almdal
2009-11-25Remove a debugging statementTim Almdal
2009-11-25Refactor the tags to remove the REST_Controller. Partial fix for ticket #917Tim Almdal
2009-11-25Refactor the comment module as part of ticket: #917 "Remove Rest Controller"Tim Almdal
2009-11-24Updated.Bharat Mediratta
2009-11-18Revert "Simplify the maintenance of the xss golden file by having each module...Tim Almdal
2009-11-18Simplify the maintenance of the xss golden file by having each module contibu...Tim Almdal
2009-11-18Update the xss golden file so tests pass.Tim Almdal
2009-11-15Xss data updateBharat Mediratta
2009-11-15Updated xss data.Bharat Mediratta
2009-11-15Use 'git ls-files' instead of glob() so that we only check files knownBharat Mediratta
2009-11-15Save/restore $_SERVER before/after tests to avoid contamination.Bharat Mediratta
2009-11-06Correct spacingTim Almdal
2009-11-01Update the modified with a local fix for Kohana ticket #2298Tim Almdal
2009-10-24Merge branch 'master' into talmdal_devTim Almdal
2009-10-24When an item is renamed or move insure that the target file name doesn't exis...Tim Almdal
2009-10-23Merge branch 'master' into talmdal_devTim Almdal
2009-10-23Initialize the slug field when doing the update testsTim Almdal
2009-10-23Only look for tests that are in the active modules. Update the controller gol...Tim Almdal
2009-10-23Move the filters that the File_Structure_Test use into a seperate file so oth...Tim Almdal
2009-10-22move the direct orm test to the users module.Tim Almdal
2009-10-22Rename No_Direct_access_Test and change the require_once to fully qualify the...Tim Almdal
2009-10-22Change the modifier on activate and deactivate methods to static as they are ...Tim Almdal
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-21use the appropriate API'sTim Almdal
2009-10-21Add the Gallery File Filters and a test to check that the user/group table is...Tim Almdal
2009-10-21Create a No_Direct_Access test which initially checks to insure there is no d...Tim Almdal
2009-10-19Simplify the user interface by moving the password reset functionality into t...Tim Almdal
2009-10-16Remove all non Identity API methods from Identity.php. Created an MY_Session...Tim Almdal
2009-10-16Start simplifying the interface by moving the static methods from user.php an...Tim Almdal
2009-10-09update the Access_Helper_Test to use the user::lookup_by_name API method.Tim Almdal
2009-10-04Renamed more CSS selectors from gName to g-name.Chad Kieffer
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-10-03Renamed and moved gOdd/gEven CSS classes.Chad Kieffer
2009-09-24Fix unit tests by updating the xss golden file and declaring gallery_error::e...Tim Almdal
2009-09-23Rename the default themes to wind and admin_wind. Change xss_data.txt file t...Tim Almdal
2009-09-23Correct indentationTim Almdal
2009-09-17- Add theme->movie_menu() to whitelisted methods.Andy Staudacher
2009-09-15Also check for rss feeds in controller auth checkAndy Staudacher
2009-09-15Controller auth / CSRF fixesAndy Staudacher
2009-09-15Add exception for REST controllers (no fixes necessary).Andy Staudacher