Evan Prodromou
f2a98e2329
show group aliases on group profile block
2011-09-30 12:23:10 -04:00
Samantha Doherty
76821df931
Whoops quick fix fornewschool conversations.
2011-09-26 08:41:40 -04:00
Samantha Doherty
800c7a616b
A little style for oldschool conversation layout.
2011-09-26 08:27:04 -04:00
Samantha Doherty
9995d9b5a4
Make addressee groups italic.
2011-09-23 16:42:12 -04:00
Samantha Doherty
39cf27c0e9
A little more IE style cleanup.
2011-09-22 09:26:03 -04:00
Evan Prodromou
4f01bcaf52
Merge remote-tracking branch 'origin/1.0.x' into 1.0.x
2011-09-20 11:07:43 -04:00
Samantha Doherty
771c9ebc20
Stupid typo in my last commit to base display.css.
2011-09-18 22:26:10 -04:00
Evan Prodromou
7f2f333528
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
2011-09-18 19:43:55 -04:00
Evan Prodromou
01ea6a18f9
make activity plugin use its own notice source
2011-09-18 12:40:17 -04:00
Samantha Doherty
edbe03b193
Minor layout fix for shownotice page.
2011-09-17 18:26:54 -04:00
Samantha Doherty
21011cfc92
Don't italicize replies to activity events.
2011-08-27 10:54:19 -04:00
Samantha Doherty
c2d5c8cd39
A little more theme cleanup.
2011-08-27 07:58:20 -04:00
Samantha Doherty
41f06d96d4
Quick fix to make custom site logos work better.
2011-08-26 15:35:00 -04:00
Samantha Doherty
37bb0e6d20
Style cleanup for ostatus forms.
2011-08-26 12:51:55 -04:00
Samantha Doherty
a3769e4bf9
A few quick general form fixes.
2011-08-26 10:51:51 -04:00
Samantha Doherty
a0514281a0
Style for header search form.
2011-08-25 22:30:09 -04:00
Samantha Doherty
8ea5cd0cac
Check for existence of RTL stylesheets; placeholder files for base and neo themes.
2011-08-25 17:48:27 -04:00
Samantha Doherty
2dd13b071c
Update DirectionDetector style for 1.0 and move to base stylesheet.
2011-08-25 17:14:13 -04:00
Samantha Doherty
f0443aff1a
Style for Activity notices.
2011-08-25 16:24:54 -04:00
Samantha Doherty
c54b3311fd
Style cleanup for QnA.
2011-08-25 12:25:10 -04:00
Samantha Doherty
85aba15830
Style cleanup for Mobile Profile.
2011-08-25 12:24:09 -04:00
Samantha Doherty
c777267f95
Fixes for ajax submit button styles when in processing state.
2011-08-24 19:22:59 -04:00
Samantha Doherty
20f25912d4
A little style fixup for oauth applications.
2011-08-19 15:45:17 -04:00
Samantha Doherty
baf4102da7
Quick fix for hidden threaded-replies issue in Chrome.
2011-07-26 15:36:20 -04:00
Samantha Doherty
4f50274249
Just a few wee themefixes.
2011-07-26 15:20:51 -04:00
Evan Prodromou
feb53619cf
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
...
Conflicts:
js/util.min.js
2011-07-07 10:27:54 -04:00
Evan Prodromou
1c917ac28f
start making more menu work
2011-07-06 18:40:02 -04:00
Samantha Doherty
f0af9f45dd
Big round of fixups for base and neo themes.
2011-07-06 12:50:42 -04:00
Evan Prodromou
e5d8fd6857
Add Activity Streams feeds to export data
2011-06-22 17:09:04 -04:00
Samantha Doherty
5791697bb0
Oops; tiny mistake in IE7 addressee stylin.
2011-05-31 12:48:59 -04:00
Samantha Doherty
dddb6185f3
Last bit of style cleanup for addressees and mobile profile.
2011-05-31 12:42:28 -04:00
Samantha Doherty
ba55d4d010
First batch of IE fixes.
2011-05-24 12:56:49 -04:00
Samantha Doherty
4549d36862
Change addressees arrow from hardcoded to CSS.
2011-05-18 09:49:01 -04:00
Samantha Doherty
1a86d8dd12
Fix vertical alignment for feed icons.
2011-04-25 12:25:14 -04:00
Samantha Doherty
b511b59f15
Quick style fixup for realtime popup.
2011-04-14 02:57:34 -04:00
Samantha Doherty
13e2acaf5c
Formatting for profile/group account blocks and entity action buttons.
2011-04-11 10:05:36 -04:00
Samantha Doherty
2a546e0eeb
Replacing old base theme with rebase theme.
2011-04-11 08:07:37 -04:00
Shashi Gowda
c44a94e8f5
Port autocomplete from tagInput to jQuery UI, send Last-Modified header and look for it in JS.
2011-04-08 14:51:05 +05:30
Shashi Gowda
31c1177970
Merge branch '1.0.x' into people_tags_rebase
...
Conflicts:
EVENTS.txt
actions/peopletag.php
actions/tagother.php
classes/Notice.php
js/util.js
js/util.min.js
lib/accountprofileblock.php
lib/action.php
lib/activityobject.php
lib/command.php
lib/personalgroupnav.php
plugins/OStatus/OStatusPlugin.php
2011-03-22 07:56:25 +05:30
Brion Vibber
ec828a094c
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
2011-03-09 17:43:31 -08:00
Brion Vibber
ba1ada2880
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. :)
2011-03-08 12:14:44 -08:00
Shashi Gowda
b372ed721d
styling for people tag UI
2011-03-07 00:44:21 +05:30
Brion Vibber
97532a093d
style fixes for new notice form being reused in reply area
2011-03-04 14:30:30 -08:00
Brion Vibber
56d5c4a4d1
More hardcoded id cleanup in notice form...
2011-03-04 13:40:33 -08:00
Brion Vibber
cd20190ba5
Remove hardcoded #notice_action-submit from JS/CSS (prep for reusable notice forms)
2011-03-03 17:48:16 -08:00
Brion Vibber
b58aa29168
Notice form cleanup: removing hardcoded id from counter references; prep for reusable notice forms.
2011-03-03 17:15:17 -08:00
Brion Vibber
1ff17f0ed9
Notice form cleanup: removing hardcoded IDs from attachment handling (prep for reusable notice forms)
2011-03-03 16:56:54 -08:00
Brion Vibber
764d069ccd
Clean up threaded notices vs replies classes, and fixed realtime's threaded behavior to only run on threaded lists
2011-03-01 16:08:37 -08:00
Brion Vibber
35ce314bfb
Hide context entries in threaded lists; it's redundant (and if there's more than a few messages, we have the context link still :D)
...
Also hides them via CSS for new ajax additions
2011-03-01 13:30:38 -08:00
Brion Vibber
407cc851cc
Collapse long threaded displays with a link to the convo view (todo: turn it into an ajax loader for inline expansion)
2011-02-28 17:13:54 -08:00