]> git.mxchange.org Git - quix0rs-gnu-social.git/history - lib/stream.php
Added the new pinghandler to the stopdaemons script and improved the behaviour and...
[quix0rs-gnu-social.git] / lib / stream.php
2009-01-23 Evan ProdromouMerge branch 'master' of /var/www/mublog
2009-01-21 Evan ProdromouMerge branch 'master' into groups
2009-01-19 Evan ProdromouMerge branch 'master' of /var/www/trunk
2009-01-16 Evan ProdromouMerge branch 'master' of /var/www/trunk into uiredesign
2009-01-14 Evan ProdromouModify public stream to use new UI framework
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-11 Zach CopleyBetter titles and instructions for Featured and Popular...
2008-12-11 Evan Prodromoumake a new NoticeList widget and call it from StreamAction
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 all tabs with four spaces
2008-12-08 Evan ProdromouFavorited -> Popular
2008-12-03 csarvenUsing abbr.published @title and ISO8601
2008-12-03 Evan Prodromoubetter microformats from @singpolyma
2008-12-11 Zach CopleyRemove a bunch of extraneous logging statements
2008-11-20 Zach CopleyPublic tabs - only show 'Featured' tab when featured...
2008-11-20 Zach CopleyNew public tabs - Public, Recent tags, Featured, and...
2008-10-20 Evan Prodromoutry to make replies point to the clicked-on notice
2008-09-16 Evan Prodromouinbox and outbox for direct messages
2008-09-08 Evan Prodromoumove fave form, float right
2008-09-08 Evan Prodromouinitial non-Ajax version of favorites
2008-08-27 Evan Prodromoutry to make the reply button do the right thing if...
2008-08-26 Evan Prodromoufix error storing uris of remote notices
2008-08-26 Evan Prodromouuse notice URI if it's not local and it's an HTTP URL
2008-07-30 Evan Prodromouuse a little X instead of "delete" for delete link...
2008-07-30 Evan Prodromounew -> staticGet
2008-07-30 Evan Prodromoufallback for unknown source
2008-07-30 Evan Prodromoushow where a notice came from
2008-07-20 Mike CochraneFullname is in the profile, not the user object
2008-07-20 Mike CochraneClean up of delete links when not logged in
2008-07-16 matthew.greggAdded notice deletion http://laconi.ca/PITS/00045
2008-07-22 zachbase class is_readonly() now returns false by default
2008-07-22 Evan Prodromoucentralize and optimize with-friends query
2008-07-10 Mike CochraneResolve conflicts and convert _t( to _( where it was...
2008-07-09 Mike CochraneMerge conflicts and kill a whole lot of trailing whites...
2008-07-08 Mike CochraneConvert _t() to _() for gettext.
2008-07-09 Evan Prodromoureply_to is now stored on the notice, not on the reply...
2008-07-09 Evan Prodromouwording change in comment
2008-07-09 Evan Prodromoustore rendered content on save; display pre-rendered...
2008-07-09 Evan Prodromoumove again
2008-07-09 Evan Prodromoumove some things around
2008-07-09 Evan Prodromoubetter arrow
2008-07-09 Evan Prodromoureturn false
2008-07-09 Evan Prodromoufallback to newnotice on reply button, new button with...
2008-07-08 mikereplybutton.darc
2008-07-09 Evan Prodromounotice -> permalink in notices
2008-07-07 Evan Prodromouchange reply info
2008-07-07 Evan Prodromouconsolidate show_notice and show_reply
2008-07-07 Evan Prodromoutwiddle a few bits to make replies work correctly
2008-06-23 matthew.greggFirst pass at replies support http://laconi.ca/PITS...
2008-07-03 Evan Prodromouadd a display url function to display URLs
2008-06-27 Evan Prodromoushow exact date when needed
2008-06-14 Evan Prodromoutake out public from views menu for now
2008-06-14 Evan Prodromouadd public tab
2008-06-11 Evan Prodromouclosing menu list in the wrong place
2008-06-11 Evan Prodromoumenu on home and profile
2008-06-10 Evan Prodromoufixup for new theme design in public.php
2008-05-29 Evan Prodromou@ messages
2008-05-29 Evan Prodromouuse common_render_content
2008-05-28 Evan Prodromoutake out content rendering, seems to do something strange
2008-05-28 Evan Prodromoutake out avatar floatleft
2008-05-28 Evan Prodromoutake out spans
2008-05-28 Evan Prodromouchange to use correct width classes
2008-05-28 Evan Prodromouupdate TODOs and try to reformat notices
2008-05-21 Evan Prodromoufixup default avatar urls by using common function
2008-05-21 Evan Prodromoudeclare config global for show_notice in streams
2008-05-21 Evan Prodromoudefault avatar
2008-05-20 Evan Prodromoureformat showstream
2008-05-20 Evan Prodromoufloat images in stream left
2008-05-20 Evan Prodromoutrim whitespace
2008-05-20 Evan Prodromouadd notice id
2008-05-17 Evan Prodromoucommon_start_element -> common_element_start
2008-05-17 Evan Prodromoufixes to make it all lint
2008-05-17 Evan Prodromoumore twiddling
2008-05-15 Evan Prodromousettings and avatars
2008-05-14 Evan Prodromoulicense block for source code
2008-05-14 Evan Prodromoumove library files to lib