Skip to content
Snippets Groups Projects
  1. Jun 13, 2011
  2. Jun 05, 2011
  3. May 25, 2011
  4. May 24, 2011
  5. May 07, 2011
  6. Apr 21, 2011
  7. Mar 30, 2011
  8. Mar 28, 2011
  9. Mar 27, 2011
  10. Mar 26, 2011
  11. Mar 09, 2011
  12. Mar 06, 2011
  13. Feb 26, 2011
    • Anika Henke's avatar
      improved css.php and core styles · 318cd03e
      Anika Henke authored
      * code cleanup in lib/exe/css.php
      * renamed 'default' userstyle to 'screen' in config_cascade
      * splitted core lib/styles/style.css up into all.css, print.css and screen.css
      318cd03e
  14. Feb 11, 2011
  15. Feb 06, 2011
  16. Jan 16, 2011
    • Andreas Gohr's avatar
    • Michael Hamann's avatar
      Fix several security issues in the XML-RPC interface · eff795ac
      Michael Hamann authored
      For locks and getRevisions there hasn't been any acl check. In many
      other cases the id hadn't been cleaned before the acl check was done
      which means that many acl rules that should be applied weren't applied.
      So e.g. when you have read permissions for the root namespace but not
      for a subnamespace you could add a leading ":" and the permissions for
      the root namespace will be used instead of the permissions for the
      subnamespace. This did not apply to writing pages and reading media
      files, but writing and deleting media files have been concerned as well
      as reading both plain and html versions of pages.
      
      This only concerns installations where XML-RPC is enabled (default is
      disabled) and XML-RPC is allowed for all or untrusted users.
      eff795ac
  17. Jan 15, 2011
  18. Jan 14, 2011
  19. Jan 09, 2011
  20. Dec 29, 2010
  21. Nov 29, 2010
  22. Nov 22, 2010
    • Michael Hamann's avatar
      Render metadata when needed · 98214867
      Michael Hamann authored
      This changes fundamentally when metadata is rendered. This commit
      introduces a new cache file for every page that just contains a
      timestamp and is updated whenever the metadata of that page is rendered.
      
      Metadata is rendered when p_get_metadata is called and the last
      rendering has been before a page, metadata, configuration or renderer
      update or purge is set like in the xhtml renderer cache.
      
      Metadata is no longer automatically rendered when the xhtml renderer
      cache isn't used but will still be rendered when needed as
      p_get_metadata is called in the cache.
      
      Metadata is also no longer rendered in the indexer script when missing
      as that is already done by pageinfo() before anything else is done so
      the indexer script won't be called when there is no metadata file.
      98214867
  23. Nov 17, 2010
  24. Nov 14, 2010
  25. Nov 13, 2010
  26. Oct 26, 2010
  27. Oct 25, 2010
  28. Oct 22, 2010
  29. Oct 18, 2010
Loading