Skip to content
Snippets Groups Projects
  1. 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
  2. Feb 11, 2011
  3. Feb 06, 2011
  4. 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
  5. Jan 15, 2011
  6. Jan 14, 2011
  7. Jan 09, 2011
  8. Nov 29, 2010
  9. 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
  10. Nov 13, 2010
  11. Oct 26, 2010
  12. Oct 25, 2010
  13. Oct 22, 2010
  14. Oct 18, 2010
  15. Oct 02, 2010
  16. Sep 22, 2010
  17. Aug 11, 2010
  18. Aug 10, 2010
  19. Jun 27, 2010
  20. Jun 26, 2010
    • Andreas Gohr's avatar
      Hotkey trigger is now CTRL-ALT FS#1958 · 7e1f9fd3
      Andreas Gohr authored
      Tests and feedbacks please!
      7e1f9fd3
    • Andreas Gohr's avatar
      Changes to the ft_pageLookup and related event FS#1978 · 8d22f1e9
      Andreas Gohr authored
      This patch changes the ft_pageLookup function to always return the
      title of pages with the result. This makes it easier to work with the
      array, as it no longer changes between numeric and key indexes depending
      on useheading.
      This also means that action plugins subscribed to
      SEARCH_QUERY_PAGELOOKUP need to be adjusted. The event contains a new
      data field called 'has_titles' which plugins can use to check for
      backwards compatibility.
      8d22f1e9
  21. Jun 22, 2010
  22. Jun 16, 2010
  23. May 26, 2010
Loading