Skip to content
Snippets Groups Projects
  1. Apr 19, 2016
  2. Aug 21, 2015
  3. Jun 30, 2015
  4. Jan 07, 2015
    • Andreas Gohr's avatar
      Remove error supression for file_exists() · 79e79377
      Andreas Gohr authored
      In an older version of PHP a file_exists() call would issue a warning
      when the file did not exist. This was fixed in later PHP releases. Since
      we require PHP 5.3 now, there's no need to supress any error here
      anymore. This might even give a minor performance boost.
      79e79377
  5. Nov 06, 2014
  6. Oct 01, 2014
  7. May 21, 2014
  8. May 10, 2014
    • Andreas Gohr's avatar
      log deprecated function calls FS#2399 · 1419a485
      Andreas Gohr authored
      This introduces a new dbg_deprecated() function which allows for easy
      marking of deprecated functions. Each call is logged to the debuglog
      when debuggin is enabled.
      1419a485
  9. Mar 06, 2014
  10. Feb 19, 2014
    • Gerrit Uitslag's avatar
      diff of removed page, require handling right rev=0 · 621bbd2a
      Gerrit Uitslag authored
      When page is removed, and diff can be requested between a revision and
      current situation. This results in right revision is 0.
      
      Similar case just after creating a page. A diff between the first
      version and nothing before, result in left revision is 0.
      
      In these cases a empty dummy revision is placed as selected value in
      dropdown. Otherwise user got distracted by the revisions details shown
      in select field,  which are not related to the diff below.
      621bbd2a
  11. Feb 15, 2014
  12. Nov 26, 2013
  13. Nov 22, 2013
  14. Nov 21, 2013
  15. Nov 20, 2013
  16. Aug 03, 2013
  17. Feb 04, 2013
  18. Jan 27, 2013
  19. Aug 24, 2012
  20. Aug 12, 2012
  21. Mar 02, 2012
    • Andreas Gohr's avatar
      fixed media only RSS feed · 1d901ab2
      Andreas Gohr authored
      when the SKIP_DELETED flag was set, no recent changes where returned for
      media only queries, becuase file checks where done on page files instead
      of media files
      1d901ab2
  22. Oct 10, 2011
    • Andreas Gohr's avatar
      limit edit summaries to 255 characters · 7fa35bb1
      Andreas Gohr authored
      7fa35bb1
    • Andreas Gohr's avatar
      Fixes a problem with parsing overlong changelog lines · b824abd4
      Andreas Gohr authored
      When an overlong edit summary was given for an edit, the resulting
      changelog line could be longer than the chunk that is handled in the
      changelog reader (8192 bytes) causing the reader to abort the operation.
      
      This meant that old revisions where no longer accessible. This patch
      fixes the reader (it continues reading chunks until a full line is
      found).
      
      However, limiting the summary makes sense and will be added in another
      patch.
      b824abd4
  23. Aug 21, 2011
    • Michael Hamann's avatar
      Fix the permission and file existence check in the recent changes · 42025dfd
      Michael Hamann authored
      Before it was possible that changes for media files the user can't
      access were shown if the user could access a page with the same name.
      This also reverts the file existence check so it now really checks for
      media changes that the media file exists and for page changes the page
      and that not one of the two suffice for both.
      42025dfd
  24. Aug 02, 2011
  25. Jul 30, 2011
  26. Jul 25, 2011
  27. Jun 10, 2011
  28. Jun 05, 2011
  29. Jun 04, 2011
  30. May 26, 2011
Loading