Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | change front page to link to max member groups | Evan Prodromou | |
2009-07-27 | better check for existing DB connection runs SET NAMES UTF8 less | Evan Prodromou | |
2009-07-27 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Craig Andrews | |
2009-07-27 | Sanitize html returned by oEmbed providers to protect laconica from XSS attacks | Craig Andrews | |
2009-07-27 | want a minimum of 10 subs per user | Evan Prodromou | |
2009-07-27 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-07-27 | script to create a simulation database | Evan Prodromou | |
2009-07-27 | Added config options for site's default design value | Sarven Capadisli | |
2009-07-27 | Better error handling when updating Facebook | Zach Copley | |
2009-07-26 | Merge commit 'br3nda/0.8.x-lowercaseutf8' into 0.8.x | Craig Andrews | |
2009-07-26 | lowercase tags using mb_convert_case(), which understands many more ↵ | Brenda Wallace | |
alphabets than I do. | |||
2009-07-25 | Updated pigeontheme to reflect the changes made to entry-content | Sarven Capadisli | |
structure | |||
2009-07-25 | Minor change to timestamp selector | Sarven Capadisli | |
2009-07-25 | Removed <dl> structure from NoticeListItem::showContext. Same as | Sarven Capadisli | |
committ e0b877b26c5e93809b2a53b6c46326d5e31fa0e8. | |||
2009-07-25 | Removed <dl> structure from NoticeListItem::showNoticeSource. Same as | Sarven Capadisli | |
commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8. | |||
2009-07-25 | Removed <dl> structure from NoticeListItem::showNoticeLink. Reason: | Sarven Capadisli | |
Arguably, the earlier structure was unnecessarily verbose. Same as commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8. | |||
2009-07-25 | Updated pigeonthoughts theme | Sarven Capadisli | |
2009-07-25 | Removed <dl> structure from NoticeListItem::showReplyLink. Reason: | Sarven Capadisli | |
Same as commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8. | |||
2009-07-25 | Removed <dl> structure from NoticeListItem::showDeleteLink. Reason: | Sarven Capadisli | |
To speed up DOM load by cutting down 3 nodes in each notice list item. Generally each notice option should be a list item in a <ul>, however, there is no tangible benefit for the user using this approach. In this case, minimalism is favoured. Similarly, the new approach will make 5 fewer function calls on the server side. | |||
2009-07-25 | If cannot connect, then stop the installation | Craig Andrews | |
2009-07-25 | check the postgresql database is UTF8 before allowing installation to proceed | Brenda Wallace | |
2009-07-24 | More IE fixes for Cloudy theme | Sarven Capadisli | |
2009-07-24 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Sarven Capadisli | |
2009-07-24 | Cloudy theme IE (mostly 7/8) fixes | Sarven Capadisli | |
2009-07-23 | dbqueuemanager a little more sane about sleeping | Evan Prodromou | |
2009-07-23 | whitespace in dbqueuemanager | 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 | Revert "0.9.0 dev version" | Craig Andrews | |
This reverts commit 7cfb2f569dbda8ef84149604cec88b2349d95306. This should have never been committed to the 0.8.x branch. | |||
2009-07-23 | Merge commit 'br3nda/0.8.x-tagrssfix' into 0.8.x | Craig Andrews | |
2009-07-23 | Merge commit 'br3nda/0.8.x-profile-pgfix' into 0.8.x | Craig Andrews | |