Age | Commit message (Collapse) | Author |
|
does. i.e. in practice, nothing.
|
|
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.
|
|
Conflicts:
README
|
|
|
|
This reverts commit c637fe8cf07c22534e5227082ba81a12a8da3075.
|
|
This reverts commit 446de62d02f372b6755237ae61e08bfcd4bf5100.
Conflicts:
README
htaccess.sample
|
|
virtual server""
This reverts commit a5b3ad7bf5e83459cfb163df04e68a88e867b2cd.
Conflicts:
README
|
|
|
|
|
|
This reverts commit d2bac158cd0d4a25b3997cdd1ccadc5f08d65943.
|
|
This reverts commit afe663af82250d020fd9dff0646c91c8f3b41013.
|
|
|
|
|
|
|
|
|
|
for the Facebook plugin.
|
|
/plugins/TwitterBridge/README
|
|
|
|
|
|
|
|
|
|
Conflicts:
lib/common.php
lib/twitter.php
|
|
|
|
Conflicts:
classes/laconica.ini
|
|
|
|
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
|
|
|
|
|
|
Update version number and add release code name ("Second Guessing").
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 14b46e2183f10359cc53d597913a878f53e23719.
This functionality will need to be rewritten to work with the new
OpenIDPlugin.
Conflicts:
index.php
lib/logingroupnav.php
|
|
This reverts commit 7dc3a90d1252137859a687e32313ea569dcf8796.
Conflicts:
actions/login.php
actions/register.php
lib/accountsettingsaction.php
lib/common.php
lib/logingroupnav.php
|
|
Conflicts:
actions/updateprofile.php
actions/userauthorization.php
classes/User_group.php
index.php
install.php
lib/accountsettingsaction.php
lib/logingroupnav.php
|
|
|
|
|
|
|
|
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.
|
|
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.
|
|
This hides the relevant settings from the email settings page and
prevents maildaemon.php from processing email if the option is
disabled.
|
|
This disables the IM, SMS and Twitter settings pages and queue handlers
depending on the config options.
|
|
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.
|
|
writable, but fails to check the file directory used for attachments.
Thanks brion
http://laconi.ca/trac/ticket/1703
|
|
http://laconi.ca/trac/ticket/1605
|
|
|
|
|
|
|