summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-07-21Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-07-21update dbqueuemanager to respect handler timeout valuesEvan Prodromou
2009-07-21Set the global $_cur current user so that preferences are loaded.Craig Andrews
Thanks singpolyma http://laconi.ca/trac/ticket/1573
2009-07-21Fixed: Browser language preference's not used when using Google ChromeCraig Andrews
Thanks bambeeq http://laconi.ca/trac/ticket/620
2009-07-21Add Cellular South to list of SMS CarriersCraig Andrews
Thanks jacroe http://laconi.ca/trac/ticket/1520
2009-07-21correctly gc sessionsEvan Prodromou
2009-07-21correctly gc sessionsEvan Prodromou
2009-07-21Fixed: If the site name contains "." or "@" (and perhaps others), then ↵Craig Andrews
notification emails (such as the email confirmation email) fail with the error "LOG_ERR: PEAR error: Validation failed for: SITE_NAME <noreply@HOSTNAME> :" Thanks jk3us http://laconi.ca/trac/ticket/1356
2009-07-21Fixed: The installer checks if the avatar and background directories are ↵Craig Andrews
writable, but fails to check the file directory used for attachments. Thanks brion http://laconi.ca/trac/ticket/1703
2009-07-21Detect xmpp uri's and make them into hyperlinksCraig Andrews
http://laconi.ca/trac/ticket/1592
2009-07-21Disable email attachment posting when $config['attachments']['uploads'] = falseCraig Andrews
http://laconi.ca/trac/ticket/1721
2009-07-20Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xSarven Capadisli
2009-07-20Reduced content width slightly for IE6Sarven Capadisli
2009-07-20Better handle multipart emails (especially those with multipart/alternative ↵Craig Andrews
contents)
2009-07-20Updated pigeonthoughts content/aside_primary layout valuesSarven Capadisli
2009-07-20Updated pigeonthoughts themeSarven Capadisli
2009-07-20turn into canonical terms before checking for unique-ness of a tag in a noticeBrenda Wallace
2009-07-20allow full unicode into links for tagsBrenda Wallace
2009-07-20show full utf8 in tagsBrenda Wallace
2009-07-20look for full unicode when saving tagsBrenda Wallace
2009-07-19Merge commit 'br3nda/0.8.x-pginstaller' into 0.8.xCiaranG
2009-07-19Merge commit 'br3nda/0.8.x-pgfixes' into 0.8.xCiaranG
2009-07-17I can't believe I forgot to commit this as part of 9ed117d... wow. Epic ↵Craig Andrews
fail. Epic.
2009-07-17Make RSS 1.0 more efficient when the same hashtag is used in multiple notices.Craig Andrews
Thanks tobyink