]> git.mxchange.org Git - quix0rs-gnu-social.git/history - lib/stream.php
fix error storing uris of remote notices
[quix0rs-gnu-social.git] / lib / stream.php
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