]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoMerge branch '0.9.x' into location
Evan Prodromou [Wed, 28 Oct 2009 21:24:53 +0000 (17:24 -0400)]
Merge branch '0.9.x' into location

14 years agoadd StartInitializeRouter event
Evan Prodromou [Wed, 28 Oct 2009 20:07:57 +0000 (16:07 -0400)]
add StartInitializeRouter event

14 years agosave replies in the inbox
Evan Prodromou [Wed, 28 Oct 2009 19:33:10 +0000 (15:33 -0400)]
save replies in the inbox

14 years agocorrectly output public XRDS <meta>
Evan Prodromou [Wed, 28 Oct 2009 18:38:19 +0000 (14:38 -0400)]
correctly output public XRDS <meta>

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Wed, 28 Oct 2009 18:21:51 +0000 (14:21 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoreplace some boolean-evaluations with calls to empty()
Evan Prodromou [Wed, 28 Oct 2009 18:21:42 +0000 (14:21 -0400)]
replace some boolean-evaluations with calls to empty()

14 years agoEnable welcome bot to broadcast it's notices
Carlos Perilla [Tue, 1 Sep 2009 04:01:36 +0000 (23:01 -0500)]
Enable welcome bot to broadcast it's notices

14 years agoDisplay user avatar in the XMPP message
Craig Andrews [Wed, 28 Oct 2009 03:31:49 +0000 (23:31 -0400)]
Display user avatar in the XMPP message
Include notice id and conversation link the XMPP message

Thanks to Deepspawn for this idea and initial code

14 years agoimplement the nudge command
Craig Andrews [Wed, 28 Oct 2009 02:45:00 +0000 (22:45 -0400)]
implement the nudge command

14 years agoAdded a new "reply" command
Craig Andrews [Wed, 28 Oct 2009 02:30:21 +0000 (22:30 -0400)]
Added a new "reply" command

14 years agoShorten the notice text after command processing is done
Craig Andrews [Wed, 28 Oct 2009 02:02:55 +0000 (22:02 -0400)]
Shorten the notice text after command processing is done

14 years agoImplemented reply # command, allowing users to favorite specific notices by the notice id
Craig Andrews [Wed, 28 Oct 2009 01:48:56 +0000 (21:48 -0400)]
Implemented reply # command, allowing users to favorite specific notices by the notice id

14 years agoSpecify the number of cols for the Facebook app's multi-friend inviter
Zach Copley [Tue, 27 Oct 2009 21:07:17 +0000 (21:07 +0000)]
Specify the number of cols for the Facebook app's multi-friend inviter
widget so it fits better into Facebook's new layout.

14 years agoForgot to move the facebookapp.css file into the new Facebook plugin
Zach Copley [Tue, 27 Oct 2009 21:00:26 +0000 (21:00 +0000)]
Forgot to move the facebookapp.css file into the new Facebook plugin

14 years agoRemoved attachment UI
Sarven Capadisli [Tue, 27 Oct 2009 16:44:55 +0000 (17:44 +0100)]
Removed attachment UI

14 years agoSlight alignment
Sarven Capadisli [Tue, 27 Oct 2009 15:32:09 +0000 (16:32 +0100)]
Slight alignment

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Tue, 27 Oct 2009 14:00:35 +0000 (15:00 +0100)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoSome CSS updates for FB app
Sarven Capadisli [Tue, 27 Oct 2009 13:59:58 +0000 (14:59 +0100)]
Some CSS updates for FB app

14 years agoMake email domain checking optional, as some statusnet installations (such as those...
Craig Andrews [Mon, 26 Oct 2009 14:31:12 +0000 (10:31 -0400)]
Make email domain checking optional, as some statusnet installations (such as those behind restrictive corporate firewalls, or on home systems on restrictive connections) cannot connect to any mail
systems, and this check will always fail.

14 years agoMerge branch '0.9.x' into location
Evan Prodromou [Sat, 24 Oct 2009 23:59:46 +0000 (19:59 -0400)]
Merge branch '0.9.x' into location

14 years agoAdd .DS_Store to .gitignore list; these are desktop metadata files maintained by...
Brion Vibber [Sat, 24 Oct 2009 23:42:29 +0000 (16:42 -0700)]
Add .DS_Store to .gitignore list; these are desktop metadata files maintained by Mac OS X Finder.

14 years agoMove Twitter and Facebook-specific mail notifications to their respective plugins
Zach Copley [Fri, 23 Oct 2009 23:38:45 +0000 (23:38 +0000)]
Move Twitter and Facebook-specific mail notifications to their respective plugins

14 years agoRemove automatic enqueuing for Facebook
Zach Copley [Fri, 23 Oct 2009 23:34:48 +0000 (23:34 +0000)]
Remove automatic enqueuing for Facebook

14 years agoMerge branch '0.9.x' into facebook-app-plugin
Zach Copley [Fri, 23 Oct 2009 23:05:59 +0000 (23:05 +0000)]
Merge branch '0.9.x' into facebook-app-plugin

14 years agoSome phpcs cleanup
Zach Copley [Fri, 23 Oct 2009 23:05:23 +0000 (23:05 +0000)]
Some phpcs cleanup

14 years agoMerge branch '0.9.x' into facebook-app-plugin
Zach Copley [Fri, 23 Oct 2009 22:48:35 +0000 (22:48 +0000)]
Merge branch '0.9.x' into facebook-app-plugin

14 years agoFix an incorrectly passing URL test case and add two a related test case:
Brion Vibber [Fri, 23 Oct 2009 20:50:39 +0000 (13:50 -0700)]
Fix an incorrectly passing URL test case and add two a related test case:
URLs with paths followed by a double-quote character are incorrectly including the quote in the URL. The double-quote character is in fact not a legal URL char and must be URL-escaped; more importantly it just causes oddities when you quote a message ending in a URL -- such as when using the redent-button experimental feature.

14 years agoFix three fatal errors when posting from 0.9.x:
Brion Vibber [Fri, 23 Oct 2009 20:31:53 +0000 (20:31 +0000)]
Fix three fatal errors when posting from 0.9.x:
* OMB remote updates were trying to load nonexistent Laconica_OMB_Service_Consumer class -- fixed to StatusNet_OMB_Service_Consumer. Regression caused during libomb merge.
* Twitter processing was still being queued from core when no twitter plugin was present, which triggered an exception from UnqueueHandler; leftover code from before the plugin extraction.
* UnqueueHandler's exception caused a fatal error instead because it was missing the "new" keyword. Wouldn't have been seen when testing with the plugin enabled.

14 years agoupdate location while saving new profile
Evan Prodromou [Fri, 23 Oct 2009 15:47:00 +0000 (11:47 -0400)]
update location while saving new profile

14 years agoupdate location while registering
Evan Prodromou [Fri, 23 Oct 2009 15:46:44 +0000 (11:46 -0400)]
update location while registering

14 years agoMerge commit 'refs/merge-requests/1815' of git://gitorious.org/statusnet/mainline...
Craig Andrews [Fri, 23 Oct 2009 15:15:25 +0000 (11:15 -0400)]
Merge commit 'refs/merge-requests/1815' of git://gitorious.org/statusnet/mainline into 0.9.x

14 years agoMerge branch '0.9.x' into facebook-app-plugin
Zach Copley [Thu, 22 Oct 2009 21:12:51 +0000 (21:12 +0000)]
Merge branch '0.9.x' into facebook-app-plugin

14 years agoMerge branch '0.9.x' into location
Evan Prodromou [Thu, 22 Oct 2009 20:23:42 +0000 (16:23 -0400)]
Merge branch '0.9.x' into location

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Thu, 22 Oct 2009 20:21:05 +0000 (16:21 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoHTTPResponse has default empty headers
Evan Prodromou [Thu, 22 Oct 2009 20:20:56 +0000 (16:20 -0400)]
HTTPResponse has default empty headers

14 years agoresults of json parsing are objects not arrays
Evan Prodromou [Thu, 22 Oct 2009 20:20:31 +0000 (16:20 -0400)]
results of json parsing are objects not arrays

14 years agoerror in order of arguments to array_key_exists in location.php
Evan Prodromou [Thu, 22 Oct 2009 20:19:56 +0000 (16:19 -0400)]
error in order of arguments to array_key_exists in location.php

14 years agobeginning of a test for location services
Evan Prodromou [Thu, 22 Oct 2009 20:19:25 +0000 (16:19 -0400)]
beginning of a test for location services

14 years agoextract Geonames stuff to a plugin
Evan Prodromou [Thu, 22 Oct 2009 19:44:36 +0000 (15:44 -0400)]
extract Geonames stuff to a plugin

14 years agoAdd some doc comments to QueueHandler
Brion Vibber [Thu, 22 Oct 2009 16:59:27 +0000 (09:59 -0700)]
Add some doc comments to QueueHandler

14 years agostart getting locations from remote services
Evan Prodromou [Wed, 16 Sep 2009 15:46:10 +0000 (11:46 -0400)]
start getting locations from remote services

14 years agostart of a location class
Evan Prodromou [Wed, 16 Sep 2009 00:27:11 +0000 (20:27 -0400)]
start of a location class

14 years agoflip x flag on generated files
Evan Prodromou [Tue, 15 Sep 2009 22:29:44 +0000 (18:29 -0400)]
flip x flag on generated files

14 years agostatusnet.ini update
Evan Prodromou [Tue, 15 Sep 2009 22:29:14 +0000 (18:29 -0400)]
statusnet.ini update

14 years agonew data structures for location
Evan Prodromou [Tue, 15 Sep 2009 22:28:44 +0000 (18:28 -0400)]
new data structures for location

14 years agoRevert "lat,lon -> lat,long"
Evan Prodromou [Tue, 15 Sep 2009 21:59:20 +0000 (17:59 -0400)]
Revert "lat,lon -> lat,long"

This reverts commit 61d948cffee0aff4fd7853421ec0849458ea34c9.

14 years agolat,lon -> lat,long
Evan Prodromou [Tue, 15 Sep 2009 21:58:51 +0000 (17:58 -0400)]
lat,lon -> lat,long

14 years agoadd a couple of location namespaces
Evan Prodromou [Tue, 15 Sep 2009 21:40:23 +0000 (17:40 -0400)]
add a couple of location namespaces

14 years agoadd location-related tables and columns
Evan Prodromou [Tue, 15 Sep 2009 21:39:45 +0000 (17:39 -0400)]
add location-related tables and columns

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Thu, 22 Oct 2009 02:41:42 +0000 (22:41 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoreformat default.php
Evan Prodromou [Thu, 22 Oct 2009 02:41:23 +0000 (22:41 -0400)]
reformat default.php

14 years agoRemoved Facebook stuff from the StatusNet README and wrote a new README
Zach Copley [Thu, 22 Oct 2009 00:53:23 +0000 (17:53 -0700)]
Removed Facebook stuff from the StatusNet README and wrote a new README
for the Facebook plugin.

14 years agoMake paths and class loading work right
Zach Copley [Wed, 21 Oct 2009 22:02:10 +0000 (22:02 +0000)]
Make paths and class loading work right

14 years agoFix references
Zach Copley [Wed, 21 Oct 2009 17:29:54 +0000 (17:29 +0000)]
Fix references

14 years agoRemove facebook broadcast from unqueuemanager. That's now
Zach Copley [Wed, 21 Oct 2009 01:18:36 +0000 (01:18 +0000)]
Remove facebook broadcast from unqueuemanager.  That's now
added by an event.

14 years agoCombine Facebook and Facebook Connect plugins into one big plugin
Zach Copley [Wed, 21 Oct 2009 01:17:31 +0000 (01:17 +0000)]
Combine Facebook and Facebook Connect plugins into one big plugin

14 years agoGather all the Facebook stuff together in one place
Zach Copley [Wed, 21 Oct 2009 01:07:03 +0000 (01:07 +0000)]
Gather all the Facebook stuff together in one place

14 years agoExtract out Facebook app stuff into a plugin
Zach Copley [Tue, 20 Oct 2009 23:32:30 +0000 (16:32 -0700)]
Extract out Facebook app stuff into a plugin

14 years agoRemove Twitter bridge stuff. The relevant info has been moved to
Zach Copley [Tue, 20 Oct 2009 06:11:40 +0000 (06:11 +0000)]
Remove Twitter bridge stuff. The relevant info has been moved to
/plugins/TwitterBridge/README

14 years agoMerge branch '0.9.x' into TwitterBridgePlugin
Zach Copley [Tue, 20 Oct 2009 06:06:10 +0000 (06:06 +0000)]
Merge branch '0.9.x' into TwitterBridgePlugin

14 years ago- Make Twitter bridge work with unqueuemanager
Zach Copley [Tue, 20 Oct 2009 06:05:35 +0000 (06:05 +0000)]
- Make Twitter bridge work with unqueuemanager
- Add README

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Tue, 20 Oct 2009 00:53:08 +0000 (00:53 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoLess intrusive, more reliable way for FB Connect plugin to modify the
Zach Copley [Tue, 20 Oct 2009 00:49:11 +0000 (00:49 +0000)]
Less intrusive, more reliable way for FB Connect plugin to modify the
primary nav in order to show FB mini-avatar and have the logout link
logout of FB as well as StatusNet.

14 years agoRevert "Revert "fixed up some invalid comment syntax - this is ANSI SQL""
Evan Prodromou [Mon, 19 Oct 2009 22:15:40 +0000 (18:15 -0400)]
Revert "Revert "fixed up some invalid comment syntax - this is ANSI SQL""

This reverts commit c0eca0e59b1b9bb74d4457348d1e310e18cc082f.

14 years agoRevert "Revert "upgrade script for postgres""
Evan Prodromou [Mon, 19 Oct 2009 22:13:41 +0000 (18:13 -0400)]
Revert "Revert "upgrade script for postgres""

This reverts commit d72748eb8e71f81e7cddca610ec98a8910dd347f.

Conflicts:

db/08to09_pg.sql

14 years agomerge from testing
Evan Prodromou [Mon, 19 Oct 2009 22:12:00 +0000 (18:12 -0400)]
merge from testing

14 years agoRevert "upgrade script for postgres"
Evan Prodromou [Mon, 19 Oct 2009 22:07:36 +0000 (18:07 -0400)]
Revert "upgrade script for postgres"

This reverts commit d46f2ee350b9bf2c70371f7bcd2f2793e7ed8110.

14 years agoRevert "added missing parts to postgres update, and the config+user_role tables to...
Evan Prodromou [Mon, 19 Oct 2009 22:07:19 +0000 (18:07 -0400)]
Revert "added missing parts to postgres update, and the config+user_role tables to both upgrade scripts"

This reverts commit e9edb803bc66028204defcfa659cccbf23da97c6.

14 years agoRevert "fixed up some invalid comment syntax - this is ANSI SQL"
Evan Prodromou [Mon, 19 Oct 2009 22:07:03 +0000 (18:07 -0400)]
Revert "fixed up some invalid comment syntax - this is ANSI SQL"

This reverts commit 6704ddddf227865de43c1fdd846b68f76f723fe6.

14 years agonew codename for 0.8.2
Evan Prodromou [Mon, 19 Oct 2009 21:30:08 +0000 (17:30 -0400)]
new codename for 0.8.2

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Mon, 19 Oct 2009 21:00:36 +0000 (17:00 -0400)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Mon, 19 Oct 2009 19:36:26 +0000 (15:36 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoUtilize NICKNAME_FMT constant when creating at replies
Eric Helgeson [Mon, 19 Oct 2009 17:11:55 +0000 (13:11 -0400)]
Utilize NICKNAME_FMT constant when creating at replies

14 years agoIgnoring Sent from my* line in mail (iPhone/Pre)
Eric Helgeson [Mon, 19 Oct 2009 16:52:25 +0000 (12:52 -0400)]
Ignoring Sent from my* line in mail (iPhone/Pre)

14 years agoMerge branch 'i18n-work' into i18n-0.9.x
Brion Vibber [Mon, 19 Oct 2009 16:34:37 +0000 (09:34 -0700)]
Merge branch 'i18n-work' into i18n-0.9.x

14 years agoMerge branch '0.9.x' into i18n-0.9.x
Brion Vibber [Mon, 19 Oct 2009 16:26:40 +0000 (09:26 -0700)]
Merge branch '0.9.x' into i18n-0.9.x

14 years agoMerge branch 'i18n-work' into i18n-0.9.x
Brion Vibber [Mon, 19 Oct 2009 16:25:05 +0000 (09:25 -0700)]
Merge branch 'i18n-work' into i18n-0.9.x

14 years agoBetter alignment
Sarven Capadisli [Mon, 19 Oct 2009 14:47:08 +0000 (14:47 +0000)]
Better alignment

14 years agoMerge branch 'i18n-work' of git@gitorious.org:~brion/statusnet/brion-fixes into i18n...
Brion Vibber [Mon, 19 Oct 2009 13:58:07 +0000 (13:58 +0000)]
Merge branch 'i18n-work' of git@gitorious.org:~brion/statusnet/brion-fixes into i18n-work

14 years agoMerge branch '0.8.x' of git@gitorious.org:statusnet/mainline into i18n-work
Brion Vibber [Mon, 19 Oct 2009 13:56:18 +0000 (13:56 +0000)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into i18n-work

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Sun, 18 Oct 2009 15:12:18 +0000 (15:12 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoAdded an update counter in the document title. When window is in blur,
Sarven Capadisli [Sun, 18 Oct 2009 15:10:49 +0000 (15:10 +0000)]
Added an update counter in the document title. When window is in blur,
it will update the document title when new notices are received. The
counter will reset when window is blurred (after a focus) again.

14 years agoChanged config flag for importing friends' timeline and added some comments
Zach Copley [Sat, 17 Oct 2009 00:32:02 +0000 (00:32 +0000)]
Changed config flag for importing friends' timeline and added some comments

14 years agoMerge branch '0.9.x' into TwitterBridgePlugin
Zach Copley [Fri, 16 Oct 2009 23:42:02 +0000 (23:42 +0000)]
Merge branch '0.9.x' into TwitterBridgePlugin

14 years agoWorkaround for Facebook data store API behavior regression, fixes saving
Brion Vibber [Mon, 12 Oct 2009 22:36:17 +0000 (22:36 +0000)]
Workaround for Facebook data store API behavior regression, fixes saving
of empty notice prefix text in facebook settings.

Filed bug upstream at http://bugs.developers.facebook.com/show_bug.cgi?id=7110

Per documentation, saving a pref value of "" or "0" will delete the pref key:
http://wiki.developers.facebook.com/index.php/Data.setUserPreference

which used to do what we want... Now Facebook throws back an error
"Parameter value is required" when we do this. Workaround appends a
space to empty string or "0" at save time, then trims the string when
we load it.

The input string was already trimmed at pref save time, so this won't
alter any user-visible behavior.

Thanks to ^demon in #mediawiki for pointing out the behavior regression
after testing the identi.ca Facebook app!

14 years agoWorkaround for Facebook data store API behavior regression, fixes saving
Brion Vibber [Mon, 12 Oct 2009 22:36:17 +0000 (22:36 +0000)]
Workaround for Facebook data store API behavior regression, fixes saving
of empty notice prefix text in facebook settings.

Filed bug upstream at http://bugs.developers.facebook.com/show_bug.cgi?id=7110

Per documentation, saving a pref value of "" or "0" will delete the pref key:
http://wiki.developers.facebook.com/index.php/Data.setUserPreference

which used to do what we want... Now Facebook throws back an error
"Parameter value is required" when we do this. Workaround appends a
space to empty string or "0" at save time, then trims the string when
we load it.

The input string was already trimmed at pref save time, so this won't
alter any user-visible behavior.

Thanks to ^demon in #mediawiki for pointing out the behavior regression
after testing the identi.ca Facebook app!

14 years agoDrop a debug info line that isn't really needed
Brion Vibber [Fri, 16 Oct 2009 18:49:27 +0000 (11:49 -0700)]
Drop a debug info line that isn't really needed

14 years agoUse short language names for locales for now; this seems to be most compatible with...
Brion Vibber [Fri, 16 Oct 2009 18:23:50 +0000 (11:23 -0700)]
Use short language names for locales for now; this seems to be most compatible with both native gettext (tested on Ubuntu 8.10) and php-gettext (tested on Mac OS X 10.6).

14 years agoFix a logic error in php-gettext's setlocale() check; if setlocale() failed to return...
Brion Vibber [Fri, 16 Oct 2009 18:19:52 +0000 (11:19 -0700)]
Fix a logic error in php-gettext's setlocale() check; if setlocale() failed to return, we fall back to checking LANG environment variable. Now actually works when doing a setlocale *check* instead of a *set*.

Submitting fix upstream, but as the package is currently unmaintained it may not make it in.

14 years agoWorkaround for not fully natively set up locales with native gettext...
Brion Vibber [Fri, 16 Oct 2009 17:42:27 +0000 (17:42 +0000)]
Workaround for not fully natively set up locales with native gettext...

Set "en_US" locale first, then the locale we want for our user.
This seems to initialize gettext properly somehow, which I could see when the languages would come up briefly on settings save when changing from a supported language.
Definitely works for ga_ES on my Ubuntu system (8.10 intrepid), hopefully reasonably consistent.

14 years agoGalician translation (out of date but functional... unless you have locale issues...
Brion Vibber [Fri, 16 Oct 2009 16:29:50 +0000 (16:29 +0000)]
Galician translation (out of date but functional... unless you have locale issues of course)
.po file from http://status.net/trac/ticket/481 last updated by mvazquez

14 years agoMore i18n cleanup, updating and fixing broken locales...
Brion Vibber [Fri, 16 Oct 2009 16:16:46 +0000 (16:16 +0000)]
More i18n cleanup, updating and fixing broken locales...

Removed some non-matching fuzzy entries in mk, tr, zh_TW that prevented .mo regeneration by triggering "fatal errors" from msgfmt
Rebuilt all .mo files, fixing total breakage for four languages:
* it
* mk
* pt_BR
* vi

14 years agoRemoved unnecessary country specifiers from message directories.
Brion Vibber [Fri, 16 Oct 2009 16:03:23 +0000 (16:03 +0000)]
Removed unnecessary country specifiers from message directories.
We sometimes need to specify a country when setting a locale but the system knows how to grab the generic dir, and that seems to play better with translation tools such as transifex

14 years agoadd more events to profile list
Evan Prodromou [Thu, 15 Oct 2009 10:01:26 +0000 (06:01 -0400)]
add more events to profile list

14 years agoAdded support for profile designs to the twitter API
Trever Fischer [Thu, 15 Oct 2009 09:16:37 +0000 (05:16 -0400)]
Added support for profile designs to the twitter API

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Thu, 15 Oct 2009 08:49:59 +0000 (04:49 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoupdate DB_DataObject to 1.8.12
Evan Prodromou [Thu, 15 Oct 2009 08:49:45 +0000 (04:49 -0400)]
update DB_DataObject to 1.8.12

14 years agoMoved to location of the FBConnect JavaScript to the end of </body>.
Sarven Capadisli [Wed, 14 Oct 2009 09:53:07 +0000 (09:53 +0000)]
Moved to location of the FBConnect JavaScript to the end of </body>.

14 years agoMake queuing and daemons work via events
Zach Copley [Wed, 14 Oct 2009 04:50:16 +0000 (04:50 +0000)]
Make queuing and daemons work via events

14 years agoCommit upstream updates to php-gettext after the 1.0.7 release (but in 2006! :P)
Brion Vibber [Tue, 13 Oct 2009 21:51:23 +0000 (14:51 -0700)]
Commit upstream updates to php-gettext after the 1.0.7 release (but in 2006! :P)
Fixes file magic checks on 64-bit systems.

http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/17
http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/18
http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/19