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
/
digibug
/
helpers
Age
Commit message (
Expand
)
Author
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2011-01-15
Fix all the head() and admin_head() theme callbacks to return the
Bharat Mediratta
2010-05-16
Make sure that $item exists in site_menu().
Bharat Mediratta
2010-05-08
Move print with digibug to the site menu.
ckieffer
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-08-27
Remove 'ENGINE=InnoDB' specification from tables that we create. Use
Bharat Mediratta
2009-08-09
Fix up context menus a bit.
Bharat Mediratta
2009-08-09
Add jquery ui print icon class to menu
Chad Kieffer
2009-08-09
Update photo_menu() and context_menu() to work with recent menu changes.
Bharat Mediratta
2009-08-08
Added basic context menu affects and styles. Simplified some of the action la...
Chad Kieffer
2009-08-03
Combine the quick menu and the thumb menu into a single menu called
Bharat Mediratta
2009-07-28
Use events to generate menus, instead of having xxx_menu helpers.
Bharat Mediratta
2009-07-23
Fix for ticket #502
Tim Almdal
2009-07-22
Use the Kohana cascading filesystem to locate resources loaded by the
Bharat Mediratta
2009-07-10
Create a new [options] submenu under the thumb menu, and move the
Bharat Mediratta
2009-06-30
Revert the change that removed adding the click handler for the digibug print
Tim Almdal
2009-06-28
Use $theme->script() method to render module javascript files
Tim Almdal
2009-06-27
Create a new thumb_menu() and convert Digibug over to use it.
Bharat Mediratta
2009-06-27
Digibug simplification cleanup. Upgrade digibug module to version 2.
Bharat Mediratta
2009-06-27
Require view_full to print photos.
Bharat Mediratta
2009-06-27
Remove empty upgrade().
Bharat Mediratta
2009-06-27
Remove unnecessary curly braces.
Bharat Mediratta
2009-06-25
No longer need to set the digibug mode in the installer.
Tim Almdal
2009-06-25
1) Rename the basic_company_id and basic_event_id to default_*_id
Tim Almdal
2009-06-25
Remove the digibug maintenance task. Expired imges will be removed when the
Tim Almdal
2009-06-25
Refactor the digibug installer to the new structure of install and upgrade me...
Tim Almdal
2009-06-25
1) rename the model proxy to digibug proxy
Tim Almdal
2009-06-25
1) Move the digibug css in the default and admin_default themes
Tim Almdal
2009-06-24
Implement printing support on the photo page. I've used an icon that doesn't
Tim Almdal
2009-06-24
Create a maintenance task that allows the administrator to remove any proxy r...
Tim Almdal
2009-06-24
Add a timestamp column to the proxies table.
Tim Almdal
2009-06-23
This implements the Digibug printing. When a a print request is made the dig...
Tim Almdal
2009-06-23
This change implements the print_proxy method. This method allows a 1 time
Tim Almdal
2009-06-22
This commit moves a little further along the path:
Tim Almdal
2009-06-22
Fix preamble so tests pass
Tim Almdal
2009-06-22
Add a digibug printing button to the quick pane
Tim Almdal
2009-06-21
The start of the digibug printing module. The first cut at the administration
Tim Almdal