Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
2009-08-24 | ftps protocol should be handled the same way as ftp | Craig Andrews | |
Canon urls that have a protocol followed by a host (and no path) automatcally get a trailing slash by the canon function - make the unit test match that | |||
2009-08-21 | Merge branch '0.9.x' into openidplugin | Evan Prodromou | |
Conflicts: actions/login.php actions/register.php | |||
2009-08-21 | Merge branch 'dbconfig' into 0.9.x | Evan Prodromou | |
Conflicts: lib/common.php | |||
2009-08-21 | load configuration options from database at runtime | Evan Prodromou | |
2009-08-21 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/updateprofile.php actions/userauthorization.php classes/User_group.php index.php install.php lib/accountsettingsaction.php lib/logingroupnav.php | |||
2009-08-21 | new class for configuration settings | Evan Prodromou | |
2009-08-21 | validation code in Notice correctly checks length of content | Evan Prodromou | |
2009-08-21 | Notice class has methods to check content length | Evan Prodromou | |
2009-08-21 | check correct setting in Profile bio length | Evan Prodromou | |
2009-08-21 | Profile class has methods to check bio length | Evan Prodromou | |
2009-08-21 | methods for Message to check max content length | Evan Prodromou | |
2009-08-21 | can set group desc limit to unlimited without resetting global limit | Evan Prodromou | |
2009-08-21 | allow configurable length for user group description | Evan Prodromou | |
2009-08-21 | data classes allow >140c in user group descriptions | Evan Prodromou | |
2009-08-21 | data classes allow >140 bios in profiles | Evan Prodromou | |
2009-08-21 | Messages can be >140c in classes | Evan Prodromou | |
2009-08-21 | update data classes for TEXT content in notice | Evan Prodromou | |
2009-08-20 | Change the notice type defines all into class constants and adapt all files. | Marcel van der Boom | |
2009-08-18 | Return null if all columns in the compound primary key aren't specified | Zach Copley | |
2009-08-12 | Prevents redirect URLs that have canonical URLs longer than 255 chars from ↵ | Brett Taylor | |
being written to the database as their canonical. Redirecting URLs will instead be saved to the database as given. The reason for this is that table 'file' column 'url' is a VARCHAR(255) in MySQL and it silently truncates URLs longer than 255 characters, breaking the url. The proper fix for this is to improve this column, making its type TEXT, but there are no database changes for 0.8.x, so this is the next best thing for data integrity. A migration script for 0.9.x could be written to audit the database checking for redirects and updating these urls to their proper canonical url. | |||
2009-08-10 | common_config returns false if the config value is not set. ↵ | Adrian Lang | |
Design::toWebColor checks with is_null. Hence the common_config value should be adjusted. | |||
2009-08-07 | Implemented the list_all and list groups API methods as defined at ↵ | Craig Andrews | |
http://laconi.ca/trac/wiki/ProposedGroupsAPI Made the Autocomplete plugin also autocomplete groups | |||
2009-08-05 | Argh, first commit for ages and such a stupid error. Sorry. | Adrian Lang | |
2009-08-05 | Argh, first commit for ages and such a stupid error. Sorry. | Adrian Lang | |
2009-08-05 | Fix reference to undefined variable in Design::toWebColor. | Adrian Lang | |
2009-08-04 | Added correct null check. Created noisey errors on fresh install. | Eric Helgeson | |
$id is not defined, should be $this->id | |||
2009-08-04 | move redirect-to-openid code to OpenID plugin | Evan Prodromou | |
2009-08-04 | Move OpenID-related files to OpenID plugin directory | Evan Prodromou | |
As a first step to pluginizing our OpenID support, I've moved the important OpenID-related files to a dedicated plugin directory. Many of these classes are still referred to by libraries that are still in core. | |||
2009-08-04 | save an archive of deleted notices | Evan Prodromou | |
2009-08-04 | add a deleted_notice table | Evan Prodromou | |
2009-08-02 | don't delete during select | Evan Prodromou | |
2009-08-02 | GC sessions one by one to make sure memcached gets cleared | Evan Prodromou | |
2009-07-30 | throw an exception rather than die() | Evan Prodromou | |
2009-07-30 | remove debugging code about processing a new URL | Evan Prodromou | |
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. | |||
2009-07-29 | New algorithm for reply_to saving | Evan Prodromou | |
I changed the reply-to algorithm so that we only say a notice is in reply to another notice if a) we receive that information from the Web or API or b) it's in a "low bandwidth" (XMPP, SMS) channel, and begins with "@nickname" or "T NICKNAME". The goal is to avoid false-positives and make conversation trees more accurate and useful. | |||
2009-07-27 | better check for existing DB connection runs SET NAMES UTF8 less | Evan Prodromou | |
2009-07-23 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-07-23 | Merge branch 'master' into 0.8.x | Evan Prodromou | |
Conflicts: scripts/twitterstatusfetcher.php | |||
2009-07-23 | change NOTICE_GATEWAY to Notice::GATEWAY so autoloading works | Evan Prodromou | |
2009-07-23 | Merge commit 'br3nda/0.8.x-profile-pgfix' into 0.8.x | Craig Andrews | |
2009-07-23 | fixed up a limit offset to be ANSI SQL compliant | Brenda Wallace | |
2009-07-22 | Merge commit 'br3nda/0.8.x-attachmentfix' into 0.8.x | Craig Andrews | |
2009-07-22 | Merge commit 'br3nda/0.8.x-hashtags' into 0.8.x | Craig Andrews | |
2009-07-22 | fixed SQL in checking for monthly quota - works in postgres and mysql | Brenda Wallace | |
2009-07-22 | missing AND in the SQL | Brenda Wallace | |
2009-07-21 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-07-21 | correctly gc sessions | Evan Prodromou | |
2009-07-21 | correctly gc sessions | Evan Prodromou | |