]> git.mxchange.org Git - quix0rs-gnu-social.git/history - classes/Command.php
Introduced common_location_shared() to check if location sharing is always,
[quix0rs-gnu-social.git] / classes / Command.php
2009-04-15 Adrian LangMerge branch 'link-rel-paginate' of git://gitorious...
2009-03-08 Evan ProdromouMerge branch '0.7.x' of git@gitorious.org:laconica...
2009-03-08 CiaranGMerge branch '0.7.x' of git@gitorious.org:laconica...
2009-03-07 Federico MaraniMerge branch '0.8.x' of git://gitorious.org/laconica...
2009-03-05 Evan ProdromouMerge branch 'ping' of /var/www/mublog.corrupt into...
2009-02-26 Evan ProdromouMerge branch '0.7.x' into 0.8.x
2009-02-18 Evan ProdromouMerge branch 'master' of git://gitorious.org/laconica...
2009-02-17 Sarven CapadisliMerge branch 'mobile-style' of git://gitorious.org...
2009-02-17 Evan ProdromouMerge branch 'master' into 0.7.x
2009-02-17 Evan ProdromouMerge branch '0.8.x' of git://gitorious.org/laconica...
2009-02-15 Evan ProdromouMerge branch 'master' into 0.7.x
2009-02-12 Evan ProdromouMerge branch 'devevan/master' into 0.7.x
2009-02-12 Sarven CapadisliMerge branch '0.7.x' of git@gitorious.org:laconica...
2009-02-12 Zach CopleyMerge branch '0.7.x' into queuehandlers
2009-02-11 Evan ProdromouMerge branch '0.7.x' of git@gitorious.org:laconica...
2009-02-11 Evan ProdromouMove Commands stuff out of classes
2009-01-23 Evan ProdromouMerge branch 'master' of /var/www/mublog
2009-01-12 Evan ProdromouMerge branch 'master' of http://goukihq.org/misc/git...
2009-01-08 Evan ProdromouMerge branch 'master' of ../laconica-stable
2009-01-06 Evan ProdromouMerge branch 'master' into devel
2008-12-23 Evan Prodromoumove opening brace of class declaration to next line
2008-12-23 Evan Prodromouchange function headers to K&R style
2008-12-23 Evan Prodromoureplace NULL with null
2008-12-23 Evan Prodromoureplace all tabs with four spaces
2008-11-06 millettetrac31 url_auto_shortening by sgmurphy
2008-10-06 Evan Prodromoufix error and output in on and off commands
2008-10-04 Evan Prodromoucorrect output for Get command
2008-10-04 Evan Prodromoucheck for notification flags in FavCommand
2008-10-04 Evan ProdromouFaveCommand -> FavCommand
2008-10-04 Evan Prodromoutypo in message command
2008-10-04 Evan Prodromoudifferent message source per command channel
2008-10-04 Evan Prodromoucorrectly refer to notice as a notice
2008-10-04 Evan Prodromoucorrect use of $user to $this->user
2008-10-04 Evan Prodromouadd channels and use command interpreter in different...
2008-10-04 Evan Prodromoufill out commands, move to separate file