Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-30 | Site-wide design configuration | Evan 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. Conflicts: config.php.sample | |||
2009-07-09 | add a little syntactical sugar for adding plugins | Evan Prodromou | |
2009-07-09 | change version number to 0.8.0 | Evan Prodromou | |
2009-07-09 | correct the newuser default setting in common.php | Evan Prodromou | |
2009-07-02 | Make logging facility configurable | Zach Copley | |
2009-06-30 | Add site-wide option to change the length at which URLs are auto-shortened | Jeff Mitchell | |
2009-06-30 | Merge commit 'jeff-themovie/invite-enabled' into 0.8.x | Zach Copley | |
* commit 'jeff-themovie/invite-enabled': Adds $config['invite']['enabled'] to enable/disable invites. | |||
2009-06-27 | debug flag for sessions | Evan Prodromou | |
2009-06-27 | use the session class to store sessions | Evan Prodromou | |
2009-06-26 | Merge branch '0.8.x' into invite-enabled | Jeffery To | |
2009-06-24 | make stomp server work with username and password | Evan Prodromou | |
2009-06-23 | Using default theme design values (it was previously set to identica | Sarven Capadisli | |
theme) | |||
2009-06-23 | make file command configurable | Evan Prodromou | |
2009-06-22 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.8.x | |||
2009-06-22 | add commandline.inc for parsing | Evan Prodromou | |
2009-06-22 | Merge branch '0.8.x' into cmdline | Evan Prodromou | |
2009-06-22 | Add upload location to attachments config section | Zach Copley | |
2009-06-22 | theme dir, path configurable | Evan Prodromou | |
2009-06-21 | Add like for search | Evan Prodromou | |
2009-06-21 | got rid of 'skin' concept a while ago | Evan Prodromou | |
2009-06-20 | Update copyright dates in files modified in 2009 | Evan Prodromou | |
2009-06-20 | change Controlez-Vous to Control Yourself | Evan Prodromou | |
2009-06-20 | change scripts to take server and path from commandline | Evan Prodromou | |
2009-06-18 | better calculation of path | Evan Prodromou | |
2009-06-17 | Merge branch '0.8.x' into userdesign | Zach Copley | |
2009-06-17 | Added config option to enable or disable file uploads with notices. | Robin Millette | |
2009-06-17 | Make oohembed endpoint configurable. | Robin Millette | |
2009-06-17 | Update background image settings to use bitflags | Zach Copley | |
2009-06-16 | Enable tiling of background imgs for Designs | Zach Copley | |
2009-06-16 | Design settings now save and displays backgrounds | Zach Copley | |
2009-06-15 | Merge branch '0.8.x' into userdesign | Zach 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-15 | allow a configured base for cache keys | Evan Prodromou | |
2009-06-15 | Merge branch '0.8.x' into userdesign | Zach 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-15 | Configurable avatar directory | Evan Prodromou | |
Avatar directory and path are configurable. | |||
2009-06-14 | Code for adding and saving group aliases | Evan 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-14 | Reworked output for design settings page | Zach Copley | |
2009-06-14 | Adds $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-14 | Removed hanging skin crapola | Sarven Capadisli | |
2009-06-09 | Improve file upload and attachment interface. | Robin Millette | |
2009-06-01 | Attachments popups for supported files are now embedded with the object ↵ | Robin Millette | |
xhtml tag. | |||
2009-05-31 | Merge 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-31 | Added configurable options for attachments: supported mimetypes and quotas ↵ | Robin Millette | |
for uploads. | |||
2009-05-29 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-05-27 | optionally use SET NAMES for utf8 to DB | Evan Prodromou | |
2009-05-25 | Merge branch '0.8.x' into stats | Evan Prodromou | |
Conflicts: README | |||
2009-05-11 | Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x | Evan Prodromou | |
Conflicts: config.php.sample | |||
2009-05-07 | Added TwitterStatusFetcher into daemon startup and shutdown subsystem | Zach Copley | |
2009-05-01 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
Resolved Conflicts: lib/queuehandler.php lib/util.php theme/base/css/display.css | |||
2009-04-21 | Suppress errors when checking for the existence of files that might be ↵ | CiaranG | |
restricted by open_basedir - should resolve issue #1310 | |||
2009-04-16 | Revert "allow snapshots to be disabled easily" | Evan Prodromou | |
This reverts commit 0838143d5855bb013b355d4abb7ec7a643ef37dc. Already handled with the 'never' option. |