Geolim4
af67bd3ea5
[ticket/11520] Coding guideline compliance
...
PHPBB3-11520
2014-08-08 17:07:16 +02:00
Geolim4
fc1e420a7c
[ticket/11520] Re-adjust userpost count on topic fork
...
PHPBB3-11520
2014-08-08 17:05:40 +02:00
Andreas Fischer
f6da266109
Merge pull request #2822 from marc1706/ticket/12886
...
[ticket/12886] Remove obsolete check for f_user_lock
* marc1706/ticket/12886:
[ticket/12886] Remove obsolete check for f_user_lock
2014-08-08 16:11:47 +02:00
Joas Schilling
0465e9d1b9
Merge pull request #2838 from dhruvgoel92/ticket/12738
...
[ticket/12738] Pass $this->config in content_visibility constructor
* dhruvgoel92/ticket/12738:
[ticket/12738] Pass $this->config in content_visibility constructor
2014-08-08 16:05:55 +02:00
Andreas Fischer
42c26cd781
Merge pull request #2832 from marc1706/ticket/10404
...
[ticket/10404] Use anonymous function instead of create_function in acp/auth
* marc1706/ticket/10404:
[ticket/10404] Fix codesniffer complaint about anonymous function
[ticket/10404] Use anonymous function instead of create_function in acp/auth
2014-08-08 16:03:24 +02:00
Andreas Fischer
50fcd70428
Merge pull request #2815 from dhruvgoel92/ticket/12778
...
[ticket/12778] Automatically delete files on update
* dhruvgoel92/ticket/12778:
[ticket/12778] Rename the file to *.bak instead of deleting
[ticket/12778] Automatically delete files on update
2014-08-08 16:01:42 +02:00
Dhruv
fcb57edd06
[ticket/12738] Pass $this->config in content_visibility constructor
...
PHPBB3-12738
2014-08-08 15:54:42 +02:00
Nils Adermann
44a0f43062
Merge remote-tracking branch 'github-nicofuma/ticket/12789' into develop-ascraeus
...
* github-nicofuma/ticket/12789:
[ticket/12789] Move duplicated functions to the base class
[ticket/12789] Remove the directories in \phpbb\cache\driver\memory::purge()
2014-08-08 15:04:01 +02:00
Joas Schilling
96e9d728b9
Merge pull request #2824 from brunoais/ticket/12927
...
[ticket/12927] core.mcp_queue_get_posts2_query_before
* brunoais/ticket/12927:
[ticket/12927] core.mcp_queue_get_posts2_query_before
2014-08-08 14:52:35 +02:00
Tristan Darricau
e07e9f6cee
[ticket/12789] Move duplicated functions to the base class
...
PHPBB3-12789
2014-08-08 14:49:12 +02:00
Tristan Darricau
e7251252ce
[ticket/12789] Remove the directories in \phpbb\cache\driver\memory::purge()
...
PHPBB3-12789
2014-08-08 14:37:18 +02:00
Joas Schilling
53247573c2
Merge pull request #2764 from brunoais/ticket/12880
...
[ticket/12880] core.mcp_queue_!is_topics_query_before
* brunoais/ticket/12880:
[ticket/12880] core.mcp_queue_!is_topics_query_before
2014-08-08 14:35:53 +02:00
Joas Schilling
bef9d64179
Merge pull request #2762 from brunoais/ticket/12876
...
[ticket/12876] core.mcp_mcp_front.mcp_front_view_queue_postid_list_after
* brunoais/ticket/12876:
[ticket/12876] core.mcp_mcp_front.mcp_front_view_queue_postid_list_after
2014-08-08 14:32:55 +02:00
Marc Alexander
27f769e461
[ticket/10404] Fix codesniffer complaint about anonymous function
...
PHPBB3-10404
2014-08-08 14:01:04 +02:00
Cesar G
ad97ad07f8
Merge remote-tracking branch 'PayBas/ticket/12535' into develop-ascraeus
...
* PayBas/ticket/12535:
[ticket/12535] Combine inner clearing CSS rules
[ticket/12535] Update events.md to RC3
[ticket/12535] Add events to subsilver2
[ticket/12535] Make <a> adjust to the image width
2014-08-08 13:46:58 +02:00
Cesar G
f1b1bd0de9
Merge remote-tracking branch 'marc1706/ticket/12744' into develop-ascraeus
...
* marc1706/ticket/12744:
[ticket/12744] Fix additional height of one line in header in rtl languages
2014-08-08 13:41:37 +02:00
Marc Alexander
20f8fd4af2
[ticket/12744] Fix additional height of one line in header in rtl languages
...
PHPBB3-12744
2014-08-08 13:26:11 +02:00
Marc Alexander
c5d72c94f1
[ticket/10404] Use anonymous function instead of create_function in acp/auth
...
PHPBB3-10404
2014-08-08 12:19:36 +02:00
brunoais
0679f76287
[ticket/12927] core.mcp_queue_get_posts2_query_before
...
Adding the core.mcp_queue_get_posts2_query_before
event to mcp backend.
PHPBB3-12927
2014-08-08 10:52:08 +01:00
Marc Alexander
e4e7a8f849
Merge pull request #2829 from nickvergessen/ticket/12853
...
[ticket/12853] Hide moderator link if it is really necessary
2014-08-07 23:37:35 +02:00
Joas Schilling
9ed71d523a
[ticket/12853] Hide moderator link if it is really necessary
...
PHPBB3-12853
2014-08-07 23:27:56 +02:00
Marc Alexander
98c98e52eb
[ticket/12886] Remove obsolete check for f_user_lock
...
The user shouldn't be able to unlock his own topic if he doesn't have m_lock
permissions. Also, the check for f_user_lock was never going to evaluate to
true due to the topic not being unlocked making it obsolete anyway.
PHPBB3-12886
2014-08-07 23:10:14 +02:00
brunoais
1f5f2327e8
[ticket/12876] core.mcp_mcp_front.mcp_front_view_queue_postid_list_after
...
Adding the core.mcp_mcp_front.mcp_front_view_queue_topicid_list_after
event to mcp backend.
PHPBB3-12876
2014-08-07 18:37:07 +01:00
brunoais
50cc81afa3
[ticket/12880] core.mcp_queue_!is_topics_query_before
...
Adding core.mcp_queue_is_topics_query_before
PHPBB3-12880
2014-08-07 18:33:37 +01:00
Andreas Fischer
8d8d54aac7
Merge pull request #2816 from n-aleha/ticket/12922
...
[ticket/12922] Posts per page in MCP should have a min value of zero
* n-aleha/ticket/12922:
[ticket/12922] Subsilver2 fix
[ticket/12922] Posts per page in MCP should have a min value of zero
2014-08-07 18:23:46 +02:00
PayBas
e6dec0348a
[ticket/12535] Combine inner clearing CSS rules
...
PHPBB3-12535
2014-08-07 18:23:01 +02:00
PayBas
dda853b896
[ticket/12535] Update events.md to RC3
...
PHPBB3-12535
2014-08-07 18:08:50 +02:00
PayBas
e28abe0db2
[ticket/12535] Add events to subsilver2
...
Forgot subsilver... yet again
PHPBB3-12535
2014-08-07 18:08:48 +02:00
PayBas
5fedcf0fa8
[ticket/12535] Make <a> adjust to the image width
...
PHPBB3-12535
2014-08-07 18:08:46 +02:00
jeroendedauw
f6f6657842
[ticket/12903] Remove dead phpbb\extension\metadata_manager::_validate_version
...
PHPBB3-12903
2014-08-07 17:52:59 +02:00
Marc Alexander
a8dee3fb65
Merge pull request #2810 from nickvergessen/ticket/12919
...
[ticket/12919] Use the modules basename as identifier for extension modules
2014-08-07 17:36:19 +02:00
Dhruv
5488541640
[ticket/12778] Rename the file to *.bak instead of deleting
...
PHPBB3-12778
2014-08-07 16:52:49 +02:00
Joas Schilling
9b36b5283c
Merge pull request #2761 from Nicofuma/ticket/12873
...
[ticket/12873] Test the correct identifier in \phpbb\db\tools
* Nicofuma/ticket/12873:
[ticket/12873] Add migration to rename the index
[ticket/12873] Don not touch the existing migrations
[ticket/12873] Test the good identifier in \phpbb\db\tools
2014-08-07 16:49:37 +02:00
Tristan Darricau
ab8a197e92
Merge pull request #2623 from dhruvgoel92/ticket/12738
...
[ticket/12738] Move related code from functions_posting to function
* dhruvgoel92/ticket/12738:
[ticket/12738] Update constructor docblock
[ticket/12738] Add $config to constructor in notification test
[ticket/12738] Fix tests with new config object injection
[ticket/12738] Inject config object into content_visibility class
[ticket/11528] Move related code from functions_posting to function
2014-08-07 16:44:49 +02:00
Nils Adermann
778483d070
Merge remote-tracking branch 'github-nickvergessen/ticket/12776' into develop-ascraeus
...
* github-nickvergessen/ticket/12776:
[ticket/12776] Add section about 3.0.x to 3.1.x update to INSTALL.html
2014-08-07 16:25:53 +02:00
Joas Schilling
a2b6f4e166
Merge pull request #2812 from bantu/ticket/12826
...
[ticket/12826] Add root namespace indicator to exception catching.
* bantu/ticket/12826:
[ticket/12826] Add optional root namespace indicator for consistency.
[ticket/12826] Add mandatory root namespace indicator to exception catching.
2014-08-07 16:24:41 +02:00
Cesar G
3b7ab23e29
Merge remote-tracking branch 'PayBas/ticket/12832' into develop-ascraeus
...
* PayBas/ticket/12832:
[ticket/12832] Remove old .quick-links icon reference
[ticket/12832] Remove unnecessary attr and classes
[ticket/12832] Add footer links to quick-links
[ticket/12832] Make .small-icon styling uniform
2014-08-07 16:20:37 +02:00
Joas Schilling
0194c261c3
Merge pull request #2720 from PayBas/ticket/12838
...
[ticket/12838] Add ACP events to acp_ranks
* PayBas/ticket/12838:
[ticket/12838] Simplify normal special rank array creation
[ticket/12838] Update RC2 to RC3
[ticket/12838] Update events.md to RC3
[ticket/12838] Allow for extra columns in cache obtain_ranks()
[ticket/12838] Add raw row-data to acp_ranks core event
[ticket/12838] Simplify special rank template conditional
[ticket/12838] Add core events to acp_ranks.php
[ticket/12838] Update events.md
[ticket/12838] Add _before versions
[ticket/12838] Add template events to acp_ranks.html
2014-08-07 16:13:35 +02:00
n-aleha
035f84d2da
[ticket/12922] Subsilver2 fix
...
PHPBB3-12922
2014-08-07 17:10:32 +03:00
Joas Schilling
6bb71e2ca9
Merge pull request #2813 from naderman/ticket/12920
...
[ticket/12920] Add composer.json to phpBB/phpbb and fix the one in phpBB/
* naderman/ticket/12920:
[ticket/12920] Add missing comma
[ticket/12920] Update composer.lock file after update nothing
[ticket/12920] Fix sh syntax error in post-update-cmd script
[ticket/12920] Remove incorrect @ from self.version reference in composer.json
[ticket/12920] Output warning message about vendor cleaning target
[ticket/12920] Turn phpBB composer.json into publishable full version
[ticket/12920] Add require for minimum php version
[ticket/12920] Add composer.json for phpbb/phpbb-core library
2014-08-07 16:09:51 +02:00
n-aleha
98155a945f
[ticket/12922] Posts per page in MCP should have a min value of zero
...
In order to allow displaying the whole topic in MCP=>Main=>View topic,
the min value in the html input field must be 0.
PHPBB3-12922
2014-08-07 17:08:33 +03:00
Joas Schilling
f1d3d87d47
[ticket/12776] Add section about 3.0.x to 3.1.x update to INSTALL.html
...
PHPBB3-12776
2014-08-07 16:06:44 +02:00
Dhruv
07a92d29df
[ticket/12778] Automatically delete files on update
...
PHPBB3-12778
2014-08-07 15:49:41 +02:00
Nils Adermann
be04b6c136
[ticket/12920] Add missing comma
...
PHPBB3-12920
2014-08-07 15:44:36 +02:00
Nils Adermann
b9fb4e3050
[ticket/12920] Update composer.lock file after update nothing
...
PHPBB3-12920
2014-08-07 15:43:44 +02:00
Nils Adermann
9f3e678117
[ticket/12920] Fix sh syntax error in post-update-cmd script
...
PHPBB3-12920
2014-08-07 15:40:57 +02:00
Nils Adermann
9e282b8d4d
[ticket/12920] Remove incorrect @ from self.version reference in composer.json
...
PHPBB3-12920
2014-08-07 15:38:04 +02:00
Nils Adermann
e0b7a3e9ff
[ticket/12920] Output warning message about vendor cleaning target
...
PHPBB3-12920
2014-08-07 15:37:13 +02:00
Nils Adermann
c863136a69
[ticket/12920] Turn phpBB composer.json into publishable full version
...
PHPBB3-12920
2014-08-07 15:26:02 +02:00
Nils Adermann
200c6f2d32
[ticket/12920] Add require for minimum php version
...
PHPBB3-12920
2014-08-07 15:25:47 +02:00