summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-27Sanitize html returned by oEmbed providers to protect laconica from XSS attacksCraig Andrews
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
2009-07-23Merge commit 'br3nda/0.8.x-profile-pgfix' into 0.8.xCraig Andrews
2009-07-23Minor top value for cloudy themeSarven Capadisli
2009-07-23Updated cloudy themeSarven Capadisli
2009-07-23Call $this->getNotices() always, becuase $this will be the right class.Brenda Wallace
e.g. TagrssAction or PublicrssAction
2009-07-23fixed up a limit offset to be ANSI SQL compliantBrenda Wallace
2009-07-22Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xCraig Andrews
2009-07-22Merge commit 'br3nda/0.8.x-pg_tables' into 0.8.xCraig Andrews
2009-07-22Changed file back to 0644.Eric Helgeson
Blame: 0adaaa1b9de61eaa8f7e4c622cda27fb634b53a5
2009-07-22Merge commit 'jeff-themovie/private-rss' into 0.8.xCraig Andrews
2009-07-22Merge commit 'br3nda/0.8.x-attachmentfix' into 0.8.xCraig Andrews
2009-07-22Merge commit 'br3nda/0.8.x-hashtags' into 0.8.xCraig Andrews
2009-07-22Fix help text for getvaliddaemons.phpCiaranG
2009-07-22moved design table earlier - needs to be before "user" becuase of the ↵Brenda Wallace
foreign key
2009-07-22more changes to file_id copied from mysql schema change in ↵Brenda Wallace
05e51228020fecaa894523b5159bc412d48e5b19
2009-07-22fixes file_redirection table to match mysql schema change in commit ↵Brenda Wallace
05e51228020fecaa894523b5159bc412d48e5b19
2009-07-22Fixes file_oembed to march mysql schema change that happened in commit ↵Brenda Wallace
05e51228020fecaa894523b5159bc412d48e5b19
2009-07-22added missing columns in file tableBrenda Wallace
2009-07-22Stop daemons using 100% CPU and hammering the DB server when the queue is ↵CiaranG
empty (DBQueueManager-based only)
2009-07-22Fixed "User" table - added design_id and viewdesignsBrenda Wallace
2009-07-22fixed SQL in checking for monthly quota - works in postgres and mysqlBrenda Wallace
2009-07-22added missing columns in file tableBrenda Wallace
2009-07-22missing AND in the SQLBrenda Wallace
2009-07-21Add <category> to RSS 2.0, use the same tag finding method for RSS 1.0 as ↵Craig Andrews
for Atom and RSS 2.0. http://laconi.ca/trac/ticket/864
2009-07-21Added hidden input to showRecoverForm() so form can be submitted without ↵Steve Winton
error in IE by pressing <return>
2009-07-21Check if mod_rewrite is installed before trying to use itBrenda Wallace
stops those apache 500 errors when it's not installed
2009-07-21update dbqueuemanager to respect handler timeout valuesEvan Prodromou