]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoGrand ALL permissions to the DB user when setting up a new status.net site.
Zach Copley [Mon, 7 Dec 2009 19:34:03 +0000 (11:34 -0800)]
Grand ALL permissions to the DB user when setting up a new status.net site.

14 years agoremove unit tests for minify
Evan Prodromou [Mon, 7 Dec 2009 17:13:42 +0000 (12:13 -0500)]
remove unit tests for minify

14 years agoIf localStorage is not supported, showPause as usual
Sarven Capadisli [Mon, 7 Dec 2009 12:12:32 +0000 (12:12 +0000)]
If localStorage is not supported, showPause as usual

14 years agoUsing localStorage to keep the play/pause state of RealtimeUpdate
Sarven Capadisli [Mon, 7 Dec 2009 11:44:43 +0000 (11:44 +0000)]
Using localStorage to keep the play/pause state of RealtimeUpdate

14 years agoAdded form_response class to XHR notice posts
Sarven Capadisli [Mon, 7 Dec 2009 10:26:29 +0000 (10:26 +0000)]
Added form_response class to XHR notice posts

14 years agoFixed missing " for element attribute
Sarven Capadisli [Mon, 7 Dec 2009 10:10:17 +0000 (10:10 +0000)]
Fixed missing " for element attribute

14 years agoUse .resetForm() instead of manually setting notice form's control values to null
Sarven Capadisli [Mon, 7 Dec 2009 10:08:07 +0000 (10:08 +0000)]
Use .resetForm() instead of manually setting notice form's control values to null

14 years agoIf the XHR error suggests that the xhr.status is 0 (i.e., it didn't
Sarven Capadisli [Mon, 7 Dec 2009 09:55:12 +0000 (09:55 +0000)]
If the XHR error suggests that the xhr.status is 0 (i.e., it didn't
receive an XHR object as expected), threat it as a success like HTTP
20x or 30x because the notice most likely went through. jquery.form.js
(for file uploads) and meteor.js both use an iframe and they (somehow)
appear to be in conflict. Notice always goes through, however,
xhr.status is 0. Further investigation is needed.

14 years agoMinor fix for play/pause mouseleave
Sarven Capadisli [Sun, 6 Dec 2009 22:07:49 +0000 (22:07 +0000)]
Minor fix for play/pause mouseleave

14 years agoAdd a configuration option to disable the login command.
Craig Andrews [Sun, 6 Dec 2009 02:04:20 +0000 (21:04 -0500)]
Add a configuration option to disable the login command.

$config['logincommand']['disabled'] = true;

This commit should be reverted once the command has been sufficiently tested and trusted.

14 years agoAdded 'login' command that gives you a link that can be used to login to the website
Craig Andrews [Sun, 6 Dec 2009 02:03:27 +0000 (21:03 -0500)]
Added 'login' command that gives you a link that can be used to login to the website

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Sat, 5 Dec 2009 23:13:18 +0000 (23:13 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoPreliminary UI for Play/Pause behaviour on hover state for notices
Sarven Capadisli [Sat, 5 Dec 2009 23:12:56 +0000 (23:12 +0000)]
Preliminary UI for Play/Pause behaviour on hover state for notices

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Sat, 5 Dec 2009 20:01:18 +0000 (21:01 +0100)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

14 years agoChanged input.submit style
Sarven Capadisli [Sat, 5 Dec 2009 17:47:44 +0000 (18:47 +0100)]
Changed input.submit style

14 years agoAdd FirePHP plugin - uses FirePHP as an output method for logging
Craig Andrews [Sat, 5 Dec 2009 07:13:40 +0000 (02:13 -0500)]
Add FirePHP plugin - uses FirePHP as an output method for logging

14 years agoAdd 2 new events to enable logger pluginization: StartLog and EndLog
Craig Andrews [Sat, 5 Dec 2009 07:11:27 +0000 (02:11 -0500)]
Add 2 new events to enable logger pluginization: StartLog and EndLog

14 years agoAdd configuration option to toggle the indenting of the output HTML. Defaults to...
Craig Andrews [Sat, 5 Dec 2009 06:03:04 +0000 (01:03 -0500)]
Add configuration option to toggle the indenting of the output HTML. Defaults to indent enabled.

14 years agoMinify inline JS and CSS (can be disable in configuration)
Craig Andrews [Sat, 5 Dec 2009 05:41:22 +0000 (00:41 -0500)]
Minify inline JS and CSS (can be disable in configuration)

14 years agoIf a theme server is being used, do not minify theme CSS (as doing so could cause...
Craig Andrews [Sat, 5 Dec 2009 04:17:46 +0000 (23:17 -0500)]
If a theme server is being used, do not minify theme CSS (as doing so could cause 404s)

14 years agoSeparate out some common code
Craig Andrews [Sat, 5 Dec 2009 04:17:19 +0000 (23:17 -0500)]
Separate out some common code

14 years agoAppend the StatusNet version to all local, static CSS references
Craig Andrews [Sat, 5 Dec 2009 03:05:18 +0000 (22:05 -0500)]
Append the StatusNet version to all local, static CSS references

14 years agoUse inlineScript() instead of element() to write inline javascript
Craig Andrews [Sat, 5 Dec 2009 01:33:41 +0000 (20:33 -0500)]
Use inlineScript() instead of element() to write inline javascript

14 years agouse cssLink() instead of element() to write out references to CSS
Craig Andrews [Sat, 5 Dec 2009 01:21:05 +0000 (20:21 -0500)]
use cssLink() instead of element() to write out references to CSS

14 years agouse the new htmloutputter->style() function
Craig Andrews [Sat, 5 Dec 2009 01:20:44 +0000 (20:20 -0500)]
use the new htmloutputter->style() function

14 years agoAdd style function to output style() tags
Craig Andrews [Sat, 5 Dec 2009 01:19:55 +0000 (20:19 -0500)]
Add style function to output style() tags
Add 2 new events: StartStyleElement and EndStyleElement

14 years agoAdd 2 new events: StartInlineScriptElement and EndInlineScriptElement
Craig Andrews [Sat, 5 Dec 2009 00:51:44 +0000 (19:51 -0500)]
Add 2 new events: StartInlineScriptElement and EndInlineScriptElement

14 years agoonly write the javascript CDATA blocks if the type is javascript (it's not the correc...
Craig Andrews [Sat, 5 Dec 2009 00:44:45 +0000 (19:44 -0500)]
only write the javascript CDATA blocks if the type is javascript (it's not the correct syntax for other languages)

14 years agoUse inlineScript() everywhere inline scripts are written
Craig Andrews [Sat, 5 Dec 2009 00:41:51 +0000 (19:41 -0500)]
Use inlineScript() everywhere inline scripts are written

14 years agoMerge branch 'minify' into 0.9.x
Craig Andrews [Fri, 4 Dec 2009 23:44:26 +0000 (18:44 -0500)]
Merge branch 'minify' into 0.9.x

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Fri, 4 Dec 2009 22:43:34 +0000 (22:43 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoDon't depend on a User being available when looking up Design and timezone
Zach Copley [Fri, 4 Dec 2009 22:40:07 +0000 (22:40 +0000)]
Don't depend on a User being available when looking up Design and timezone
for a profile (because some profiles are remote, etc.)

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Fri, 4 Dec 2009 21:30:33 +0000 (16:30 -0500)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoconfigurable expiry for cached Geonames data defaults to 90 days
Evan Prodromou [Fri, 4 Dec 2009 21:25:05 +0000 (16:25 -0500)]
configurable expiry for cached Geonames data defaults to 90 days

14 years agoDon't try to broadcast the notice if something went wrong.
Zach Copley [Fri, 4 Dec 2009 20:39:50 +0000 (20:39 +0000)]
Don't try to broadcast the notice if something went wrong.

14 years agoremove duplicate log() function from RealtimePlugin
Evan Prodromou [Fri, 4 Dec 2009 20:34:41 +0000 (15:34 -0500)]
remove duplicate log() function from RealtimePlugin

14 years agoadd logging utilities to Plugin class
Evan Prodromou [Fri, 4 Dec 2009 20:34:25 +0000 (15:34 -0500)]
add logging utilities to Plugin class

14 years agolet Geonames clients use commercial Web service
Evan Prodromou [Fri, 4 Dec 2009 20:30:43 +0000 (15:30 -0500)]
let Geonames clients use commercial Web service

14 years agoMerge commit 'refs/merge-requests/108' of git://gitorious.org/statusnet/mainline...
Brion Vibber [Fri, 4 Dec 2009 20:23:33 +0000 (12:23 -0800)]
Merge commit 'refs/merge-requests/108' 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
Zach Copley [Fri, 4 Dec 2009 20:18:42 +0000 (20:18 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoMake imported Twitter notices show up via real time plugins.
Zach Copley [Fri, 4 Dec 2009 20:17:42 +0000 (20:17 +0000)]
Make imported Twitter notices show up via real time plugins.

14 years agoremove unnecessary debugging code from mapstraction output
Evan Prodromou [Fri, 4 Dec 2009 19:36:24 +0000 (14:36 -0500)]
remove unnecessary debugging code from mapstraction output

14 years agoUpdate Mapstraction to properly scrape data from notice-list pages
Evan Prodromou [Fri, 4 Dec 2009 19:31:19 +0000 (14:31 -0500)]
Update Mapstraction to properly scrape data from notice-list pages

Refactored the JavaScript for Mapstraction use so it scrapes data from
the HTML of the page it's on, if possible, and otherwise generates a
JSON array.

14 years agoutility function to output inline JavaScript
Evan Prodromou [Fri, 4 Dec 2009 18:39:51 +0000 (13:39 -0500)]
utility function to output inline JavaScript

14 years agoAdded minify plugin
Craig Andrews [Fri, 4 Dec 2009 17:36:00 +0000 (12:36 -0500)]
Added minify plugin

14 years agoAdd 4 new events: StartCssLinkElement, EndCssLinkElement, StartScriptElement, EndScri...
Craig Andrews [Fri, 4 Dec 2009 06:57:14 +0000 (01:57 -0500)]
Add 4 new events: StartCssLinkElement, EndCssLinkElement, StartScriptElement, EndScriptElement

14 years agoWas deleting wrong subscription during block. Now deletes the blockee's sub if it...
Zach Copley [Fri, 4 Dec 2009 01:44:34 +0000 (17:44 -0800)]
Was deleting wrong subscription during block. Now deletes the blockee's sub if it exists.

14 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Fri, 4 Dec 2009 01:13:54 +0000 (17:13 -0800)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

* '0.9.x' of gitorious.org:statusnet/mainline:
  Remove unnecessary pass by reference indicators
  refactor the common parts of usermap and allmap into a common base class
  Load notice data using javascript from the html on the page instead of writing json representations of the notices on each page

14 years agoMake it impossible to block (and thus unsubscribe from your
Zach Copley [Fri, 4 Dec 2009 01:06:58 +0000 (17:06 -0800)]
Make it impossible to block (and thus unsubscribe from your
self-subscription) via the API.  Additionally, make it impossible
to block yourself or unsubscribe from yourself, period.

I also made User use the subs.php helper function for unsubscribing
during a block.

Hopefully, these changes will get rid of the problem of people
accidentally deleting their self-subscriptions once and for all
(knock on wood).

14 years agoRemove unnecessary pass by reference indicators
Craig Andrews [Fri, 4 Dec 2009 00:59:31 +0000 (19:59 -0500)]
Remove unnecessary pass by reference indicators

14 years agoMerge branch 'mapsimprovement' into 0.9.x
Craig Andrews [Fri, 4 Dec 2009 00:45:29 +0000 (19:45 -0500)]
Merge branch 'mapsimprovement' into 0.9.x

14 years agorefactor the common parts of usermap and allmap into a common base class
Craig Andrews [Fri, 4 Dec 2009 00:43:02 +0000 (19:43 -0500)]
refactor the common parts of usermap and allmap into a common base class

14 years agoCode style cleanup: dropped some unnecessary =& reference assignments where they...
Brion Vibber [Wed, 2 Dec 2009 17:47:02 +0000 (09:47 -0800)]
Code style cleanup: dropped some unnecessary =& reference assignments where they're used only out of habit for PHP 4-style object semantics

14 years agoLoad notice data using javascript from the html on the page instead of writing json...
Craig Andrews [Thu, 3 Dec 2009 02:24:41 +0000 (21:24 -0500)]
Load notice data using javascript from the html on the page instead of writing json representations of the notices on each page
Clicking on a geo link pops up a map (round 2)

14 years agoMerge branch 'fix-default-design' into 0.9.x
Zach Copley [Thu, 3 Dec 2009 02:09:24 +0000 (18:09 -0800)]
Merge branch 'fix-default-design' into 0.9.x

* fix-default-design:
  Reload the admin design panel page to show the new CSS when the
  Only pick up new default site colors if the theme has NOT changed.

14 years agoReload the admin design panel page to show the new CSS when the
Zach Copley [Thu, 3 Dec 2009 02:05:19 +0000 (18:05 -0800)]
Reload the admin design panel page to show the new CSS when the
design gets reset.

14 years agoOnly pick up new default site colors if the theme has NOT changed.
Zach Copley [Thu, 3 Dec 2009 01:50:51 +0000 (17:50 -0800)]
Only pick up new default site colors if the theme has NOT changed.

14 years agoMerge branch 'fix-default-design' into 0.9.x
Zach Copley [Thu, 3 Dec 2009 00:54:46 +0000 (00:54 +0000)]
Merge branch 'fix-default-design' into 0.9.x

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Thu, 3 Dec 2009 00:54:30 +0000 (00:54 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

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 agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Wed, 2 Dec 2009 23:38:22 +0000 (00:38 +0100)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

14 years agoDo not rebuild/add .mo files by default
Siebrand Mazeland [Wed, 2 Dec 2009 23:28:00 +0000 (00:28 +0100)]
Do not rebuild/add .mo files by default

FIXME: should be made a command line parameter.

14 years agoIf an XHR notice is sent form a page that has no timeline, show a
Sarven Capadisli [Wed, 2 Dec 2009 22:41:58 +0000 (23:41 +0100)]
If an XHR notice is sent form a page that has no timeline, show a
message like 'Notice sent'

14 years agoRevert "If the page doesn't have .notices, silently skip the notice XHR response"
Sarven Capadisli [Wed, 2 Dec 2009 22:25:38 +0000 (23:25 +0100)]
Revert "If the page doesn't have .notices, silently skip the notice XHR response"

This reverts commit 7b550f386a8a3f38ced8ee587d7ae1c997e97906.

14 years agoRevert "Clear/reset the XHR notice form on pages where there is no timeline"
Sarven Capadisli [Wed, 2 Dec 2009 22:25:17 +0000 (23:25 +0100)]
Revert "Clear/reset the XHR notice form on pages where there is no timeline"

This reverts commit d3189763422a87f9f977646ad57e7d4a2ea29026.

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Wed, 2 Dec 2009 22:18:55 +0000 (22:18 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoClear/reset the XHR notice form on pages where there is no timeline
Sarven Capadisli [Wed, 2 Dec 2009 22:16:27 +0000 (23:16 +0100)]
Clear/reset the XHR notice form on pages where there is no timeline

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Wed, 2 Dec 2009 22:14:11 +0000 (22:14 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoIf the page doesn't have .notices, silently skip the notice XHR response
Sarven Capadisli [Wed, 2 Dec 2009 22:13:15 +0000 (23:13 +0100)]
If the page doesn't have .notices, silently skip the notice XHR response

14 years agoRemove useless debugging statement
Zach Copley [Wed, 2 Dec 2009 19:33:08 +0000 (19:33 +0000)]
Remove useless debugging statement

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Wed, 2 Dec 2009 18:35:57 +0000 (19:35 +0100)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoMoved form control styles (i.e., border and radius) out of base
Sarven Capadisli [Wed, 2 Dec 2009 18:35:17 +0000 (19:35 +0100)]
Moved form control styles (i.e., border and radius) out of base

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Wed, 2 Dec 2009 16:07:57 +0000 (11:07 -0500)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoadd pluginhandler to list of daemons to shut down
Evan Prodromou [Wed, 2 Dec 2009 16:07:44 +0000 (11:07 -0500)]
add pluginhandler to list of daemons to shut down

14 years agoUsing box-shadow only on the current navigation item
Sarven Capadisli [Wed, 2 Dec 2009 12:45:54 +0000 (13:45 +0100)]
Using box-shadow only on the current navigation item

14 years agoUpdated theme readme
Sarven Capadisli [Wed, 2 Dec 2009 10:22:30 +0000 (11:22 +0100)]
Updated theme readme

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 agoticket 1100: add Drupal source link
Brion Vibber [Tue, 1 Dec 2009 20:55:55 +0000 (12:55 -0800)]
ticket 1100: add Drupal source link

14 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Tue, 1 Dec 2009 20:55:55 +0000 (12:55 -0800)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

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 agotypo fix: '$this' now spelled correctly. Looks like this'll fix acceptance of 'source...
Brion Vibber [Tue, 1 Dec 2009 20:31:21 +0000 (12:31 -0800)]
typo fix: '$this' now spelled correctly. Looks like this'll fix acceptance of 'source' param for direct messages posted to API

@fixme: there's duplication of reserved sources list between at least this and apistatusesupdate module

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 agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Tue, 1 Dec 2009 17:42:29 +0000 (09:42 -0800)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

* '0.9.x' of gitorious.org:statusnet/mainline:
  make checkschema.php executable (which makes sense, cause the README says to run it :-) )

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 agomake checkschema.php executable (which makes sense, cause the README says to run...
Craig Andrews [Mon, 30 Nov 2009 22:00:00 +0000 (17:00 -0500)]
make checkschema.php executable (which makes sense, cause the README says to run it :-) )

14 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Mon, 30 Nov 2009 21:11:51 +0000 (13:11 -0800)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

* '0.9.x' of gitorious.org:statusnet/mainline:
  Ticket 1677: apply a couple more welcomebot fixes from TranslateWiki before the next full update

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 agoDrop binary .mo localization files from git repo to aid in development.
Brion Vibber [Mon, 30 Nov 2009 20:10:05 +0000 (12:10 -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 agoInclude group memberships count & user groups management page link in profile sidebar...
Brion Vibber [Mon, 30 Nov 2009 18:41:24 +0000 (10:41 -0800)]
Include group memberships count & user groups management page link in profile sidebar to match subscribers & subscribees lists. This is the only obvious way to reach the user group membership details page if there are fewer group subs than the max number of icons to show.

14 years agoMerge branch 'master' into 0.9.x
Zach Copley [Mon, 30 Nov 2009 18:28:58 +0000 (10:28 -0800)]
Merge branch 'master' into 0.9.x

* master: (67 commits)
  Ticket 2038: fix bad bug tracker link
  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
  Log database errors when saving notice_inbox entries
  Drop the username from the log id for now; seems to trigger an error loop in some circumstances
  request id on logs... pid + random id per web request + username + method + url
  Add OpenID ini info back into statusnet.ini as a stopgap until we can
  Some changes to the OpenID DataObjects to make them emit the exact same
  OpenID plugin should set 'user_openid.display' as unique key
  Remove relationship: user_openid.user_id -> user.id. I don't think this
  Have OpenID plugin DataObjects emit their own .ini info
  Revert "Allow plugin DB_DataObject classes to not have to use the .ini file by overriding keys(), table(), and sequenceKey() for them"
  Catch and report exceptions from notice_to_omb_notice() instead of letting the OMB queue handler die.
  Fix regression in remote subscription; added hasRole() shadow method on Remote_profile.
  Fix fatal error on OMB subscription for first-timers
  Remove annoying log msg
  Drop error message on setlocale() failure; this is harmless, since we actually have a working locale set up.
  Catch uncaught exception
  Fixed bug where reply-sync bit wasn't getting saved
  Forgot to render the nav menu when on FB Connect login tab
  Facebook plugin no longer takes over Login and Connect settings nav menus
  ...

Conflicts:
db/08to09_pg.sql
db/statusnet_pg.sql
locale/pt_BR/LC_MESSAGES/statusnet.mo
plugins/Mapstraction/MapstractionPlugin.php

14 years agoTicket 1870: drop unnecessary Tidy module installation requirement.
Brion Vibber [Mon, 30 Nov 2009 16:09:30 +0000 (08:09 -0800)]
Ticket 1870: drop unnecessary Tidy module installation requirement.

Tidy was only being used by a couple of non-default URL shortener plugins,
PtitUrl and TightUrl. Both were easily changed to load the tag-soup HTML
via DOMDocument (using the default DOM module which is already used by
other dependencies).

Added xml, dom, and simplexml modules to the requirements check
in install.php, as they were being used but not checked for.

Also cleaned up LilUrl, PtitUrl, and TightUrl to return URL as a string
instead of as a SimpleXML node object.

14 years agoInitial replacement for alert() messages coming from FormNoticeXHR().
Sarven Capadisli [Mon, 30 Nov 2009 15:25:06 +0000 (15:25 +0000)]
Initial replacement for alert() messages coming from FormNoticeXHR().
Appends a success/error container to notice form.

14 years agoUpdated identica, default theme's IE styles
Sarven Capadisli [Mon, 30 Nov 2009 14:55:40 +0000 (14:55 +0000)]
Updated identica, default theme's IE styles

14 years agoIncreased notice_data-attach width
Sarven Capadisli [Mon, 30 Nov 2009 12:29:02 +0000 (12:29 +0000)]
Increased notice_data-attach width

14 years agoBetter notice_data-attach alignment for mobile devices that support
Sarven Capadisli [Mon, 30 Nov 2009 12:27:48 +0000 (12:27 +0000)]
Better notice_data-attach alignment for mobile devices that support
input type file

14 years agoUpdated notice-options items alignment in MobileProfile
Sarven Capadisli [Mon, 30 Nov 2009 11:45:40 +0000 (11:45 +0000)]
Updated notice-options items alignment in MobileProfile

14 years agoUsing % instead of px
Sarven Capadisli [Mon, 30 Nov 2009 11:45:01 +0000 (11:45 +0000)]
Using % instead of px