Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-10 | Replace own OMB stack with libomb. | Adrian Lang | |
2009-08-07 | UnsubscribeAction: Add LACONICA gate, fix PHPCS errors, fix error handling typo. | 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 | add an event for head children | Evan Prodromou | |
2009-08-04 | document lots of undoc'd events | Evan Prodromou | |
2009-08-04 | event for determining if an action is a login action | Evan Prodromou | |
2009-08-04 | add an event for determining if an action is sensitive | Evan Prodromou | |
2009-08-04 | Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.x | Evan Prodromou | |
2009-08-04 | give plugins a chance to autoload their classes | Evan Prodromou | |
2009-08-04 | error in EndLoginGroupNav arguments | Evan Prodromou | |
2009-08-04 | add hook for showing account settings menu | Evan Prodromou | |
2009-08-04 | Add hooks for Start/End LoginGroupNav | Evan Prodromou | |
2009-08-04 | start upgrade script for 0.9.x | Evan Prodromou | |
2009-08-04 | Splitting br3nda's merge 97db6e17b3f76e9a6acf87ddbad47ba54e9b1a3b | Eric Helgeson | |
Adding deleted_notice to pg.sql | |||
2009-08-04 | use 410 Gone for Twitter API | Evan Prodromou | |
2009-08-04 | use 410 Gone for deleted notices | Evan Prodromou | |
2009-08-04 | save an archive of deleted notices | Evan Prodromou | |
2009-08-04 | add a deleted_notice table | Evan Prodromou | |
2009-08-04 | 0.9.0 dev version | Evan Prodromou | |
2009-08-03 | Merge commit 'origin/0.8.x' into 0.9.x | Eric Helgeson | |
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. |