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
/
controllers
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-05-08
Add the item id to the print_proxy line so that we have a little more info
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-12-28
Use db::expr instead of "new Database_Expression". Resolves #1560.
Bharat Mediratta
2010-12-23
Create a way for controllers to exempty themselves from maintenance
Bharat Mediratta
2010-12-15
Consolidate all the random code into a random helper that offers:
Bharat Mediratta
2010-12-15
Use mt_rand() instead of rand() since it provides better portability.
Bharat Mediratta
2010-10-01
Fix a bug in the way we set the mime type for protected image renders.
Bharat Mediratta
2010-04-30
Add page_title to admin views. Closes #1038.
ckieffer
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2010-01-30
Fix #992: Digibug pops up a blank page and doesn't allow printing
Bharat Mediratta
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-21
Rename $id --> $uuid for clarity.
Bharat Mediratta
2009-12-13
Convert a database query.
Bharat Mediratta
2009-11-25
Kohana::show_404() -> throw new Kohana_404_Exception()
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-16
Start simplifying the interface by moving the static methods from user.php an...
Tim Almdal
2009-08-29
Update all code to use helper method html::clean(), html::purify(), ... inste...
Andy Staudacher
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-07-23
Fix for ticket #502
Tim Almdal
2009-07-03
Split the clean method into two clean and purify. clean is a light weight
Tim Almdal
2009-07-01
Add the partner id to the message being sent to digibug
Tim Almdal
2009-06-30
Fix issues with Digibug printing where the preview ws not showing up.
Tim Almdal
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-25
Oops changed my mind... when setting to the default just set the value
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
1) rename the model proxy to digibug proxy
Tim Almdal
2009-06-24
Create a maintenance task that allows the administrator to remove any proxy r...
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-21
The start of the digibug printing module. The first cut at the administration
Tim Almdal