Ok, I'm not quite sure how to get this working on Windows, Linux and
Solaris/SunOS.

- "%#d" and "%e" work on Linux
- "%e" apparently doesn't work on Windows, but "%#d" does
- "%#d" doesn't work on SunOS

The two offending lines (on master) are:

$ ack-grep '%#d'
htdocs/lang/en.utf8/langconfig.php
31:$string['strftimedate'] = '%%#d %%B %%Y';

htdocs/lib/dwoo/dwoo/plugins/builtin/functions/date_format.php
21:function Dwoo_Plugin_date_format(Dwoo $dwoo, $value, $format='%b %#d, %Y', 
$default=null)
43:             if (strpos($format, '%#d') !== false) {
44:                     $_win_from[] = '%#d';


** Changed in: mahara
       Status: Incomplete => Triaged

** Summary changed:

- "Site installed" not displayed correctly
+ %#d doesn't work on Solaris / SunOS

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

Title:
  %#d doesn't work on Solaris / SunOS

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Since our update to Mahara 1.4 the Site installed string is no longer 
displayed correctly:
  http://imageshack.us/photo/my-images/821/bugtw.png/

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

_______________________________________________
Mailing list: https://launchpad.net/~mahara-core
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~mahara-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to