[gallery/gallery3] 9b6efc: Fix the "upload" config for K3.
GitHub <noreply-9UaJU3cA/F/[email protected]>
| Newsgroups | gmane.comp.web.gallery.cvs |
|---|---|
| Message-ID | <515d8ad395776_386a81112c99c@hookshot-fe4-pe1-prd.aws.github.net.mail> |
Branch: refs/heads/kohana_3
Home: https://github.com/gallery/gallery3
Commit: 9b6efc7ea359ce0f4344165b9d58ba1178d68d05
https://github.com/gallery/gallery3/commit/9b6efc7ea359ce0f4344165b9d58ba1178d68d05
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-04 (Thu, 04 Apr 2013)
Changed paths:
M application/bootstrap.php
R modules/gallery/config/upload.php
Log Message:
-----------
Fix the "upload" config for K3.
- no longer a separate config file - params set in bootstrap.
- no longer supports "create_directories", but this shouldn't matter since the
installer makes the uploads directory for us.
Commit: 087f925bb675aaf059c776165dd41753d347fa1b
https://github.com/gallery/gallery3/commit/087f925bb675aaf059c776165dd41753d347fa1b
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-04 (Thu, 04 Apr 2013)
Changed paths:
R modules/gallery/config/log_file.php
Log Message:
-----------
Remove the "log_file" config - already implemented in bootstrap.
Commit: 63f5aafa4cb552801ad49806674a98f286f54a00
https://github.com/gallery/gallery3/commit/63f5aafa4cb552801ad49806674a98f286f54a00
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-04 (Thu, 04 Apr 2013)
Changed paths:
M application/bootstrap.php
R modules/gallery/config/cookie.php
Log Message:
-----------
Fix the "cookie" config for K3 - no longer separate file, now in bootstrap.
Commit: c71b16dd5f982d0dc18c30c4a49142e79ac4b8ce
https://github.com/gallery/gallery3/commit/c71b16dd5f982d0dc18c30c4a49142e79ac4b8ce
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-04 (Thu, 04 Apr 2013)
Changed paths:
M application/bootstrap.php
R application/config/config.php
Log Message:
-----------
Remove application/config.php, ensuring its params are moved or no longer needed.
- site_domain -> base_url (already added to bootstrap)
- site_protocol -> optional part of base_url (documentation added to bootstrap)
- index_page -> index_file (already added to bootstrap)
- output_compression -> no longer supported (better done in php.ini anyway)
- internal_cache, internal_cache_path -> caching, cache_dir, cache_life (already added to bootstrap)
- global_xss_filtering -> no longer supported (better done with HTMLPurifier anyway)
- enable_hooks -> no longer supported (no longer used by Gallery either)
- log_threshold -> second argument in log attach (added to bootstrap)
- log_directory -> first argument in log attach (already added to bootstrap)
- display_errors, render_stats -> part of profiler setup (already added to index)
- extension_prefix -> n/a in K3 (transparent extension doesn't need "MY_")
- config_drivers -> not needed
- modules -> Kohana::modules() (already added to bootstrap)
Commit: a64ed4ec517c46f4bda0957550f5b86e14d8a436
https://github.com/gallery/gallery3/commit/a64ed4ec517c46f4bda0957550f5b86e14d8a436
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-04 (Thu, 04 Apr 2013)
Changed paths:
M application/bootstrap.php
R modules/gallery/config/routes.php
Log Message:
-----------
Fix the "routes" config for K3 - no longer separate file, now in bootstrap.
We have four roots: admin_forms, site_forms, admin, and site. These should
reflect the same four cases we had before. This will need testing and revision...
Commit: bd5f61755a2a7409846a38cfe04d824946f0cfb2
https://github.com/gallery/gallery3/commit/bd5f61755a2a7409846a38cfe04d824946f0cfb2
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-04 (Thu, 04 Apr 2013)
Changed paths:
M application/bootstrap.php
R application/config/config.php
R modules/gallery/config/cookie.php
R modules/gallery/config/log_file.php
R modules/gallery/config/routes.php
R modules/gallery/config/upload.php
Log Message:
-----------
Merge pull request #270 from shadlaws/fix_k3_config_files
Fix K3 config files
Compare: https://github.com/gallery/gallery3/compare/4f646751ee5c...bd5f61755a2a
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire
the most talented Cisco Certified professionals. Visit the
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
__[ g a l l e r y - c h e c k i n s ]_________________________
[ list info/archive --> http://gallery.sf.net/lists.php ]
[ gallery info/FAQ/download --> http://gallery.sf.net ]