]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoDelete design when user chooses to restore default design, instead
Zach Copley [Thu, 3 Dec 2009 00:44:23 +0000 (16:44 -0800)]
Delete design when user chooses to restore default design, instead
of saving a design with site defaults.

14 years agoIf an XHR notice is sent form a page that has no timeline, show a
Zach Copley [Wed, 2 Dec 2009 23:32:26 +0000 (15:32 -0800)]
If an XHR notice is sent form a page that has no timeline, show a
message like 'Notice sent'

Conflicts:

js/util.js

14 years agoFix regression in password settings: users have been unable to change their passwords...
Brion Vibber [Tue, 1 Dec 2009 23:44:07 +0000 (15:44 -0800)]
Fix regression in password settings: users have been unable to change their passwords since introduction of ChangePassword event (later StartChangePassword)  November 5 in commit d6ddb84132d7b9510ba82064c67f2a39822dab49

Logic was inversed; new password was only being saved if a plugin claimed the event; so when no auth plugin was present to take it, passwords never got saved.

14 years agoTicket 2048: make OMB posting HTTP timeout configurable as $config['omb']['timeout...
Brion Vibber [Tue, 1 Dec 2009 22:38:34 +0000 (14:38 -0800)]
Ticket 2048: make OMB posting HTTP timeout configurable as $config['omb']['timeout']; defaults to 5 seconds instead of 20-second default in Yadis library

14 years agoFix makefile wildcards for locale compilation (now works on Ubuntu 8.04)
Brion Vibber [Tue, 1 Dec 2009 20:46:52 +0000 (20:46 +0000)]
Fix makefile wildcards for locale compilation (now works on Ubuntu 8.04)

14 years agoAdd missing rule for /api/users/show.:format
Zach Copley [Tue, 1 Dec 2009 18:02:22 +0000 (10:02 -0800)]
Add missing rule for /api/users/show.:format

14 years agoRevert "Fix problem where screen_name and user_id parameters are being"
Zach Copley [Tue, 1 Dec 2009 17:57:47 +0000 (09:57 -0800)]
Revert "Fix problem where screen_name and user_id parameters are being"

The problem this was trying to fix is actually caused by a missing
routing rule.  Silly me.

This reverts commit 2451192415ae93a329b412761cfbb26df8185474.

14 years agoFix bad function call
Zach Copley [Mon, 30 Nov 2009 22:55:02 +0000 (14:55 -0800)]
Fix bad function call

14 years agoOnly bind submit to the notice created by Realtime
Zach Copley [Tue, 1 Dec 2009 20:37:27 +0000 (12:37 -0800)]
Only bind submit to the notice created by Realtime

Conflicts:

plugins/Realtime/realtimeupdate.js

14 years agoSN.U.NoticeFavor should be SN.U.NoticeReply
Zach Copley [Tue, 1 Dec 2009 20:33:46 +0000 (12:33 -0800)]
SN.U.NoticeFavor should be SN.U.NoticeReply

Conflicts:

plugins/Realtime/realtimeupdate.js

14 years agoBind submit to a form by SN.U.FormXHR() only once.
Sarven Capadisli [Sat, 28 Nov 2009 14:27:04 +0000 (14:27 +0000)]
Bind submit to a form by SN.U.FormXHR() only once.

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline
Evan Prodromou [Tue, 1 Dec 2009 17:11:05 +0000 (12:11 -0500)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline

14 years agoRefactored NoticeReply() so that a notice item can use NoticeReplyTo
Sarven Capadisli [Sat, 28 Nov 2009 15:44:16 +0000 (15:44 +0000)]
Refactored NoticeReply() so that a notice item can use NoticeReplyTo
instead of rebinding all of the notice replies again.

14 years agoCall FormXHR (single) instead of NoticeForm (all)
Sarven Capadisli [Sat, 28 Nov 2009 14:57:07 +0000 (14:57 +0000)]
Call FormXHR (single) instead of NoticeForm (all)

14 years agoFix problem where screen_name and user_id parameters are being
Zach Copley [Mon, 30 Nov 2009 21:08:55 +0000 (13:08 -0800)]
Fix problem where screen_name and user_id parameters are being
ignored due to the router sending in '[a-zA-Z0-9]+' for the id
parameter when no id is specified as part of the URL.

14 years agoTicket 1677: apply a couple more welcomebot fixes from TranslateWiki before the next...
Brion Vibber [Mon, 30 Nov 2009 20:35:35 +0000 (12:35 -0800)]
Ticket 1677: apply a couple more welcomebot fixes from TranslateWiki before the next full update

14 years agoUpdate localization files from 0.9.x branch
Brion Vibber [Mon, 30 Nov 2009 20:33:54 +0000 (12:33 -0800)]
Update localization files from 0.9.x branch

14 years agoDrop binary .mo localization files from git repo to aid in development.
Brion Vibber [Mon, 30 Nov 2009 20:25:49 +0000 (12:25 -0800)]
Drop binary .mo localization files from git repo to aid in development.
Added a Makefile in locale subdirectory to rebuild them -- needs to be made part of deployment and packaging.

14 years agoTicket 2038: fix bad bug tracker link
Brion Vibber [Sat, 28 Nov 2009 23:22:58 +0000 (15:22 -0800)]
Ticket 2038: fix bad bug tracker link

14 years agoFix regression in group posting: bug introduced in commit 1319002e1519fafb0e82fbfd2d2...
Brion Vibber [Fri, 27 Nov 2009 22:52:58 +0000 (14:52 -0800)]
Fix regression in group posting: bug introduced in commit 1319002e1519fafb0e82fbfd2d2723abdb3112e7. Need to use actual profile object rather than an id on a variable that doesn't exist when checking blocks :D

14 years agoLog database errors when saving notice_inbox entries
Brion Vibber [Fri, 27 Nov 2009 22:20:57 +0000 (14:20 -0800)]
Log database errors when saving notice_inbox entries

14 years agoDrop the username from the log id for now; seems to trigger an error loop in some...
Brion Vibber [Fri, 27 Nov 2009 21:29:33 +0000 (13:29 -0800)]
Drop the username from the log id for now; seems to trigger an error loop in some circumstances

14 years agorequest id on logs... pid + random id per web request + username + method + url
Brion Vibber [Fri, 27 Nov 2009 20:28:15 +0000 (12:28 -0800)]
request id on logs... pid + random id per web request + username + method + url

14 years agoAdd OpenID ini info back into statusnet.ini as a stopgap until we can
Zach Copley [Thu, 26 Nov 2009 18:49:18 +0000 (18:49 +0000)]
Add OpenID ini info back into statusnet.ini as a stopgap until we can
get plugins to load ini info properly on status.net

14 years agoSome changes to the OpenID DataObjects to make them emit the exact same
Zach Copley [Thu, 26 Nov 2009 02:21:23 +0000 (02:21 +0000)]
Some changes to the OpenID DataObjects to make them emit the exact same
.ini info as what used to be in statusnet.ini before OpenID was pulled
out into a plugin.

14 years agoOpenID plugin should set 'user_openid.display' as unique key
Zach Copley [Thu, 26 Nov 2009 01:25:20 +0000 (01:25 +0000)]
OpenID plugin should set 'user_openid.display' as unique key

14 years agoRemove relationship: user_openid.user_id -> user.id. I don't think this
Zach Copley [Wed, 25 Nov 2009 23:26:04 +0000 (23:26 +0000)]
Remove relationship: user_openid.user_id -> user.id. I don't think this
is used. And if we need it, the OpenID plugin should do it.

14 years agoHave OpenID plugin DataObjects emit their own .ini info
Zach Copley [Wed, 25 Nov 2009 23:12:24 +0000 (23:12 +0000)]
Have OpenID plugin DataObjects emit their own .ini info

14 years agoRevert "Allow plugin DB_DataObject classes to not have to use the .ini file by overri...
Zach Copley [Wed, 25 Nov 2009 21:38:59 +0000 (13:38 -0800)]
Revert "Allow plugin DB_DataObject classes to not have to use the .ini file by overriding keys(), table(), and sequenceKey() for them"

This reverts commit a373d07ae00b878f47970f2e4a7d86c6ec3a65cf.

Conflicts:

classes/statusnet.ini
lib/schema.php
plugins/Authentication/AuthenticationPlugin.php
plugins/OpenID/OpenIDPlugin.php
plugins/UserFlag/UserFlagPlugin.php

14 years agoCatch and report exceptions from notice_to_omb_notice() instead of letting the OMB...
Brion Vibber [Wed, 25 Nov 2009 23:21:51 +0000 (15:21 -0800)]
Catch and report exceptions from notice_to_omb_notice() instead of letting the OMB queue handler die.

14 years agoFix regression in remote subscription; added hasRole() shadow method on Remote_profile.
Brion Vibber [Wed, 25 Nov 2009 22:10:55 +0000 (22:10 +0000)]
Fix regression in remote subscription; added hasRole() shadow method on Remote_profile.

DB_DataObject hides errors by silently returning null for any non-existent method call, making it harder to tell what the heck's going on... the rights check for blocked remote users returned null for the check for subscribe rights, thus eval'ing to false. We now log a note in this circumstance, which would have cut about 3 hours off of the debug time.

14 years agoFix fatal error on OMB subscription for first-timers
Brion Vibber [Wed, 25 Nov 2009 20:07:19 +0000 (12:07 -0800)]
Fix fatal error on OMB subscription for first-timers

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline
Zach Copley [Wed, 25 Nov 2009 19:23:49 +0000 (19:23 +0000)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline

14 years agoRemove annoying log msg
Zach Copley [Wed, 25 Nov 2009 19:22:09 +0000 (19:22 +0000)]
Remove annoying log msg

14 years agoDrop error message on setlocale() failure; this is harmless, since we actually have...
Brion Vibber [Wed, 25 Nov 2009 19:20:41 +0000 (11:20 -0800)]
Drop error message on setlocale() failure; this is harmless, since we actually have a working locale set up.

14 years agoCatch uncaught exception
Zach Copley [Wed, 25 Nov 2009 18:04:08 +0000 (18:04 +0000)]
Catch uncaught exception

14 years agoFixed bug where reply-sync bit wasn't getting saved
Zach Copley [Wed, 25 Nov 2009 01:36:17 +0000 (01:36 +0000)]
Fixed bug where reply-sync bit wasn't getting saved

14 years agoForgot to render the nav menu when on FB Connect login tab
Zach Copley [Wed, 25 Nov 2009 01:11:29 +0000 (01:11 +0000)]
Forgot to render the nav menu when on FB Connect login tab

14 years agoFacebook plugin no longer takes over Login and Connect settings nav menus
Zach Copley [Wed, 25 Nov 2009 00:43:20 +0000 (00:43 +0000)]
Facebook plugin no longer takes over Login and Connect settings nav menus

14 years agoFix regression in OMB sending with queues enabled -- items never got dequeued, leadin...
Brion Vibber [Tue, 24 Nov 2009 23:29:47 +0000 (15:29 -0800)]
Fix regression in OMB sending with queues enabled -- items never got dequeued, leading to ever-growing queue and big delays.

Success return code from omb_broadcast_message was dropped in commit ec88d2650ea4371cf53229171851747b31587e4b (Aug 10 2009) which switched us to libomb backend. With queues enabled, this would lead to the notice being readded to the outgoing OMB queue for redelivery as the queue system thought the send failed. The resends caused extra load and confusion for third-party sites, and more worryingly just plugged up our own queue so legit messages were badly delayed.

This commit should restore the previous state, where we fire-and-forget; that is, we're not actually checking to see if all remote subscribers received the message successfully and there will be no resends.

14 years agoFix SSL options for Twitter bridge HTTP requests
Zach Copley [Tue, 24 Nov 2009 19:11:34 +0000 (19:11 +0000)]
Fix SSL options for Twitter bridge HTTP requests

14 years agoUse a min-width just in case. Fixes IE.
Sarven Capadisli [Mon, 23 Nov 2009 09:38:18 +0000 (09:38 +0000)]
Use a min-width just in case. Fixes IE.
(cherry picked from commit cf2b4c033c8025eea4aaeee0598665a55be151d6)

14 years agoBreak TableDef, ColumnDef classes to separate files so autoloader can find them.
Brion Vibber [Tue, 24 Nov 2009 17:38:16 +0000 (09:38 -0800)]
Break TableDef, ColumnDef classes to separate files so autoloader can find them.

With $config['db']['schemacheck'] set to 'script' in live deployment, Schema class wasn't being preloaded for us; the uses of TableDef by plugins for DataObject configuration would then fail because the class wasn't loaded. Broken to separate files, the autoloader can find all classes in either case.

PHP Fatal error:  Class 'TableDef' not found in /var/www/statusnet/plugins/OpenID/User_openid.php on line 43, referer: http://identi.ca/brionv/all

14 years agoDisable XHTML Content-Type negotiation... You've foiled our plans for the last time!
Brion Vibber [Sat, 21 Nov 2009 00:34:01 +0000 (16:34 -0800)]
Disable XHTML Content-Type negotiation... You've foiled our plans for the last time!

XHTML mode breaks a lot of JS and has been causing trouble for Safari and Chrome, especially with the fancier new UI-side plugins like realtime and maps.

14 years agoFix bug 1997: notice search rss utter failure
Brion Vibber [Fri, 20 Nov 2009 22:52:29 +0000 (14:52 -0800)]
Fix bug 1997: notice search rss utter failure

Since commit c4072ef7c930b82b74f8e90f6554974b761c686c in March there's no longer an automatic run of $this->getNotices() from RssAction parent class; added to the subclass.

It might make sense to put it back in the parent class, but of course only if those dupe calls can be resolved.

14 years agoUndo part of c6e4feb815a60a7baf613026c414a24c5c918650 so that blacklisted notices...
Craig Andrews [Fri, 20 Nov 2009 20:34:48 +0000 (15:34 -0500)]
Undo part of c6e4feb815a60a7baf613026c414a24c5c918650 so that blacklisted notices are not displayed in realtime

14 years agoQuick fix for Safari XHTML error... the map doesn't currently work with Safari, but...
Brion Vibber [Fri, 20 Nov 2009 20:04:27 +0000 (12:04 -0800)]
Quick fix for Safari XHTML error... the map doesn't currently work with Safari, but this gets the whole page parsing again!

14 years agostart for pluginqueuehandler
Brion Vibber [Fri, 20 Nov 2009 19:18:12 +0000 (11:18 -0800)]
start for pluginqueuehandler

14 years agoFix double-escaped HTML in mapstraction notice popups
Brion Vibber [Fri, 20 Nov 2009 18:17:14 +0000 (10:17 -0800)]
Fix double-escaped HTML in mapstraction notice popups

14 years agofix notice bug
Brion Vibber [Fri, 20 Nov 2009 18:08:13 +0000 (10:08 -0800)]
fix notice bug

14 years agoInitial functional version of feed subscription plugin, currently supporting only...
Brion Vibber [Fri, 20 Nov 2009 17:42:19 +0000 (09:42 -0800)]
Initial functional version of feed subscription plugin, currently supporting only PuSH-enabled feeds.

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline
Evan Prodromou [Fri, 20 Nov 2009 16:00:34 +0000 (08:00 -0800)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline

14 years agouse caching in geonames plugin
Evan Prodromou [Fri, 20 Nov 2009 15:58:28 +0000 (07:58 -0800)]
use caching in geonames plugin

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline
Zach Copley [Fri, 20 Nov 2009 11:12:17 +0000 (11:12 +0000)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline

14 years agoAdd routing rules for FB app in front of other rules
Zach Copley [Fri, 20 Nov 2009 11:11:18 +0000 (11:11 +0000)]
Add routing rules for FB app in front of other rules

14 years agoRevert "Added 'login' command that gives you a link that can be used to login to...
Evan Prodromou [Fri, 20 Nov 2009 10:50:43 +0000 (02:50 -0800)]
Revert "Added 'login' command that gives you a link that can be used to login to the website"

This reverts commit b9d40f723bce8e01ddcbbb989bd7035b92cd9af8.

Conflicts:

actions/login.php
classes/statusnet.ini
db/08to09.sql
db/08to09_pg.sql
db/statusnet_pg.sql
lib/command.php
lib/commandinterpreter.php

14 years agorevert adding avatar IMG to jabber output; shows entire URL in some Jabber clients
Evan Prodromou [Fri, 20 Nov 2009 08:38:24 +0000 (03:38 -0500)]
revert adding avatar IMG to jabber output; shows entire URL in some Jabber clients

14 years agoUpdated version info
Zach Copley [Fri, 20 Nov 2009 05:56:02 +0000 (05:56 +0000)]
Updated version info

14 years agoUpdated form markup
Sarven Capadisli [Fri, 20 Nov 2009 05:48:05 +0000 (05:48 +0000)]
Updated form markup

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline
Sarven Capadisli [Fri, 20 Nov 2009 05:28:54 +0000 (05:28 +0000)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline

14 years agoThese changes didn't go into master (from 0.9-release)
Sarven Capadisli [Fri, 20 Nov 2009 05:28:10 +0000 (05:28 +0000)]
These changes didn't go into master (from 0.9-release)

14 years agoFollowup to commit 4e00ce01a9841ac055c058a4f0e221cc56eca06e: rename user_role to...
Brion Vibber [Fri, 20 Nov 2009 04:55:38 +0000 (20:55 -0800)]
Followup to commit 4e00ce01a9841ac055c058a4f0e221cc56eca06e: rename user_role to profile_role in update & postgres schemas

14 years agoMerge branch '0.9-release'
Zach Copley [Fri, 20 Nov 2009 04:51:20 +0000 (20:51 -0800)]
Merge branch '0.9-release'

* 0.9-release:
  Changed DEFINE name to avoid conflicts

14 years agoChanged DEFINE name to avoid conflicts
Sarven Capadisli [Fri, 20 Nov 2009 04:49:35 +0000 (04:49 +0000)]
Changed DEFINE name to avoid conflicts

14 years agoMerge branch '0.9-release'
Zach Copley [Fri, 20 Nov 2009 04:18:35 +0000 (20:18 -0800)]
Merge branch '0.9-release'

* 0.9-release:
  Reduced entity_profile width in pop up

14 years agoFix corrupted locale file that happened as a result of merging 0.9-release into master.
Zach Copley [Fri, 20 Nov 2009 04:15:06 +0000 (20:15 -0800)]
Fix corrupted locale file that happened as a result of merging 0.9-release into master.

14 years agoMerge branch '0.9-release'
Zach Copley [Fri, 20 Nov 2009 04:12:46 +0000 (20:12 -0800)]
Merge branch '0.9-release'

* 0.9-release: (874 commits)
  Removed call to NewDirectMessage() until IE return is fixed i.e.,
  Don't show flag user button your own profile
  Fixed HXR response for flag user
  Using the right form class name
  Using common_redirect
  Left a form_data class of a <ul> in the user admin panel
  Added validation to fields in user admin panel
  Added a user admin panel
  Added mobile logos for default and identica themes
  Changed gif to png
  Changed this to action. THANKS zach!
  Doing content negotiation only once
  Add execute bit to pingqueuehandler
  Localisation updates for !StatusNet from !translatewiki.net
  Use the browser's geolocation API to set the location on the notice form
  Add geometa library, and include it.
  Add location form elements to the noticeform, and save their values on submission
  Use the $user object nickname, as login name doesnt have to == nickname anymore with plugins such as ldap/etc
  Revert "Re added NICKNAME_FMT constant to router.php."
  Moved most path and server settings to a new paths admin panel
  ...

Conflicts:
js/util.js
locale/it_IT/LC_MESSAGES/statusnet.mo
locale/mk_MK/LC_MESSAGES/statusnet.mo
locale/mk_MK/LC_MESSAGES/statusnet.po
locale/pt_BR/LC_MESSAGES/statusnet.mo
locale/vi_VN/LC_MESSAGES/statusnet.mo
plugins/InfiniteScroll/infinitescroll.js
plugins/Realtime/realtimeupdate.js

14 years agoReduced entity_profile width in pop up
Sarven Capadisli [Fri, 20 Nov 2009 04:09:40 +0000 (04:09 +0000)]
Reduced entity_profile width in pop up

14 years agoMerge branch '0.9-release' of git@gitorious.org:statusnet/mainline into 0.9-release
Sarven Capadisli [Fri, 20 Nov 2009 04:03:58 +0000 (04:03 +0000)]
Merge branch '0.9-release' of git@gitorious.org:statusnet/mainline into 0.9-release

14 years agoRemoved call to NewDirectMessage() until IE return is fixed i.e.,
Sarven Capadisli [Fri, 20 Nov 2009 04:02:53 +0000 (04:02 +0000)]
Removed call to NewDirectMessage() until IE return is fixed i.e.,
<script> maxLength

14 years agoDon't show flag user button your own profile
Zach Copley [Fri, 20 Nov 2009 03:56:24 +0000 (19:56 -0800)]
Don't show flag user button your own profile

14 years agoFixed HXR response for flag user
Zach Copley [Fri, 20 Nov 2009 03:29:55 +0000 (19:29 -0800)]
Fixed HXR response for flag user

14 years agoUsing the right form class name
Sarven Capadisli [Fri, 20 Nov 2009 03:06:12 +0000 (03:06 +0000)]
Using the right form class name

14 years agoUsing common_redirect
Sarven Capadisli [Fri, 20 Nov 2009 02:12:09 +0000 (02:12 +0000)]
Using common_redirect

14 years agoLeft a form_data class of a <ul> in the user admin panel
Zach Copley [Thu, 19 Nov 2009 23:24:34 +0000 (15:24 -0800)]
Left a form_data class of a <ul> in the user admin panel

14 years agoMerge branch 'admin-sections/4' into 0.9.x
Zach Copley [Thu, 19 Nov 2009 23:17:59 +0000 (15:17 -0800)]
Merge branch 'admin-sections/4' into 0.9.x

* admin-sections/4:
  Added validation to fields in user admin panel
  Added a user admin panel

14 years agoAdded validation to fields in user admin panel
Zach Copley [Thu, 19 Nov 2009 23:17:24 +0000 (15:17 -0800)]
Added validation to fields in user admin panel

14 years agoAdded a user admin panel
Zach Copley [Thu, 19 Nov 2009 23:02:25 +0000 (15:02 -0800)]
Added a user admin panel

14 years agoAdded mobile logos for default and identica themes
Sarven Capadisli [Thu, 19 Nov 2009 21:17:41 +0000 (21:17 +0000)]
Added mobile logos for default and identica themes

14 years agoChanged gif to png
Sarven Capadisli [Thu, 19 Nov 2009 20:59:21 +0000 (20:59 +0000)]
Changed gif to png

14 years agoChanged this to action. THANKS zach!
Sarven Capadisli [Thu, 19 Nov 2009 20:52:42 +0000 (20:52 +0000)]
Changed this to action. THANKS zach!

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Thu, 19 Nov 2009 20:47:43 +0000 (20:47 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Thu, 19 Nov 2009 20:47:11 +0000 (12:47 -0800)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

* '0.9.x' of gitorious.org:statusnet/mainline:
  Localisation updates for !StatusNet from !translatewiki.net
  Use the browser's geolocation API to set the location on the notice form
  Add geometa library, and include it.
  Add location form elements to the noticeform, and save their values on submission
  Use the $user object nickname, as login name doesnt have to == nickname anymore with plugins such as ldap/etc
  Revert "Re added NICKNAME_FMT constant to router.php."

14 years agoDoing content negotiation only once
Sarven Capadisli [Thu, 19 Nov 2009 20:47:05 +0000 (20:47 +0000)]
Doing content negotiation only once

14 years agoAdd execute bit to pingqueuehandler
Zach Copley [Thu, 19 Nov 2009 20:45:45 +0000 (12:45 -0800)]
Add execute bit to pingqueuehandler

14 years agoMerge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Siebrand Mazeland [Thu, 19 Nov 2009 20:24:49 +0000 (21:24 +0100)]
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x

14 years agoLocalisation updates for !StatusNet from !translatewiki.net
Siebrand Mazeland [Thu, 19 Nov 2009 20:24:24 +0000 (21:24 +0100)]
Localisation updates for !StatusNet from !translatewiki.net
* adding plural forms for all localisations

14 years agoUse the browser's geolocation API to set the location on the notice form
Craig Andrews [Thu, 19 Nov 2009 20:17:18 +0000 (15:17 -0500)]
Use the browser's geolocation API to set the location on the notice form

14 years agoAdd geometa library, and include it.
Craig Andrews [Thu, 19 Nov 2009 20:15:34 +0000 (15:15 -0500)]
Add geometa library, and include it.
Geometa provides a fallback for W3C geolocation so that Google Gears or Google's Client Location service can also be used

14 years agoAdd location form elements to the noticeform, and save their values on submission
Craig Andrews [Thu, 19 Nov 2009 20:14:55 +0000 (15:14 -0500)]
Add location form elements to the noticeform, and save their values on submission

14 years agoUse the $user object nickname, as login name doesnt have to == nickname anymore with...
Eric Helgeson [Thu, 19 Nov 2009 20:00:28 +0000 (15:00 -0500)]
Use the $user object nickname, as login name doesnt have to == nickname anymore with plugins such as ldap/etc

14 years agoRevert "Re added NICKNAME_FMT constant to router.php."
Eric Helgeson [Thu, 19 Nov 2009 19:58:32 +0000 (14:58 -0500)]
Revert "Re added NICKNAME_FMT constant to router.php."

This reverts commit 9f15febf88769493aa834cab5b916cb46298842a.

Issues with remote OMB. Will revisit and fix correctly

14 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Thu, 19 Nov 2009 19:56:00 +0000 (11:56 -0800)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

* '0.9.x' of gitorious.org:statusnet/mainline:
  take out void setLabel() call in Mapstraction
  Updated max-width for profile and single notice page
  add username and timestamp to map popup

14 years agoMoved most path and server settings to a new paths admin panel
Zach Copley [Thu, 19 Nov 2009 19:55:07 +0000 (11:55 -0800)]
Moved most path and server settings to a new paths admin panel

14 years agotake out void setLabel() call in Mapstraction
Evan Prodromou [Thu, 19 Nov 2009 18:24:03 +0000 (13:24 -0500)]
take out void setLabel() call in Mapstraction

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Thu, 19 Nov 2009 18:22:05 +0000 (18:22 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoUpdated max-width for profile and single notice page
Sarven Capadisli [Thu, 19 Nov 2009 18:21:40 +0000 (18:21 +0000)]
Updated max-width for profile and single notice page

14 years agoadd username and timestamp to map popup
Evan Prodromou [Thu, 19 Nov 2009 18:20:55 +0000 (13:20 -0500)]
add username and timestamp to map popup

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Thu, 19 Nov 2009 17:37:26 +0000 (12:37 -0500)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Thu, 19 Nov 2009 17:35:45 +0000 (17:35 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x