Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-18 | document API and nofollow config options | Evan Prodromou | |
2010-10-14 | Fix ticket #2829: we have more subdirs to pull than just avatars now; ↵ | Brion Vibber | |
updated the upgrade directions. | |||
2010-10-14 | document and default for site|ssllogo | Evan Prodromou | |
2010-10-14 | Make HTTPS urls in File::url() if necessary | Evan Prodromou | |
2010-10-14 | document sslserver and sslpath configuration options | Evan Prodromou | |
2010-09-09 | include changelog and version changes in text | Evan Prodromou | |
2010-09-08 | Bump version to 0.9.5 | Brion Vibber | |
2010-09-03 | explicitly license documentation under CC-BY 3.0 | Evan Prodromou | |
2010-09-02 | explicit attribution | Evan Prodromou | |
2010-09-02 | note that images and CSS files in /themes/ are CC-BY 3.0, and that themes ↵ | Evan Prodromou | |
are exempt from AGPL copyleft | |||
2010-08-16 | StatusNet 0.9.4 "Orange Crush"0.9.4 | Brion Vibber | |
2010-08-12 | add note about software subscription | Evan Prodromou | |
2010-08-11 | 0.9.4beta2 update some notes in README, note the fix from beta10.9.4beta2 | Brion Vibber | |
2010-06-29 | Updates to README w/ summary changelist | Brion Vibber | |
2010-06-28 | Update version and code name: 0.9.3 Half a World Away | Brion Vibber | |
2010-05-03 | Updated README to include one-liner about fixed installer in the noteable ↵ | Zach Copley | |
changes section | |||
2010-05-03 | Update release date | Brion Vibber | |
2010-04-29 | Update release notes and version number for 0.9.2 | Zachary Copley | |
2010-03-29 | Tweak 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-29 | Make stomp queue manager work with basic servers | Eugene Crosser | |
Signed-off-by: Eugene Crosser <crosser@average.org> | |||
2010-03-28 | update README and version number0.9.1 | Evan Prodromou | |
2010-03-18 | Add readme notes about PHP <5.2.6 bug on 64-bit and PHP 5.3 issues. | Brion Vibber | |
2010-03-04 | fix ver ref in upgrade instructions | Brion Vibber | |
2010-03-04 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testinglist0.9.0 | Zach 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-04 | Make indenting consistent in README | Zach Copley | |
2010-03-04 | Updated note on geo location and added a note on user roles | Sarven Capadisli | |
2010-03-04 | Normalize whitespace in the README -- all tabs to (4) spaces | Zach Copley | |
2010-03-04 | note betas are obsolete now | Evan Prodromou | |
2010-03-04 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-03-04 | banned no longer supported | Evan Prodromou | |
2010-03-04 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-03-04 | updates to queue info in readme | Brion Vibber | |
2010-03-04 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: some more editorial on README Increased admin navigation width to handle longer text length | |||
2010-03-04 | Fix link to StatusNet bug tracker in README | Zach Copley | |
2010-03-04 | some more editorial on README | Evan Prodromou | |
2010-03-04 | add blacklist and throttle plugin notes | Evan Prodromou | |
2010-03-04 | change lede so it doesn't talk about Laconica | Evan Prodromou | |
2010-03-04 | change 'mublog' to 'statusnet' in README | Evan Prodromou | |
2010-03-04 | change lacuser/lacpassword to statusnet-like ones | Evan Prodromou | |
2010-03-04 | change URLs and versions in README | Evan Prodromou | |
2010-03-04 | change changelog and version | Evan Prodromou | |
2010-02-11 | let files go to SSL dir too | Evan Prodromou | |
2010-02-11 | let backgrounds be put under SSL | Evan Prodromou | |
2010-02-11 | put Javascript files under SSL | Evan Prodromou | |
2010-02-11 | let avatars be served over SSL | Evan Prodromou | |
2010-02-11 | null theme ssl setting means 'guess' | Evan Prodromou | |
2010-02-01 | readme and version for beta50.9.0beta5 | Evan Prodromou | |
2010-01-31 | Add a robots.txt URL to the site root | Evan 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-27 | Update queue, translation notes in readme | Brion Vibber | |
2010-01-26 | Single-user mode | Evan 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 |