← Back to team overview

mahara-contributors team mailing list archive

[Bug 671456] A change has been merged

 

Reviewed:  https://reviews.mahara.org/1080
Committed: http://gitorious.org/mahara/mahara/commit/5227f0a0f3dca20a47b684628bd228d0d64579a2
Submitter: Hugh Davenport (hugh@xxxxxxxxxxxxxxx)
Branch:    master

commit 5227f0a0f3dca20a47b684628bd228d0d64579a2
Author: Francois Marier <francois@xxxxxxxxxxxxxxx>
Date:   Tue Feb 28 16:46:29 2012 +1300

    Revert "Date format for windows(bug #671456)"
    
    While this fixed dates on Windows, it broke them on Solaris,
    OSX and BSD (bug #795494).
    
    This reverts commit c78df32c3d8060f6c7115eb217b03212cf9e5749.
    
    Change-Id: Ib74acd94ae202ec65cd6c08369e258c3c750aacc
    Signed-off-by: Francois Marier <francois@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/671456

Title:
  Some time/date settings in langconfig.php are not compatible with
  Windows

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  According to the note for %e on http://uk3.php.net/manual/en/function.strftime.php windows doesn't support the %e format.
  There's a cross-platform 'fix' for this which involves determining whether you're running windows and substr ing any %e to a %#d.

  I've not confirmed how this occurs under Windows, but came across it
  in the docs whilst assisting some in #mahara.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/671456/+subscriptions


References