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
/
helpers
/
gallery_event.php
Age
Commit message (
Expand
)
Author
2010-06-12
Use "continue_url" instead of "continue" for consistency with the
Bharat Mediratta
2010-06-12
Stop trying to parse the continue url in the logout controller because
Bharat Mediratta
2010-06-06
Don't show the rotate links if the active user can't edit the photo. Fixes t...
Bharat Mediratta
2010-05-14
Fix-ups for d98b85f7d3142676e6b4f407a18ed81564823f88
Bharat Mediratta
2010-05-14
Merge branch 'master' of github.com:gallery/gallery3
Chad Kieffer
2010-05-14
Drop context_menu for wind's photo/resize view. Move photo edit options to th...
ckieffer
2010-05-10
Pick a new album cover when the photo that's the current cover is
Bharat Mediratta
2010-05-08
Deleted extra CSS class assignment for context_menu delete option.
ckieffer
2010-03-05
Merge branch 'master' of git://github.com/fpaterno/gallery3
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-03-01
Fix bug #1015 : repeated ids are prohibited
Florent Paterno
2010-02-21
Revert "Fix Kohana's internal cache for Gallery's usage pattern."
Andy Staudacher
2010-02-21
Fix Kohana's internal cache for Gallery's usage pattern.
Andy Staudacher
2010-02-19
Refactor away the "display_all" construct in User_Profile_Controller.
Bharat Mediratta
2010-02-18
Revert "Fix for ticket #491: Make user and group names translatable."
Bharat Mediratta
2010-02-14
Fix for ticket #491: Make user and group names translatable.
Andy Staudacher
2010-02-14
Some HTML validation fixes (don't render empty <ul> lists, empty id attribute...
Andy Staudacher
2010-02-07
Last partial fix for ticket 585: Compartmentalize the admin area and require ...
Andy Staudacher
2010-02-07
Rename user_authenticate_xxx events to user_auth_xxx for brevity.
Bharat Mediratta
2010-02-07
Create the concept of a "failed authentication" as semantically
Bharat Mediratta
2010-02-02
Protect password changes against brute force attacks.
Bharat Mediratta
2010-01-30
Prevent brute force login attacks by reducing login attempts to 1 per
Bharat Mediratta
2010-01-28
Add page_type to the rotate and delete context menu items so that the
Bharat Mediratta
2010-01-28
Make the varible for the profile name more descriptive and clean the label
Tim Almdal
2010-01-28
Do all the html::clean|purify calls in the views and not the controller. Also...
Tim Almdal
2010-01-27
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-25
Apply html::clean() to UI visible strings, and show language names instead of...
Andy Staudacher
2010-01-25
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
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-23
Add a user_menu method to the Admin_View and then use this method to get the
Tim Almdal
2010-01-22
Merge branch 'master' of git@github.com:gallery/gallery3
Tim Almdal
2010-01-22
Remove the identity manager screens and controller as alterntive identity pro...
Tim Almdal
2010-01-22
Treat identity providers just like other modules and use the admin_module to
Tim Almdal
2010-01-22
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-21
Use Unicode instead of HTML entity (since the l10n server normalizes this way...
Andy Staudacher
2010-01-16
Oops, log::failure() doesn't exist. Use log::error().
Bharat Mediratta
2010-01-16
Convert photo uploading over to the new model based validation
Bharat Mediratta
2010-01-04
Fix the logout link to send you back to the current url. The old
Bharat Mediratta
2009-12-31
A more thorough fix for #745 and #940. Stop using the referer to
Bharat Mediratta
2009-12-29
Another holdover from the K2.4 conversion. In R2.4 the url::current(true) was...
Tim Almdal
2009-12-17
Convert some database queries.
Bharat Mediratta
2009-12-06
Update database queries.
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-20
Fixes #898
Bharat Mediratta
2009-11-19
Revert "Currently Admin_Theme_Options controller assumes that all the themes ...
Tim Almdal
2009-11-18
Currently Admin_Theme_Options controller assumes that all the themes will pro...
Tim Almdal
2009-11-17
Redesign the way that we consider page types to create buckets of page
Bharat Mediratta
2009-11-07
Remove debugging statement
Tim Almdal
[next]