]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
13 years agoMerge branch '1.0.x' of git://gitorious.org/statusnet/mainline
Ian Denhardt [Tue, 15 Mar 2011 16:42:58 +0000 (12:42 -0400)]
Merge branch '1.0.x' of git://gitorious.org/statusnet/mainline

Conflicts:
actions/public.php

13 years agoMerge branch 'realtime' into 1.0.x
Brion Vibber [Mon, 14 Mar 2011 20:46:15 +0000 (13:46 -0700)]
Merge branch 'realtime' into 1.0.x

13 years agoFor good measure; trip short error mode in earlier on ajax shownotice
Brion Vibber [Mon, 14 Mar 2011 20:44:39 +0000 (13:44 -0700)]
For good measure; trip short error mode in earlier on ajax shownotice

13 years agoRealtime plugin: fix i18n, thumbnails, location display, OStatus server display,...
Brion Vibber [Mon, 14 Mar 2011 20:29:35 +0000 (13:29 -0700)]
Realtime plugin: fix i18n, thumbnails, location display, OStatus server display, micro-apps display.

Switch from manual local formatting of notices (which lacks all the server-side goodness) to calling into the server-side with an AJAX variant of shownotice.

13 years ago'ajax' param on shownotice action so we can pull items in full html version for realtime
Brion Vibber [Mon, 14 Mar 2011 20:05:30 +0000 (13:05 -0700)]
'ajax' param on shownotice action so we can pull items in full html version for realtime

13 years agoWhoops, need to reset the background color on the aside.
Samantha Doherty [Mon, 14 Mar 2011 19:36:00 +0000 (15:36 -0400)]
Whoops, need to reset the background color on the aside.

13 years agoRealtime work in progress: switch makeNoticeData to async -- next we'll load fresh...
Brion Vibber [Mon, 14 Mar 2011 19:32:39 +0000 (12:32 -0700)]
Realtime work in progress: switch makeNoticeData to async -- next we'll load fresh copies from server, maintaining proper language and plugin enhancements.

13 years agoStyle changes for equal column heights.
Samantha Doherty [Mon, 14 Mar 2011 19:31:19 +0000 (15:31 -0400)]
Style changes for equal column heights.

13 years agoAdding wrapper divs for equal height columns.
Samantha Doherty [Mon, 14 Mar 2011 19:30:51 +0000 (15:30 -0400)]
Adding wrapper divs for equal height columns.

13 years agoCheck the site minifications etting for realtime plugin; debugging aid.
Brion Vibber [Mon, 14 Mar 2011 19:22:49 +0000 (12:22 -0700)]
Check the site minifications etting for realtime plugin; debugging aid.

13 years agoFix incorrect parameter documentation. Spotted by Nikerabbit.
Siebrand Mazeland [Mon, 14 Mar 2011 17:01:22 +0000 (18:01 +0100)]
Fix incorrect parameter documentation. Spotted by Nikerabbit.

13 years ago(update util.min.js for recent changes)
Brion Vibber [Fri, 11 Mar 2011 23:31:58 +0000 (15:31 -0800)]
(update util.min.js for recent changes)

13 years agoJS optimization: move creation of inline reply placeholders to server-side so we...
Brion Vibber [Fri, 11 Mar 2011 23:20:20 +0000 (15:20 -0800)]
JS optimization: move creation of inline reply placeholders to server-side so we don't have to create them client-side (which causes reflows and takes about 25-30ms on my test system)
Using live instead of bind for the event handling, we don't have to play any games on the ones that we do add at runtime. Yay!

13 years agoJS performance: speeding up initialization by consolidating event handlers for reply...
Brion Vibber [Fri, 11 Mar 2011 23:03:15 +0000 (15:03 -0800)]
JS performance: speeding up initialization by consolidating event handlers for reply buttons

Saved about 60ms on my test system during page setup by using a single global 'live' click handler for reply links.
No longer need to seek out and attach event handlers on every notice, yay!

13 years agoUse non-minified jQuery when $config['site']['minify'] is off; aids in debugging...
Brion Vibber [Fri, 11 Mar 2011 22:48:47 +0000 (14:48 -0800)]
Use non-minified jQuery when $config['site']['minify'] is off; aids in debugging when something fails deep in jQuery-land.

13 years agoUpdate PersonalGroupNav with fixed highlighting checks.
Brion Vibber [Fri, 11 Mar 2011 22:25:57 +0000 (14:25 -0800)]
Update PersonalGroupNav with fixed highlighting checks.

Couldn't use Menu::item() as its checks are only for the action name, so would have highlighted stuff for other users though it always links to self.

13 years agoremove stray close div from empty search results doc bits
Brion Vibber [Fri, 11 Mar 2011 22:08:48 +0000 (14:08 -0800)]
remove stray close div from empty search results doc bits

13 years agoMerge branch 'atomic-json' into 1.0.x
Brion Vibber [Fri, 11 Mar 2011 20:47:11 +0000 (12:47 -0800)]
Merge branch 'atomic-json' into 1.0.x

13 years agodurrrr s/textValue/textContent/
Brion Vibber [Fri, 11 Mar 2011 20:45:55 +0000 (12:45 -0800)]
durrrr s/textValue/textContent/

13 years agoUpdate PollPlugin Atom input
Brion Vibber [Fri, 11 Mar 2011 20:41:11 +0000 (12:41 -0800)]
Update PollPlugin Atom input

13 years agoPoll plugin: switching Atom & JSON output to use new hooks & methods, much nicer...
Brion Vibber [Fri, 11 Mar 2011 20:28:15 +0000 (12:28 -0800)]
Poll plugin: switching Atom & JSON output to use new hooks & methods, much nicer output. Also switched types, which may break old entries. Beware!
Input not yet updated.

13 years agoAdd event hooks for customizing ActivityObject output to Atom and JSON, and helpers...
Brion Vibber [Fri, 11 Mar 2011 19:54:23 +0000 (11:54 -0800)]
Add event hooks for customizing ActivityObject output to Atom and JSON, and helpers for MicroAppPlugin.

New hooks:
* StartActivityObjectOutputAtom
* EndActivityObjectOutputAtom
$obj ActivityObject
$out XMLOutputter

* StartActivityObjectOutputJson
* EndActivityObjectOutputJson
$obj ActivityObject
&$out array

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Fri, 11 Mar 2011 18:33:52 +0000 (19:33 +0100)]
Localisation updates from http://translatewiki.net.

13 years agoMove translator documentation one line lower. Otherwise it will not be added to the...
Siebrand Mazeland [Fri, 11 Mar 2011 18:32:35 +0000 (19:32 +0100)]
Move translator documentation one line lower. Otherwise it will not be added to the POT file.

13 years agoi18n/L10n updates
Siebrand Mazeland [Fri, 11 Mar 2011 18:05:28 +0000 (19:05 +0100)]
i18n/L10n updates
Translator documentation added

13 years agoi18n fixes: plugins should use _m(), not _().
Siebrand Mazeland [Fri, 11 Mar 2011 17:33:19 +0000 (18:33 +0100)]
i18n fixes: plugins should use _m(), not _().

13 years ago* Superfluous whitespace removed
Siebrand Mazeland [Fri, 11 Mar 2011 17:31:22 +0000 (18:31 +0100)]
* Superfluous whitespace removed
* Small L10n updates

13 years ago* update/add translator documentation.
Siebrand Mazeland [Fri, 11 Mar 2011 16:07:27 +0000 (17:07 +0100)]
* update/add translator documentation.
* remove superfluous whitespace.
* minor updates to L10n/i18n.

13 years agoCouple of tiny theme changes for inline replies.
Samantha Doherty [Fri, 11 Mar 2011 05:00:54 +0000 (00:00 -0500)]
Couple of tiny theme changes for inline replies.

13 years agoRemoving currently unused webfonts from theme.ini.
Samantha Doherty [Fri, 11 Mar 2011 04:59:45 +0000 (23:59 -0500)]
Removing currently unused webfonts from theme.ini.

13 years agoNew interim default avatar images.
Samantha Doherty [Fri, 11 Mar 2011 04:58:34 +0000 (23:58 -0500)]
New interim default avatar images.

13 years agoUpdating favicon.
Samantha Doherty [Fri, 11 Mar 2011 04:57:29 +0000 (23:57 -0500)]
Updating favicon.

13 years agoKeep 'Status' tab current while showing the placeholder -- pretend like it's a mini...
Brion Vibber [Fri, 11 Mar 2011 02:01:40 +0000 (18:01 -0800)]
Keep 'Status' tab current while showing the placeholder -- pretend like it's a mini version of the status notice form :D

13 years agoMerge branch 'magic' into 1.0.x
Brion Vibber [Fri, 11 Mar 2011 01:55:08 +0000 (17:55 -0800)]
Merge branch 'magic' into 1.0.x

13 years agoReturn to placeholder entry after successful post
Brion Vibber [Fri, 11 Mar 2011 01:54:07 +0000 (17:54 -0800)]
Return to placeholder entry after successful post

13 years agoClicking outside the active top posting form now returns to the placeholder if all...
Brion Vibber [Fri, 11 Mar 2011 01:52:03 +0000 (17:52 -0800)]
Clicking outside the active top posting form now returns to the placeholder if all textarea/input fields are empty

13 years agoFocus in textarea when popping up the status tab
Brion Vibber [Fri, 11 Mar 2011 01:44:17 +0000 (17:44 -0800)]
Focus in textarea when popping up the status tab

13 years agoTrigger status notice form when top placeholder form gets used. Delay initialization...
Brion Vibber [Fri, 11 Mar 2011 01:40:39 +0000 (17:40 -0800)]
Trigger status notice form when top placeholder form gets used. Delay initialization of notice ajax forms until they get shown.

13 years agoAdd placeholder status form for the top (needs to hook up to JS)
Brion Vibber [Fri, 11 Mar 2011 01:31:01 +0000 (17:31 -0800)]
Add placeholder status form for the top (needs to hook up to JS)

13 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Zach Copley [Fri, 11 Mar 2011 01:16:28 +0000 (17:16 -0800)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

13 years agoUser directory - fix nav
Zach Copley [Fri, 11 Mar 2011 01:15:56 +0000 (17:15 -0800)]
User directory - fix nav

13 years agouse a data attribute instead of 'title' for geo lookup api; fixes failure of cloned...
Brion Vibber [Fri, 11 Mar 2011 00:49:24 +0000 (16:49 -0800)]
use a data attribute instead of 'title' for geo lookup api; fixes failure of cloned forms to work

13 years agoFix disappearing reply forms when closing geo section
Brion Vibber [Fri, 11 Mar 2011 00:29:13 +0000 (16:29 -0800)]
Fix disappearing reply forms when closing geo section

Missing default-cancel in the click handler allowed the event to bubble up to the body handler, where we think the click is outside of the form because the target is no longer in the form by the time we check
Now the event no longer bubbles up, as we cancel it when we're done.

13 years agoclick -> focus for reply placeholder trigger; lets keyboarders use it though not...
Brion Vibber [Fri, 11 Mar 2011 00:23:18 +0000 (16:23 -0800)]
click -> focus for reply placeholder trigger; lets keyboarders use it though not super ideal :D

13 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Brion Vibber [Fri, 11 Mar 2011 00:16:06 +0000 (16:16 -0800)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

13 years agoTweaks for closing
Brion Vibber [Fri, 11 Mar 2011 00:15:44 +0000 (16:15 -0800)]
Tweaks for closing

13 years agoRemove inline reply forms on click-away if they have initial text as well as if empty...
Brion Vibber [Fri, 11 Mar 2011 00:10:58 +0000 (16:10 -0800)]
Remove inline reply forms on click-away if they have initial text as well as if empty (plus whitespace stripping)

13 years agoFix for inline reply placeholders: only remove the one we're clicking in, not all...
Brion Vibber [Fri, 11 Mar 2011 00:08:28 +0000 (16:08 -0800)]
Fix for inline reply placeholders: only remove the one we're clicking in, not all of them!

13 years agoMake inline reply forms close when clicking outside them if there's no text again.
Brion Vibber [Fri, 11 Mar 2011 00:06:01 +0000 (16:06 -0800)]
Make inline reply forms close when clicking outside them if there's no text again.
(That went away when we switched to reusing the main notice form)

13 years agoShow a reasonable error message when an image is bad, instead of
Zach Copley [Thu, 10 Mar 2011 18:08:14 +0000 (18:08 +0000)]
Show a reasonable error message when an image is bad, instead of
letting the exception continue bubbling up.

13 years agoStupid tiny typo in neo.
Samantha Doherty [Thu, 10 Mar 2011 23:12:14 +0000 (18:12 -0500)]
Stupid tiny typo in neo.

13 years agoBig update for neo theme (and a couple wee fixes for rebase).
Samantha Doherty [Thu, 10 Mar 2011 23:05:04 +0000 (18:05 -0500)]
Big update for neo theme (and a couple wee fixes for rebase).

13 years agoUser Directory - set class current on "All" if there is no selected filter
Zach Copley [Thu, 10 Mar 2011 22:20:35 +0000 (14:20 -0800)]
User Directory - set class current on "All" if there is no selected filter

13 years agocleanup... Poll main & response events seem to sorta work over ostatus now
Brion Vibber [Thu, 10 Mar 2011 21:55:47 +0000 (13:55 -0800)]
cleanup... Poll main & response events seem to sorta work over ostatus now

13 years agofix
Brion Vibber [Thu, 10 Mar 2011 21:47:44 +0000 (13:47 -0800)]
fix

13 years agotypo.... maybe that coffee's wearing off?
Brion Vibber [Thu, 10 Mar 2011 21:46:20 +0000 (13:46 -0800)]
typo.... maybe that coffee's wearing off?

13 years agobackwards
Brion Vibber [Thu, 10 Mar 2011 21:45:31 +0000 (13:45 -0800)]
backwards

13 years agoAS output/input for poll responses
Brion Vibber [Thu, 10 Mar 2011 21:41:23 +0000 (13:41 -0800)]
AS output/input for poll responses

13 years agoWork on turning poll responses into activities so we can send them over ostatus bridg...
Brion Vibber [Thu, 10 Mar 2011 20:38:25 +0000 (12:38 -0800)]
Work on turning poll responses into activities so we can send them over ostatus bridge. Not yet bridging.

13 years agoMicro-app fix: pass foreign options (remote source & original URI) with OStatus input
Brion Vibber [Thu, 10 Mar 2011 20:05:25 +0000 (12:05 -0800)]
Micro-app fix: pass foreign options (remote source & original URI) with OStatus input

13 years agoProvisional tweak for polls to go through atom feeds / ostatus
Brion Vibber [Thu, 10 Mar 2011 19:35:04 +0000 (11:35 -0800)]
Provisional tweak for polls to go through atom feeds / ostatus

Had to fix some calls to MicroAppPlugin->saveNoticeFromActivity() which passed an OStatus_profile instead of a Profile...
Imported polls don't get data from upstream or send it back currently.

13 years agoWork in progress: fixing Poll posting URLs, working on AS input
Brion Vibber [Thu, 10 Mar 2011 19:22:08 +0000 (11:22 -0800)]
Work in progress: fixing Poll posting URLs, working on AS input

13 years agoUpdate TinyMCE plugin for reusable thingies; doesn't quite arrange properly in the...
Brion Vibber [Thu, 10 Mar 2011 02:29:10 +0000 (18:29 -0800)]
Update TinyMCE plugin for reusable thingies; doesn't quite arrange properly in the layout, we'll have to figure that out still.

13 years agoUpdate DirectionDetector for reusable notice forms.
Brion Vibber [Thu, 10 Mar 2011 02:11:08 +0000 (18:11 -0800)]
Update DirectionDetector for reusable notice forms.
Also tweaked it to trigger on cut/paste, and to reset when the form resets.

13 years agoUpdate Autocomplete plugin for reusable notice forms in 1.0.x. It's fun!
Brion Vibber [Thu, 10 Mar 2011 02:01:41 +0000 (18:01 -0800)]
Update Autocomplete plugin for reusable notice forms in 1.0.x. It's fun!

Now pulls the fetch API URL from a dedicated <span> with a data attribute ('data-url', should pass HTML 5 validators for our future overlords)

13 years agoUpdate LinkPreview plugin for multiple notice forms.
Brion Vibber [Thu, 10 Mar 2011 01:43:31 +0000 (17:43 -0800)]
Update LinkPreview plugin for multiple notice forms.

* main notice form setup now encapsulated into SN.Init.NoticeForm(form) -- this can be monkeypatched by plugins to append their own setup code, as LinkPreview does
* LinkPreview now supports debugging with non-minified JS source when $config['site']['minify'] is false
* tweaked core & neo styles so 'notice-status' class gets same styles as attach-status, so we can more easily add mroe statusy things. (needs more consolidation with geo-status, etc)
* tweaked LinkPreview's preview area to use that style

13 years agoFixes for direct message form for JS changes to the main form
Brion Vibber [Thu, 10 Mar 2011 00:55:52 +0000 (16:55 -0800)]
Fixes for direct message form for JS changes to the main form

13 years agoTicket #3076: fix regression in password recovery when email address given that doesn...
Brion Vibber [Wed, 9 Mar 2011 23:46:24 +0000 (15:46 -0800)]
Ticket #3076: fix regression in password recovery when email address given that doesn't match

Was triggering errors due to use of common_canonical_nickname() on arbitrary input without checking for exceptions about invalid nicknames (which didn't exist long ago in the before time)

13 years agoFixes for Event plugin:
Brion Vibber [Wed, 9 Mar 2011 22:10:26 +0000 (14:10 -0800)]
Fixes for Event plugin:
* RSVP cancel/delete now works
* caching fix for RSVP insert and delete (compound unique keys aren't properly handled for pkeyGet's caching right now; hacked it for this class for the moment)
* div nesting fix
* missing name/avatar on RSVP responses

13 years agoEvent: fix for display problem -- need to leave this div open for now
Brion Vibber [Wed, 9 Mar 2011 21:31:22 +0000 (13:31 -0800)]
Event: fix for display problem -- need to leave this div open for now

13 years agoFix for input tab selection
Brion Vibber [Wed, 9 Mar 2011 21:05:12 +0000 (13:05 -0800)]
Fix for input tab selection

13 years agoStub 'home' subsection at top of settings & admin nav panels, so folks always know...
Brion Vibber [Wed, 9 Mar 2011 20:38:06 +0000 (12:38 -0800)]
Stub 'home' subsection at top of settings & admin nav panels, so folks always know how to get home.
(If we drop the section titles, these'll look a little cleaner since it'll only show 'Home' once :D)

13 years agoOnly show the site_nav_object block if Action::showObjectNav has been overridden...
Brion Vibber [Wed, 9 Mar 2011 20:07:26 +0000 (12:07 -0800)]
Only show the site_nav_object block if Action::showObjectNav has been overridden to do something.

(Copied similar check from showPageNoticeBlock, handy!)

13 years agoAllow theme.ini to specify external CSS URLs, such as Google Font API loaders.
Brion Vibber [Wed, 9 Mar 2011 18:53:12 +0000 (10:53 -0800)]
Allow theme.ini to specify external CSS URLs, such as Google Font API loaders.

Example theme.ini:

  external="http://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,400,400italic,700,700italic,900,900italic"
  include=rebase

Notes:
* URLs must be quoted in the .ini file or the .ini file parser explodes!
* To do multiples, list as external[] instead of external.
* If there's an included base theme, any externals it lists will be included first.
* All externals are loaded before any local styles.

13 years agosection class on object nav
Brion Vibber [Wed, 9 Mar 2011 18:53:45 +0000 (10:53 -0800)]
section class on object nav

13 years agoMove object menu into aside
Brion Vibber [Wed, 9 Mar 2011 18:38:44 +0000 (10:38 -0800)]
Move object menu into aside

13 years agoMerge branch 'event' into 1.0.x
Evan Prodromou [Wed, 9 Mar 2011 17:56:06 +0000 (12:56 -0500)]
Merge branch 'event' into 1.0.x

13 years agoupdates to make RSVPs work
Evan Prodromou [Wed, 9 Mar 2011 17:28:25 +0000 (12:28 -0500)]
updates to make RSVPs work

13 years agoshow RSVPs for an event
Evan Prodromou [Wed, 9 Mar 2011 15:40:49 +0000 (10:40 -0500)]
show RSVPs for an event

13 years agoRevert "stream for direct responses"
Evan Prodromou [Wed, 9 Mar 2011 15:40:19 +0000 (10:40 -0500)]
Revert "stream for direct responses"

I don't actually need this so I'm reverting it.

This reverts commit 04a3157681ed5375220c1030b7d5043413ecd65a.

13 years agostream for direct responses
Evan Prodromou [Wed, 9 Mar 2011 15:25:50 +0000 (10:25 -0500)]
stream for direct responses

13 years agodon't show register in login if already logged in
Evan Prodromou [Wed, 9 Mar 2011 15:15:19 +0000 (10:15 -0500)]
don't show register in login if already logged in

13 years agono notice form on error pages
Evan Prodromou [Wed, 9 Mar 2011 15:12:53 +0000 (10:12 -0500)]
no notice form on error pages

13 years agoLogin actions don't show the notice form
Evan Prodromou [Wed, 9 Mar 2011 15:11:59 +0000 (10:11 -0500)]
Login actions don't show the notice form

13 years agoadd url to events
Evan Prodromou [Wed, 9 Mar 2011 15:07:30 +0000 (10:07 -0500)]
add url to events

13 years agomake new event work, sort of
Evan Prodromou [Wed, 9 Mar 2011 07:48:14 +0000 (02:48 -0500)]
make new event work, sort of

13 years agomore fixes for events
Evan Prodromou [Wed, 9 Mar 2011 07:37:51 +0000 (02:37 -0500)]
more fixes for events

13 years agoKinda complete and kinda working-ish events
Evan Prodromou [Wed, 9 Mar 2011 07:33:26 +0000 (02:33 -0500)]
Kinda complete and kinda working-ish events

13 years agoMake event-specific stuff in EventPlugin
Evan Prodromou [Tue, 8 Mar 2011 16:28:53 +0000 (11:28 -0500)]
Make event-specific stuff in EventPlugin

13 years agonew Event plugin
Evan Prodromou [Tue, 8 Mar 2011 16:15:17 +0000 (11:15 -0500)]
new Event plugin

13 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Evan Prodromou [Wed, 9 Mar 2011 03:48:34 +0000 (22:48 -0500)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

13 years agoGive NoticeListItem its own class
Evan Prodromou [Wed, 9 Mar 2011 03:48:16 +0000 (22:48 -0500)]
Give NoticeListItem its own class

13 years agoHackaround for http caching problem on poll pages; the notice doesn't change, but...
Brion Vibber [Wed, 9 Mar 2011 00:06:30 +0000 (16:06 -0800)]
Hackaround for http caching problem on poll pages; the notice doesn't change, but the results do, so don't use the notice's last-modifeid time as a caching epoch.

13 years agoquickie bar chart for poll results
Brion Vibber [Wed, 9 Mar 2011 00:04:32 +0000 (16:04 -0800)]
quickie bar chart for poll results

13 years agofix off-by-one error in poll results display
Brion Vibber [Tue, 8 Mar 2011 23:44:51 +0000 (15:44 -0800)]
fix off-by-one error in poll results display

13 years agoBookmark and poll plugins' custom notice forms now do AJAX submit, with the resulting...
Brion Vibber [Tue, 8 Mar 2011 23:10:30 +0000 (15:10 -0800)]
Bookmark and poll plugins' custom notice forms now do AJAX submit, with the resulting notice appearing in the timeline.

FormNoticeXHR now is triggered on any form labeled with class 'ajax-notice', so those other than the traditional notice form should work as long as they handle the AJAX submission and return a properly formatted notice.

Things to watch out for:
* to determine whether the resulting notice should show on the current timeline, the JS code needs to be able to check the author and such. Keeping the existing vcard bits helps for this!
* the notice form submission stuff clears out inputs from your form -- test to make sure this behaves correctly
* error messages returned from the thingy _should_ come through, but this needs more testing for consistency
* while form components that aren't in a custom form should just be ignored, this should be tested more. (eg there's no location or attachment box for poll or bookmark plugins)
* NoticeListItem isn't currently reachable via autoloader -- touch NoticeList explicitly before calling into it for now.

13 years agoReplace explicit FormXHR setup for a bunch of simple AJAX form submissions with addin...
Brion Vibber [Tue, 8 Mar 2011 21:58:28 +0000 (13:58 -0800)]
Replace explicit FormXHR setup for a bunch of simple AJAX form submissions with adding the 'ajax' class on them.
This avoids having to add extra custom JS bits just to initialize forms using the common AJAX submission path.

13 years agoPoll plugin: make the polling response form submit via AJAX and return the results.
Brion Vibber [Tue, 8 Mar 2011 21:45:51 +0000 (13:45 -0800)]
Poll plugin: make the polling response form submit via AJAX and return the results.

Now, any form marked with 'ajax' class will get the simple FormXHR treatment. Should help cut down on code that just adds that into individual forms.

13 years agode-IDifying labels in notice form to fix issue with geo pin activating the wrong...
Brion Vibber [Tue, 8 Mar 2011 20:01:12 +0000 (12:01 -0800)]
de-IDifying labels in notice form to fix issue with geo pin activating the wrong place when cloning the form

Note that changes to the attachment from <label for/><input id/> to <label><input></label> affect some of the existing styles which attempt to place them both in the same place based on having a common parent. Only 'neo' has been fully tested and fixed for this case, as the others all fail due to the new layout anyway. :)

13 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Brion Vibber [Tue, 8 Mar 2011 18:58:45 +0000 (10:58 -0800)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x