Skip to content
  1. Jan 15, 2015
  2. Jan 14, 2015
  3. Jan 13, 2015
    • Debarshi Ray's avatar
      libtracker-miner: Restrict the amount of data that is logged for errors · 59745984
      Debarshi Ray authored
      SPARQL update strings can be very long if the entire text of a document
      is being stored. Dumping these huge strings to the log eats up disk
      space and makes them harder to follow.
      
      However, often, the occurence of such an error indicates a broken
      extractor. In those cases, knowing part of the SPARQL can help in
      identifying the file that triggered the error.
      
      Usually the "nie:plainTextContent" property is the last one in the
      string, so we truncate the error messages at the first occurance of
      this property to achieve the best of both worlds.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=735406
      59745984
  4. Jan 12, 2015
  5. Jan 08, 2015
  6. Jan 05, 2015
  7. Dec 31, 2014
    • Sam Thursfield's avatar
      miner-fs: Give clearer warning when XDG user dirs are unconfigured · 8912a099
      Sam Thursfield authored
      If Tracker can't resolve special dirs like &DOCUMENTS to real path
      names, it now gives a warning like this:
      
          (tracker-miner-fs:7207): Tracker-WARNING **: Unable to get XDG user
          directory path for special directory &DOCUMENTS. Ignoring this
          location.
      
      Previously (since commit 5f06c134) the
      user would see this rather more scary output:
      
          (tracker-miner-fs:6046): GLib-GIO-CRITICAL **: g_file_new_for_path:
          assertion 'path != NULL' failed
      
          (tracker-miner-fs:6046): GLib-GIO-CRITICAL **: g_file_equal: assertion
          'G_IS_FILE (file1)' failed
      
          (tracker-miner-fs:6046): GLib-GObject-CRITICAL **: g_object_unref:
          assertion 'G_IS_OBJECT (object)' failed
      
      This situation is rare (you need to manually change or break
      XDG_CONFIG_HOME to really see it) but it's always nice to avoid showing
      critical errors!
      8912a099
    • Sam Thursfield's avatar
      sandbox: Fix to use new-style config files · e78956d8
      Sam Thursfield authored
      The config file format changed in commit
      2b53cd5d.
      e78956d8
    • Sam Thursfield's avatar
      sandbox: Change how content directory is specified · 128ce2e1
      Sam Thursfield authored
      Firstly, allow specifying multiple --content options, and allow
      specifying --content-non-recursive if you really want as well.
      
      Also, don't generate an XDG user directories config. It seems a bit
      weird to be doing this and setting each directory to the same location.
      128ce2e1
  8. Dec 29, 2014
  9. Dec 27, 2014
  10. Dec 26, 2014
  11. Dec 24, 2014