1. 05 11月, 2012 1 次提交
    • C
      Restore index link states to the way they are in current guide · 3f705b65
      Carlos Antonio da Silva 提交于
      Current stable guides show the "Guides Index" links without underline,
      just showing it when it's hovered. This restores the same functionality
      for edge guides.
      
      Also remove annoying pointer cursor while accessing guides index,
      restoring previously functionality: now the pointer cursor only appears
      when hovering a link.
      
      Closes #8107 [ci skip]
      3f705b65
  2. 03 11月, 2012 1 次提交
  3. 29 10月, 2012 2 次提交
    • J
      3.1 and up, in configuring guide. · 0d7dcdcb
      Juanjo Bazán 提交于
      0d7dcdcb
    • D
      atomicc.rb: Don't assume we may chown/chmod a file. · 851f8c10
      Daniele Sluijters 提交于
      Previously this code just assumed it is capable of changing the file
      ownership, both user and group. This will fail in a lot of scenario's
      unless:
      * The process is run as a superuser (root);
      * The owning user and group are already set to the user and group we're
        trying to chown to;
      * The user chown'ing only changes the group to another group it is a
        member of.
      If either of those conditions are not met the filesystem will simply
      deny the operation throwing an error.
      
      It is also not always possible to do a chmod, there might be a SELinux
      policy or another limitation preventing the user to change the file
      mode. To this end the chmod call has also been added to the rescue
      block.
      
      I've also added a little comment above the chmod command that doing a
      chmod on a file which has an ACL set will cause the ACL to be
      recalculated / modified.
      851f8c10
  4. 28 10月, 2012 4 次提交
  5. 27 10月, 2012 2 次提交
  6. 26 10月, 2012 3 次提交
  7. 25 10月, 2012 6 次提交
  8. 24 10月, 2012 8 次提交
  9. 23 10月, 2012 1 次提交
  10. 21 10月, 2012 10 次提交
  11. 19 10月, 2012 2 次提交