Closed (fixed)
Project:
Octopus
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 May 2012 at 01:35 UTC
Updated:
3 Nov 2012 at 14:51 UTC
1. Multi-step forms don't work for anonymous users
2. Solr search URI is excluded from caching which causes broken layout for logged in users
3. The page_cache_invoke_hooks variable should be set to FALSE
4. Even if max age setting is ignored by Nginx cache frontend, it should be the same also for page_cache_max_age in D6
5. The omit_vary_cookie variable should be set to TRUE
Comments
Comment #1
omega8cc commentedFixed in commit: http://drupalcode.org/project/octopus.git/commit/6695f8e
Comment #2
omega8cc commentedThis is not fixed yet. More issues:
6. All AJAX based links on Views edit forms don't work.
7. Some cache bins should use
DrupalDatabaseCacheto not break things for anonymous visitors (yes, we are using Redis selectively also here)Comment #3
omega8cc commentedFixed: http://drupalcode.org/project/octopus.git/commit/533cefc
Comment #4
omega8cc commentedMore issues:
8. Using Redis caching also for anonymous visitors breaks menus and slideshows for some themes
Comment #5
omega8cc commentedA few commits later it appears to be fixed, unless we will find anything new.
Comment #6
omega8cc commentedMore fixes committed: http://drupalcode.org/project/octopus.git/commit/1df3b9a
Comment #7
omega8cc commentedImportant fix committed: http://drupalcode.org/project/octopus.git/commit/bff69cb
Comment #8
omega8cc commentedMore fixes/changes committed: http://drupalcode.org/project/octopus.git/commit/6620b1d
Comment #9
omega8cc commentedI think we have fixed all known issues, so far.