summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
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.
2010-01-27Update queue, translation notes in readmeBrion Vibber
2010-01-26Single-user modeEvan Prodromou
New configuration options to define a single-user mode. This hides most of the "community" pages, like the public timeline and groups. The main user's timeline becomes the main page, and most other URLs are changed. Switching back and forth between 1-user and multi-user mode is probably hazardous. Squashed commit of the following: commit d814aa5c92d14a27a12baba7893f3f8bf63f1d08 Author: Evan Prodromou <evan@status.net> Date: Tue Jan 26 00:17:27 2010 -0500 don't show inbox and outbox in single-user mode commit 47f19b9523a7015d4c6e460b73ea32c839e00aa1 Author: Evan Prodromou <evan@status.net> Date: Tue Jan 26 00:15:22 2010 -0500 show correct URL for logo in single-user mode commit 552010cffc33eadbc512ec5a67619dbc2015239a Author: Evan Prodromou <evan@status.net> Date: Tue Jan 26 00:15:06 2010 -0500 make singleuser its own config section commit 786ab260a3ca172e57b555c75ca10946d8f258a1 Author: Evan Prodromou <evan@status.net> Date: Tue Jan 26 00:05:19 2010 -0500 make single-user mode work commit 5b21d7309b3a8dd5a4e0f29aea76f7897f1818b1 Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 23:45:55 2010 -0500 add single-user mode
2010-01-20update changes in README0.9.0beta3Evan Prodromou
2010-01-19allow all rights reserved, private dataEvan Prodromou
2010-01-08Added Brigitte Schuster (http://brigitteschuster.com) as one of theSarven Capadisli
contributors to StatusNet. She created the identi.ca, laconi.ca, and status.net logos.
2010-01-05Require users to login to view attachments on private sitesCraig Andrews
Thank you jeff-themovie for this implementation!
2009-12-22Merge branch 'master' into 0.9.xEvan Prodromou