Zach Copley [Wed, 16 Mar 2011 01:45:08 +0000 (18:45 -0700)]
Extended profile - autocomplete for manager
Zach Copley [Tue, 15 Mar 2011 22:35:00 +0000 (15:35 -0700)]
Extended profile - make birthday save
Zach Copley [Tue, 15 Mar 2011 17:10:41 +0000 (10:10 -0700)]
Merge branch 'profile-fixups' of gitorious.org:~zcopley/statusnet/zcopleys-clone into profile-fixups
* 'profile-fixups' of gitorious.org:~zcopley/statusnet/zcopleys-clone:
Whole bunch of style-related changes, including some tasty hackery for the experience and education fields.
Zach Copley [Tue, 15 Mar 2011 17:10:18 +0000 (10:10 -0700)]
Extended profile - make websites save
Samantha Doherty [Tue, 15 Mar 2011 17:08:41 +0000 (13:08 -0400)]
Whole bunch of style-related changes, including some tasty hackery for the experience and education fields.
Zach Copley [Tue, 15 Mar 2011 16:11:31 +0000 (09:11 -0700)]
Merge branch '1.0.x' into profile-fixups
* 1.0.x:
For good measure; trip short error mode in earlier on ajax shownotice
Realtime plugin: fix i18n, thumbnails, location display, OStatus server display, micro-apps display.
'ajax' param on shownotice action so we can pull items in full html version for realtime
Whoops, need to reset the background color on the aside.
Realtime work in progress: switch makeNoticeData to async -- next we'll load fresh copies from server, maintaining proper language and plugin enhancements.
Check the site minifications etting for realtime plugin; debugging aid.
Zach Copley [Tue, 15 Mar 2011 05:47:20 +0000 (22:47 -0700)]
Extended profile - change the name of divs used for sort order
Zach Copley [Tue, 15 Mar 2011 05:38:34 +0000 (22:38 -0700)]
Extended profile - make IMs display and save
Zach Copley [Tue, 15 Mar 2011 05:02:24 +0000 (22:02 -0700)]
Extended profile - make education entries save
Zach Copley [Tue, 15 Mar 2011 04:09:03 +0000 (21:09 -0700)]
Extended profile - intialize controls for multiple education entries
Zach Copley [Tue, 15 Mar 2011 04:07:14 +0000 (21:07 -0700)]
Add in missing </li>
Zach Copley [Tue, 15 Mar 2011 03:58:35 +0000 (20:58 -0700)]
Extended profile - HTML layout for education entries
Samantha Doherty [Tue, 15 Mar 2011 02:40:31 +0000 (22:40 -0400)]
Couple quick fixes for profile view.
Zach Copley [Tue, 15 Mar 2011 02:09:22 +0000 (02:09 +0000)]
Extended profile - change HTML output for displaying work experience
Zach Copley [Tue, 15 Mar 2011 00:53:54 +0000 (17:53 -0700)]
Extended profile - better error handling for bad dates
Zach Copley [Tue, 15 Mar 2011 00:27:50 +0000 (17:27 -0700)]
Extended profile - make experience save and display
Zach Copley [Mon, 14 Mar 2011 22:29:11 +0000 (15:29 -0700)]
Extended profile - show and edit experience
Brion Vibber [Mon, 14 Mar 2011 20:46:15 +0000 (13:46 -0700)]
Merge branch 'realtime' into 1.0.x
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
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.
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
Zach Copley [Mon, 14 Mar 2011 19:53:49 +0000 (12:53 -0700)]
Extended profile - add a date value for fields
Samantha Doherty [Mon, 14 Mar 2011 19:36:00 +0000 (15:36 -0400)]
Whoops, need to reset the background color on the aside.
Zach Copley [Mon, 14 Mar 2011 19:34:19 +0000 (12:34 -0700)]
Merge branch '1.0.x' into profile-fixups
* 1.0.x:
Style changes for equal column heights.
Adding wrapper divs for equal height columns.
Fix incorrect parameter documentation. Spotted by Nikerabbit.
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.
Samantha Doherty [Mon, 14 Mar 2011 19:31:19 +0000 (15:31 -0400)]
Style changes for equal column heights.
Samantha Doherty [Mon, 14 Mar 2011 19:30:51 +0000 (15:30 -0400)]
Adding wrapper divs for equal height columns.
Brion Vibber [Mon, 14 Mar 2011 19:22:49 +0000 (12:22 -0700)]
Check the site minifications etting for realtime plugin; debugging aid.
Siebrand Mazeland [Mon, 14 Mar 2011 17:01:22 +0000 (18:01 +0100)]
Fix incorrect parameter documentation. Spotted by Nikerabbit.
Zach Copley [Mon, 14 Mar 2011 08:57:04 +0000 (01:57 -0700)]
Merge branch '1.0.x' into profile-fixups
* 1.0.x: (26 commits)
(update util.min.js for recent changes)
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!
JS performance: speeding up initialization by consolidating event handlers for reply buttons
Use non-minified jQuery when $config['site']['minify'] is off; aids in debugging when something fails deep in jQuery-land.
Update PersonalGroupNav with fixed highlighting checks.
remove stray close div from empty search results doc bits
durrrr s/textValue/textContent/
Update PollPlugin Atom input
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.
Add event hooks for customizing ActivityObject output to Atom and JSON, and helpers for MicroAppPlugin.
Localisation updates from http://translatewiki.net.
Move translator documentation one line lower. Otherwise it will not be added to the POT file.
i18n/L10n updates Translator documentation added
i18n fixes: plugins should use _m(), not _().
* Superfluous whitespace removed * Small L10n updates
* update/add translator documentation. * remove superfluous whitespace. * minor updates to L10n/i18n.
Couple of tiny theme changes for inline replies.
Removing currently unused webfonts from theme.ini.
New interim default avatar images.
Updating favicon.
...
Zach Copley [Mon, 14 Mar 2011 08:49:46 +0000 (01:49 -0700)]
Extended profile - finished basic pattern for adding/removing/saving multiple complex fields
Zach Copley [Sun, 13 Mar 2011 23:32:13 +0000 (16:32 -0700)]
Extended profile - more work on getting complex fields to save
Brion Vibber [Fri, 11 Mar 2011 23:31:58 +0000 (15:31 -0800)]
(update util.min.js for recent changes)
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!
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!
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.
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.
Brion Vibber [Fri, 11 Mar 2011 22:08:48 +0000 (14:08 -0800)]
remove stray close div from empty search results doc bits
Brion Vibber [Fri, 11 Mar 2011 20:47:11 +0000 (12:47 -0800)]
Merge branch 'atomic-json' into 1.0.x
Brion Vibber [Fri, 11 Mar 2011 20:45:55 +0000 (12:45 -0800)]
durrrr s/textValue/textContent/
Brion Vibber [Fri, 11 Mar 2011 20:41:11 +0000 (12:41 -0800)]
Update PollPlugin Atom input
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.
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
Siebrand Mazeland [Fri, 11 Mar 2011 18:33:52 +0000 (19:33 +0100)]
Localisation updates from http://translatewiki.net.
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.
Siebrand Mazeland [Fri, 11 Mar 2011 18:05:28 +0000 (19:05 +0100)]
i18n/L10n updates
Translator documentation added
Siebrand Mazeland [Fri, 11 Mar 2011 17:33:19 +0000 (18:33 +0100)]
i18n fixes: plugins should use _m(), not _().
Siebrand Mazeland [Fri, 11 Mar 2011 17:31:22 +0000 (18:31 +0100)]
* Superfluous whitespace removed
* Small L10n updates
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.
Samantha Doherty [Fri, 11 Mar 2011 05:00:54 +0000 (00:00 -0500)]
Couple of tiny theme changes for inline replies.
Samantha Doherty [Fri, 11 Mar 2011 04:59:45 +0000 (23:59 -0500)]
Removing currently unused webfonts from theme.ini.
Samantha Doherty [Fri, 11 Mar 2011 04:58:34 +0000 (23:58 -0500)]
New interim default avatar images.
Samantha Doherty [Fri, 11 Mar 2011 04:57:29 +0000 (23:57 -0500)]
Updating favicon.
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
Brion Vibber [Fri, 11 Mar 2011 01:55:08 +0000 (17:55 -0800)]
Merge branch 'magic' into 1.0.x
Brion Vibber [Fri, 11 Mar 2011 01:54:07 +0000 (17:54 -0800)]
Return to placeholder entry after successful post
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
Brion Vibber [Fri, 11 Mar 2011 01:44:17 +0000 (17:44 -0800)]
Focus in textarea when popping up the status tab
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.
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)
Zach Copley [Fri, 11 Mar 2011 01:16:54 +0000 (17:16 -0800)]
Merge branch '1.0.x' into profile-fixups
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
Zach Copley [Fri, 11 Mar 2011 01:15:56 +0000 (17:15 -0800)]
User directory - fix nav
Zach Copley [Fri, 11 Mar 2011 01:13:34 +0000 (17:13 -0800)]
Make correct nav menus show
Zach Copley [Fri, 11 Mar 2011 00:57:41 +0000 (16:57 -0800)]
Make phone number save and display from DB
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
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.
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
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
Brion Vibber [Fri, 11 Mar 2011 00:15:44 +0000 (16:15 -0800)]
Tweaks for closing
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)
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!
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)
Zach Copley [Thu, 10 Mar 2011 23:18:41 +0000 (15:18 -0800)]
Merge branch '1.0.x' into profile-fixups
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.
Samantha Doherty [Thu, 10 Mar 2011 23:12:14 +0000 (18:12 -0500)]
Stupid tiny typo in neo.
Zach Copley [Thu, 10 Mar 2011 23:07:09 +0000 (15:07 -0800)]
Merge branch '1.0.x' into profile-fixups
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).
Zach Copley [Thu, 10 Mar 2011 22:22:41 +0000 (14:22 -0800)]
Merge branch '1.0.x' into profile-fixups
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
Zach Copley [Thu, 10 Mar 2011 22:14:21 +0000 (14:14 -0800)]
Make phone numbers save
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
Brion Vibber [Thu, 10 Mar 2011 21:47:44 +0000 (13:47 -0800)]
fix
Brion Vibber [Thu, 10 Mar 2011 21:46:20 +0000 (13:46 -0800)]
typo.... maybe that coffee's wearing off?
Brion Vibber [Thu, 10 Mar 2011 21:45:31 +0000 (13:45 -0800)]
backwards
Brion Vibber [Thu, 10 Mar 2011 21:41:23 +0000 (13:41 -0800)]
AS output/input for poll responses
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.
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
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.
Brion Vibber [Thu, 10 Mar 2011 19:22:08 +0000 (11:22 -0800)]
Work in progress: fixing Poll posting URLs, working on AS input
Zach Copley [Thu, 10 Mar 2011 03:31:37 +0000 (19:31 -0800)]
Make all simple fields save
Zach Copley [Thu, 10 Mar 2011 03:27:21 +0000 (19:27 -0800)]
* Remove evil transaction
* Fix text value retrieval method
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.
Zach Copley [Thu, 10 Mar 2011 02:16:02 +0000 (18:16 -0800)]
Fix property declaration
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.
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)
Zach Copley [Thu, 10 Mar 2011 02:01:36 +0000 (18:01 -0800)]
Merge branch '1.0.x' into profile-fixups
Zach Copley [Thu, 10 Mar 2011 02:00:24 +0000 (18:00 -0800)]
Update to use new Managed_dataobject
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
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