summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
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
2009-04-17fix merge conflict 0.7.x 0.8.x in util.php and register.php.Robin Millette
2009-04-16document snapshot optionsEvan Prodromou
2009-04-16Clarification in README regarding welcome/default users, as it has tripped a ↵CiaranG
couple of people up
2009-04-10Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-04-09Corrected error in README relating to ['newuser']['welcome']CiaranG
2009-04-08Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-04-07Update README and common for new versionEvan Prodromou
Update versions in README, add the new song title, and update the version stamp in the common.php file.
2009-04-02Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-03-30correct setting for default userEvan Prodromou
2009-03-30Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-03-28welcome notice, default sub for new usersEvan Prodromou
2009-03-26Support SSL for some, all, or no pagesEvan Prodromou
Support SSL URLs either for all pages; no pages; or for sensitive pages accepting passwords, like login, registration, API, and others.
2009-03-23Merge branch '0.7.x' into 0.8.xEvan Prodromou