summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2010-10-19Fix casing of "translatewiki.net"Siebrand Mazeland
2010-10-18Bump README to 0.9.6Brion Vibber
2010-10-18document API and nofollow config optionsEvan Prodromou
2010-10-14Fix ticket #2829: we have more subdirs to pull than just avatars now; ↵Brion Vibber
updated the upgrade directions.
2010-10-14document and default for site|ssllogoEvan Prodromou
2010-10-14Make HTTPS urls in File::url() if necessaryEvan Prodromou
2010-10-14document sslserver and sslpath configuration optionsEvan Prodromou
2010-09-09include changelog and version changes in textEvan Prodromou
2010-09-08Bump version to 0.9.5Brion Vibber
2010-09-03explicitly license documentation under CC-BY 3.0Evan Prodromou
2010-09-02explicit attributionEvan Prodromou
2010-09-02note that images and CSS files in /themes/ are CC-BY 3.0, and that themes ↵Evan Prodromou
are exempt from AGPL copyleft
2010-08-16StatusNet 0.9.4 "Orange Crush"0.9.4Brion Vibber
2010-08-12add note about software subscriptionEvan Prodromou
2010-08-110.9.4beta2 update some notes in README, note the fix from beta10.9.4beta2Brion Vibber
2010-06-29Updates to README w/ summary changelistBrion Vibber
2010-06-28Update version and code name: 0.9.3 Half a World AwayBrion Vibber
2010-05-03Updated README to include one-liner about fixed installer in the noteable ↵Zach Copley
changes section
2010-05-03Update release dateBrion Vibber
2010-04-29Update release notes and version number for 0.9.2Zachary Copley
2010-03-29Tweak to Eugene Crosser's patch to make transactions and acks configurable; ↵Brion Vibber
disabling them gets basic message delivery working under MorbidQ, and may help with RabbitMQ etc. I swapped the settings from negative to positive ($config['queue']['stomp_transactions'] = false rather than $config['queue']['stomp_no_transactions'] = true), gave them defaults (both on for best ActiveMQ experience), and added notes to the README about configuring them.
2010-03-29Make stomp queue manager work with basic serversEugene Crosser
Signed-off-by: Eugene Crosser <crosser@average.org>
2010-03-28update README and version number0.9.1Evan Prodromou
2010-03-18Add readme notes about PHP <5.2.6 bug on 64-bit and PHP 5.3 issues.Brion Vibber
2010-03-04fix ver ref in upgrade instructionsBrion 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-04Updated note on geo location and added a note on user rolesSarven Capadisli
2010-03-04Normalize whitespace in the README -- all tabs to (4) spacesZach Copley
2010-03-04note betas are obsolete nowEvan Prodromou
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-03-04banned no longer supportedEvan Prodromou
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-03-04updates to queue info in readmeBrion Vibber
2010-03-04Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
* 'testing' of gitorious.org:statusnet/mainline: some more editorial on README Increased admin navigation width to handle longer text length
2010-03-04Fix link to StatusNet bug tracker in READMEZach Copley
2010-03-04some more editorial on READMEEvan Prodromou
2010-03-04add blacklist and throttle plugin notesEvan Prodromou
2010-03-04change lede so it doesn't talk about LaconicaEvan Prodromou
2010-03-04change 'mublog' to 'statusnet' in READMEEvan Prodromou
2010-03-04change lacuser/lacpassword to statusnet-like onesEvan Prodromou
2010-03-04change URLs and versions in READMEEvan Prodromou
2010-03-04change changelog and versionEvan Prodromou
2010-02-11let files go to SSL dir tooEvan Prodromou
2010-02-11let backgrounds be put under SSLEvan Prodromou
2010-02-11put Javascript files under SSLEvan Prodromou
2010-02-11let avatars be served over SSLEvan Prodromou
2010-02-11null theme ssl setting means 'guess'Evan Prodromou
2010-02-01readme and version for beta50.9.0beta5Evan Prodromou
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.