Vikhyat Korrapati
fcfc6177c2
Allow specifying URLs as badge certificates.
2014-06-19 16:56:19 +05:30
Régis Hanol
62a73f48cc
BUGFIX: first pass on default banner styling
2014-06-19 00:02:57 +02:00
Régis Hanol
00117c18c3
FEATURE: dismissable banner topic
2014-06-18 20:05:19 +02:00
Benjamin Kampmann
2aabf4fdcd
ip locator on ipinfo.io basis added to admin
2014-06-18 09:22:44 +02:00
Jeff Atwood
737cb47307
category numbers a wee bit too large
...
twss
2014-06-17 01:23:55 -07:00
Sam
012923186b
BUGFIX: CSS animation based spinner was buggy
...
There seems to be no sane way to get the CSS spinner to work without
hosing the stacking context. Use gif based spinner.
2014-06-17 17:55:00 +10:00
Robin Ward
cf165320e2
Keyboard shortcuts for new progress expansion
2014-06-13 14:03:12 -04:00
Sam
0ffa98904f
BUGFIX: mobile styling
2014-06-13 16:14:58 +10:00
Jeff Atwood
ae46e439b8
make autocomplete use highlight color for selecting
2014-06-12 15:30:21 -07:00
Robin Ward
29b8330dc3
Move up/down buttons on top of go
2014-06-12 17:24:11 -04:00
Robin Ward
d37195796f
FEATURE: New expandable progress bar with jump buttons and jump to
...
arbitrary post.
2014-06-12 16:52:33 -04:00
Jeff Atwood
90fca1ba17
bigger category stat numbers
2014-06-11 16:35:58 -07:00
Jeff Atwood
d58ed9eafb
Merge pull request #2436 from ArmedGuy/master
...
Deboxify topic-map
2014-06-11 16:00:30 -07:00
Régis Hanol
5e461a22ee
BUGFIX: enable the 'relative timestamp' share dialog on mobile view
2014-06-11 22:32:45 +02:00
Neil Lalonde
1691d52882
FIX: mobile: reduce height of composer a bit to make room for android devices
2014-06-10 17:12:50 -04:00
Neil Lalonde
877302884b
FIX: notification badge colors on mobile
2014-06-10 17:12:50 -04:00
Benjamin Kampmann
8167207e38
Wrap extended post actions in ellipsis.
...
Add a new SiteSetting to specify a maximum of items to be shown in post action menus per default. If more buttons are rendered and those after mentioned maximum will be hidden behind a collapsible ellipsis-button. Once clicked it slides in the missing buttons and hides itself.
If the setting is set to 0, the ellipsis will not be applied. It default is set to 4 though.
All buttons are created equal - but the Reply-Button is more equal than others: If it is rendered, the reply button will never be hidden behind the ellipsis. The max count is exclusiding the reply button and its position would make the reply button hide, it is removed there and pushed to the end of the list.
2014-06-10 09:55:07 +02:00
Neil Lalonde
c61462662b
Add ability to run validation on site settings. notification_email and other email address settings are now validated.
2014-06-09 16:59:20 -04:00
Régis Hanol
2abcbcc29b
FEATURE: add real date of post in the share dialog when triggered from the post date
2014-06-09 21:14:03 +02:00
Johan Jatko
5e43100fe5
Deboxify topic-map
2014-06-08 21:34:22 +02:00
Arpit Jalan
42d6cf90f6
Fix Badge Spacing
2014-06-08 00:17:33 +05:30
Johan Jatko
c6a8c095f2
Deboxify .nav-stacked on user-page
2014-06-07 04:41:14 +02:00
Sam
cc1bbf3a7b
BUGFIX: cut up line while searching in chrome mac
2014-06-06 17:15:14 +10:00
Kevin Reese
49ef3958c5
restore bg-color for New Topic / New Post rows in Topic-List Categories table
2014-06-05 11:58:20 -07:00
Neil Lalonde
04e94bec5f
Mobile: on a post, put username, name, and title on their own lines beside the author avatar
2014-06-05 12:32:48 -04:00
Neil Lalonde
a3c148407c
Mobile: don't show edit reason and in reply to details in composer
2014-06-05 12:09:08 -04:00
Jeff Atwood
17dbc568c8
why did topic-excerpt have 50px padding?
2014-06-05 04:00:50 -07:00
Jeff Atwood
d3035b9405
gutter needs more left-margin
2014-06-05 03:07:42 -07:00
Jeff Atwood
3dd61a2056
f**ing bootstrap, span5 = .gutter
2014-06-05 02:57:56 -07:00
Jeff Atwood
f245da5142
f**ing bootstrap, span11 = .embedded-posts body
2014-06-05 02:29:56 -07:00
Jeff Atwood
972d58b876
consolidate post-column into topic-body
2014-06-05 02:02:27 -07:00
Jeff Atwood
3ed8b8f155
f**ing bootstrap, span2 = topic-avatar
2014-06-05 01:42:27 -07:00
Jeff Atwood
48f58eff1d
tweak gutter width a bit
2014-06-05 01:15:06 -07:00
Jeff Atwood
8185fe0097
correct reply-to-tab offsets, based on .row?
2014-06-05 01:00:22 -07:00
Jeff Atwood
80a862c358
f**ing bootstrap, span14 = post-column
2014-06-05 00:34:57 -07:00
Sam
e7991cb803
FEATURE: search highlighting within topic
...
BUGFIX: fixed hiding of the search dialog when navigating within a topic
2014-06-05 17:03:53 +10:00
Jeff Atwood
96fc5addc4
fix some CSS color issues
2014-06-04 23:33:58 -07:00
Robin Ward
535c90c298
Merge pull request #2414 from awesomerobot/master
...
fix for the flag badge in dropdowns
2014-06-04 15:02:03 -04:00
Kris Aubuchon
a029daacbb
temp fix for the flag badge in dropdowns
2014-06-04 14:54:24 -04:00
Régis Hanol
897f219d61
BUGFIX: change the image upload icon when only images are authorized ( fixes #2359 )
2014-06-04 19:51:26 +02:00
Neil Lalonde
b2121cd1d0
FIX: mobile: highlight in expanded quote is highlighted
2014-06-04 12:16:07 -04:00
Robin Ward
a1887c97c6
Merge pull request #2405 from ligthyear/select2-sitesetting
...
AdminUI: Use Select2.js for SiteSetting Lists – adds Autocomplete and DnD-Sorting
2014-06-04 11:47:46 -04:00
Kris Aubuchon
ee248b549f
few fixes to the previous navigation update
2014-06-04 09:39:43 -04:00
Régis Hanol
7655066967
BUGFIX: progress bar was hidden when the composer was open
2014-06-04 13:03:14 +02:00
Kris Aubuchon
6f91e60bd9
enhancing navigation
2014-06-03 21:59:42 -04:00
Kris Aubuchon
26d113ced0
enhancing navigation
2014-06-03 21:56:50 -04:00
Neil Lalonde
69abe470c5
FIX: mobile style of edit reason input
2014-06-03 15:25:15 -04:00
Neil Lalonde
d2044700d3
FIX: z-index issue with quote reply button on mobile
2014-06-03 14:43:19 -04:00
Neil Lalonde
ae30e3d348
FIX: on mobile view, never show the show/hide preview link in composer. nexus 7 was showing it.
2014-06-03 14:00:54 -04:00
Jeff Atwood
0b52e20bff
remove margin-right on .contents .cooked
2014-06-03 03:08:16 -07:00