Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-07-23 | Minor top value for cloudy theme | Sarven Capadisli | |
2009-07-23 | Updated cloudy theme | Sarven Capadisli | |
2009-07-23 | Call $this->getNotices() always, becuase $this will be the right class. | Brenda Wallace | |
e.g. TagrssAction or PublicrssAction | |||
2009-07-23 | fixed up a limit offset to be ANSI SQL compliant | Brenda Wallace | |
2009-07-22 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Craig Andrews | |
2009-07-22 | Merge commit 'br3nda/0.8.x-pg_tables' into 0.8.x | Craig Andrews | |
2009-07-22 | Changed file back to 0644. | Eric Helgeson | |
Blame: 0adaaa1b9de61eaa8f7e4c622cda27fb634b53a5 | |||
2009-07-22 | Merge commit 'jeff-themovie/private-rss' into 0.8.x | Craig Andrews | |
2009-07-22 | Merge commit 'br3nda/0.8.x-attachmentfix' into 0.8.x | Craig Andrews | |
2009-07-22 | Merge commit 'br3nda/0.8.x-hashtags' into 0.8.x | Craig Andrews | |
2009-07-22 | Fix help text for getvaliddaemons.php | CiaranG | |
2009-07-22 | moved design table earlier - needs to be before "user" becuase of the ↵ | Brenda Wallace | |
foreign key | |||
2009-07-22 | more changes to file_id copied from mysql schema change in ↵ | Brenda Wallace | |
05e51228020fecaa894523b5159bc412d48e5b19 | |||
2009-07-22 | fixes file_redirection table to match mysql schema change in commit ↵ | Brenda Wallace | |
05e51228020fecaa894523b5159bc412d48e5b19 | |||
2009-07-22 | Fixes file_oembed to march mysql schema change that happened in commit ↵ | Brenda Wallace | |
05e51228020fecaa894523b5159bc412d48e5b19 | |||
2009-07-22 | added missing columns in file table | Brenda Wallace | |
2009-07-22 | Stop daemons using 100% CPU and hammering the DB server when the queue is ↵ | CiaranG | |
empty (DBQueueManager-based only) | |||
2009-07-22 | Fixed "User" table - added design_id and viewdesigns | Brenda Wallace | |
2009-07-22 | fixed SQL in checking for monthly quota - works in postgres and mysql | Brenda Wallace | |
2009-07-22 | added missing columns in file table | Brenda Wallace | |
2009-07-22 | missing AND in the SQL | Brenda Wallace | |
2009-07-21 | Add <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-21 | Added hidden input to showRecoverForm() so form can be submitted without ↵ | Steve Winton | |
error in IE by pressing <return> | |||
2009-07-21 | Check if mod_rewrite is installed before trying to use it | Brenda Wallace | |
stops those apache 500 errors when it's not installed | |||
2009-07-21 | update dbqueuemanager to respect handler timeout values | Evan Prodromou | |
2009-07-21 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-07-21 | update dbqueuemanager to respect handler timeout values | Evan Prodromou | |
2009-07-21 | Set the global $_cur current user so that preferences are loaded. | Craig Andrews | |
Thanks singpolyma http://laconi.ca/trac/ticket/1573 | |||
2009-07-21 | Fixed: Browser language preference's not used when using Google Chrome | Craig Andrews | |
Thanks bambeeq http://laconi.ca/trac/ticket/620 | |||
2009-07-21 | Add Cellular South to list of SMS Carriers | Craig Andrews | |
Thanks jacroe http://laconi.ca/trac/ticket/1520 | |||
2009-07-21 | correctly gc sessions | Evan Prodromou | |
2009-07-21 | correctly gc sessions | Evan Prodromou | |
2009-07-21 | Fixed: 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-21 | Fixed: 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-21 | Detect xmpp uri's and make them into hyperlinks | Craig Andrews | |
http://laconi.ca/trac/ticket/1592 | |||
2009-07-21 | Disable email attachment posting when $config['attachments']['uploads'] = false | Craig Andrews | |
http://laconi.ca/trac/ticket/1721 |