summaryrefslogtreecommitdiff
path: root/lib/common.php
AgeCommit message (Collapse)Author
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
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
2009-06-20change scripts to take server and path from commandlineEvan Prodromou
2009-06-18better calculation of pathEvan Prodromou
2009-06-17Merge branch '0.8.x' into userdesignZach Copley
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-17Update background image settings to use bitflagsZach Copley
2009-06-16Enable tiling of background imgs for DesignsZach Copley
2009-06-16Design settings now save and displays backgroundsZach Copley
2009-06-15Merge branch '0.8.x' into userdesignZach Copley
* 0.8.x: a little better query handling in redirect code a little better query handling in redirect code forgot some functions aren't available at status time redirect on non-canonical server name don't show create-a-group link if not logged in allow a configured base for cache keys Missing call to getProfile() caused verify_credentials to fail. change mods for setup script Script to set up new status networks strncmp -> strcasecmp Return network from network setup function Configurable avatar directory
2009-06-15allow a configured base for cache keysEvan Prodromou
2009-06-15Merge branch '0.8.x' into userdesignZach Copley
* 0.8.x: (32 commits) updates to Status_network makeadmin action make admins of groups show aliases when showing a group Link and distribute notices tagged for a group alias Code for adding and saving group aliases Styles for group block add correct li for css magic for block stuff typo in profileminilist class return count from show try to get the right class for profileminilist fix perms for classes/statusnet.ini fixup perms for classes Added Group_alias class add a table for group aliases Cross-browser notice_attach Allow users to be unblocked from a group Some UI improvements for blocking and unblocking The rest of the things necessary to make group block work Make group block work ... Conflicts: db/laconica.sql lib/common.php
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-14Reworked output for design settings pageZach Copley
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-14Removed hanging skin crapolaSarven Capadisli
2009-06-09Improve file upload and attachment interface.Robin Millette
2009-06-01Attachments popups for supported files are now embedded with the object ↵Robin Millette
xhtml tag.
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