David King
e45452d1b3
[ticket/10586] Sanitize periods from class names, use manager to get path.
...
PHPBB3-10586
2012-03-19 09:12:32 -04:00
David King
a0131b45f5
[ticket/10586] Extension front controller
...
Handle extension front pages
PHPBB3-10586
2012-03-19 09:12:31 -04:00
Oleg Pudeyev
1fa39ea722
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/8636] Add resync option to topic_view moderation page
2012-03-16 06:18:35 -04:00
Oleg Pudeyev
81eeafbb8d
Merge remote-tracking branch 'nickvergessen/ticket/8636' into develop-olympus
...
* nickvergessen/ticket/8636:
[ticket/8636] Add resync option to topic_view moderation page
2012-03-16 06:18:29 -04:00
Oleg Pudeyev
c001bb9c03
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/9831] Fix saving unchecked checkbox field value
[ticket/9831] Correctly store checkbox default value for boolean CPF.
2012-03-09 05:55:56 -05:00
Oleg Pudeyev
bd1fb91dd2
Merge remote-tracking branch 'rxu/ticket/9831' into develop-olympus
...
* rxu/ticket/9831:
[ticket/9831] Fix saving unchecked checkbox field value
[ticket/9831] Correctly store checkbox default value for boolean CPF.
2012-03-09 05:24:03 -05:00
Oleg Pudeyev
5c4788a24c
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/9084] Explain the logic.
[ticket/9084] Don't hide 'non-entered' dropdown CPF value if not required
2012-03-09 04:42:16 -05:00
Oleg Pudeyev
0ec8e9dbff
Merge remote-tracking branch 'rxu/ticket/9084' into develop-olympus
...
* rxu/ticket/9084:
[ticket/9084] Explain the logic.
[ticket/9084] Don't hide 'non-entered' dropdown CPF value if not required
2012-03-09 04:42:05 -05:00
Oleg Pudeyev
cd61de4bfd
[ticket/9084] Explain the logic.
...
PHPBB3-9084
2012-03-09 04:35:09 -05:00
Oleg Pudeyev
35309de0b7
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10653] Call get_row_count of base class in mysql get_estimated_row_count
[ticket/9813] Only get posts table row count if we detected a fulltext index.
[ticket/9813] Also use estimated row count of posts table for fulltext mysql.
[ticket/10653] Fix parameter to substr() in unit tests. Should be 1, not -1.
[ticket/10653] Unit tests for get_row_count() and get_estimated_row_count().
[ticket/10653] Add ability to count table rows to database abstraction layer.
[ticket/9813] Use table status row count only if greater than 100000 or exact.
[ticket/9813] Use SHOW TABLE STATUS to get search stats for native on MySQL.
2012-03-08 08:44:32 -05:00
Andreas Fischer
c11607bdd1
[ticket/10653] Call get_row_count of base class in mysql get_estimated_row_count
...
There is no point in fetching the table status again.
PHPBB3-10653
2012-03-08 14:39:03 +01:00
Andreas Fischer
01d90e59a8
[ticket/9813] Only get posts table row count if we detected a fulltext index.
...
PHPBB3-9813
2012-03-08 14:38:59 +01:00
Vjacheslav Trushkin
a98117b229
[feature/append_var] Adding append_var template class function
...
Adding append_var template class function
PHPBB3-10666
2012-03-05 02:41:42 +02:00
Andreas Fischer
785c75254e
[ticket/9813] Also use estimated row count of posts table for fulltext mysql.
...
Since this is 'only' for statistics anyway, using an estimated value does no
harm. Also, if MyISAM is the underlying storage engine for the posts table,
the value will actually be exact.
PHPBB3-9813
2012-03-05 00:29:28 +01:00
Andreas Fischer
f9953fc339
[ticket/10653] Add ability to count table rows to database abstraction layer.
...
PHPBB3-10653
2012-03-03 21:04:01 +01:00
Andreas Fischer
97cf433dea
[ticket/9813] Use table status row count only if greater than 100000 or exact.
...
PHPBB3-9813
2012-03-03 21:03:55 +01:00
Andreas Fischer
efe25a0b49
[ticket/9813] Use SHOW TABLE STATUS to get search stats for native on MySQL.
...
PHPBB3-9813
2012-03-03 21:03:50 +01:00
Andreas Fischer
d6a6d63a9e
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/8652] Comment for also updating forum watch table in user_notification.
[ticket/8652] Sending 2 emails on 2 replies
2012-03-02 14:22:32 +01:00
Andreas Fischer
d67fae0f09
Merge branch 'ticket/bantu/8652' into develop-olympus
...
* ticket/bantu/8652:
[ticket/8652] Comment for also updating forum watch table in user_notification.
[ticket/8652] Sending 2 emails on 2 replies
2012-03-02 14:22:18 +01:00
Andreas Fischer
b74530259f
[ticket/8652] Comment for also updating forum watch table in user_notification.
...
PHPBB3-8652
2012-03-02 14:20:29 +01:00
Bruno Ais
470b79c9e3
[ticket/8652] Sending 2 emails on 2 replies
...
This is a fix for the problem of the system sending 2 emails when there are 2
replies to a topic where the user is subscribed in a topic and the forum that
contains the topic.
This simple fix seems to solve the problem. In simple tests I made it shows
it does.
PHPBB3-8652
2012-03-02 11:08:56 +00:00
Andreas Fischer
89af42dfab
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10639] Do not allow negative post count as rank's minimum posts
2012-02-28 22:29:03 +01:00
Andreas Fischer
2f95a67765
Merge remote-tracking branch 'nickvergessen/ticket/10639' into develop-olympus
...
* nickvergessen/ticket/10639:
[ticket/10639] Do not allow negative post count as rank's minimum posts
2012-02-28 22:28:54 +01:00
Andreas Fischer
0c3fae0f18
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10630] Use sql_like_expression() method instead of hardcoded LIKE '%x%'
[ticket/10630] Perform array_unique on authors array before creating the query
2012-02-25 19:58:03 +01:00
Joas Schilling
8e1e48a7b6
[ticket/8636] Add resync option to topic_view moderation page
...
PHPBB3-8636
2012-02-23 10:55:57 +01:00
Nils Adermann
41870c4095
[ticket/10663] Extension finder should not find subdirs with directory filter
...
The directory filter pattern now has a $ in the end, do avoid subdirectories
from being matched as well.
PHPBB3-10663
2012-02-21 18:32:08 +01:00
Joas Schilling
ef154b78a1
[ticket/10630] Use sql_like_expression() method instead of hardcoded LIKE '%x%'
...
PHPBB3-10630
2012-02-20 02:18:48 +01:00
Joas Schilling
afcf9cbc86
[ticket/10630] Perform array_unique on authors array before creating the query
...
This is needed to avoid an additional appearance for an author for every
post he made.
PHPBB3-10630
2012-02-20 02:17:13 +01:00
Joas Schilling
c3265c9138
[ticket/10639] Do not allow negative post count as rank's minimum posts
...
PHPBB3-10639
2012-02-20 01:52:33 +01:00
Vjacheslav Trushkin
5aad71b220
[ticket/10652] Fixing typo in template class
...
Fixing typo in template class that prevents template inheritance from working
PHPBB3-10652
2012-02-15 18:46:27 +02:00
Igor Wiedler
dd495e7a14
Merge pull request #526 from p/ticket/10500
...
Ticket/10500 Miscellaneous issues in the new template engine
2012-02-14 15:41:15 -08:00
Igor Wiedler
14b1c87714
Merge pull request #546 from p/ticket/10614
...
[ticket/10614] Add a script to enable, disable and view status of extens...
2012-02-11 14:54:22 -08:00
Oleg Pudeyev
2814021d3f
[ticket/10614] Unbreak all_available on extension manager.
...
By default RecursiveIteratorIterator skips all directories.
This results in extension manager not finding any extensions.
Add RecursiveIteratorIterator::SELF_FIRST to correct this.
PHPBB3-10614
2012-02-11 15:08:05 -05:00
Oleg Pudeyev
52c9ecd486
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10633] Stop leaking filename of attachments when thumbnail is requested
Conflicts:
phpBB/download/file.php
2012-02-11 05:58:29 -05:00
Oleg Pudeyev
289ac72485
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10606] Also correctly use $s_search_hidden_fields in view(forum|topic).
[ticket/10606] Fix incorrect hidden fields array name in page_header().
2012-02-11 05:48:03 -05:00
Oleg Pudeyev
d6bc77375a
Merge remote-tracking branch 'bantu/ticket/10076' into develop
...
* bantu/ticket/10076:
[ticket/10076] STARTTLS support for SMTP via smtp_class.
[ticket/10076] Move EHLO/HELO code into its own method.
2012-02-10 20:52:36 -05:00
Oleg Pudeyev
95ac995be8
Merge remote-tracking branch 'bantu/ticket/10636' into develop
...
* bantu/ticket/10636:
[ticket/10636] Resolve variable name ($sql_ary) conflict in cache_moderators().
2012-02-10 13:25:46 -05:00
Oleg Pudeyev
56ef5d5025
Merge remote-tracking branch 'cyberalien/ticket/10637' into develop
...
* cyberalien/ticket/10637:
[ticket/10637] Leftovers from implementation of extensions in convertor
[ticket/10637] Leftovers from implementation of extensions in develop tools
[ticket/10637] Leftovers from implementation of extensions in mcp_post
[ticket/10637] Leftovers from implementation of extensions in mcp_main
[ticket/10637] Leftovers from implementation of extensions
2012-02-10 13:06:58 -05:00
Oleg Pudeyev
9d81f97175
Merge remote-tracking branch 'bantu/ticket/10495' into develop
...
* bantu/ticket/10495:
[ticket/10495] Update request/type_cast_helper for PHP 5.4 magic_quotes_gpc drop
2012-02-10 01:40:05 -05:00
Vjacheslav Trushkin
92303d2dac
[ticket/10637] Leftovers from implementation of extensions in mcp_post
...
Replacing code in includes/mcp/mcp_post.php that was missed in ticket 10323
PHPBB3-10637
2012-02-09 22:17:33 +02:00
Vjacheslav Trushkin
1d72a47ea6
[ticket/10637] Leftovers from implementation of extensions in mcp_main
...
Replacing code in includes/mcp/mcp_main.php that was missed in ticket 10323
PHPBB3-10637
2012-02-09 22:13:13 +02:00
Vjacheslav Trushkin
11606c8607
[ticket/10637] Leftovers from implementation of extensions
...
Replacing code in includes/functions_admin.php that was missed in ticket 10323
PHPBB3-10637
2012-02-09 21:58:39 +02:00
rxu
345e8e084f
[ticket/9084] Don't hide 'non-entered' dropdown CPF value if not required
...
PHPBB3-9084
2012-02-10 00:31:13 +08:00
James King
35d5d527db
[ticket/10606] Fix incorrect hidden fields array name in page_header().
...
Regression from dfb7cc625a37c6345fa647ee3a21f890ba5c9649.
PHPBB3-10606
2012-02-09 15:32:35 +01:00
Andreas Fischer
6858485964
[ticket/10636] Resolve variable name ($sql_ary) conflict in cache_moderators().
...
Regression from 4c77903129749008cd08c346006d2a57cf6ff544.
PHPBB3-10636
2012-02-09 14:18:17 +01:00
Igor Wiedler
78de29b7ce
[ticket/10614] Check if cache exists before destroying it
...
PHPBB3-10614
2012-02-09 01:39:45 +01:00
Igor Wiedler
68e4c667fa
[ticket/10614] Remove ext manager exceptions for now
...
PHPBB3-10614
2012-02-09 01:37:53 +01:00
Igor Wiedler
36728d3414
[ticket/10614] Refactor list command to use manager API
...
PHPBB3-10614
2012-02-09 01:36:06 +01:00
Igor Wiedler
5ccd6b0c7a
[ticket/10614] Tweak list output, show state, purge cache, handle missing exts
...
PHPBB3-10614
2012-02-09 01:04:47 +01:00
Vjacheslav Trushkin
6cf7f20590
[ticket/10634] Changing p_master::is_full_class
...
Changing p_master::is_full_class to check allow all module types, not only current type
PHPBB3-10634
2012-02-09 01:34:37 +02:00