1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-18 08:01:10 +02:00
Commit Graph

16542 Commits

Author SHA1 Message Date
e8b4a50a3d [ticket/11956] Ability to swap full and responsive text
PHPBB3-11956
2013-10-26 20:28:36 +03:00
c521380273 [ticket/11956] Move code that hides dropdowns to assets
PHPBB3-11956
2013-10-26 16:35:59 +03:00
368b3f0d9e [ticket/11956] Move dropdown handler to assets
PHPBB3-11956
2013-10-26 16:29:37 +03:00
ee4c1ba5a8 [ticket/11956] Check for children elements in tables
PHPBB3-11956
2013-10-26 12:22:33 +03:00
6dedac1929 [ticket/11956] Adjust few elements for tiny devices
Change min-width for tiny phones
Adjust form elements max-width for tiny phones

PHPBB3-11956
2013-10-25 12:50:36 +03:00
db9ca2fc63 [ticket/11956] Fix IE responsive breadcrumbs and navigation icon
PHPBB3-11956
2013-10-25 02:20:49 +03:00
fa8d1eb2dc [ticket/11956] Swap navigation events in header
PHPBB3-11956
2013-10-25 02:20:13 +03:00
c879e8c0dd [ticket/11956] Fix asterix position in post menu icon
PHPBB3-11956
2013-10-24 21:28:49 +03:00
4639d4fc86 [ticket/11956] Reverse order of .rightside items in dropdown
PHPBB3-11956
2013-10-24 20:51:58 +03:00
3b1260fd28 [ticket/11956] One more dropdown fix
PHPBB3-11956
2013-10-24 19:59:31 +03:00
1795f1d54b [ticket/11956] More resposive dropdown fixes
PHPBB3-11956
2013-10-24 19:57:19 +03:00
bbb73d6e5c [ticket/11956] Move dropdown menu from edges of screen
Also add -webkit prefix to box-sizing

PHPBB3-11956
2013-10-24 18:36:18 +03:00
3134580007 [ticket/11956] More fixes for responsive minitabs
PHPBB3-11956
2013-10-24 18:36:18 +03:00
fb3a466805 [ticket/11956] Adjustments for responsive minitabs
PHPBB3-11956
2013-10-24 18:36:18 +03:00
bf964d9570 [ticket/11956] Make notification, pm and forum index icons clickable
PHPBB3-11956
2013-10-24 18:36:18 +03:00
17a954f454 [ticket/11956] Responsive subforums list
PHPBB3-11956
2013-10-24 18:36:18 +03:00
a8f14b9ce3 [ticket/11956] Fix docblock for dropdown handler
PHPBB3-11956
2013-10-24 18:36:17 +03:00
016958ea5e [ticket/11956] Reusable dropdown handler
Replace dropdown menu code with reusable handler that
is shared between all types of dropdown menus and can
be used by custom menus by extensions.

PHPBB3-11956
2013-10-24 18:36:17 +03:00
6f97367ef0 [ticket/11956] Remove background image from *CP navigation
PHPBB3-11956
2013-10-24 18:36:17 +03:00
c2f5ab3c6b [ticket/11956] Change .skip-responsive to data attribute
PHPBB3-11956
2013-10-24 18:36:17 +03:00
11157e4f03 [ticket/11956] Fix responsive linkslist bug
PHPBB3-11956
2013-10-24 18:36:17 +03:00
02cf80da9d [ticket/11956] Wider pagination links on mobile devices
Wider pagination links on mobile devices. Also fixes
typo in pagination selector.

PHPBB3-11956
2013-10-24 18:36:17 +03:00
76bfd138c9 [ticket/11956] Fix postprofile popup
PHPBB3-11956
2013-10-24 18:36:17 +03:00
5eeaab562c [ticket/11956] Responsive quick login form
PHPBB3-11956
2013-10-24 18:36:17 +03:00
1638ff3cba [ticket/11956] Arrow for responsive popup
PHPBB3-11956
2013-10-24 18:36:16 +03:00
d11e62930a [ticket/11956] Fix missing class name in index_body.html
PHPBB3-11956
2013-10-24 18:36:16 +03:00
5e67c41629 [ticket/11956] Better responsive breadcrumbs
PHPBB3-11956
2013-10-24 18:36:16 +03:00
85b9867edb [ticket/11956] Put bottom nav in one block
PHPBB3-11956
2013-10-24 18:36:16 +03:00
e6dd672e49 [ticket/11956] Put top navigation in one block
PHPBB3-11956
2013-10-24 18:36:16 +03:00
431b4acb36 [ticket/11956] Move JS to reusable function
Move JS to reusable function that can be ran
for all content added with JavaScript such as
results of AJAX forms

PHPBB3-11956
2013-10-24 18:36:16 +03:00
d2d4438db5 [ticket/11956] Adjustments to responsive topiclist lists
Changes behavior of topiclist lists on mobile devices.
Shows/hides certain elements in each row to present all
important information to visitor on mobile devices, such
as last post when viewing forum instead of first post.

Also fixes topiclist layout bug in drafts.html

PHPBB3-11956
2013-10-24 18:36:16 +03:00
5c51378186 [ticket/11956] Move responsive *CP navigation
Move responsive *CP navigation to cp.css because
layout has to change at width higher than 700px

PHPBB3-11956
2013-10-24 18:36:16 +03:00
9b78966211 [ticket/11956] Fix errors in drafts.html
PHPBB3-11956
2013-10-24 18:36:15 +03:00
9833354578 [ticket/11956] Fix topic actions layout
Fix topic actions layout on mobile devices

PHPBB3-11956
2013-10-24 18:36:15 +03:00
3016e5227b [ticket/11956] Fix responsive jumpbox
PHPBB3-11956
2013-10-24 18:36:15 +03:00
08811daa74 [ticket/11956] Hide author on mobile devices
Hide duplicate author name in posts on mobile devices

PHPBB3-11956
2013-10-24 18:36:15 +03:00
4188d178f3 [ticket/11956] Scale down online image for HD display
Scale down online image for HD displays

PHPBB3-11956
2013-10-24 18:36:15 +03:00
af5e25cdf5 [ticket/11956] Scale down large avatars
Prevent large avatars from breaking layout on any resolution.

PHPBB3-11956
2013-10-24 18:36:14 +03:00
e660c1a554 [ticket/11956] Fix member list page
PHPBB3-11956
2013-10-24 18:36:14 +03:00
b196c9e8ff [ticket/11956] Add assets_version to responsive.css link
PHPBB3-11556
2013-10-24 18:36:14 +03:00
8c5101a729 [ticket/11956] Responsive AJAX alerts
PHPBB3-11956
2013-10-24 18:36:14 +03:00
963dbed106 [ticket/11138] Do not use AJAX for ACP resync features.
PHPBB3-11138
2013-10-23 22:47:44 -07:00
7ab90c6c82 [ticket/11138] Increase AJAX timeout period to 15 seconds.
PHPBB3-11138
2013-10-23 22:33:02 -07:00
cb21c33a14 [ticket/11872] Template syntax typos in oauth templates
PHPBB3-11872
2013-10-23 19:12:37 +03:00
c810f1934e [ticket/11916] Remove files from hidden attach list after deletion
The hidden attachment_data list needs to be updated if a file got removed.
This was not done until now and caused a general error after submitting a
post if a file was removed after uploading it.

PHPBB3-11916
2013-10-23 11:50:41 +02:00
a7e41b23fd Merge pull request #1801 from nickvergessen/ticket/11948
Ticket/11948 Extensions should be allowed to have more then 1 routing file
2013-10-22 00:29:20 -07:00
51561ed538 [ticket/11948] Allow resource importing for routing
PHPBB3-11948
2013-10-21 21:52:48 +02:00
ba5b53521a Merge remote-tracking branch 'marc1706/ticket/11930' into develop
* marc1706/ticket/11930:
  [ticket/11930] Update docblock of avatar driver constructor
  [ticket/11930] Modify order of properties to fit constructor method
  [ticket/11930] Move path_helper in front of optional cache argument
  [ticket/11930] Fix tests after adding phpbb\path_helper to avatar drivers
  [ticket/11930] Use \phpbb\path_helper for avatar URLs
2013-10-21 11:04:23 +02:00
a80d5c93e3 [ticket/11930] Update docblock of avatar driver constructor
PHPBB3-11930
2013-10-21 11:02:59 +02:00
acbb1ed3ee [ticket/11930] Modify order of properties to fit constructor method
PHPBB3-11930
2013-10-21 10:47:40 +02:00