summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2009-08-27Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
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-25global search and replace for laconica -> statusnetEvan Prodromou
2009-08-25update README fileEvan 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
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-23make file command configurableEvan Prodromou
2009-06-22Revert "Revert "note about Console_Getopt""Evan Prodromou
This reverts commit 164ddf01c5d9259340b0fa2f4accc7b06c2c5379.
2009-06-22Revert "note about Console_Getopt"Evan Prodromou
This reverts commit e14322672cc24adc27efc2aeaafee60ef03ab650. Don't need it!
2009-06-22note about Console_GetoptEvan Prodromou
2009-06-22theme dir, path configurableEvan Prodromou
2009-06-21Add like for searchEvan Prodromou
2009-06-17Added config option to enable or disable file uploads with notices.Robin Millette
2009-06-17Make oohembed endpoint configurable.Robin Millette
2009-06-16typos in README; dependenciesEvan Prodromou
2009-06-15allow a configured base for cache keysEvan Prodromou
2009-06-15Configurable avatar directoryEvan Prodromou
Avatar directory and path are configurable.
2009-06-14Code for adding and saving group aliasesEvan Prodromou
Added code to add and save group aliases. Like tags, aliases are free-texted in to the group admin page. configurable max number of aliases, default is three.
2009-06-14Adds $config['invite']['enabled'] to enable/disable invites.Jeffery To
The invite function may not applicable for private and/or closed installs. This adds a configuration option to enable/disable invites (defaulting to enabled), hides the "Invite" nav item when necessary, and adds a check to actions/invite.php. Note that I haven't tried the Facebook application so I didn't add any checks to actions/facebookinvite.php.
2009-06-11Add site-wide option to change the length at which URLs are auto-shortenedJeff Mitchell
2009-06-08Merge branch '0.7.x' into 0.8.xEvan Prodromou
Conflicts: classes/Notice.php classes/Profile.php lib/common.php lib/util.php scripts/getvaliddaemons.php scripts/stopdaemons.sh
2009-05-31Added attachments config descriptions to README.Robin Millette
2009-05-31Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Robin Millette
into upload Conflicts: js/util.js lib/attachmentlist.php
2009-05-29Update version number to 0.7.4Evan Prodromou
Updated the version number to 0.7.4, added the new song title, and documented the changes since 0.7.3.
2009-05-29Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-05-28document utf8 problems and solutionsEvan Prodromou
2009-05-27optionally use SET NAMES for utf8 to DBEvan Prodromou
2009-05-25Merge branch '0.8.x' into statsEvan Prodromou
Conflicts: README