Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-03 | Added the 0.2 recaptcha plugin. Should work in all browsers. Please test. | Eric Helgeson | |
2009-08-04 | Upgrade script | Brenda Wallace | |
2009-08-03 | Merge branch 'fbconnect-speedup' into 0.8.x | Zach Copley | |
2009-08-03 | Use the same favorite notification function in the API as everywhere else | Craig Andrews | |
http://laconi.ca/trac/ticket/873 | |||
2009-08-02 | Merge commit 'jeff-themovie/0.8.x-small-fixes-2' into 0.8.x | Craig Andrews | |
2009-08-02 | Merge branch 'master' into 0.8.x | Evan Prodromou | |
2009-08-02 | don't delete during select | Evan Prodromou | |
2009-08-02 | don't delete during select | Evan Prodromou | |
2009-08-02 | A script to GC sessions correctly | Evan Prodromou | |
2009-08-02 | GC sessions one by one to make sure memcached gets cleared | Evan Prodromou | |
2009-08-02 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-08-02 | A script to GC sessions correctly | Evan Prodromou | |
2009-08-02 | GC sessions one by one to make sure memcached gets cleared | Evan Prodromou | |
2009-08-02 | Fixed PHP Notices: | Jeffery To | |
Undefined index: HTTP_X_FORWARDED_FOR Undefined index: HTTP_CLIENT_IP Undefined variable: proxy Also fixed the return value order to match calls to common_client_ip() in actions/api.php and lib/rssaction.php | |||
2009-08-02 | Fixed PHP Notice "Undefined variable: cnt" | Jeffery To | |
2009-08-02 | Fixed PHP Notice "Undefined variable: suplink" | Jeffery To | |
2009-08-02 | Fixed PHP Notice "Undefined index: enclosures" (and a possible one for 'tags') | Jeffery To | |
2009-08-02 | Fixed PHP Notice "Use of undefined constant session_name - assumed ↵ | Jeffery To | |
'session_name'" | |||
2009-07-30 | Added a url field to hold the permalink. I believe this field is very useful ↵ | Craig Andrews | |
for api consumers. | |||
2009-07-30 | Implemented the "show" method of the laconica groups api | Craig Andrews | |
2009-07-30 | Removed default values from <input>s. JavaScript will now get the | Sarven Capadisli | |
colours from the theme. This approach removes data that was previously available in HTML. It was only necessary if the user wanted to know the site's default values. | |||
2009-07-30 | don't ignore config.php.sample | 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. Conflicts: config.php.sample | |||
2009-07-30 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-07-30 | throw an exception rather than die() | Evan Prodromou | |
2009-07-30 | Removed default values from <input>s. JavaScript will now get the | Sarven Capadisli | |
colours from the theme. This approach removes data that was previously available in HTML. It was only necessary if the user wanted to know the site's default values. | |||
2009-07-30 | remove debugging code about processing a new URL | Evan Prodromou | |
2009-07-30 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | 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-30 | Fix the router entries for the oEmbed endpoint so they don't accidentally ↵ | Craig Andrews | |
catch too much | |||
2009-07-30 | Attempt to reduce the number of calls to FB to speed things up | Zach Copley | |
2009-07-30 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-07-29 | /check-fancy now works when installed in root dir. | Tom Adams | |
2009-07-29 | Pass $fancy to *_db_installer. | Tom Adams | |
2009-07-29 | Use <?php not <?. | Tom Adams | |
2009-07-29 | move oEmbed router connection after plugins, so other endpoints (such as ↵ | Craig Andrews | |
main/facebooklogin) from plugins don't get accidentally intercepted | |||
2009-07-29 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
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-28 | Avoid potentially double encoding already utf-8 encoded messages | Craig Andrews | |
2009-07-28 | Handle UTF-8 encoded text in emails. | Craig Andrews | |
Thanks to jaakko for pointing this out! http://identi.ca/notice/7169471 | |||
2009-07-28 | Splitting br3nda's merge 97db6e17b3f76e9a6acf87ddbad47ba54e9b1a3b | Eric Helgeson | |
Add session table to pg.sql | |||
2009-07-28 | Minor UI fix for IE6 notice-options | Sarven Capadisli | |
2009-07-28 | Fix RDFS namespace declaration. | Craig Andrews | |
Thanks tobyink | |||
2009-07-28 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-07-27 | pgsql's install had windows newlines. ran db/laconica_pg.sql | Eric Helgeson | |
Thanks grim26 | |||
2009-07-27 | trim the subject line of invite emails | Craig Andrews | |
Thanks semjaza http://laconi.ca/trac/ticket/1746 | |||
2009-07-27 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Craig Andrews | |
2009-07-27 | better check for existing DB connection runs SET NAMES UTF8 less | Evan Prodromou | |
2009-07-27 | change front page to link to max member groups | Evan Prodromou | |
2009-07-27 | change front page to link to max member groups | Evan Prodromou | |