1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-30 19:24:13 +02:00

19017 Commits

Author SHA1 Message Date
Nils Adermann
5e01ea61f9 Merge branch 'task/github-readme/travis' into develop-olympus
* task/github-readme/travis:
  [task/github-readme/travis] Fix Travis-Badge and link
2013-10-24 21:53:47 -05:00
Falk Seidel
98a6f10ce7 [task/github-readme/travis] Fix Travis-Badge and link
PHPBB3-11968
2013-10-24 21:51:49 -05:00
Vjacheslav Trushkin
db9ca2fc63 [ticket/11956] Fix IE responsive breadcrumbs and navigation icon
PHPBB3-11956
2013-10-25 02:20:49 +03:00
Vjacheslav Trushkin
fa8d1eb2dc [ticket/11956] Swap navigation events in header
PHPBB3-11956
2013-10-25 02:20:13 +03:00
Marc Alexander
9b0b5481fe [ticket/11534] Check remote avatar content type if possible
This should make sure that error pages like 404 or 503 pages are not treated
as remote avatar images.

PHPBB3-11534
2013-10-24 23:43:40 +02:00
Vjacheslav Trushkin
c879e8c0dd [ticket/11956] Fix asterix position in post menu icon
PHPBB3-11956
2013-10-24 21:28:49 +03:00
Vjacheslav Trushkin
4639d4fc86 [ticket/11956] Reverse order of .rightside items in dropdown
PHPBB3-11956
2013-10-24 20:51:58 +03:00
Nils Adermann
f67ebc2cdb Merge pull request #1816 from cyberalien/ticket/11956
[ticket/11956] More resposive dropdown fixes
2013-10-24 10:00:23 -07:00
Vjacheslav Trushkin
3b1260fd28 [ticket/11956] One more dropdown fix
PHPBB3-11956
2013-10-24 19:59:31 +03:00
Vjacheslav Trushkin
1795f1d54b [ticket/11956] More resposive dropdown fixes
PHPBB3-11956
2013-10-24 19:57:19 +03:00
Nils Adermann
9185fce9d4 Merge pull request #1803 from cyberalien/ticket/11956
Fixes for responsive design
2013-10-24 09:45:16 -07:00
Vjacheslav Trushkin
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
Vjacheslav Trushkin
3134580007 [ticket/11956] More fixes for responsive minitabs
PHPBB3-11956
2013-10-24 18:36:18 +03:00
Vjacheslav Trushkin
fb3a466805 [ticket/11956] Adjustments for responsive minitabs
PHPBB3-11956
2013-10-24 18:36:18 +03:00
Vjacheslav Trushkin
bf964d9570 [ticket/11956] Make notification, pm and forum index icons clickable
PHPBB3-11956
2013-10-24 18:36:18 +03:00
Vjacheslav Trushkin
17a954f454 [ticket/11956] Responsive subforums list
PHPBB3-11956
2013-10-24 18:36:18 +03:00
Vjacheslav Trushkin
a8f14b9ce3 [ticket/11956] Fix docblock for dropdown handler
PHPBB3-11956
2013-10-24 18:36:17 +03:00
Vjacheslav Trushkin
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
Vjacheslav Trushkin
6f97367ef0 [ticket/11956] Remove background image from *CP navigation
PHPBB3-11956
2013-10-24 18:36:17 +03:00
Vjacheslav Trushkin
c2f5ab3c6b [ticket/11956] Change .skip-responsive to data attribute
PHPBB3-11956
2013-10-24 18:36:17 +03:00
Vjacheslav Trushkin
11157e4f03 [ticket/11956] Fix responsive linkslist bug
PHPBB3-11956
2013-10-24 18:36:17 +03:00
Vjacheslav Trushkin
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
Vjacheslav Trushkin
76bfd138c9 [ticket/11956] Fix postprofile popup
PHPBB3-11956
2013-10-24 18:36:17 +03:00
Vjacheslav Trushkin
5eeaab562c [ticket/11956] Responsive quick login form
PHPBB3-11956
2013-10-24 18:36:17 +03:00
Vjacheslav Trushkin
1638ff3cba [ticket/11956] Arrow for responsive popup
PHPBB3-11956
2013-10-24 18:36:16 +03:00
Vjacheslav Trushkin
d11e62930a [ticket/11956] Fix missing class name in index_body.html
PHPBB3-11956
2013-10-24 18:36:16 +03:00
Vjacheslav Trushkin
5e67c41629 [ticket/11956] Better responsive breadcrumbs
PHPBB3-11956
2013-10-24 18:36:16 +03:00
Vjacheslav Trushkin
85b9867edb [ticket/11956] Put bottom nav in one block
PHPBB3-11956
2013-10-24 18:36:16 +03:00
Vjacheslav Trushkin
e6dd672e49 [ticket/11956] Put top navigation in one block
PHPBB3-11956
2013-10-24 18:36:16 +03:00
Vjacheslav Trushkin
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
Vjacheslav Trushkin
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
Vjacheslav Trushkin
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
Vjacheslav Trushkin
9b78966211 [ticket/11956] Fix errors in drafts.html
PHPBB3-11956
2013-10-24 18:36:15 +03:00
Vjacheslav Trushkin
9833354578 [ticket/11956] Fix topic actions layout
Fix topic actions layout on mobile devices

PHPBB3-11956
2013-10-24 18:36:15 +03:00
Vjacheslav Trushkin
3016e5227b [ticket/11956] Fix responsive jumpbox
PHPBB3-11956
2013-10-24 18:36:15 +03:00
Vjacheslav Trushkin
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
Vjacheslav Trushkin
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
Vjacheslav Trushkin
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
Vjacheslav Trushkin
e660c1a554 [ticket/11956] Fix member list page
PHPBB3-11956
2013-10-24 18:36:14 +03:00
Vjacheslav Trushkin
b196c9e8ff [ticket/11956] Add assets_version to responsive.css link
PHPBB3-11556
2013-10-24 18:36:14 +03:00
Vjacheslav Trushkin
8c5101a729 [ticket/11956] Responsive AJAX alerts
PHPBB3-11956
2013-10-24 18:36:14 +03:00
Joas Schilling
6a2fef97d5 Merge remote-tracking branch 'prototech/ticket/11138' into develop
* prototech/ticket/11138:
  [ticket/11138] Do not use AJAX for ACP resync features.
  [ticket/11138] Increase AJAX timeout period to 15 seconds.
  [ticket/11872] Template syntax typos in oauth templates
2013-10-24 14:08:27 +02:00
Cesar G
d607f1c927 [ticket/11746] Add "admin activation required" notification.
PHPBB3-11746
2013-10-24 02:37:20 -07:00
Cesar G
963dbed106 [ticket/11138] Do not use AJAX for ACP resync features.
PHPBB3-11138
2013-10-23 22:47:44 -07:00
Cesar G
7ab90c6c82 [ticket/11138] Increase AJAX timeout period to 15 seconds.
PHPBB3-11138
2013-10-23 22:33:02 -07:00
Andreas Fischer
2adf3d7a34 Merge remote-tracking branch 'cyberalien/ticket/fixes-only/11872' into develop
* cyberalien/ticket/fixes-only/11872:
  [ticket/11872] Template syntax typos in oauth templates
2013-10-24 00:05:00 +02:00
Joas Schilling
881ad935d5 [ticket/11031] Fix conversion of topic_replies to topic_posts
PHPBB3-11031
2013-10-23 21:13:45 +02:00
Joas Schilling
6dd4620609 [ticket/11031] Fix container construction and missing objects
PHPBB3-11031
2013-10-23 21:13:25 +02:00
Vjacheslav Trushkin
cb21c33a14 [ticket/11872] Template syntax typos in oauth templates
PHPBB3-11872
2013-10-23 19:12:37 +03:00
Joas Schilling
d612041cd1 Merge remote-tracking branch 'Marc/ticket/11916' into develop
* Marc/ticket/11916:
  [ticket/11916] Remove files from hidden attach list after deletion
2013-10-23 12:08:20 +02:00