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
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