OSDN Git Service

BugTrack/84 Limit page name length: 115 bytes(soft); 125 bytes(hard)
[pukiwiki/pukiwiki.git] / lib / func.php
2022-03-13 umoriguBugTrack/84 Limit page name length: 115 bytes(soft...
2022-01-11 umoriguBugTrack/2545 Fix bug: Top page url with query param...
2022-01-11 umoriguBugTrack/2548 FrontPage URL path is always '/'
2021-11-28 umoriguBugTrack/2525 Page-URI customization mechanism
2021-03-13 umoriguBugTrack/2514 Support PHP 8
2020-08-20 umoriguBugTrack/2512 preg_replace with PCRE_UTF8 (/u) option...
2020-02-15 teananBugTrack/2002 AutoAlias: Link defined keywords in AutoA...
2019-01-11 umoriguBugTrack/2484 AutoTicketLink for JIRA
2018-12-18 umoriguBugTrack/2478 Handle plus(+) char in URL as space for...
2018-05-31 umoriguBugTrack/2473 list plugin: Sort sub pages in natural...
2018-05-31 umoriguBugTrack/2474 Fix web browser no response on heavy...
2018-05-28 umoriguBugTrack/2473 list plugin: Sort heading index
2018-02-28 umoriguBugTrack/560 Get timestamps of tracker_list pages from...
2017-11-08 umoriguBugTrack/2447 Show page passage by Web browser/JavaScri...
2017-10-31 umoriguBugTrack/2452 Remove 'create_function' function for...
2017-10-29 umoriguBugTrack/2213 Fix ArgumentCountError on PHP7.1
2017-10-29 umoriguBugTrack/2308 Fix WikiName linking on no-AutoLink pages
2017-10-18 umoriguBugTrack/2435 Improve search result messages
2017-09-30 umoriguBugTrack/692 Show page contents in search result -...
2017-09-12 umoriguBugTrack/2292 Remove redundant text search in do_search() bugtrack_2292_do_search
2017-09-11 umoriguBugTrack/2213 Improve Canonical URL and reload links
2017-09-09 umoriguBugTrack/2430 Remove author line from text-search target
2017-09-03 umoriguBugTrack/341 Support Port 443 of non-https sites
2017-09-03 umoriguBugTrack/2213 Support Absolute/Relative URI type context
2017-09-03 umoriguBugTrack/2260 Use get_base_uri() instead of $script
2017-09-02 umoriguBugTrack/2213 Set Absolute URI or Root relative path
2017-09-02 umoriguBugTrack/2213 Use relative path for internal link ...
2017-09-02 umoriguBugTrack/2299 Detect https access by REQUEST_SCHEME...
2017-08-26 umoriguBugTrack/571 Write updates log
2017-06-19 umoriguBugTrack/2424 Fix unfreezing page on comment action
2016-12-02 umoriguBugTrack/2403 bugtrack plugin - new numbering spec
2016-12-02 umoriguBugTrack/2396 Support Page redurection rules on make_pa...
2016-12-01 umoriguAdd pkwk_log function for application logging
2016-11-17 umoriguBugTrack/2396 Stop page redirection when new_page ...
2016-11-14 umoriguBugTrack/2396 Redirect pages by Site Administrator
2016-11-07 umoriguBugTrack/2108 Use case insensitive index chars for...
2016-10-29 umoriguBugTrack/2392 Fix encoding: die_message() outputs suita...
2016-01-08 umoriguMerge branch 'php7' into branch_r1_5
2016-01-08 umoriguBugTrack2/369 PHP7: Replace ereg regex functions with...
2016-01-04 umoriguBugTrack2/369 Support PHP7 - Remove '& new Class' notation
2015-01-12 umoriguBugTrack2/361 Simplify URL. Keep slash / and colon...
2014-12-02 umoriguConvert character code of the source code to UTF-8... r1_5_start-utf8
2014-11-29 henohenoBugTrack2/251: Show more decent 'HTML convert time...
2014-11-25 henohenoBugTrack2/235: Clear the sort_flag: ksort()
2014-11-25 henohenoBugTrack2/235: Sort as string
2014-11-25 henohenoBugTrack2/235: bin2hex() wants string, not int
2014-11-25 henohenoBugTrack2/226 unused $matches (pointed out by anonymous)
2014-07-19 umoriguMerge tag 'r1_5_0' from branch_r1_5 r1_5_0
2014-06-01 umoriguBugTrack2/343: Use ENT_COMPAT at htmlspecialchars
2014-06-01 umoriguReplace 'htmlspecialchars' by 'htmlsc'
2014-06-01 henohenohtmlsc(): Just sugar for htmlspecialchars(), and a...
2014-06-01 umoriguRename 'hex2bin' to 'pkwk_hex2bin' because of PHP 5...
2006-05-15 teananBugTrack2/171: Fixed preg_quote parameter.
2006-05-04 henohenoSimplify sha1(). KISS
2006-04-25 henohenoRemove $non_list pages beforehand
2006-04-16 henohenoBugTrack2/171: Correct r1.66, count($pages)
2006-04-16 henohenoBugTrack2/171: Correct r1.66, count($pages)
2006-04-16 henohenoBugTrack2/171: Follow $show_passage setting
2006-04-16 henohenoBugTrack2/171: Less memory (array * 2 => array * 1)
2006-04-16 henohenoBugTrack2/171: Simplify
2006-04-16 henohenoBugTrack2/171: Cleanup: Check filetime later
2006-04-16 henohenoBugTrack2/171: Cleanup a little (0.1sec)
2006-04-16 henohenoBugTrack2/171: Checking page name, suppresses file...
2006-04-16 henohenoBugTrack2/171: Checking page name, suppresses file...
2006-04-16 teananBugTrack2/171: The delimiter was put between page name...
2006-04-15 teananBugTrack2/171: The filetime is not needed when $non_for...
2006-04-15 teananBugTrack2/171: Added a PCRE modifiers ''S''.
2006-04-15 teananBugTrack2/171: Backout r1.55. It *must* consider upper...
2006-04-14 teananCopyright '2005' => '2006'.
2006-04-14 teananBugTrack2/171: 'join('', get_source())' => 'get_source...
2006-04-14 teananBugTrack2/171: Improved on search speed at 'do_search...
2006-04-10 henohenosha1(): Remove verbose and useless code
2005-12-18 henohenoBugTrack2/140: check_non_list() handles
2005-12-18 henohenoBugTrack2/140: check_non_list() handles
2005-11-29 teananBugTrack2/131: Added. The function to search on the...
2005-11-23 henohenoget_search_words(): Just a cleanup and a collection ...
2005-11-23 henohenoCorrect a comment: never ... except with ... unclear...
2005-11-23 henohenombstring functions, must work under SOURCE_ENCODING
2005-11-20 henohenoget_search_words(): Cleanup, simplify.
2005-07-03 henohenopage_list(): Shrink URI for read
2005-06-04 henohenoAdded sha1() another mock
2005-06-04 henohenoAdded sha1() another mock, not to show 'Function not...
2005-04-30 henohenoAdded credits for yu-ji by tracking pukiwiki.php(r1...
2005-04-29 henohenoCorrect miss-spelling 'Copywrite' => 'Copyright' (Point...
2005-04-29 henohenoBetter late than never. Added simple credits, workdays...
2005-04-16 henohenoAdded die() into is_freeze()
2005-04-05 henohenoBugTrack/709: Enable to store multi-format password.
2005-03-28 henohenoBugTrack2/31: pack(): Always treat it as string (not...
2005-03-28 henohenoBugTrack2/31: pack(): Always treat it as string (not...
2005-03-28 henohenoSeparate hex2bin() from decode()
2005-03-27 henohenoCleanup. Some Japanese => English
2005-03-27 henohenoBugTrack/257, BugTrack2/31: Avoid pack() bug
2005-03-17 teananBugTrack2/44: Fix get_autolink_pattern() is array retur...
2005-03-05 henohenoBugTrack2/25: Fix format_date() returns incorrect order...
2005-02-20 henohenoBugTrack2/9: Off-by-one error allows #freeze locking
2005-01-27 henohenoBugTrack/622: Notice: Undefined index: [pagename] lib...
2005-01-23 henohenoPKWK_READONLY prohibits blute-force attack
2005-01-15 henohenortrim() \r and \n only (PHP 4.1.0 or later)
2005-01-15 henohenoWarning: pack(): Type H: illegal hex digit ...
2005-01-10 henohenoFix. Dont use get_source() to check only the 1st line...
next