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
Age
Commit message (
Expand
)
Author
2009-05-16
Don't allow albums/photos/movies to end in "." because it risks
Bharat Mediratta
2009-05-16
Don't allow the various ::create() methods to take "/" in the name.
Bharat Mediratta
2009-05-16
Item_Model::rename() cannot accept new filenames that contain "/"
Bharat Mediratta
2009-05-16
Implement Item_Model::rename(), with unit tests.
Bharat Mediratta
2009-05-14
Updated to match r20797
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-11
Save and Restore the $_POST variable in tests that manipulate it so
Tim Almdal
2009-05-06
Fix for ticket #72
Tim Almdal
2009-04-06
Exclude lib/swfupload from our scan paths
Bharat Mediratta
2009-04-05
Add a weight column to the items model. Change the album ordering to
Tim Almdal
2009-03-25
Fix unit tests where the albums, resizes and thumbs directory were
Tim Almdal
2009-03-18
Fix for ticket 142: Choose plural form "other" for count == 0 (unless the loc...
Andy Staudacher
2009-03-17
Fix minor correctness issues
Bharat Mediratta
2009-03-12
Attempt to reduce the chance of replacing text in sql statements that
Tim Almdal
2009-03-11
Fix the test failures. If albums are created manually instead of
Tim Almdal
2009-03-11
Fix the test, with the addition of the additional fields required by
Tim Almdal
2009-02-28
Change the pattern to identify tables that need prefix substitution to
Tim Almdal
2009-02-27
Replace the string [table_name] with {$prefix}table_name. Slowly
Tim Almdal
2009-02-27
Remove commented code
Tim Almdal
2009-02-26
Removed raw update sql and replaced it with Database::update(...)
Tim Almdal
2009-02-24
Fix i18n create table sql (forgot to change core_install.php)
Andy Staudacher
2009-02-12
Change i18n message key to include the plural form (to ensure that it's truly...
Andy Staudacher
2009-02-10
style fixes (style for method names, style for vars in locale.php)
Andy Staudacher
2009-02-09
Add local localization functionality. Local = no means to upload / download t...
Andy Staudacher
2009-02-09
Adding translation UI. Not backed by any model yet (submissions are ignored).
Andy Staudacher
2009-02-08
Fix a bug that I think I introduced in my last sendmail refactor where
Bharat Mediratta
2009-02-08
Use the ORM method delete_all to remove selected records from the
Tim Almdal
2009-02-08
rollback r20001-r19998, r19995. This may require a reinstall
Tim Almdal
2009-02-07
The start of the exif module. so I can merger the exifer library
Tim Almdal
2009-02-07
Changed the way album and photo creation guards against duplicate
Tim Almdal
2009-02-05
Move test-related extensions to Sendmail into a subclass that we only
Bharat Mediratta
2009-02-02
Fix sendmail tests (had mismatch between configured header separator and expe...
Andy Staudacher
2009-01-29
Add support for pretty urls. So now instead of urls like:
Bharat Mediratta
2009-01-28
Create a sendmail library to wrap the call to the system sendmail
Tim Almdal
2009-01-23
Add support for parenthetical grouping to Database queries. Turns out
Bharat Mediratta
2009-01-19
Fix up various little things to get File_Structure_Test to pass.
Bharat Mediratta
2009-01-15
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Andy Staudacher
2009-01-14
Make sure that helper functions are all static. Add new
Bharat Mediratta
2009-01-13
Models should be named in adjective_noun form to make pluralizatoin
Bharat Mediratta
2009-01-11
Remove path normalization, the current normalization code didn't go far enoug...
Andy Staudacher
2009-01-11
MySQL strict fix for Item_Model test. Set all fields that have no default value.
Andy Staudacher
2009-01-11
Fix ORM MPTT tests for MySQL strict mode (can't omit Iten type in inserts, it...
Andy Staudacher
2009-01-11
Fix Access_Helper tests for MySQL strict mode (can't omit Iten type in insert...
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-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2009-01-08
First step of i18n refactoring:
Andy Staudacher
2009-01-08
module::event now takes an unlimited number of args
Bharat Mediratta
2009-01-04
Make sure that create/update/delete fail without CSRF.
Bharat Mediratta
2009-01-01
Change the preamble for views in two ways:
Bharat Mediratta
[next]