Skip to content
Snippets Groups Projects
  1. Mar 26, 2011
  2. Mar 09, 2011
  3. Mar 06, 2011
  4. 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
  5. Feb 11, 2011
  6. Feb 06, 2011
  7. 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
  8. Jan 15, 2011
  9. Jan 14, 2011
  10. Jan 09, 2011
  11. Dec 29, 2010
  12. Nov 29, 2010
  13. 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
  14. Nov 17, 2010
  15. Nov 14, 2010
  16. Nov 13, 2010
  17. Oct 26, 2010
  18. Oct 25, 2010
  19. Oct 22, 2010
  20. Oct 18, 2010
  21. Oct 10, 2010
  22. Oct 02, 2010
  23. Sep 27, 2010
  24. Sep 22, 2010
  25. Aug 11, 2010
  26. Aug 10, 2010
  27. Jun 27, 2010
Loading