Skip to content
Snippets Groups Projects
  1. Dec 01, 2016
    • Andreas Gohr's avatar
      new helper method waitForTick() in DokuWikiTest · d732617b
      Andreas Gohr authored
      Some of our tests require that at least one second has passed before
      they can continue because our revisions depend on the Unix Timestamp.
      
      Currently we use a sleep(1) for this. However this always waits a whole
      second, even if the next second is already much closer or maybe already
      here - especially when some processing has been done since the last
      operation.
      
      This new method waits for the next second by checking the time every
      10th of a second. This might speed up some of our tests a bit.
      d732617b
    • Andreas Gohr's avatar
      Merge pull request #1773 from dokuwiki-translate/lang_update_197 · 960532fd
      Andreas Gohr authored
      Translation update (zh)
      960532fd
    • 高博's avatar
      translation update · cb147489
      高博 authored
      cb147489
  2. Nov 30, 2016
  3. Nov 22, 2016
  4. Nov 20, 2016
  5. Nov 15, 2016
  6. Nov 13, 2016
  7. Nov 12, 2016
  8. Nov 04, 2016
  9. Oct 27, 2016
  10. Oct 25, 2016
Loading