]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Zach Copley [Mon, 21 Mar 2011 02:37:25 +0000 (19:37 -0700)]
Remove stray get_class() call
Brion Vibber [Fri, 18 Mar 2011 23:35:50 +0000 (16:35 -0700)]
ModPlus plugin -- Ticket #3095: add remote profile options popup to group membership and other profile lists
Popup remote profile options menu now shown on profile lists as well as notice lists.
Brion Vibber [Fri, 18 Mar 2011 23:23:22 +0000 (16:23 -0700)]
fix ModPlus 'remote profile options' popup for Realtime
Switched from one-time setup to live stuff that'll work without per-notice setup.
Used to not matter because Realtime wouldn't include the extra stuff, but new Realtime pulls the full rendering, so yay!
Brion Vibber [Fri, 18 Mar 2011 22:00:02 +0000 (15:00 -0700)]
Fixes for GroupPrivateMessage, OStatus due to changes in group output events, and some internal bugs using wrong vars
Brion Vibber [Fri, 18 Mar 2011 21:06:32 +0000 (14:06 -0700)]
Merge branch 'more' into 1.0.x
Brion Vibber [Fri, 18 Mar 2011 20:58:13 +0000 (13:58 -0700)]
Tickets #1610, #1949: show permalinks on Popular Notices, attachments aside sections
These mini notice lists were previously not actually showing links to the notices, making them hard to use. There was code to output a link, but it had been unused due to the config options triggering it not being set. The links also looked bad ("( see )" with bad spacing).
Replaced that code with a call into NoticeListItem's existing code to format a relative timestamp with the notice permalink, which looks nice. Used a div rather than p to avoid clearing the float, so it flows nicely.
Siebrand Mazeland [Fri, 18 Mar 2011 19:59:45 +0000 (20:59 +0100)]
Localisation updates from http://translatewiki.net.
Siebrand Mazeland [Fri, 18 Mar 2011 19:37:04 +0000 (20:37 +0100)]
Translator documentation added/updated.
Superfluous whitespace removed.
L10n update.
Siebrand Mazeland [Fri, 18 Mar 2011 19:15:57 +0000 (20:15 +0100)]
Add myself to contributors array.
Siebrand Mazeland [Fri, 18 Mar 2011 19:12:59 +0000 (20:12 +0100)]
i18n updates.
Translator documentation added.
Superfluous whitespace removed.
Siebrand Mazeland [Fri, 18 Mar 2011 17:03:41 +0000 (18:03 +0100)]
Translator documentation added/updated.
i18n updates.
Superfluous whitespace removed.
Siebrand Mazeland [Fri, 18 Mar 2011 16:59:51 +0000 (17:59 +0100)]
Fixed issues with plural handling.
L10n/I18n updates.
Translator documentation added.
Superfluous whitespace removed.
Siebrand Mazeland [Fri, 18 Mar 2011 16:04:38 +0000 (17:04 +0100)]
Translator documentation added/updates.
L10n/i18n updates.
Superfluous whitespace removed.
Siebrand Mazeland [Fri, 18 Mar 2011 15:09:27 +0000 (16:09 +0100)]
Merge branch '1.0.x' of git://gitorious.org/statusnet/mainline into 1.0.x
Siebrand Mazeland [Fri, 18 Mar 2011 12:48:47 +0000 (13:48 +0100)]
Update/add translator documentation.
L10n/i18n updates.
Superfluous whitespace removed.
Siebrand Mazeland [Fri, 18 Mar 2011 12:10:55 +0000 (13:10 +0100)]
* Add FIXME: $profile appears to be undefined.
* Update translator documentation.
Brion Vibber [Fri, 18 Mar 2011 00:36:53 +0000 (17:36 -0700)]
Caching for conversation root lookup, some logic fixes in threaded view
Brion Vibber [Fri, 18 Mar 2011 00:06:04 +0000 (17:06 -0700)]
Use cached sources for favorites & repeats info on threaded notice lists
Brion Vibber [Thu, 17 Mar 2011 23:27:42 +0000 (16:27 -0700)]
ajax load for additional inline replies; /replies variant of conversationview
Brion Vibber [Thu, 17 Mar 2011 22:54:40 +0000 (15:54 -0700)]
Fixes for race conditions between Realtime plugin and the AJAX display of inline replies.
* keep the notice-reply-placeholder around, but hidden
* insert things before the placeholder, rather than appending to the end of the list.
* append the active form after the hidden placeholder, so things inserted before the placeholder never come after it
* Realtime: check pre-existing notice visibility a second time after loading the HTML for a notice. Fixes bug where sometimes your own post would be shown twice because the Realtime notification arrived before the AJAX posting returned, but Realtime's AJAX fetch of the notice returned after.
Brion Vibber [Thu, 17 Mar 2011 22:17:45 +0000 (15:17 -0700)]
Initial use of inline reply area for marking repeats...
Brion Vibber [Thu, 17 Mar 2011 21:48:14 +0000 (14:48 -0700)]
Merge branch 'faves' into 1.0.x
Brion Vibber [Thu, 17 Mar 2011 21:19:03 +0000 (14:19 -0700)]
Initial inline listing of favoriters
Brion Vibber [Thu, 17 Mar 2011 20:51:55 +0000 (13:51 -0700)]
Favored lists in progress: 'foo, bar and baz'
Brion Vibber [Thu, 17 Mar 2011 20:25:20 +0000 (13:25 -0700)]
work in progress
Brion Vibber [Thu, 17 Mar 2011 20:07:17 +0000 (13:07 -0700)]
Work in progress: faves in the threaded reply area
Luke Fitzgerald [Thu, 17 Mar 2011 20:00:06 +0000 (20:00 +0000)]
Merge branch '1.0.x' into msn-plugin
Evan Prodromou [Thu, 17 Mar 2011 19:28:18 +0000 (15:28 -0400)]
Merge remote branch 'origin/1.0.x' into 1.0.x
Evan Prodromou [Fri, 21 Jan 2011 19:23:02 +0000 (14:23 -0500)]
some flushing in the UI
Brion Vibber [Thu, 17 Mar 2011 19:13:46 +0000 (12:13 -0700)]
Fix reversed poll & poll response object types in ActivityStreams output
Siebrand Mazeland [Thu, 17 Mar 2011 14:11:30 +0000 (15:11 +0100)]
L10n/i18n updates
* number multiple parameters
* put messages in plugin domain (use _m() NOT _()!)
Translator documentation updated.
Siebrand Mazeland [Thu, 17 Mar 2011 12:58:52 +0000 (13:58 +0100)]
Localisation updates from http://translatewiki.net.
Siebrand Mazeland [Thu, 17 Mar 2011 11:08:44 +0000 (12:08 +0100)]
Change email to SMS. Spotted by Nikerabbit.
Samantha Doherty [Thu, 17 Mar 2011 12:38:25 +0000 (08:38 -0400)]
A few general style updates and fixes.
Samantha Doherty [Thu, 17 Mar 2011 12:32:18 +0000 (08:32 -0400)]
A little more quick styling for Events.
Siebrand Mazeland [Thu, 17 Mar 2011 10:54:18 +0000 (11:54 +0100)]
L10n updates.
Translator documentation.
Siebrand Mazeland [Thu, 17 Mar 2011 10:46:49 +0000 (11:46 +0100)]
Update translator documentation.
L10n/i18n updates.
Superfluous whitespace removed.
Siebrand Mazeland [Thu, 17 Mar 2011 10:38:18 +0000 (11:38 +0100)]
Translator documentation added/updated.
i18n/L10n updates.
Siebrand Mazeland [Thu, 17 Mar 2011 10:17:22 +0000 (11:17 +0100)]
Localisation updates from http://translatewiki.net.
Brion Vibber [Thu, 17 Mar 2011 00:08:09 +0000 (17:08 -0700)]
SearchSub plugin: 'track X', 'untrack X', 'tracking', 'track off' commands now overridden :D
Brion Vibber [Wed, 16 Mar 2011 23:52:37 +0000 (16:52 -0700)]
Allow plugins to modify or append command help text; broke the command help down into pieces which also will aid translators in future, as the entire message blob won't change every time something gets fiddled with.
Brion Vibber [Wed, 16 Mar 2011 23:42:12 +0000 (16:42 -0700)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Brion Vibber [Wed, 16 Mar 2011 23:41:02 +0000 (16:41 -0700)]
SearchSub plugin: add management UI for subscribed searches
Zach Copley [Wed, 16 Mar 2011 23:17:49 +0000 (16:17 -0700)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Zach Copley [Wed, 16 Mar 2011 23:17:02 +0000 (16:17 -0700)]
Extended profile - Add sammdy to author credits in version info
Brion Vibber [Wed, 16 Mar 2011 23:12:31 +0000 (16:12 -0700)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Brion Vibber [Wed, 16 Mar 2011 23:10:43 +0000 (16:10 -0700)]
Detect and show AJAX errors on FormXHR submission handling.
Previously we threw away errore reported by the actual AJAX submission and only used whatever error the browser reported to us; this didn't help if we reached the server ok but had a problem there.
We now extract the #error if given and use that in the alert().
Also should now show 'Unknown error' instead of a crappy generic 'something died in jQuery' when we get a 200 response but bogus return data.
Zach Copley [Wed, 16 Mar 2011 23:09:50 +0000 (16:09 -0700)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Evan Prodromou [Wed, 16 Mar 2011 23:08:50 +0000 (19:08 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Zach Copley [Wed, 16 Mar 2011 23:08:49 +0000 (16:08 -0700)]
Extended profile - move some files around and rename stuff to follow plugin conventions
Evan Prodromou [Wed, 16 Mar 2011 23:08:35 +0000 (19:08 -0400)]
better date handling in events
Brion Vibber [Wed, 16 Mar 2011 22:56:32 +0000 (15:56 -0700)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Brion Vibber [Wed, 16 Mar 2011 22:56:11 +0000 (15:56 -0700)]
Merge branch 'subwork' into 1.0.x
Brion Vibber [Wed, 16 Mar 2011 22:55:40 +0000 (15:55 -0700)]
Tag subscriptions management UI for TagSub plugin
Evan Prodromou [Wed, 16 Mar 2011 22:54:07 +0000 (18:54 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Evan Prodromou [Wed, 16 Mar 2011 22:53:46 +0000 (18:53 -0400)]
return Ajax-y XML on exceptions
Samantha Doherty [Wed, 16 Mar 2011 22:20:40 +0000 (18:20 -0400)]
Bit of quick styling for Events.
Brion Vibber [Wed, 16 Mar 2011 22:01:58 +0000 (15:01 -0700)]
fix flushrouter.php -- tried to call Cache::delete statically
Brion Vibber [Wed, 16 Mar 2011 21:55:54 +0000 (14:55 -0700)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Brion Vibber [Wed, 16 Mar 2011 21:54:14 +0000 (14:54 -0700)]
Output avatar/author along with ProfileNoticeListItem items on ShowProfileAction -- they get hidden in CSS anyway, and we need the author data for the inline reply form if you end up replying to yourself/someone else from a profile stream view.
Note that the other modification -- of the repeat line -- is still going to be inconsistent between things originally on the page and anything that comes over Realtime.
Zach Copley [Wed, 16 Mar 2011 21:53:20 +0000 (14:53 -0700)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Zach Copley [Wed, 16 Mar 2011 21:52:42 +0000 (14:52 -0700)]
Extended profile - don't show rel for empty phone number
Evan Prodromou [Wed, 16 Mar 2011 21:51:27 +0000 (17:51 -0400)]
better formatting for RSVPs
Brion Vibber [Wed, 16 Mar 2011 21:50:03 +0000 (14:50 -0700)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Brion Vibber [Wed, 16 Mar 2011 21:49:27 +0000 (14:49 -0700)]
Work in progress: tagsub editing ui
Evan Prodromou [Wed, 16 Mar 2011 21:13:34 +0000 (17:13 -0400)]
slightly better formatting on events
Brion Vibber [Wed, 16 Mar 2011 19:28:26 +0000 (12:28 -0700)]
Work in progress: adding link for managing tag subscriptions. Needs the action still to be functional.
Evan Prodromou [Wed, 16 Mar 2011 19:22:15 +0000 (15:22 -0400)]
my code-to-verb logic was ab0rken; fixed
Evan Prodromou [Wed, 16 Mar 2011 19:00:22 +0000 (15:00 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Evan Prodromou [Wed, 16 Mar 2011 18:55:19 +0000 (14:55 -0400)]
use Y,N,? instead of 1,0,null for 3vl in RSVPs
Brion Vibber [Wed, 16 Mar 2011 18:12:29 +0000 (11:12 -0700)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Brion Vibber [Wed, 16 Mar 2011 18:11:06 +0000 (11:11 -0700)]
MESSAGES_PER_PAGE constant missing (merge error?)
Zach Copley [Wed, 16 Mar 2011 17:59:16 +0000 (10:59 -0700)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
* '1.0.x' of gitorious.org:statusnet/mainline:
Fix tag nesting bug on group page
Brion Vibber [Wed, 16 Mar 2011 17:58:18 +0000 (10:58 -0700)]
Fix tag nesting bug on group page
Zach Copley [Wed, 16 Mar 2011 17:58:13 +0000 (10:58 -0700)]
Extended profile - fix for unix epoc getting displayed for empty birthday and some validation issues
Samantha Doherty [Wed, 16 Mar 2011 17:50:24 +0000 (13:50 -0400)]
Quick style update for profile blocks.
Zach Copley [Wed, 16 Mar 2011 17:30:57 +0000 (10:30 -0700)]
Extended profile - add nav link to new profile block
Samantha Doherty [Wed, 16 Mar 2011 17:05:55 +0000 (13:05 -0400)]
Fix for education description fields in extended profile.
Evan Prodromou [Wed, 16 Mar 2011 14:26:14 +0000 (10:26 -0400)]
remove a bunch of common_debug() calls for url shortening
Evan Prodromou [Wed, 16 Mar 2011 14:16:29 +0000 (10:16 -0400)]
remove debugging code for microapp
Evan Prodromou [Wed, 16 Mar 2011 14:05:07 +0000 (10:05 -0400)]
no profileblock on login actions
Evan Prodromou [Wed, 16 Mar 2011 14:03:28 +0000 (10:03 -0400)]
use <p> to keep stuff in profile block from bunching
Evan Prodromou [Wed, 16 Mar 2011 13:59:36 +0000 (09:59 -0400)]
remove edit link from profileblock
Evan Prodromou [Mon, 14 Mar 2011 20:55:55 +0000 (16:55 -0400)]
fix bug with undefined variable
Evan Prodromou [Mon, 14 Mar 2011 20:55:33 +0000 (16:55 -0400)]
Show group actions in profile block
Evan Prodromou [Mon, 14 Mar 2011 20:40:56 +0000 (16:40 -0400)]
Remove UserProfile class
Evan Prodromou [Mon, 14 Mar 2011 20:39:45 +0000 (16:39 -0400)]
move UserProfile actions to account profile block
Evan Prodromou [Mon, 14 Mar 2011 20:39:14 +0000 (16:39 -0400)]
profile block can have actions
Evan Prodromou [Mon, 14 Mar 2011 20:19:56 +0000 (15:19 -0500)]
use stream-sized avatar for default profileblock
Evan Prodromou [Mon, 14 Mar 2011 20:19:37 +0000 (15:19 -0500)]
Allow profileblock subclasses to show different sized avatars
Evan Prodromou [Mon, 14 Mar 2011 20:18:03 +0000 (15:18 -0500)]
move profile block to the aside
Evan Prodromou [Mon, 14 Mar 2011 16:34:59 +0000 (11:34 -0500)]
add newline to group profile block
Evan Prodromou [Mon, 14 Mar 2011 16:29:06 +0000 (11:29 -0500)]
show group profile block for group pages
Evan Prodromou [Mon, 14 Mar 2011 16:10:07 +0000 (11:10 -0500)]
profile group uses account profile block
Evan Prodromou [Mon, 14 Mar 2011 16:04:51 +0000 (11:04 -0500)]
add accountprofileblock and make defaultprofileblock use it
Evan Prodromou [Mon, 14 Mar 2011 16:00:07 +0000 (11:00 -0500)]
hide profile block on settings and admin panels
Evan Prodromou [Mon, 14 Mar 2011 15:58:19 +0000 (10:58 -0500)]
add a profile block to left column
Evan Prodromou [Wed, 16 Mar 2011 13:56:26 +0000 (09:56 -0400)]
Merge branch 'jqueryui' into 1.0.x
Conflicts:
lib/action.php
Evan Prodromou [Wed, 16 Mar 2011 13:53:27 +0000 (09:53 -0400)]
Revert "use jquery-ui for input_forms tabset"
This reverts commit
c4bada902296ec8d77c232a0a638b0dd60aa1bd0 .
Evan Prodromou [Wed, 16 Mar 2011 13:52:35 +0000 (09:52 -0400)]
Merge remote branch 'origin/1.0.x' into 1.0.x