OSDN Git Service

BugTrack2/192, BugTrack2/229: Comment out: 1.3.x-compat replacement keywords
authorhenoheno <henoheno>
Sun, 10 Jun 2007 02:08:40 +0000 (11:08 +0900)
committerumorigu <umorigu@gmail.com>
Sat, 29 Nov 2014 02:14:12 +0000 (11:14 +0900)
rules.ini.php
wiki/466F726D617474696E6752756C6573.txt

index 3e2eeb7..c0262ca 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // PukiWiki - Yet another WikiWikiWeb clone.
-// $Id: rules.ini.php,v 1.9 2005/10/04 13:41:03 henoheno Exp $
+// $Id: rules.ini.php,v 1.10 2007/06/10 02:08:40 henoheno Exp $
 // Copyright (C)
 //   2003-2005 PukiWiki Developers Team
 //   2001-2002 Originally written by yu-ji
@@ -30,9 +30,12 @@ $datetime_rules = array(
 $page_array = explode('/', $vars['page']); // with array_pop()
 
 $str_rules = array(
-       'now\?'         => format_date(UTIME),
-       'date\?'        => get_date($date_format),
-       'time\?'        => get_date($time_format),
+
+       // Compat 1.3.x
+       //'now\?'       => format_date(UTIME),
+       //'date\?'      => get_date($date_format),
+       //'time\?'      => get_date($time_format),
+
        '&now;'         => format_date(UTIME),
        '&date;'        => get_date($date_format),
        '&time;'        => get_date($time_format),
index c316d54..9c4cdb9 100644 (file)
 - ¹ÔÃæ¤Ç &amp;time; ¤È½ñ¤¯¤È¡¢¹¹¿·»þ¤Î»þ¹ï¤ËÃÖ´¹¤µ¤ì¤Þ¤¹
 - ¹ÔÃæ¤Ç &amp;now; ¤È½ñ¤¯¤È¡¢¹¹¿·»þ¤ÎÆü»þ¤ËÃÖ´¹¤µ¤ì¤Þ¤¹
 
- date?
- time?
- now?
-- PukiWiki 1.3·Ï¤È¤Î¸åÊý¸ß´¹À­¤Î¤¿¤á¤Ë¡¢ date&#63;¡¢ time&#63;¡¢ now&#63; ¤Ë¤Ä¤¤¤Æ¤â»ÈÍѤǤ­¤ë¤è¤¦¤Ë¤·¤Æ¤¢¤ê¤Þ¤¹¡£
+// date?
+// time?
+// now?
+//- PukiWiki 1.3·Ï¤È¤Î¸åÊý¸ß´¹À­¤Î¤¿¤á¤Ë¡¢ date&#63;¡¢ time&#63;¡¢ now&#63; ¤Ë¤Ä¤¤¤Æ¤â»ÈÍѤǤ­¤ë¤è¤¦¤Ë¤·¤Æ¤¢¤ê¤Þ¤¹¡£
 
 - &amp;date;¡¢ &amp;time;¡¢ &amp;now;¤Ï¡¢µ­»ö¤¬½ñ¤­¹þ¤Þ¤ì¤ë¤È¤­¤ËÃÖ´¹¤µ¤ì¤Æµ­Ï¿¤µ¤ì¤Þ¤¹¡£
 - &amp;date;¡¢ &amp;time;¡¢ &amp;now;¤Ï¡¢Â¾¤Î¥¤¥ó¥é¥¤¥óÍ×ÁǤλÒÍ×ÁǤˤʤ뤳¤È¤¬¤Ç¤­¤Þ¤¹¡£