Michael Miday
4dd1b004e2
[ticket/12769] Swap icons in pagination
2015-09-17 18:37:28 +02:00
Michael Miday
6251d0124f
[ticket/12769] Swap icons in viewforum
2015-09-17 18:37:28 +02:00
Michael Miday
efd1e2b740
[ticket/12769] Swap icons in topic_tools
2015-09-17 18:37:28 +02:00
Michael Miday
11bf9e5488
[ticket/12769] Swap icons in ucp
2015-09-17 18:37:28 +02:00
Michael Miday
4504fe4118
[ticket/12769] Swap out close icon
2015-09-17 18:37:27 +02:00
Michael Miday
6041ea8ec2
[ticket/12769] Swap icons in search_resaults
2015-09-17 18:37:27 +02:00
Michael Miday
b0025896e2
[ticket/12769] Swap icons in posts
2015-09-17 18:37:27 +02:00
Michael Miday
d146a609ac
[ticket/12769] Swap icons in posting_buttons
2015-09-17 18:37:27 +02:00
Michael Miday
cc2eeeeb49
[ticket/12769] Swap icons in header
2015-09-17 18:37:27 +02:00
Michael Miday
62707ecc67
[ticket/12769] Swap icons in notification_dropdown
2015-09-17 18:37:27 +02:00
Michael Miday
c497be98f2
[ticket/12769] Swap icons in navbar_footer
2015-09-17 18:37:27 +02:00
Michael Miday
97007ddbab
[ticket/12769] Swap icons in navbar_header
2015-09-17 18:37:26 +02:00
Michael Miday
5197be9ba5
[ticket/12769] Swap icons in mcp
2015-09-17 18:37:26 +02:00
Michael Miday
c4fd2b837e
[ticket/12769] Swap icons in jumpbox
2015-09-17 18:37:26 +02:00
Michael Miday
c5066644bb
[ticket/12769] Swap icons in forumlist_body
2015-09-17 18:37:25 +02:00
Michael Miday
c0590e7766
[ticket/12769] Swap icon in faq_body
2015-09-17 18:37:25 +02:00
Michael Miday
5988e3a192
[ticket/12769] Delete imageset & consolidate imgs
2015-09-17 18:37:25 +02:00
Michael Miday
956723af0e
[ticket/12769] Properly include FA
2015-09-17 18:37:25 +02:00
Marc Alexander
eab8a12fb8
Merge branch '3.1.x'
2015-09-16 22:48:10 +02:00
Marc Alexander
d92a46ef02
Merge pull request #3833 from rxu/ticket/14102
...
[ticket/14102] Add core event to the mcp_topic.php
2015-09-16 22:47:11 +02:00
Tristan Darricau
087e219a09
Merge branch '3.1.x'
...
* 3.1.x:
[ticket/14154] Add extension composer name as tooltip
2015-09-16 11:58:53 +02:00
Tristan Darricau
5b9d828328
Merge pull request #3895 from Zoddo/ticket/14154
...
[ticket/14154] Add extension composer name as tooltip
* Zoddo/ticket/14154:
[ticket/14154] Add extension composer name as tooltip
2015-09-16 11:57:28 +02:00
Tristan Darricau
a562fea230
Merge pull request #3727 from marc1706/ticket/13904
...
[ticket/13904] Refactor attachments functions into service
* marc1706/ticket/13904: (66 commits)
[ticket/13904] Use filespec's get_filesize instead of calling filesize()
[ticket/13904] Set properties to protected where possible in filespec
[ticket/13904] Fix tests after changes to factory
[ticket/13904] Minor coding style fixes
[ticket/13904] Add language entries for error messages in upload class
[ticket/13904] Modify files for updated fast-image-size library
[ticket/13904] Update composer.lock
[ticket/13904] Improve code coverage
[ticket/13904] Add unit tests for local upload type
[ticket/13904] Minor coding style fixes
[ticket/13904] Improve test coverage of base upload type class
[ticket/13904] Improve test coverage of remote upload type
[ticket/13904] Improve test coverage of form upload type
[ticket/13904] Improve test coverage of filespec class
[ticket/13904] Add back tests for retrieving floats
[ticket/13904] Use ini_get() wrapper in file upload types
[ticket/13904] Modify files for changes in ini wrapper
[ticket/13904] Add bantu/ini-get-wrapper to composer.json
[ticket/13904] Switch around constructor arguments
[ticket/13904] Use \phpbb\php\ini class for ini_get()
...
2015-09-16 11:55:13 +02:00
Michael Miday
eb691ba4af
[ticket/14165] Fix Tab Layout
2015-09-15 16:02:47 +02:00
Marc Alexander
2a217e38e2
Merge branch '3.1.x'
...
Conflicts:
phpBB/styles/prosilver/template/overall_header.html
2015-09-15 14:37:35 +02:00
Marc Alexander
2bf9e91101
Merge pull request #3865 from Zoddo/ticket/13992
...
[ticket/13992] Fix HTML5 error from w3.org validator
2015-09-15 14:35:29 +02:00
Michael Miday
3606e130de
[ticket/14139] Fix loading indicator
2015-09-14 16:26:27 +02:00
Michael Miday
9e5e2ee3e2
[ticket/14139] Swap ids for classes in css files
2015-09-14 16:26:07 +02:00
Michael Miday
70f1b08c69
[ticket/14139] Add class of IDs to html tags
2015-09-14 16:25:36 +02:00
Marc Alexander
fe0e9b2e4c
Merge pull request #3837 from hanakin/ticket/14107
...
[ticket/14107] Fix dropdown rtl states
2015-09-14 14:42:53 +02:00
Zoddo
e9013db9b9
[ticket/14078] Fix SQL error when editing a post with a quote
...
PHPBB3-14078
2015-09-13 22:13:02 +02:00
Marc Alexander
797e70380b
Merge branch '3.1.x'
2015-09-13 17:51:08 +02:00
Marc Alexander
bc518bf96e
Merge pull request #3894 from Nicofuma/ticket/14156
...
[ticket/14156] Add Symfony ResponseListener
2015-09-13 17:51:02 +02:00
Marc Alexander
6651c1d8f4
[ticket/13904] Use filespec's get_filesize instead of calling filesize()
...
PHPBB3-13904
2015-09-13 09:31:23 +02:00
Marc Alexander
759dc9bb84
[ticket/13904] Set properties to protected where possible in filespec
...
PHPBB3-13904
2015-09-13 09:30:56 +02:00
Marc Alexander
3bde202a10
Merge pull request #3897 from Nicofuma/ticket/14158
...
[ticket/14158] Add language::lang_array() to avoid using call_user_func_array
2015-09-12 17:33:58 +02:00
Tristan Darricau
8aa8173ebf
[ticket/14158] Fix 5.3 compatibility
...
PHPBB3-14158
2015-09-12 15:14:42 +02:00
Zoddo
a4a99f5ea3
[ticket/14154] Add extension composer name as tooltip
...
PHPBB3-14154
2015-09-12 14:52:31 +02:00
Marc Alexander
baf95d3ca2
[ticket/14089] Remove subsilver2 file from events.md
...
PHPBB3-14089
2015-09-12 14:33:23 +02:00
Marc Alexander
087a42a887
Merge branch '3.1.x'
...
Conflicts:
phpBB/styles/subsilver2/template/posting_body.html
2015-09-12 13:24:29 +02:00
Marc Alexander
c166adf3c7
Merge pull request #3767 from Zoddo/ticket/14020
...
[ticket/14089] Add posting_topic_title_after template event
Conflicts:
phpBB/docs/events.md
2015-09-12 13:23:47 +02:00
Tristan Darricau
8629eac393
[ticket/14158] Add language::lang_array() to avoid using call_user_func_array
...
PHPBB3-14158
2015-09-12 11:15:06 +02:00
Tristan Darricau
7d15704f6a
[ticket/14156] Add Symfony ResponseListener
...
PHPBB3-14156
2015-09-11 18:17:09 +02:00
Marc Alexander
8f6b50922f
Merge branch '3.1.x'
...
Conflicts:
phpBB/styles/prosilver/theme/common.css
phpBB/styles/subsilver2/theme/stylesheet.css
2015-09-11 09:39:17 +02:00
cyberalien
0744330080
[ticket/14153] Fix floating elements in notifications dropdown header
...
PHPBB3-14153
2015-09-10 12:03:02 +03:00
Marc Alexander
40e614f564
[ticket/13904] Fix tests after changes to factory
...
PHPBB3-13904
2015-09-09 12:58:22 +02:00
Tristan Darricau
2c188f22d0
Merge branch '3.1.x'
...
* 3.1.x:
[ticket/7362] Add alt attribute on topic icons
2015-09-09 11:06:58 +02:00
Tristan Darricau
c9d159257a
Merge pull request #3868 from Zoddo/ticket/7362
...
[ticket/7362] Add alt attribute on topic icons
* Zoddo/ticket/7362:
[ticket/7362] Add alt attribute on topic icons
2015-09-09 11:06:36 +02:00
Tristan Darricau
542d75b3a9
Merge pull request #3870 from Zoddo/ticket/9485
...
[ticket/9485] Add a "View post" link in the moderation logs
* Zoddo/ticket/9485:
[ticket/9485] Fix tests
[ticket/9485] Add post_id to relevant $phpbb_log->add()
[ticket/9485] Add a "View post" link in the moderation logs
2015-09-09 11:04:13 +02:00
Tristan Darricau
b83ce0a702
Merge pull request #3876 from VSEphpbb/ticket/14138
...
[ticket/14138] Use span tags instead of abbr
* VSEphpbb/ticket/14138:
[ticket/14138] Use span tags instead of abbr
2015-09-09 11:02:22 +02:00