summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2009-10-31Revert "Revert "Added some explanatory text to README""Evan Prodromou
This reverts commit 446de62d02f372b6755237ae61e08bfcd4bf5100. Conflicts: README htaccess.sample
2009-10-31Revert "Revert "Added bit about being incompatible with file attachment ↵Evan Prodromou
virtual server"" This reverts commit a5b3ad7bf5e83459cfb163df04e68a88e867b2cd. Conflicts: README
2009-10-31merge from testingEvan Prodromou
2009-10-31remove mention of getfile0.8.2rc2Evan Prodromou
2009-10-31Revert "Added some explanatory text to README"Evan Prodromou
This reverts commit d2bac158cd0d4a25b3997cdd1ccadc5f08d65943.
2009-10-31Revert "Added bit about being incompatible with file attachment virtual server"Evan Prodromou
This reverts commit afe663af82250d020fd9dff0646c91c8f3b41013.
2009-10-31updates to READMEEvan Prodromou
2009-10-31Merge branch '0.8.x' into testingEvan Prodromou
2009-10-22Added bit about being incompatible with file attachment virtual serverJeffery To
2009-10-22Added some explanatory text to READMEJeffery To
2009-10-21Removed Facebook stuff from the StatusNet README and wrote a new READMEZach Copley
for the Facebook plugin.
2009-10-20Remove Twitter bridge stuff. The relevant info has been moved toZach Copley
/plugins/TwitterBridge/README
2009-10-19merge from testingEvan Prodromou
2009-10-19new codename for 0.8.2Evan Prodromou
2009-10-13remove inboxes optionEvan Prodromou
2009-10-01check the schemaEvan Prodromou
2009-09-02Merge remote branch 'laconica/0.8.x' into 0.9.xCraig Andrews
Conflicts: lib/common.php lib/twitter.php
2009-09-02Add Tidy requirement to the READMECraig Andrews
2009-08-27Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.xEvan Prodromou
Conflicts: classes/laconica.ini
2009-08-27Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: EVENTS.txt actions/finishremotesubscribe.php actions/postnotice.php actions/public.php actions/remotesubscribe.php actions/showstream.php actions/updateprofile.php actions/userauthorization.php classes/laconica.ini lib/common.php lib/oauthstore.php lib/omb.php
2009-08-27update version in README, add note about status.netEvan Prodromou
2009-08-27add changelog to READMEEvan Prodromou
2009-08-27Update version number in READMEEvan Prodromou
Update version number and add release code name ("Second Guessing").
2009-08-26last scrub of Laconica -> StatusNetEvan Prodromou
2009-08-25Small update to the Facebook app sectionZach Copley
2009-08-25Small update to the Facebook app sectionZach Copley
2009-08-25global search and replace for laconica -> statusnetEvan Prodromou
2009-08-25update README fileEvan Prodromou
2009-08-21Revert "Added configuration option to only allow OpenID logins."Evan Prodromou
This reverts commit 14b46e2183f10359cc53d597913a878f53e23719. This functionality will need to be rewritten to work with the new OpenIDPlugin. Conflicts: index.php lib/logingroupnav.php
2009-08-21Revert "Added a configuration option to disable OpenID."Evan Prodromou
This reverts commit 7dc3a90d1252137859a687e32313ea569dcf8796. Conflicts: actions/login.php actions/register.php lib/accountsettingsaction.php lib/common.php lib/logingroupnav.php
2009-08-21Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: actions/updateprofile.php actions/userauthorization.php classes/User_group.php index.php install.php lib/accountsettingsaction.php lib/logingroupnav.php
2009-08-210 means no limit for text (distinct from null)Evan Prodromou
2009-08-21configuration options for text limitsEvan Prodromou
2009-08-18Updated Twitter bridge sectionZach Copley
2009-08-13Added a configuration option to disable OpenID.Jeffery To
If $config['openid']['enabled'] is set to false, OpenID is removed from the navigation and direct accesses to OpenID login pages redirect to the login page. If OpenID is enabled, $config['site']['openidonly'] is ignored, i.e. OpenID is required to go OpenID-only.
2009-08-10Added configuration option to only allow OpenID logins.Jeffery To
If $config['site']['openidonly'] is set to true: * the Login/Register pages will be removed from the navigation; * directly accesses to the Login/Register pages will redirect to the OpenID login page; * most links to the Login/Register pages will link to the OpenID login page instead. The user will still need to set a password to access the API and RSS feeds.
2009-08-07Added configuration option to disable post-by-email.Jeffery To
This hides the relevant settings from the email settings page and prevents maildaemon.php from processing email if the option is disabled.
2009-08-07Added configuration options to enable/disable SMS and Twitter integration.Jeffery To
This disables the IM, SMS and Twitter settings pages and queue handlers depending on the config options.
2009-07-30Site-wide design configurationEvan Prodromou
I added some code so that the site-wide design can be set, using the configuration interface. I also moved the configuration option from $config['site']['design']['background'] to just $config['design']['background'], but the old syntax will still work.
2009-07-21Fixed: The installer checks if the avatar and background directories are ↵Craig Andrews
writable, but fails to check the file directory used for attachments. Thanks brion http://laconi.ca/trac/ticket/1703
2009-07-17Require PHP 5.2.3 or later.Craig Andrews
http://laconi.ca/trac/ticket/1605
2009-07-15add some info about pluginsEvan Prodromou
2009-07-15update release date and some extra stuff in the featuresEvan Prodromou
2009-07-10Add Craig Andrews to the credits listZach Copley
2009-07-10Fix conflict from merge with 0.7.x; remove conflict markersZach Copley
2009-07-10Merge branch '0.7.x' into 0.8.xEvan Prodromou
Conflicts: README actions/twitapiusers.php
2009-07-09update the README for 0.8.0Evan Prodromou
2009-07-08update the README with new informationEvan Prodromou
2009-06-30Add site-wide option to change the length at which URLs are auto-shortenedJeff Mitchell