summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2009-11-30Ticket 1870: drop unnecessary Tidy module installation requirement.Brion Vibber
Tidy was only being used by a couple of non-default URL shortener plugins, PtitUrl and TightUrl. Both were easily changed to load the tag-soup HTML via DOMDocument (using the default DOM module which is already used by other dependencies). Added xml, dom, and simplexml modules to the requirements check in install.php, as they were being used but not checked for. Also cleaned up LilUrl, PtitUrl, and TightUrl to return URL as a string instead of as a SimpleXML node object.
2009-11-18Added documentation in the README for what the 'language' setting actually ↵Ciaran Gultnieks
does. i.e. in practice, nothing.
2009-11-10Bringing Sphinx search support up to code: broken out to a plugin, now ↵Brion Vibber
supports multiple sites on a single server. Upgrade notes: * Index names have changed from hardcoded 'Identica_people' and 'Identica_notices' to use the database name and actual table names. Must reindex. New events: * GetSearchEngine to override default search engine class selection from plugins New scripts: * gen_config.php generates a sphinx.conf from database configuration (with theoretical support for status_network table, but it doesn't seem to be cleanly queriable right now without knowing the db setup info for that. Needs generalized support.) * Replaced old sphinx-indexer.sh and sphinx-cron.sh with index_update.php Other fixes: * sphinx.conf.sample better matches our live config, skipping unused stopword list and using a more realistic indexer memory limit Further notes: * Probably doesn't work right with PostgreSQL yet; Sphinx can pull from PG but the extraction queries currently look like they use some MySQL-specific functions.
2009-11-02Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: README
2009-11-02notes about registeruser and makegroupadmin scriptsEvan Prodromou
2009-10-31Revert "remove mention of getfile"Evan Prodromou
This reverts commit c637fe8cf07c22534e5227082ba81a12a8da3075.
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