Difference between revisions of "Cachewarmer Script Documentation"
From MTG Wiki
(Created page with "<br> <ol> <li>Created fws_authcache_ext module <ol> <li>Drush Command -- drush @mtgmedia.prod fws-aw</li> <ul> <li>Created...") |
|||
Line 20: | Line 20: | ||
<li>Created ajax request to update username, comment author name.</li> | <li>Created ajax request to update username, comment author name.</li> | ||
</ul> | </ul> | ||
− | + | </li> | |
+ | </ol> | ||
+ | <li>Updated authcache builtin module | ||
+ | <ol> | ||
+ | <li>Updated authcache_builtin.cache.inc file [line no. 160 to 287]</li> | ||
+ | <ul> | ||
+ | <li>fixed rule 365 days bug on cached pages</li> | ||
+ | <li>fixed premium nodes access limit on cached pages</li> | ||
+ | <li>fixed member id in source var script</li> | ||
+ | </ul> | ||
</ol> | </ol> | ||
</li> | </li> | ||
+ | |||
+ | |||
</ol> | </ol> |
Revision as of 13:30, 11 November 2016
- Created fws_authcache_ext module
- Drush Command -- drush @mtgmedia.prod fws-aw
- Created drush command which creates auth cache for nodequeue and current week newsletter nodes.
- Admin Configuration for account information
- Created admin page to add/update account information for users, which we are using in drush command to create cache based on users roles.
- Admin config page URL
- Created "custom ajax" request
- Created ajax request to update username, comment author name.
- Updated authcache_builtin.cache.inc file [line no. 160 to 287]
- fixed rule 365 days bug on cached pages
- fixed premium nodes access limit on cached pages
- fixed member id in source var script