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
/
controllers
Age
Commit message (
Expand
)
Author
2009-05-16
Support renaming albums, photos and movies.
Bharat Mediratta
2009-05-14
Fix save() to stop using ORM objects.
Bharat Mediratta
2009-05-14
Change the way we update view_count to use math instead of ORM for better acc...
Bharat Mediratta
2009-05-14
Cache variables in core._cache so that we can retrieve them all in a
Bharat Mediratta
2009-05-14
Beautify only the title, not the filename
Bharat Mediratta
2009-05-13
Fix a bad redirect.
Bharat Mediratta
2009-05-13
Add a little JS sugar to set the album directory name to the same as
Bharat Mediratta
2009-05-13
Allow admins to modify variables. This way when something goes wrong,
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-13
Add the "advanced settings" controller which lets you see all the
Bharat Mediratta
2009-05-13
Create a new "add" permission and require it at the controller level
Bharat Mediratta
2009-05-13
Unlink var/modules dir also when packaging
Bharat Mediratta
2009-05-13
Clean out old dirs before packaging.
Bharat Mediratta
2009-05-13
Beautify the title of uploaded files. Convert underscores to spaces, collaps...
Bharat Mediratta
2009-05-13
Log the complete exception information for exceptions that happen in tasks so...
Bharat Mediratta
2009-05-12
Fire off the module_change event whenever we install or uninstall a module
Bharat Mediratta
2009-05-09
Move the thumb_proportion method into Theme_View and set it by default
Tim Almdal
2009-05-08
Don't rely on the file to have an extension (or better: don't throw an
Bharat Mediratta
2009-05-08
Don't do ORM::factory() lookups on non-ints (thanks Romain LE DISEZ)
Bharat Mediratta
2009-05-02
Remove some unnecessary blank lines.
Bharat Mediratta
2009-05-02
Create item helper and move move_item(), remove_album_cover() and
Bharat Mediratta
2009-05-02
Move make_album_cover and remove_album_cover out of Item_Model and
Bharat Mediratta
2009-04-29
Refactor the creation and removal of the album covers into
Tim Almdal
2009-04-29
Reset the parent thumbnail in Item_Model::delete instead of where the
Tim Almdal
2009-04-29
Move the module::event("before_item_delete") into the
Tim Almdal
2009-04-28
auto install organize module
Bharat Mediratta
2009-04-22
Mark a task as stalled if it's > 15 seconds old (because tasks should ping ba...
Bharat Mediratta
2009-04-22
Make the scaling based on the target thumbnail size that was specified
Tim Almdal
2009-04-22
Added method to determine proportion of current thumb_size to the default, 15...
Chad Kieffer
2009-04-22
Refactor the move functionality into a helper function so it can be
Tim Almdal
2009-04-18
Redirect item/NN requests to absolute urls
Bharat Mediratta
2009-04-17
Don't show the 'no toolkit found' message unless we actually didn't find one
Bharat Mediratta
2009-04-17
Fix for ticket 203: Don't interpolate the translation string for the l10n cli...
Andy Staudacher
2009-04-06
Fix up the quick-edit code on the photos page. Everything but "move"
Bharat Mediratta
2009-04-05
Don't do graphics detection in core_installer::install() because that
Bharat Mediratta
2009-04-02
Completely task-ify the localization scanning code and restore the
Bharat Mediratta
2009-04-02
Continuation of r20518. Remove all the cases were the csrf values in
Tim Almdal
2009-03-31
Add missing 2nd argument for Theme_View()
Bharat Mediratta
2009-03-27
Add missing csrf value.
Bharat Mediratta
2009-03-27
Put csrf token into Admin_View and Theme_View by default, then use it
Bharat Mediratta
2009-03-26
Rename $block_id to $id to fix ticket #192
Bharat Mediratta
2009-03-26
Convert language updates over to task form. It's still very rough,
Bharat Mediratta
2009-03-26
Normalize code style.
Bharat Mediratta
2009-03-26
Convert the L10n scanner from a library to a helper.
Bharat Mediratta
2009-03-21
Refactor all translation strings that have ambiguous placeholders.
Andy Staudacher
2009-03-20
Oops, we need UNIX_TIMESTAMP() instead of NOW()
Bharat Mediratta
2009-03-20
Do some data normalization so that the install files will have stable
Bharat Mediratta
2009-03-19
Rejigger the way we do reinstalls while Kohana is running.
Bharat Mediratta
2009-03-18
This is the real fix to ticket #154
Tim Almdal
2009-03-18
Fix for ticket #154: Remove the raw count and use the ORM wrapper.
Tim Almdal
[next]