index
:
statusnet/lukeshus-statusnet
0.7.x
0.8.x
0.9.x
1.0.x
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
/
actions
/
shownotice.php
Age
Commit message (
Expand
)
Author
2009-07-17
Move the oembed endpoint to /main/oembed
Craig Andrews
2009-07-15
Added oEmbed discovery for attachments and notices
Craig Andrews
2009-07-02
notice should show user design
Evan Prodromou
2009-06-23
use a subclass for single notice items to show attachments
Evan Prodromou
2009-06-08
Merge branch '0.7.x' into 0.8.x
Evan Prodromou
2009-05-30
correct last-modified date for shownotice.php
Evan Prodromou
2009-05-29
Changed ul to ol and added xoxo for notice lists.
Sarven Capadisli
2009-04-13
isReadOnly() now takes arguments
Evan Prodromou
2009-04-13
isReadOnly() now takes arguments
Evan Prodromou
2009-03-19
redirect to original URL or URI for remote notices
Evan Prodromou
2009-01-23
make avatar bigger on single notice pages
Robin Millette
2009-01-19
Removed unnecessary empty containers (page_notice, aside, local
sarven
2009-01-19
Changed @id to @class for notices ul
sarven
2009-01-18
Update shownotice for new framework, make phpcs-clean
Evan Prodromou
2009-01-15
Convert use of common_server_error and common_user_error to methods on Action
Evan Prodromou
2009-01-15
Convert all actions to use new UI functions
Evan Prodromou
2008-12-23
move opening brace of class declaration to next line
Evan Prodromou
2008-12-23
change function headers to K&R style
Evan Prodromou
2008-12-23
replace NULL with null
Evan Prodromou
2008-12-23
replace all tabs with four spaces
Evan Prodromou
2008-12-11
make a new NoticeList widget and call it from StreamAction
Evan Prodromou
2008-12-03
parent::init() -> parent::prepare()
Evan Prodromou
2008-12-03
change Action::init() to Action::prepare() to avoid conflict with RSS10Action...
Evan Prodromou
2008-12-02
add attributes for shownotice
Evan Prodromou
2008-12-01
end ETag with quotes
Evan Prodromou
2008-12-01
notices have a create stamp not a modified stamp
Evan Prodromou
2008-12-01
generate an etag for shownotice
Evan Prodromou
2008-12-01
trim whitespace
Evan Prodromou
2008-07-21
Publish MicroIDs for email and mpp on profile and notice pages.
mikec
2008-07-12
Convert more _t s to _
Mike Cochrane
2008-07-08
Translate a few more strings.
Mike Cochrane
2008-07-11
better error checking in shownotice
Evan Prodromou
2008-06-27
show exact date when needed
Evan Prodromou
2008-06-18
fix copy-and-paste error
Evan Prodromou
2008-06-17
move instructions up to the "whats up" area
Evan Prodromou
2008-06-10
get the profile to show it in the title
Evan Prodromou
2008-06-10
fix including stream in shownotice
Evan Prodromou
2008-06-10
make shownotice a stream of one notice
Evan Prodromou
2008-05-29
@ messages
Evan Prodromou
2008-05-29
use common_render_content
Evan Prodromou
2008-05-20
highlight notice
Evan Prodromou
2008-05-20
trim whitespace
Evan Prodromou
2008-05-19
better headers
Evan Prodromou
2008-05-17
common_start_element -> common_element_start
Evan Prodromou
2008-05-17
fixes to make it all lint
Evan Prodromou
2008-05-15
settings and avatars
Evan Prodromou
2008-05-14
license block for source code
Evan Prodromou
2008-05-14
considerable coding
Evan Prodromou
2008-05-08
read-only stuff
Evan Prodromou