index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
noticelist.php
Age
Commit message (
Expand
)
Author
2009-01-21
Mailbox markup for Inbox/Outbox direct notices
sarven
2009-01-19
Reformat notice list code
Evan Prodromou
2009-01-17
Added @title to input submit (reusing $label value until we really
sarven
2009-01-17
Delete notice markup and styles
sarven
2009-01-16
showReplyLink
sarven
2009-01-15
Merge branch 'uiredesign' of ../evan into uiredesign
sarven
2009-01-15
Add some includes to noticelist
Evan Prodromou
2009-01-15
Published title
sarven
2009-01-15
Wrapper for notices
sarven
2009-01-15
Changed to class
sarven
2009-01-15
Fix some formatting in list items
Evan Prodromou
2009-01-15
Merge ../csarven into uiredesign
Evan Prodromou
2009-01-15
A little further with notice lists
Evan Prodromou
2009-01-15
Resaved.
sarven
2009-01-15
Refactored show() into showNotice(), showNoticeInfo(),
sarven
2009-01-15
Updated:
sarven
2009-01-15
Updated:
sarven
2009-01-15
showReplyTo() update
sarven
2009-01-15
showAuthor() minor update. Using a single anchor to wrap both avatar and
sarven
2008-12-23
incorrect label on notice list file comment
Evan Prodromou
2008-12-23
bring lib/noticelist.php into line with PEAR code standards
Evan Prodromou
2008-12-20
two undefined variables in noticelist.php
Evan Prodromou
2008-12-16
XHR response fix for IE
Sarven Capadisli
2008-12-12
link error with notice sources
Evan Prodromou
2008-12-11
fix source name
Evan Prodromou
2008-12-11
$profile -> $this->profile in noticelistitem
Evan Prodromou
2008-12-11
fixup function names for show_avatar() and show_nickname()
Evan Prodromou
2008-12-11
remove unused $notice param from NoticeListItem::show()
Evan Prodromou
2008-12-11
don't use undefined source_link; instead, just link
Evan Prodromou
2008-12-11
make a new NoticeList widget and call it from StreamAction
Evan Prodromou