summaryrefslogtreecommitdiff
path: root/core/tests
AgeCommit message (Expand)Author
2009-02-28Change the pattern to identify tables that need prefix substitution toTim Almdal
2009-02-27Replace the string [table_name] with {$prefix}table_name. SlowlyTim Almdal
2009-02-27Remove commented codeTim Almdal
2009-02-26Removed raw update sql and replaced it with Database::update(...)Tim Almdal
2009-02-24Fix i18n create table sql (forgot to change core_install.php)Andy Staudacher
2009-02-12Change i18n message key to include the plural form (to ensure that it's truly...Andy Staudacher
2009-02-10style fixes (style for method names, style for vars in locale.php)Andy Staudacher
2009-02-09Add local localization functionality. Local = no means to upload / download t...Andy Staudacher
2009-02-09Adding translation UI. Not backed by any model yet (submissions are ignored).Andy Staudacher
2009-02-08Fix a bug that I think I introduced in my last sendmail refactor whereBharat Mediratta
2009-02-08Use the ORM method delete_all to remove selected records from theTim Almdal
2009-02-08rollback r20001-r19998, r19995. This may require a reinstallTim Almdal
2009-02-07The start of the exif module. so I can merger the exifer libraryTim Almdal
2009-02-07Changed the way album and photo creation guards against duplicateTim Almdal
2009-02-05Move test-related extensions to Sendmail into a subclass that we onlyBharat Mediratta
2009-02-02Fix sendmail tests (had mismatch between configured header separator and expe...Andy Staudacher
2009-01-29Add support for pretty urls. So now instead of urls like:Bharat Mediratta
2009-01-28Create a sendmail library to wrap the call to the system sendmailTim Almdal
2009-01-23Add support for parenthetical grouping to Database queries. Turns outBharat Mediratta
2009-01-19Fix up various little things to get File_Structure_Test to pass.Bharat Mediratta
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-14Make sure that helper functions are all static. Add newBharat Mediratta
2009-01-13Models should be named in adjective_noun form to make pluralizatoinBharat Mediratta
2009-01-11Remove path normalization, the current normalization code didn't go far enoug...Andy Staudacher
2009-01-11MySQL strict fix for Item_Model test. Set all fields that have no default value.Andy Staudacher
2009-01-11Fix ORM MPTT tests for MySQL strict mode (can't omit Iten type in inserts, it...Andy Staudacher
2009-01-11Fix Access_Helper tests for MySQL strict mode (can't omit Iten type in insert...Andy Staudacher
2009-01-11Fix all file structure issues (tabs, bad preambles, etc).Bharat Mediratta
2009-01-11Allow .txt.php viewsBharat Mediratta
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2009-01-08First step of i18n refactoring:Andy Staudacher
2009-01-08module::event now takes an unlimited number of argsBharat Mediratta
2009-01-04Make sure that create/update/delete fail without CSRF.Bharat Mediratta
2009-01-01Change the preamble for views in two ways:Bharat Mediratta
2008-12-31PhotoID -> PhotoId for consistencyBharat Mediratta
2008-12-31Fix a bug where we were accidentally allowing view permissions whenBharat Mediratta
2008-12-31Fully implement the view_full permission.Bharat Mediratta
2008-12-26Add module::clear_var()Bharat Mediratta
2008-12-25Split Items_Controller_Test into Photos and Albums testsBharat Mediratta
2008-12-23Change photo::create() and album::create() to take ORM instancesBharat Mediratta
2008-12-22Update Selenium IDE test case file names.Chad Kieffer
2008-12-21Removed my local dev url.Chad Kieffer
2008-12-20Add "created" and "updated" timestamps to the items table.Bharat Mediratta
2008-12-18I'm tired of clicking. Here are a few Selenium IDE tests.Chad Kieffer
2008-12-17Change the album thumbnail/resize from _album.jpg to .album.pjgBharat Mediratta
2008-12-17Separate thumbnails out into var/thumbs. This clears up some ambiguity in I...Bharat Mediratta
2008-12-16Make the profiler output more legible by adding some padding to the table.Bharat Mediratta
2008-12-16Fix a bug where we were not deleting the .htaccess file on access::reset()Bharat Mediratta
2008-12-16Create and delete .htaccess files based on the view permissions forBharat Mediratta
2008-12-16Permission only function on albums.Bharat Mediratta