summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-02Merge branch '0.8.x' into queuemanagerEvan Prodromou
2009-07-02Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-07-02notice should show user designEvan Prodromou
2009-07-02favorites should show owner designEvan Prodromou
2009-07-01Show correct number of profile avatars and 'all' link in subs asidesZach Copley
2009-07-01Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xZach Copley
* '0.8.x' of git@gitorious.org:laconica/dev: Removed extra slash Killed the FB Connect profile-pic bounce in all browsers
2009-07-01Show HTML for thumbnails instead of redirecting. Remove dead code.Zach Copley
2009-07-01Removed extra slashSarven Capadisli
2009-07-01Killed the FB Connect profile-pic bounce in all browsersZach Copley
2009-07-01Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-07-01Centres the overlay container as best as it can (given that we can'tSarven Capadisli
calculate the height of the XHR response container without actually loading it into the DOM).
2009-07-01correctly return count of noticesEvan Prodromou
2009-07-01show all the notices, not just latest 20Evan Prodromou
2009-07-01don't redirect on local file for ajax actionEvan Prodromou
2009-07-01update joverlay to latest versionEvan Prodromou
2009-07-01add the readable source for joverlayEvan Prodromou
2009-07-01remove extra / in attachment codeEvan Prodromou
2009-07-01Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-07-01exclude p argument when calculating selfUrlEvan Prodromou
2009-07-01change queuehandler class to use queuemanager interfaceEvan Prodromou
2009-07-01add fail() method to dbqueuemanager and fix loggingEvan Prodromou
2009-07-01add fail() method to stompqueuemanagerEvan Prodromou
2009-07-01better transport choices when xmpp is disabledEvan Prodromou
2009-07-01better queue manager detection, new method fail()Evan Prodromou
2009-07-01take out session handler notificationEvan Prodromou
2009-07-01Add UnQueueManager for immediate handlingEvan Prodromou
Perhaps it's a little precious, but I took out the switches in util.php to determine what's supposed to be sent when, and made a queuemanager class that will just do things when they're supposed to be done.
2009-07-01save frames for StompQueueManagerEvan Prodromou
2009-07-01better hook variables for StartQueueManagerEvan Prodromou
2009-07-01compile errors in DBQueueManagerEvan Prodromou
2009-07-01Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-07-01Improves the FB user avatar "bounce" in some browsersSarven Capadisli
2009-06-30Cleaning up comments at top of favor.php.Dan Moore
2009-06-30Add site-wide option to change the length at which URLs are auto-shortenedJeff Mitchell
2009-06-30Merge commit 'jeff-themovie/small-fixes' into 0.8.xZach Copley
* commit 'jeff-themovie/small-fixes': Fix missing max_id in API search calls Fix "Trying to get property of non-object" errors when a user tries to log in using an unknown nickname Fix "Trying to get property of non-object" errors when accessing the people search results page Fix "Undefined variable: cnt" Fix "Trying to get property of non-object" errors in groupeditform.php Fix "Undefined property: DisfavorAction::$id"
2009-06-30Merge commit 'jeff-themovie/invite-enabled' into 0.8.xZach Copley
* commit 'jeff-themovie/invite-enabled': Adds $config['invite']['enabled'] to enable/disable invites.
2009-06-30Merge commit 'jeff-themovie/notice-search-no-results' into 0.8.xZach Copley
* commit 'jeff-themovie/notice-search-no-results': Fixes the notice search RSS feeds / API results for searches that return no matches.
2009-06-30Merge commit 'jeff-themovie/group-rss-empty' into 0.8.xZach Copley
* commit 'jeff-themovie/group-rss-empty': Fixes two PHP Warnings ("Invalid argument supplied for foreach() in /var/www/mmmu/lib/rssaction.php") when accessing the RSS feed of a group that has no notices.
2009-06-30Merge commit 'erichelgeson/no-posts-verbage' into 0.8.xZach Copley
* commit 'erichelgeson/no-posts-verbage': Needed the else. Tested logged in/out ; site closed/inviteonly/both Verbage of a closed invite only site, it shouldnt ask you to register.
2009-06-30Merge commit 'br3nda/0.8.x-backgroundfix' into 0.8.xZach Copley
* commit 'br3nda/0.8.x-backgroundfix': also check for write permission to background folder
2009-06-30Laconica defaults to a locale 'en' which uses language 'en'. Unfortunately, ↵Jeff Mitchell
this language doesn't exist -- properly it's en_US. This causes a lot of spammy messages in syslog. This fix simply changes 'en' to have the same properties as 'en-us', i.e. a language of en_US and a description of 'English (US)'.
2009-06-30Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-30added Mail/mimeDecode as mime-decode fallbackEvan Prodromou
2009-06-30Forgot to include ImsettingsAction in the list of Actions to overrideZach Copley
in order to add a Facebook tab to the Connect menu.
2009-06-30add showcache.php script for debugging memcached issuesEvan Prodromou
2009-06-30calculate date once for SUPEvan Prodromou
2009-06-30conversation code changesEvan Prodromou
2009-06-30Merge branch 'defat-fbconnect' into 0.8.xZach Copley
2009-06-30Only output Facebook namespace, scripts, css, etc. when strictly necessaryZach Copley
2009-06-30Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-06-30Updated jOverlay version and set max-width for imagesSarven Capadisli