lp:~catch-drupal/pressflow/load_cache
Created by
Nathaniel Catchpole
and last modified
- Get this branch:
- bzr branch lp:~catch-drupal/pressflow/load_cache
Only
Nathaniel Catchpole
can upload to this branch. If you are
Nathaniel Catchpole
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Rejected
for merging
into
lp:pressflow
- Nathaniel Catchpole (community): Needs Resubmitting
- Narayan Newton: Needs Fixing
-
Diff: 821 lines (+739/-1)8 files modifiedmodules/node/node.module (+39/-0)
modules/node_load_cache/node_load_cache.info (+5/-0)
modules/node_load_cache/node_load_cache.install (+40/-0)
modules/node_load_cache/node_load_cache.module (+207/-0)
modules/user/user.module (+86/-1)
modules/user_load_cache/user_load_cache.info (+5/-0)
modules/user_load_cache/user_load_cache.install (+31/-0)
modules/user_load_cache/user_load_cache.module (+326/-0)
Branch information
Recent revisions
- 106. By Nathaniel <catch@catch-toshiba>
-
Set module weight heavier to ensure node_load() cache is cleared after all other node hook implementations run on node_save().
- 103. By Nathaniel Catchpole <catch@catch-laptop>
-
Always use ->uid, since ['uid'] can be null/0 on login.
- 100. By Nathaniel <catch@catch-toshiba>
-
Clear cache for translations when module is in a translation set.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar RepositoryFormatKnitPack6RichRoot (bzr 1.9)
- Stacked on:
- lp:pressflow