Evan Prodromou
f757ba3ca2
notes about registeruser and makegroupadmin scripts
2009-11-02 18:10:01 -05:00
Evan Prodromou
c637fe8cf0
remove mention of getfile
2009-10-31 14:34:04 -04:00
Evan Prodromou
446de62d02
Revert "Added some explanatory text to README"
...
This reverts commit d2bac158cd
.
2009-10-31 14:33:26 -04:00
Evan Prodromou
a5b3ad7bf5
Revert "Added bit about being incompatible with file attachment virtual server"
...
This reverts commit afe663af82
.
2009-10-31 14:33:24 -04:00
Evan Prodromou
cf199a9b73
updates to README
2009-10-31 14:19:26 -04:00
Evan Prodromou
5e27d53947
Merge branch '0.8.x' into testing
2009-10-31 12:16:30 -04:00
Jeffery To
afe663af82
Added bit about being incompatible with file attachment virtual server
2009-10-22 12:46:59 +08:00
Jeffery To
d2bac158cd
Added some explanatory text to README
2009-10-22 12:46:58 +08:00
Evan Prodromou
728a146ec0
new codename for 0.8.2
2009-10-19 17:30:08 -04:00
Craig Andrews
0c95734a68
Add Tidy requirement to the README
2009-09-02 13:39:05 -04:00
Evan Prodromou
bbb830e14c
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
2009-08-27 14:18:51 -07:00
Evan Prodromou
82b0927f58
update version in README, add note about status.net
2009-08-27 10:00:45 -07:00
Evan Prodromou
03e0f73002
add changelog to README
2009-08-27 08:39:14 -07:00
Evan Prodromou
dffeb0b3b6
Update version number in README
...
Update version number and add release code name ("Second Guessing").
2009-08-27 08:00:47 -07:00
Evan Prodromou
e3a53251c0
last scrub of Laconica -> StatusNet
2009-08-26 03:33:43 -04:00
Zach Copley
0e3598cea9
Small update to the Facebook app section
2009-08-25 20:45:09 -07:00
Evan Prodromou
3567b9d708
global search and replace for laconica -> statusnet
2009-08-25 18:53:24 -04:00
Evan Prodromou
2506207454
update README file
2009-08-25 18:25:01 -04:00
Zach Copley
d332603c2e
Updated Twitter bridge section
2009-08-18 18:00:17 -07:00
Jeffery To
7dc3a90d12
Added a configuration option to disable OpenID.
...
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-13 22:18:06 +08:00
Jeffery To
14b46e2183
Added configuration option to only allow OpenID logins.
...
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-10 13:57:39 +08:00
Jeffery To
5f293f0e2f
Added configuration option to disable post-by-email.
...
This hides the relevant settings from the email settings page and
prevents maildaemon.php from processing email if the option is
disabled.
2009-08-07 01:55:31 +08:00
Jeffery To
93f585446e
Added configuration options to enable/disable SMS and Twitter integration.
...
This disables the IM, SMS and Twitter settings pages and queue handlers
depending on the config options.
2009-08-07 01:18:17 +08:00
Evan Prodromou
ae81d36137
Site-wide design configuration
...
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-30 16:24:04 -04:00
Craig Andrews
22466530ef
Fixed: The installer checks if the avatar and background directories are writable, but fails to check the file directory used for attachments.
...
Thanks brion
http://laconi.ca/trac/ticket/1703
2009-07-21 13:59:34 -04:00
Craig Andrews
8894f957cd
Require PHP 5.2.3 or later.
...
http://laconi.ca/trac/ticket/1605
2009-07-17 17:54:37 -04:00
Evan Prodromou
488befd628
add some info about plugins
2009-07-15 16:03:17 -04:00
Evan Prodromou
9e7e440be9
update release date and some extra stuff in the features
2009-07-15 15:43:21 -04:00
Zach Copley
36d2c66eee
Add Craig Andrews to the credits list
2009-07-10 14:46:19 -07:00
Zach Copley
111aee9dc0
Fix conflict from merge with 0.7.x; remove conflict markers
2009-07-10 14:44:50 -07:00
Evan Prodromou
bafa1ab1c5
Merge branch '0.7.x' into 0.8.x
...
Conflicts:
README
actions/twitapiusers.php
2009-07-10 10:03:57 -07:00
Evan Prodromou
f2b12c6084
update the README for 0.8.0
2009-07-09 18:19:24 -04:00
Evan Prodromou
8bdb7dc93c
update the README with new information
2009-07-08 15:31:42 -04:00
Jeff Mitchell
b416df9312
Add site-wide option to change the length at which URLs are auto-shortened
2009-06-30 16:46:33 -07:00
Zach Copley
b10dba2798
Merge commit 'jeff-themovie/invite-enabled' into 0.8.x
...
* commit 'jeff-themovie/invite-enabled':
Adds $config['invite']['enabled'] to enable/disable invites.
2009-06-30 16:10:12 -07:00
Evan Prodromou
871f598dcc
debug flag for sessions
2009-06-27 08:11:09 -07:00
Evan Prodromou
71dad1ff62
use the session class to store sessions
2009-06-27 06:20:24 -07:00
Jeffery To
6328add622
Merge branch '0.8.x' into invite-enabled
2009-06-26 15:31:42 +08:00
Evan Prodromou
7bcaa858af
make file command configurable
2009-06-23 05:35:20 -07:00
Evan Prodromou
10cc0e157e
Revert "Revert "note about Console_Getopt""
...
This reverts commit 164ddf01c5
.
2009-06-22 16:18:50 -07:00
Evan Prodromou
164ddf01c5
Revert "note about Console_Getopt"
...
This reverts commit e14322672c
.
Don't need it!
2009-06-22 16:04:35 -07:00
Evan Prodromou
e14322672c
note about Console_Getopt
2009-06-22 14:56:53 -07:00
Evan Prodromou
7cf0a4c647
theme dir, path configurable
2009-06-22 09:31:55 -07:00
Evan Prodromou
876ab05927
Add like for search
2009-06-21 21:50:35 -07:00
Robin Millette
b58dc5e961
Added config option to enable or disable file uploads with notices.
2009-06-17 16:55:01 -04:00
Robin Millette
28d02ec8cd
Make oohembed endpoint configurable.
2009-06-17 16:44:33 -04:00
Evan Prodromou
7845fe3100
typos in README; dependencies
2009-06-16 21:00:53 -07:00
Evan Prodromou
fd290fc3f9
allow a configured base for cache keys
2009-06-15 16:09:40 -07:00
Evan Prodromou
c077ad0775
Configurable avatar directory
...
Avatar directory and path are configurable.
2009-06-15 10:45:50 -07:00
Evan Prodromou
ecbd7718d5
Code for adding and saving group aliases
...
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-14 23:37:24 -07:00