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
/
controllers
Age
Commit message (
Expand
)
Author
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2010-01-31
Remove obsolete call to _force_block_adder() which has been broken for over a...
Bharat Mediratta
2010-01-30
Update install.sql -- gallery version jumps from 23 to 25 due to a mistake
Bharat Mediratta
2010-01-30
Prevent brute force login attacks by reducing login attempts to 1 per
Bharat Mediratta
2010-01-28
Add @todo.
Bharat Mediratta
2010-01-28
Cast the SafeString $task->status to (string) so that it doesn't come
Bharat Mediratta
2010-01-28
Do all the html::clean|purify calls in the views and not the controller. Also...
Tim Almdal
2010-01-25
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-25
Remove the return url and change the return button on the user profile page t...
Tim Almdal
2010-01-24
Add the active notifications and rest api key to user profile page.
Tim Almdal
2010-01-24
add CSRF protection to the user profile send method.
Tim Almdal
2010-01-24
Refactor creating the user profile page content into the the event module. T...
Tim Almdal
2010-01-23
Create a user profile page that is used as a landing page when referencing a ...
Tim Almdal
2010-01-23
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-22
If the userid/password combination, render the full page instead of just prin...
Tim Almdal
2010-01-22
Trap any errors that may occur when trying to install a new identity provider...
Tim Almdal
2010-01-22
Change the check_environment method in the module helper and the module insta...
Tim Almdal
2010-01-22
Remove the identity manager screens and controller as alterntive identity pro...
Tim Almdal
2010-01-21
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-21
The admin module controller allows modules to provide a check_environment method
Tim Almdal
2010-01-20
Fix maintenance tasks / language admin for bug introduced earlier by no longe...
Andy Staudacher
2010-01-19
Change "filename" to "name" in the edit album form. I'd rather have
Bharat Mediratta
2010-01-19
Change "dirname" to "name" in the edit album form. I'd rather have
Bharat Mediratta
2010-01-16
Use "(string) $form" instead of "$form->__toString()"
Bharat Mediratta
2010-01-16
Convert Movies_Controller::update() over to model based validation.
Bharat Mediratta
2010-01-16
Make movie creation use model based validation. Move movie related
Bharat Mediratta
2010-01-16
Convert Photos_Controller::update() to use model based validation.
Bharat Mediratta
2010-01-16
Convert photo uploading over to the new model based validation
Bharat Mediratta
2010-01-15
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-15
Move model business logic out of album::create() and into
Bharat Mediratta
2010-01-15
Don't use Input directly to get album names, etc. Use the form fields.
Bharat Mediratta
2010-01-14
Begin the process of converting to model based validation. Right
Bharat Mediratta
2010-01-13
Somemore K24 migration holdovers. need to specify the where statement with o...
Tim Almdal
2010-01-11
Remove the translation submit button from translation search form. Fixes tic...
Tim Almdal
2010-01-08
Change file proxy to url encode the path components instead of the entire pat...
Tim Almdal
2010-01-07
Use rawurlencode to remove any encoding that the browser may have added. Fix...
Tim Almdal
2010-01-04
Fix the logout link to send you back to the current url. The old
Bharat Mediratta
2010-01-04
Send an empty Pragma header and use the item-updated time in the last-modifie...
Tim Almdal
2010-01-01
Don't enable the rest module by default yet; we should make sure that
Bharat Mediratta
2010-01-01
Correct the sql so that the guest and admin passwords are actually blanked as...
Tim Almdal
2009-12-31
A more thorough fix for #745 and #940. Stop using the referer to
Bharat Mediratta
2009-12-30
Change the file proxy to use the expires helper to manage content expiration....
Tim Almdal
2009-12-23
Convert a bunch of leftover kohana::show_404 calls to throw
Bharat Mediratta
2009-12-21
Updates for the latest version of Kohana 2.4:
Bharat Mediratta
2009-12-17
Convert some more database queries.
Bharat Mediratta
2009-12-17
Update all database queries such that we can run "php index.php
Bharat Mediratta
2009-12-17
Improve the exception error message.
Bharat Mediratta
2009-12-16
Convert a database call.
Bharat Mediratta
2009-12-16
Convert a database call.
Bharat Mediratta
2009-12-16
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
[next]