summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-01readme and version for beta50.9.0beta5Evan Prodromou
2010-02-01Don't enqueue into plugin or SMS queues when disabled (breaks unqueuehandler ↵Brion Vibber
if SMS queue isn't attached)
2010-02-01Merge remote branch 'statusnet/master' into testingBrion Vibber
2010-02-01Improve name validation checks on local File referencesBrion Vibber
2010-02-01Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-01Merge branch 'master' into testingEvan Prodromou
2010-02-01fix local file include vulnerability in doc.phpEvan Prodromou
Conflicts: actions/doc.php
2010-02-01Reusing fixed selector name for 'processing' in util.jsSarven Capadisli
2010-02-01Removed hAtom pattern from registration page.Sarven Capadisli
2010-02-01restructuring of User::registerNew() lost password mungingEvan Prodromou
2010-01-31Add a script to clear the cache for a given keyEvan Prodromou
Like showcache.php, clearcache.php clears the cache for a given key.
2010-01-31buggy fetch for site ownerEvan Prodromou
2010-01-31Added missing concat of </li> in Realtime responseSarven Capadisli
2010-01-31Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-01-31Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-01-31Updated XHR binded events to work better in jQuery 1.4.1. UsingSarven Capadisli
.live() for event delegation instead of jQuery.data() and checking to see if an element was previously binded.
2010-01-31Updated jQuery Form Plugin from v2.17 to v2.36Sarven Capadisli
2010-01-31Updated jQuery JavaScript Library from v1.3.2 to v1.4.1Sarven Capadisli
2010-01-31move schema.type.php to typeschema.php like other filesEvan Prodromou
2010-01-31Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-01-31Add Really Simple Discovery (RSD) supportEvan Prodromou
Anil Dash suggested that all implementers of the Twitter API include support for the remedial RSD format. This commit adds an RSD action that returns the API root and additional API data to help client developers discover and use our Twitter-compatible API. http://dashes.com/anil/2009/12/the-twitter-api-is-finished.html http://tales.phrasewise.com/rfc/rsd
2010-01-31Add a robots.txt URL to the site rootEvan Prodromou
Adds a robots.txt file to the site root. Defaults defined by 'robotstxt' section of config. New events StartRobotsTxt and EndRobotsTxt to let plugins add information. Probably not useful if path is not /, but won't hurt anything, either.
2010-01-30error clearing tags for profiles from memcachedEvan Prodromou
2010-01-30on exceptions, stomp logs the error and reenqueuesEvan Prodromou
2010-01-30add lat, lon, location and remove closing tag from geocode.phpEvan Prodromou
2010-01-30Use passed-in lat long in geocode.phpEvan Prodromou
Don't rewrite the lat-long for a location in geocode.php.
2010-01-30better handling of null responses from geonames.orgEvan Prodromou
2010-01-30Globalized form notice data geo valuesSarven Capadisli
2010-01-30Using jQuery chaining in FormNoticeXHRSarven Capadisli
2010-01-30Using form object instead of form_id and find(). Slightly faster andSarven Capadisli
easier to read.
2010-01-30removed describeTable from base class, and fixed it up in pgsqlBrenda Wallace
2010-01-30getTableDef() mostly working in postgresBrenda Wallace
2010-01-30move the schema DDL sql off into seperate files for each db we supportBrenda Wallace
2010-01-29plugin to limit number of registered usersEvan Prodromou
2010-01-29add hooks for user registrationEvan Prodromou
2010-01-29live fast, die young in bash scriptsEvan Prodromou
2010-01-29Merge branch 'master' of git@gitorious.org:statusnet/mainlineEvan Prodromou
2010-01-29for single-user mode, retrieve either site owner or defined nicknameEvan Prodromou
2010-01-29method to get the site ownerEvan Prodromou
2010-01-29define a constant for the 'owner' role of a siteEvan Prodromou
2010-01-29add simple cache getter/setter static functions to Memcached_DataObjectEvan Prodromou
2010-01-29Adds notice author's name to @title in Realtime responseSarven Capadisli
2010-01-29Hides .author from XHR response in showstreamSarven Capadisli
2010-01-29Hides .author from XHR response in showstreamSarven Capadisli
2010-01-28Fix more fatal errors in queue edge casesBrion Vibber
2010-01-28Don't attempt to resend XMPP messages that can't be broadcast due to the ↵Brion Vibber
profile being deleted.
2010-01-28Merge branch 'master' of git@gitorious.org:statusnet/mainlineBrion Vibber
2010-01-28Wrap each bit of distrib queue handler's saving operation in a try/catch; ↵Brion Vibber
log exceptions but let everything else continue.
2010-01-29Merge branch 'testing'Zach Copley
2010-01-28Log exceptions from queuedaemon.php if they're not already caughtBrion Vibber