- 03 Apr, 2011 4 commits
-
-
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
Remove superfluous whitespace. i18n/L10n tweaks.
-
Siebrand Mazeland authored
Add FIXME for missing class documentation. i18n/L10n tweaks. Superfluous whitespace removed.
-
- 02 Apr, 2011 1 commit
-
-
Siebrand Mazeland authored
Add dummy method MessageListItem::messageListItemDummyMessages() to allow xgettext to add possible sources to POT files. Mark a few i18n issues as FIXME as well as some messages for which the use case was not clear to me. Merged some code on multiple lines into one. Translator documentation added. Remove superfluous whiteapace.
-
- 01 Apr, 2011 15 commits
-
-
Siebrand Mazeland authored
-
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
Fix incorrect variable usage in messages.
-
Siebrand Mazeland authored
Translator documentation updated. Superfluous whitespace removed. Some FIXMEs added.
-
Siebrand Mazeland authored
i18n tweaks. Add FIXME for missing class documentation. Remove superfluous whitespace.
-
Zach Copley authored
* qna: Some work towards allowing revisions Make new answers work More plumbing Work on QnA notice display -- in progress * Move stuff around again * Make answers save * Fix plugin filename * Make questions save! Renamed QuestionAndAnswerPlugin to QnAPlugin Most objects and forms are in place, now I just have to make it work. Skeleton / Stub for Question and Answers micro-app plugin
-
Zach Copley authored
-
- 31 Mar, 2011 7 commits
-
-
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
-
Zach Copley authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Brion Vibber authored
Provisional fix for ticket #3108: Facebook bridge sends "likes" as the notice's original poster instead of as the person doing the liking. Adds optional $profile parameter for Facebookclient constructor and uses that for the foreign_link lookup if provided instead of the notice's poster.
-
- 30 Mar, 2011 12 commits
-
-
Siebrand Mazeland authored
Some other i18n and L10n updates, too. i18n/L10n review not complete.
-
Evan Prodromou authored
-
Brion Vibber authored
A bunch of the common_* functions for date formatting expect an interpretable string, rather than a Unix timestamp, as input. Switched to using the DB-formatted timestamps as we put them into the object rather than the unix timestamp intermediate value when formatting the plaintext and HTML fallback content.
-
Brion Vibber authored
Format timestamps as UTC in ActivityStreams output. While using local times is legit per spec, it's confusing to have it change around and confuses some clients that don't handle zones right.
-
Brion Vibber authored
Tweak which should fix ActivityStreams output for Twitter profiles (if remote_profile entries didn't match, we ended up losing id/URI). Explicitly uses the Twitter profile URL as profile URI if matching, without having to check the db.
-
Zach Copley authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Brion Vibber authored
-
Brion Vibber authored
-
- 29 Mar, 2011 1 commit
-
-
Brion Vibber authored
The ShowNoticeAction subclasses were cut-n-pasting a lot of prepare() code from ShowNoticeAction, though the only part that's different is how we look up the notice. Broke that out to a getNotice() method, so only that needs to be copied. Avoids extra copies of permission checks and other common code in this spot.
-