[dreamwidth/dw-free] 88785c: Get rid of Apache notes
Branch: refs/heads/master Home: https://github.com/dreamwidth/dw-free Commit: 88785c51377d6bb49f0346702b5a78cca9aa5681 https://github.com/dreamwidth/dw-free/commit/88785c51377d6bb49f0346702b5a78cca9aa5681 Author: Mark Smith mark@dreamwidth.org Date: 2021-08-23 (Mon, 23 Aug 2021)
Changed paths: M .gitignore M cgi-bin/Apache/BML.pm M cgi-bin/Apache/LiveJournal.pm M cgi-bin/DW/Controller/API/REST.pm M cgi-bin/DW/Controller/Create.pm M cgi-bin/DW/Controller/Entry.pm M cgi-bin/DW/Controller/Journal/AdultContent.pm M cgi-bin/DW/Controller/Journal/Protected.pm M cgi-bin/DW/Controller/Profile.pm M cgi-bin/DW/Controller/Talk.pm M cgi-bin/DW/FormErrors.pm M cgi-bin/DW/Hooks/NavStrip.pm M cgi-bin/DW/OAuth.pm M cgi-bin/DW/Request.pm M cgi-bin/DW/Request/Apache2.pm M cgi-bin/DW/Request/Base.pm M cgi-bin/DW/Request/Standard.pm M cgi-bin/DW/Routing.pm M cgi-bin/DW/Setting/MobileView.pm M cgi-bin/DW/SiteScheme.pm M cgi-bin/DW/Template.pm M cgi-bin/DW/Template/Filters.pm M cgi-bin/DW/Template/Plugin.pm M cgi-bin/LJ/EmbedModule.pm M cgi-bin/LJ/Global/BMLInit.pm M cgi-bin/LJ/Protocol.pm M cgi-bin/LJ/S2.pm M cgi-bin/LJ/S2/EntryPage.pm M cgi-bin/LJ/S2/FriendsPage.pm M cgi-bin/LJ/Setting.pm M cgi-bin/LJ/URI.pm M cgi-bin/LJ/UniqCookie.pm M cgi-bin/LJ/User/Administration.pm M cgi-bin/LJ/User/Login.pm M cgi-bin/LJ/User/Styles.pm M cgi-bin/LJ/Web.pm M cgi-bin/bml/scheme/tt_runner.look M htdocs/login.bml M htdocs/preview/entry.bml M htdocs/support/append_request.bml M t/atom-post.t
Log Message:
Get rid of Apache notes
This switches to using a request cache on the DW::Request object instead of using Apache notes. This also gives us a facility for observing who is interacting with request cache -- which might please Nick as it would let us untangle the wilderness that is Apache notes.