summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-02Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-03-02Add translator documentationSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-03-02Redirect to main page when transparent SSO is in place for the CAS plugin ↵Craig Andrews
(which is what the user expects)
2010-03-02Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2010-03-02Add translator documentationSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-03-02Document 404 "Page not found" server error for translators.Siebrand Mazeland
2010-03-02Documented all but one UI string in actions/accessadminpanel.php to get a ↵Siebrand Mazeland
feel on what documenting them in code actually means. Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-03-02* Change translator documentation using _m() as designed together with BrionSiebrand Mazeland
* Add more translator documentation Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-03-01Don't attempt to retrieve the current user from the DB while processing a DB ↵Craig Andrews
error
2010-03-01Correctly handle the case when MIME/Type doesn't know what file extension a ↵Craig Andrews
mime type maps to
2010-03-01Use PHP exceptions for PEAR error handling.Craig Andrews
Allows for the common try/catch construct, which makes error handling cleaner and easier.
2010-03-01Modify configuration to have an option to allow uploads regardless of mime typeCraig Andrews
2010-03-01Merge branch 'testing' into 0.9.xZach Copley
* testing: Upgrade XML output scrubbing to better deal with newline and a few other chars
2010-03-01Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
* 'testing' of gitorious.org:statusnet/mainline: Localization tweak: include doc comments marked as 'TRANS' in .po file output; these should now get automatically pulled through to the TranslateWiki interface as translator help hints. Add index on group_index.notice_id, needed to pull list of target groups for inbox delivery. Add index on post_id for file_to_post, needed for efficient lookups of files/urls attached to a given post. Update pot file
2010-03-01Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
Conflicts: db/08to09.sql locale/statusnet.po scripts/update_po_templates.php
2010-03-01Upgrade XML output scrubbing to better deal with newline and a few other charsZach Copley
2010-03-01Merge branch 'master' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-03-01Localization tweak: include doc comments marked as 'TRANS' in .po file ↵Brion Vibber
output; these should now get automatically pulled through to the TranslateWiki interface as translator help hints.
2010-03-01Fix forgotten "m" in 8e102da76cc7466bffb67cb591927f123ed74c12Siebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-03-01Add contextual documentation to allow better localisation.Siebrand Mazeland
2010-03-01Add index on group_index.notice_id, needed to pull list of target groups for ↵Brion Vibber
inbox delivery. Index was present on live identi.ca database but missing from master definitions: group_inbox_notice_id_idx
2010-03-01Add index on post_id for file_to_post, needed for efficient lookups of ↵Brion Vibber
files/urls attached to a given post.
2010-03-01Change 'Home' to 'Personal' in the header.Craig Andrews
csarven indicated he accepted this change.
2010-03-01Use common_nicknamize() in better places.Craig Andrews
2010-03-01Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-03-01Add content for all 3 Send buttons (2 are the same as far as I can tell)Siebrand Mazeland
2010-03-01Add context for Send button on invite.phpSiebrand Mazeland
2010-03-01Also extract _m() used in core.Siebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-03-01Update pot file.Siebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-03-01Update pot fileSiebrand Mazeland
2010-02-27Merge branch 'testing' into 0.9.xEvan Prodromou
2010-02-27fix call of common_find_mentions() in Notice::saveReplies()Evan Prodromou
2010-02-27Use notice for context when deciding who @nickname refers toEvan Prodromou
In a federated system, "@nickname" is insufficient to uniquely identify a user. However, it's a very convenient idiom. We need to guess from context who 'nickname' refers to. Previously, we were using the sender's profile (or what we knew about them) as the only context. So, we assumed that they'd be mentioning to someone they followed, or someone who followed them, or someone on their own server. Now, we include the notice information for context. We check to see if the notice is a reply to another notice, and if the author of the original notice has the nickname 'nickname', then the mention is probably for them. Alternately, if the original notice mentions someone with nickname 'nickname', then this notice is probably referring to _them_. Doing this kind of context sleuthing means we have to render the content very late in the notice-saving process.
2010-02-27Merge branch 'master' into testingEvan Prodromou
2010-02-27Plugin to restrict too many registrations from one IPEvan Prodromou
We throttle registrations by IP. We record IP address of each registration, and if too many registrations have been done by the same IP address in the time interval, we reject the registration.
2010-02-27uri -> URI in interface textSiebrand Mazeland
2010-02-27Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-02-27add bugfix to version number.Evan Prodromou
2010-02-27Fixes entity_tags alignmentSarven Capadisli
2010-02-26Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-26Revert "change function name"Evan Prodromou
This reverts commit 21edb98a32cf67b9f754c9a74414f113cb71cb37.
2010-02-26renaming sha256 to prevent conflictJames Walker
2010-02-26change function nameEvan Prodromou
2010-02-26Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
* 'testing' of gitorious.org:statusnet/mainline: better return check in Magicsig::staticGet() blow cache on known replies
2010-02-26better return check in Magicsig::staticGet()James Walker
2010-02-26blow cache on known repliesEvan Prodromou
2010-02-26Pull conversation URL from Conversation instead of assuming it's localZach Copley
2010-02-26Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-26add a flag to impede adding sessions to URLs (for permanent stuff)Evan Prodromou
2010-02-26MagicEnvelope::parse shouldn't be called staticallyJames Walker