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
/
config
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
2012-02-05
Add Baidu, Bing and Ezooms to the robits list. Fixes #1817.
Bharat Mediratta
2011-05-05
Follow-on to 6f916e49d5b431c2c1961a13d1a61fef8c02d628 -- don't make
Bharat Mediratta
2011-04-22
Allow timezone to be configurable
Andy Lindeman
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-12-15
Amend db00958cee5e7373cf4bc439d65e687e7ef2d985 by extending the system
Bharat Mediratta
2010-10-11
Add MJ12bot and Speedy Spider to the robot list.
Bharat Mediratta
2010-10-11
Copy system/config/user_agents.php over to gallery/config so that we can add ...
Bharat Mediratta
2010-08-31
Patch for ticket #1216. Move the values that were in the sendmail config fil...
Tim Almdal
2010-08-21
Set the "secure" bit on cookies if we're using HTTPS. Fixes ticket #1217.
Bharat Mediratta
2010-07-13
Revert "Fix for ticket #1182. Remove the trailing slash and just let it be m...
Bharat Mediratta
2010-07-06
Fix for ticket #1182. Remove the trailing slash and just let it be matched b...
Tim Almdal
2010-07-05
Revert "Make the trailing slash on the url optional. Sometimes it is not the...
Tim Almdal
2010-07-05
Make the trailing slash on the url optional. Sometimes it is not there, so t...
Tim Almdal
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-14
Enable session expiration. Currently, it's set to expire sessions after 7 day...
Andy Staudacher
2010-01-31
Second attempt to fix the timezone issue. If the timezone is not set
Bharat Mediratta
2010-01-31
Update the timezone field to match the setting in
Bharat Mediratta
2010-01-26
Add a routing that allow add and edit form requests to be routed the same way...
Tim Almdal
2009-12-21
Updates for the latest version of Kohana 2.4:
Bharat Mediratta
2009-12-21
Fix preambles, and fix the File_Structure_Test to be more lenient
Bharat Mediratta
2009-12-01
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-11-30
Clean up item routing a bit.
Bharat Mediratta
2009-11-25
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-11-25
Forgot to remove the rest references from config/route.php
Tim Almdal
2009-11-24
K24 has separate log sinks, this configures the file based log sink
Bharat Mediratta
2009-11-04
Address the inconsistency between Add Photos and Server Add so that neither r...
Tim Almdal
2009-10-18
Move the default identity config into the users module and change the Identit...
Tim Almdal
2009-10-13
Change the user config setting "allow_updates" to true in the identity config...
Tim Almdal
2009-10-08
If the Identity backend is not writable don't display the "Forgot Your Passwo...
Tim Almdal
2009-10-07
Forgot to save these before the last commit
Tim Almdal
2009-10-07
Implement a user::is_writable() API method and disable the user add, updates ...
Tim Almdal
2009-10-05
The initial commit of refactoring the user/group adminsitration into a driver.
Tim Almdal
2009-09-03
Refactor interaction with the purifier module so that the API is
Bharat Mediratta
2009-07-04
Use TMPPATH in the purifier config instead of var/tmp
Tim Almdal
2009-07-03
Fix for ticket #400: Add HTMLPurifier to gallery3 and change p::clean() to ca...
Tim Almdal
2009-06-28
Clean up code (i.e. preamble, tabs) from the caching implementation so the un...
Tim Almdal
2009-06-27
The rest of the caching driver implementation that i somehow forgot.
Tim Almdal
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta