summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-08Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-03-08Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-03-08CentOS 5.4 still has bad PCRE in stock (though all bets off for PHP ↵Brion Vibber
packages, since you'd need a version update anyway...)
2010-03-08Revert "CentOS 5.4 still bogus on a stock install." - bad debug lines crept inBrion Vibber
This reverts commit 7e7d88831cf8b3e8876499b86890da2e63b08c97.
2010-03-08Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-03-08CentOS 5.4 still bogus on a stock install.Brion Vibber
2010-03-08Fix ticket #2208: regression in XMPP sending when server != hostBrion Vibber
The upstream class sets $this->basejid with host unconditionally, which wasn't previously an issue as the fulljid would always be filled in by the server at connect time before sending messages. With the new queued messaging, we need to make sure we've filled out $this->fulljid correctly without making a connection. Now using $server if provided to build $this->basejid and $this->fulljid in the queued XMPP proxy class, so queued messages are sent correctly.
2010-03-08XMPP cleanup: fix outgoing XMPP when queuing is disabled; fix notice for ↵Brion Vibber
first access to undefined member variable
2010-03-08Fixed warning messages when auto-registering a new LDAP user.Jeffery To
On my test system (without memcache), while testing the LDAP authentication plugin, when I sign in for the first time, triggering auto-registration, I get these messages in the output page: Warning: ksort() expects parameter 1 to be array, null given in /home/jeff/Documents/code/statusnet/classes/Memcached_DataObject.php on line 219 Warning: Invalid argument supplied for foreach() in /home/jeff/Documents/code/statusnet/classes/Memcached_DataObject.php on line 224 Warning: assert() [function.assert]: Assertion failed in /home/jeff/Documents/code/statusnet/classes/Memcached_DataObject.php on line 241 (plus two "Cannot modify header information..." messages as a result of the above warnings) This change appears to fix this (although I can't really explain exactly why).
2010-03-08ldap_get_connection() to return null when passed a config with bad user/pw.Jeffery To
This mainly affects login; before if the user enters a valid username but invalid password, ldap_get_connection() throws an LDAP_INVALID_CREDENTIALS error. Now the user sees the regular "Incorrect username of password" error message.
2010-03-08Alignment fix for IE6Sarven Capadisli
2010-03-07Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-03-05Remove unused variables, update Twitter onesZach Copley
2010-03-05Remove unused variables, update Twitter onesZach Copley
2010-03-05No need to pass in $this->limit and $this-tagZach Copley
2010-03-05No need to pass in $this->limit and $this-tagZach Copley
2010-03-05Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach Copley
* '0.9.x' of gitorious.org:statusnet/mainline: Fixed problem causing 500 error on notices containing a non-existent group
2010-03-05Fix undefined variable error and some other cleanupZach Copley
2010-03-05UserRSS Didn't Use the Tag Propery.Christopher Vollick
This meant that server.com/user/tag/TAG/rss just returned all user data. That was incorrect.
2010-03-05Fix undefined variable error and some other cleanupZach Copley
2010-03-06Fixed problem causing 500 error on notices containing a non-existent groupCiaran Gultnieks
2010-03-05UserRSS Didn't Use the Tag Propery.Christopher Vollick
This meant that server.com/user/tag/TAG/rss just returned all user data. That was incorrect.
2010-03-05Fix for blank RSS1 tag feedsZach Copley
2010-03-05Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach Copley
* '0.9.x' of gitorious.org:statusnet/mainline: Localisation updates for !StatusNet from !translatewiki.net !sntrans
2010-03-05Fix for blank RSS1 tag feedsZach Copley
2010-03-05OpenID fix:Brion Vibber
- avoid notice on insert (missing sequenceKeys()) - avoid cache corruption on delete (user_id was missing from keys list, cache not cleared for user_id lookups)
2010-03-05Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-03-05Initial install-time test for PCRE compiled without Unicode properties, ↵Brion Vibber
which causes corruption in feeds and other linking problems. Error message links to help info at http://status.net/wiki/Red_Hat_Enterprise_Linux#PCRE_library
2010-03-05ticket #697: merge two dupe config bits in config.php.sampleBrion Vibber
2010-03-05OStatus fix: send the feed's root element, not the DOM document, down to ↵Brion Vibber
low-level feed processing as entry context on PuSH input.
2010-03-04Another typoroot
2010-03-04Fix a few typosRasmus Lerdorf
2010-03-04implement mail headersDave Hall
2010-03-05Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xZach Copley
2010-03-05A better way to safely delete Foreign_linksZach Copley
2010-03-05Fix for errant deletion of all Twitter foreign_linksZach Copley
2010-03-05A better way to safely delete Foreign_linksZach Copley
2010-03-05Fix for errant deletion of all Twitter foreign_linksZach Copley
2010-03-04fix ver ref in upgrade instructionsBrion Vibber
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-03-04Merge branch 'testing' of gitorious.org:statusnet/mainline into testinglist0.9.0Zach Copley
* 'testing' of gitorious.org:statusnet/mainline: Updated note on geo location and added a note on user roles Set up subscription to update@status.net for admin user on new installation, if OStatus is set up and working. (Will fail gracefully on a behind-the-firewall site.)
2010-03-04Make indenting consistent in READMEZach Copley
2010-03-04Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Added Breton. Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-03-04Updated note on geo location and added a note on user rolesSarven Capadisli
2010-03-04Add Breton to language.phpSiebrand Mazeland
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-03-04Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-03-04Set up subscription to update@status.net for admin user on new installation, ↵Brion Vibber
if OStatus is set up and working. (Will fail gracefully on a behind-the-firewall site.)
2010-03-04Normalize whitespace in the README -- all tabs to (4) spacesZach Copley
2010-03-04note betas are obsolete nowEvan Prodromou