[Rt-commit] rt branch, 4.6/pjax, repushed

Shawn Moore shawn at bestpractical.com
Wed Sep 21 17:09:27 EDT 2016


The branch 4.6/pjax was deleted and repushed:
       was a6055e9d8786ea531533a05598e7b051ee7ef639
       now add68035c3c46a67ef65f9448db655869ff9f010

1:  f8c7e0d = 1:  f8c7e0d Add jQuery-pjax 1.9.6 library
2:  a6055e9 ! 2:  9b0a299 Foundational support for PJAX
    @@ -44,7 +44,7 @@
          RT::Interface::Web::GetCustomFieldInputNamePrefix(@_);
      }
      
    -+sub IsPJAXRequest {
    ++sub IsPjaxRequest {
     +    RT::Interface::Web::RequestENV('HTTP_X_PJAX');
     +}
     +
    @@ -59,7 +59,7 @@
      <%$d->Dump() %>
      </pre>
      % }
    -+% unless (IsPJAXRequest()) {
    ++% unless (IsPjaxRequest()) {
        </body>
      </html>
     +% }
    @@ -74,7 +74,7 @@
      %# those contributions and any derivatives thereof.
      %#
      %# END BPS TAGGED BLOCK }}}
    -+% unless (IsPJAXRequest()) {
    ++% unless (IsPjaxRequest()) {
      %# index.html gets two doctypes unless we can skip it here
      % unless ($SkipDoctype) {
      <!DOCTYPE html>
    @@ -101,3 +101,4 @@
      --></script>
      <%INIT>
      
    +
-:  ------- > 3:  add6803 Implement pjax versioning for forcing full refresh



More information about the rt-commit mailing list