summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-06-30Only use FB's Javascript logout, not its PHP method tooZach Copley
2009-06-30Factor out code to tell whether user's logged into FB into its own methodZach Copley
2009-06-29Fixed grammar in class comment blocksZach Copley
2009-06-29Delete orphaned background imgs. Design settings code now passesZach Copley
phpcs.
2009-06-29Merge branch '0.8.x' into design_resetZach Copley
* 0.8.x: Using max-width:480px for settings_design_background-image image Using role for admin indicator. Added margin-left.
2009-06-29Small comment change (default is for both users an groups)Zach Copley
2009-06-29Using max-width:480px for settings_design_background-image imageSarven Capadisli
2009-06-29Using role for admin indicator. Added margin-left.Sarven Capadisli
2009-06-29Allow users and groups to reset their design to system default colorsZach Copley
2009-06-29Merge branch '0.8.x' into design_resetZach Copley
* 0.8.x: (32 commits) admin indicators in groups show section with admins in sidebar of group update to latest (r76) version of XMPPHP better output for common error handler fix logging error note when going background change name of constructor for xmppdaemon add a lot more logging to xmppdaemon error in get_option_value wasn't returning a value reformat commandline.inc if not in daemon mode, xmppdaemon sends log to stdout extract log-line formatting to its own function got my background/foreground logic backwards twitter status fetcher takes an id argument more efficient fixup of conversations commandline processing handles errors better xmppdaemon.php can stay in foreground command line arg handling a little more flexible Daemon can optionally not go into the background don't canonicalize people's text into URLs ... Conflicts: theme/base/css/display.css
2009-06-29admin indicators in groupsEvan Prodromou
2009-06-29show section with admins in sidebar of groupEvan Prodromou
2009-06-28update to latest (r76) version of XMPPHPEvan Prodromou
2009-06-28better output for common error handlerEvan Prodromou
2009-06-28fix logging errorEvan Prodromou
2009-06-28note when going backgroundEvan Prodromou
2009-06-28change name of constructor for xmppdaemonEvan Prodromou
2009-06-28add a lot more logging to xmppdaemonEvan Prodromou
2009-06-28error in get_option_value wasn't returning a valueEvan Prodromou
2009-06-28reformat commandline.incEvan Prodromou
2009-06-28if not in daemon mode, xmppdaemon sends log to stdoutEvan Prodromou
2009-06-28extract log-line formatting to its own functionEvan Prodromou
2009-06-28got my background/foreground logic backwardsEvan Prodromou
2009-06-28Merge branch '0.8.x' of ↵Evan Prodromou
jill@xmpp001.controlezvous.ca:/opt/local/share/laconica into 0.8.x
2009-06-28twitter status fetcher takes an id argumentEvan Prodromou
2009-06-28more efficient fixup of conversationsSuper-User
2009-06-28commandline processing handles errors betterSuper-User
2009-06-28xmppdaemon.php can stay in foregroundEvan Prodromou
2009-06-28command line arg handling a little more flexibleEvan Prodromou
2009-06-28Daemon can optionally not go into the backgroundEvan Prodromou
2009-06-28don't canonicalize people's text into URLsEvan Prodromou