summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-30Removed default values from <input>s. JavaScript will now get theSarven 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-30Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-07-30Site-wide design configurationEvan 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-30Fix the router entries for the oEmbed endpoint so they don't accidentally ↵Craig Andrews
catch too much
2009-07-30Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-07-29/check-fancy now works when installed in root dir.Tom Adams
2009-07-29Pass $fancy to *_db_installer.Tom Adams
2009-07-29Use <?php not <?.Tom Adams
2009-07-29move oEmbed router connection after plugins, so other endpoints (such as ↵Craig Andrews
main/facebooklogin) from plugins don't get accidentally intercepted
2009-07-29Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-07-29New algorithm for reply_to savingEvan 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-28Avoid potentially double encoding already utf-8 encoded messagesCraig Andrews
2009-07-28Handle UTF-8 encoded text in emails.Craig Andrews
Thanks to jaakko for pointing this out! http://identi.ca/notice/7169471
2009-07-28Splitting br3nda's merge 97db6e17b3f76e9a6acf87ddbad47ba54e9b1a3bEric Helgeson
Add session table to pg.sql
2009-07-28Minor UI fix for IE6 notice-optionsSarven Capadisli
2009-07-28Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-07-27pgsql's install had windows newlines. ran db/laconica_pg.sqlEric Helgeson
Thanks grim26
2009-07-27trim the subject line of invite emailsCraig Andrews
Thanks semjaza http://laconi.ca/trac/ticket/1746
2009-07-27Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xCraig Andrews
2009-07-27change front page to link to max member groupsEvan Prodromou
2009-07-27better check for existing DB connection runs SET NAMES UTF8 lessEvan Prodromou
2009-07-27Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xCraig Andrews
2009-07-27Sanitize html returned by oEmbed providers to protect laconica from XSS attacksCraig Andrews
2009-07-27want a minimum of 10 subs per userEvan Prodromou
2009-07-27Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-07-27script to create a simulation databaseEvan Prodromou
2009-07-27Added config options for site's default design valueSarven Capadisli
2009-07-27Better error handling when updating FacebookZach Copley
2009-07-26Merge commit 'br3nda/0.8.x-lowercaseutf8' into 0.8.xCraig Andrews
2009-07-26lowercase tags using mb_convert_case(), which understands many more ↵Brenda Wallace
alphabets than I do.
2009-07-25Updated pigeontheme to reflect the changes made to entry-contentSarven Capadisli
structure
2009-07-25Minor change to timestamp selectorSarven Capadisli
2009-07-25Removed <dl> structure from NoticeListItem::showContext. Same asSarven Capadisli
committ e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.
2009-07-25Removed <dl> structure from NoticeListItem::showNoticeSource. Same asSarven Capadisli
commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.
2009-07-25Removed <dl> structure from NoticeListItem::showNoticeLink. Reason:Sarven Capadisli
Arguably, the earlier structure was unnecessarily verbose. Same as commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.
2009-07-25Updated pigeonthoughts themeSarven Capadisli
2009-07-25Removed <dl> structure from NoticeListItem::showReplyLink. Reason:Sarven Capadisli
Same as commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.
2009-07-25Removed <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-25If cannot connect, then stop the installationCraig Andrews
2009-07-25check the postgresql database is UTF8 before allowing installation to proceedBrenda Wallace
2009-07-24More IE fixes for Cloudy themeSarven Capadisli
2009-07-24Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xSarven Capadisli
2009-07-24Cloudy theme IE (mostly 7/8) fixesSarven Capadisli
2009-07-23dbqueuemanager a little more sane about sleepingEvan Prodromou
2009-07-23whitespace in dbqueuemanagerEvan Prodromou
2009-07-23Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-07-23Merge branch 'master' into 0.8.xEvan Prodromou
Conflicts: scripts/twitterstatusfetcher.php
2009-07-23change NOTICE_GATEWAY to Notice::GATEWAY so autoloading worksEvan Prodromou
2009-07-23Revert "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-23Merge commit 'br3nda/0.8.x-tagrssfix' into 0.8.xCraig Andrews