]> git.mxchange.org Git - quix0rs-gnu-social.git/history - lib/util.php
Merge commit 'refs/merge-requests/41' of https://gitorious.org/social/mainline into...
[quix0rs-gnu-social.git] / lib / util.php
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/37' of https://gitori...
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/30' of https://gitori...
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/31' of https://gitori...
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/36' of https://gitori...
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/33' of https://gitori...
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/34' of https://gitori...
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/35' of https://gitori...
2015-02-08 Mikael NordfeldthROLLBACK which may or may not be useful
2015-01-27 Mikael Nordfeldth'zone' is a valid top domain
2015-01-21 Mikael NordfeldthMerge branch 'nightly' of gitorious.org:social/mainline...
2015-01-21 Mikael NordfeldthEndCheckPassword should run after Start even if pre...
2015-01-08 Mikael NordfeldthMerge commit 'refs/merge-requests/28' of https://gitori...
2014-12-10 Mikael NordfeldthMerge commit 'refs/merge-requests/25' of https://gitori...
2014-12-09 Mikael NordfeldthMerge commit 'refs/merge-requests/26' of https://gitori...
2014-12-09 Mikael NordfeldthMerge commit 'refs/merge-requests/27' of https://gitori...
2014-12-06 Mikael NordfeldthMerge commit 'refs/merge-requests/19' of https://gitori...
2014-12-06 Mikael NordfeldthMerge commit 'refs/merge-requests/23' of https://gitori...
2014-12-02 Mikael NordfeldthMerge aqeeliz's commit 'refs/merge-requests/20' of...
2014-12-02 Joshua Judson Rosencommon_path(): use HTTPS if current URL is HTTPS
2014-08-24 Mikael NordfeldthAtomPub missing georss namespace merge from chimo
2014-08-24 Mikael NordfeldthQnA fixes from chimo
2014-08-24 Mikael NordfeldthPoll fixes by chimo
2014-08-19 Matt LeeMerge branch 'master' of gitorious.org:social/mainline sazius-nightly
2014-08-18 Mikael NordfeldthMerge mmn's 'nightly' changes
2014-08-07 Mikael NordfeldthMerge request from postblue for unclosed @media in CSS
2014-08-05 Mikael NordfeldthFile->getEnclosure improvements (text/html is not an...
2014-07-14 Mikael NordfeldthMerge request from chimo adding getvaliddaemons to...
2014-07-14 Mikael NordfeldthMerge request from robmyers upping the PHP version...
2014-07-14 Mikael NordfeldthUnifying HTML stripping functions to common_strip_html
2014-06-22 Mikael NordfeldthInitial move towards microformats2
2014-06-05 Mikael NordfeldthMerge from chimo: Catch GeoCookie JSON parsing error
2014-06-02 Mikael NordfeldthFile::processNew now static and always throws exception...
2014-06-01 Mikael NordfeldthFile::processNew can return -1 which was not true for...
2014-05-09 Mikael Nordfeldthcurry.php can always be included (we use PHP>5.2)
2014-04-28 Mikael NordfeldthDatetime representation aligned for microformats2
2014-04-28 Mikael NordfeldthCode cleanup and enabling User object's etc. getUri()
2014-04-18 Mikael NordfeldthNo need for common_notice_uri anymore
2014-03-31 Mikael NordfeldthMerge commit 'refs/merge-requests/199' of git://gitorio...
2014-03-18 Mikael NordfeldthUpdating Markdown class + use spl_autoload_register
2014-03-08 Mikael NordfeldthFile class no longer depends on MIME
2014-03-08 Mikael NordfeldthMediaFile loses dependency on PEAR::MIME
2014-03-06 Mikael NordfeldthMerge branch 'master' into FeedPoller
2014-02-24 Mikael Nordfeldthnl2br so we get proper newlining when publishing \r...
2013-11-10 Mikael Nordfeldthcurly braces to pick a character in string is not recom...
2013-11-07 Mikael NordfeldthGroup mentions got the wrong class. Now lists get their...
2013-11-01 Mikael NordfeldthBetter typing and minor fixes to OStatus related stuff
2013-10-30 Mikael NordfeldthForgot to catch no-parent-exception
2013-10-30 Mikael NordfeldthLoginAction somewhat converted to FormAction
2013-10-29 Mikael Nordfeldthmentioned was an array, not a single object
2013-10-29 Mikael NordfeldthUser_group->permalink() is a function, not a variable.
2013-10-29 Mikael NordfeldthGroup discovery from text functions polished
2013-10-28 Mikael NordfeldthMore OOP-ish tests using instanceof
2013-10-28 Mikael NordfeldthSome getStaticProperty calls to PEAR globalized
2013-10-28 Mikael NordfeldthRemoved legacy OMB. Use OStatus for remote profiles.
2013-10-21 Mikael NordfeldthReplace common_good_random with common_random_hexstr
2013-10-21 Mikael Nordfeldthcommon_good_rand was _not_ a "good rand", only hex
2013-10-19 Mikael NordfeldthAlways generate local HTTPS links if ssl is 'always'
2013-10-17 Mikael NordfeldthAuthCrypt now tidied up and enabled by default.
2013-10-16 Mikael NordfeldthBetter use of Nickname validation functions
2013-10-07 Mikael NordfeldthValidate::uri replaced with filter_var for HTTP[S]...
2013-10-06 Mikael NordfeldthURL shortening can now be disabled for the 'maxurllength'
2013-10-06 Mikael NordfeldthMissed an exclamation mark. Still doesn't linkify groups?
2013-10-06 Mikael NordfeldthI missed a preg_replace with /e
2013-10-06 Mikael NordfeldthPCRE modifier /e is deprecated in favour of preg_replac...
2013-10-01 Mikael NordfeldthProperly unlink all old avatars when deleting/uploading...
2013-09-25 Mikael NordfeldthmaxNoticeLength test for url-shortening failed on maxCo...
2013-09-10 Emily O'LearyPutting in functionality so that sites with the "Someti...
2013-08-18 Mikael NordfeldthThe overloaded DB_DataObject function staticGet is...
2013-08-12 Mikael NordfeldthMerge remote-tracking branch 'statusnet/master'
2013-06-15 Jean Baptiste FavreMerge commit 'merge-requests/192' into statusnet_1.1.x
2012-09-19 Jean Baptiste FavreMerge commit 'refs/merge-requests/182' of gitorious...
2012-09-19 Jean Baptiste FavreMerge commit 'refs/merge-requests/181' of git://gitorio...
2012-09-18 Jean Baptiste FavreMerge remote-tracking branch 'statusnet/180' into statu...
2012-08-13 Evan ProdromouSquashed commit of the following:
2012-08-13 Evan ProdromouSquashed commit of the following:
2012-04-24 Evan Prodromoubetter better call
2012-04-24 Evan Prodromoufix bad function name
2012-04-24 Evan ProdromouCheck for HTTP_HOST before fetching it
2012-04-17 Evan ProdromouMerge ActivitySpam plugin
2011-09-28 Evan ProdromouMerge branch '1.0.x' into 1.1.x
2011-09-27 Zach CopleyMerge branch 'testing' of gitorious.org:statusnet/mainl...
2011-09-27 Evan ProdromouMerge remote-tracking branch 'origin/testing' into...
2011-09-26 Evan ProdromouMerge commit 'refs/merge-requests/158' of git://gitorio...
2011-09-26 Evan ProdromouMerge branch '1.0.x' into testing
2011-09-26 Evan ProdromouDon't replace URLs if 'shortened' version is longer...
2011-09-21 Evan ProdromouMerge commit 'refs/merge-requests/159' of git://gitorio...
2011-09-21 Evan ProdromouMerge commit 'refs/merge-requests/164' of git://gitorio...
2011-09-21 Evan ProdromouMerge commit 'refs/merge-requests/165' of git://gitorio...
2011-09-21 Evan ProdromouMerge commit 'refs/merge-requests/166' of git://gitorio...
2011-09-17 Zach CopleyMerge branch '1.0.x' of gitorious.org:statusnet/mainlin...
2011-09-14 Evan ProdromouMerge branch 'nummedout' into testing
2011-09-14 Evan ProdromouMerge branch '1.0.x' into nummedout
2011-09-14 Evan Prodromoutwo useful functions for profiling
2011-09-14 Evan Prodromounew URLMapper without Net_URL_Mapper
2011-09-08 Evan ProdromouMerge branch 'master' into testing
2011-09-08 Antonin Kraladd Connection: close when sending redirect
2011-08-27 Evan ProdromouMerge branch '1.0.x' into testing
2011-08-22 Evan ProdromouMerge branch '1.0.x' into activity
2011-08-22 Evan Prodromoufix calls to staticGet() to avoid problems with default...
2011-08-22 Evan ProdromouMerge activity plugin into mainline
next