summaryrefslogtreecommitdiff
path: root/lib/common.php
AgeCommit message (Collapse)Author
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25a distributed -> the distributedEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-24Merge branch '0.8.x' into testingEvan Prodromou
Conflicts: actions/twitterauthorization.php lib/oauthclient.php lib/twitter.php lib/twitterapi.php lib/twitteroauthclient.php scripts/twitterstatusfetcher.php
2009-08-24Twitter OAuth server dance workingZach Copley
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 'dbconfig' into 0.9.xEvan Prodromou
Conflicts: lib/common.php
2009-08-21load configuration options from database at runtimeEvan Prodromou
2009-08-21Include php-gettext 1.0.7 into extlibs; loading it up if native gettext ↵Brion Vibber
extension is not present. This provides a pure PHP implementation of the gettext functions. This should help get laconica running on shared hosting environments where PHP's gettext module may not be installed. Also gets us one step closer to running on Mac OS X 10.5 with Apple's preinstalled PHP, which doesn't provide an easy way to add modules. Source: http://savannah.nongnu.org/projects/php-gettext Copyright (c) 2005 Steven Armstrong <sa at c-area dot ch> GPLv2 or later
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-21configuration options for text limitsEvan Prodromou
2009-08-20Fix the default value of ['server']['path'] when running from command line ↵Francois Marier
scripts The logic in _sn_to_path() doesn't make sense when not running via a remote server. Default to the empty string if running from the command line and ['server']['path'] is not set manually in config.php
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-10Merge commit 'jeff-themovie/0.8.x-openidonly' into 0.8.xCraig Andrews
2009-08-10Merge branch 'twitter-oauth' into 0.8.xZach Copley
Conflicts: scripts/getvaliddaemons.php
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-07Fixed IM and SMS enabled options to default to true.Jeffery To
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-08-05update version to 0.8.1pre10.8.1pre1Evan Prodromou
2009-08-04give plugins a chance to autoload their classesEvan Prodromou
2009-08-040.9.0 dev versionEvan Prodromou
2009-08-03Merge branch '0.8.x' into twitter-oauthZach Copley
2009-08-01Twitter OAuth server dance workingZach Copley
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-23Revert "0.9.0 dev version"Craig Andrews
This reverts commit 7cfb2f569dbda8ef84149604cec88b2349d95306. This should have never been committed to the 0.8.x branch.
2009-07-15change version to 0.8.1devEvan Prodromou
2009-07-10Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-07-09add a little syntactical sugar for adding pluginsEvan Prodromou
2009-07-090.9.0 dev versionEvan Prodromou
2009-07-09change version number to 0.8.0Evan Prodromou
2009-07-09correct the newuser default setting in common.phpEvan Prodromou
2009-07-02Make logging facility configurableZach Copley
2009-06-30Add site-wide option to change the length at which URLs are auto-shortenedJeff Mitchell
2009-06-30Merge commit 'jeff-themovie/invite-enabled' into 0.8.xZach Copley
* commit 'jeff-themovie/invite-enabled': Adds $config['invite']['enabled'] to enable/disable invites.
2009-06-27debug flag for sessionsEvan Prodromou
2009-06-27use the session class to store sessionsEvan Prodromou
2009-06-26Merge branch '0.8.x' into invite-enabledJeffery To
2009-06-24make stomp server work with username and passwordEvan Prodromou
2009-06-23Using default theme design values (it was previously set to identicaSarven Capadisli
theme)
2009-06-23make file command configurableEvan Prodromou
2009-06-22Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-22add commandline.inc for parsingEvan Prodromou
2009-06-22Merge branch '0.8.x' into cmdlineEvan Prodromou
2009-06-22Add upload location to attachments config sectionZach Copley
2009-06-22theme dir, path configurableEvan Prodromou
2009-06-21Add like for searchEvan Prodromou
2009-06-21got rid of 'skin' concept a while agoEvan Prodromou
2009-06-20Update copyright dates in files modified in 2009Evan Prodromou