summaryrefslogtreecommitdiff
path: root/lib/common.php
AgeCommit message (Collapse)Author
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
2009-05-31Added configurable options for attachments: supported mimetypes and quotas ↵Robin Millette
for uploads.
2009-05-29Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-05-27optionally use SET NAMES for utf8 to DBEvan Prodromou
2009-05-25Merge branch '0.8.x' into statsEvan Prodromou
Conflicts: README
2009-05-11Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xEvan Prodromou
Conflicts: config.php.sample
2009-05-07Added TwitterStatusFetcher into daemon startup and shutdown subsystemZach Copley
2009-05-01Merge branch '0.7.x' into 0.8.xSarven Capadisli
Resolved Conflicts: lib/queuehandler.php lib/util.php theme/base/css/display.css
2009-04-21Suppress errors when checking for the existence of files that might be ↵CiaranG
restricted by open_basedir - should resolve issue #1310
2009-04-16Revert "allow snapshots to be disabled easily"Evan Prodromou
This reverts commit 0838143d5855bb013b355d4abb7ec7a643ef37dc. Already handled with the 'never' option.
2009-04-16Merge branch '0.8.x' into statsEvan Prodromou
2009-04-16update version string for dev versionEvan Prodromou
2009-04-16allow snapshots to be disabled easilyEvan Prodromou
2009-04-16config options for snapshotsEvan Prodromou