Nils Adermann
446dc9b47e
Merge pull request #1764 from EXreaction/ticket/11874
...
[ticket/11874] Do not always prepend the web path; only replace phpbb_root_path
2013-10-10 15:54:58 -07:00
Nils Adermann
0b56390e32
Merge pull request #1571 from bantu/ticket/11345
...
[ticket/11345] Better font for buttons
2013-10-10 15:27:06 -07:00
Andreas Fischer
39f77149b2
[ticket/11621] Add migration dropping MySQL search indexes.
...
Possibly time-consuming index-regeneration will be left to the user.
PHPBB3-11621
2013-10-11 00:26:25 +02:00
Nils Adermann
63f327853a
Merge pull request #1569 from bantu/ticket/11703
...
[ticket/11703] Make jQuery CDN switch more generic.
2013-10-10 15:25:51 -07:00
Andreas Fischer
6e9e07bae2
[ticket/11621] Remove unnecessary things around index_created() return value.
...
PHPBB3-11621
2013-10-11 00:14:50 +02:00
Nils Adermann
12eaa82aff
Merge pull request #1765 from EXreaction/ticket/11903
...
[ticket/11903] Speed up paging test
2013-10-10 15:00:19 -07:00
Andreas Fischer
79928ebf43
[ticket/11621] Swap columns of post_content index.
...
PHPBB3-11621
2013-10-10 23:59:05 +02:00
Nathan Guse
4ad1495768
[ticket/11903] Speed up paging test
...
PHPBB3-11903
2013-10-10 16:55:01 -05:00
Andreas Fischer
51cc715504
[ticket/11703] Extend the correct migration class.
...
PHPBB3-11703
2013-10-10 23:45:22 +02:00
Nathan Guse
ac9225774e
[ticket/11874] Correct when $phpbb_root_path is appended to build_url()
...
PHPBB3-11874
2013-10-10 16:41:31 -05:00
Andreas Fischer
353ac33d5c
Merge remote-tracking branch 'phpbb/develop' into ticket/11621
...
* phpbb/develop: (542 commits)
[ticket/11901] Pass empty string as relative_url for non-local magic URL.
[ticket/11898] Correct adm_relative_path created by installer
[ticket/11898] Correct admin S_LOGIN_ACTION
[ticket/11892] Fix undefined variables: to_forum_id & to_topic_id
[ticket/11890] Fix untranslated string when deleting posts through MCP.
[ticket/11895] Fix undefined $forum_id
[ticket/10383] Update the results without the overlay popup.
[ticket/10383] Make the content transitions smoother.
[ticket/10383] AJAXify poll voting
[ticket/11888] Update default search backend in namespaces migration
[ticket/11739] Rename “Remember Me” login keys module
[ticket/11893] Remove unnecessary <fieldset> causing a large font size
[ticket/11894] Fix typo in "Delete post" option
[ticket/11888] Use \phpbb\search\fulltext_native as search backend config
[ticket/11608] Mark failed test as incomplete for mysql search backend
[ticket/11608] Update search backend class names to namespaces
[ticket/11608] Move markIncomplete to search backends test
[ticket/11608] Rename base search test class file
[ticket/11608] Remove suffix test from base class
[ticket/11608] Mark postgres search not found test as incomplete
...
2013-10-10 23:39:09 +02:00
Andreas Fischer
a409d39881
[ticket/11703] Also use empty() for T_JQUERY_LINK.
...
PHPBB3-11703
2013-10-10 23:30:29 +02:00
Andreas Fischer
21eae92c27
[ticket/11703] Add effectively_installed().
...
PHPBB3-11703
2013-10-10 23:26:03 +02:00
Andreas Fischer
94b49d8a92
[ticket/11703] Make jQuery CDN switch more generic.
...
Config variable: load_jquery_cdn -> allow_cdn
Template variable: S_JQUERY_FALLBACK -> S_ALLOW_CDN
PHPBB3-11703
2013-10-10 23:26:03 +02:00
Nathan Guse
31649f1eb0
[ticket/11874] Fix tests
...
PHPBB3-11874
2013-10-10 16:20:00 -05:00
Nathan Guse
dba5188f23
[ticket/11874] Do not always prepend the web path; only replace phpbb_root_path
...
PHPBB3-11874
2013-10-10 15:12:55 -05:00
Nathan Guse
b59131f558
Merge pull request #1763 from bantu/ticket/11901
...
[ticket/11901] Pass empty string as relative_url for non-local magic URL...
2013-10-10 12:56:38 -07:00
Andreas Fischer
d024ba9b09
[ticket/11901] Pass empty string as relative_url for non-local magic URL.
...
Only the regular expression for MAGIC_URL_LOCAL has three capturing groups. As
a result $matches[3] is only set in this case. Prior to PHPBB3-11606 an empty
string was passed to make_clickable_callback() as a replacement in case of less
than three capturing groups. This patch reintroduces the empty string.
Regression from 49c12ef4be
.
PHPBB3-11901
2013-10-10 21:01:15 +02:00
Nathaniel Guse
3e694f784d
[ticket/11902] Set max execution time to 0 in db update
...
PHPBB3-11902
2013-10-10 10:05:20 -05:00
Andreas Fischer
1f7b0b4a46
Merge remote-tracking branch 'EXreaction/ticket/11898' into develop
...
* EXreaction/ticket/11898:
[ticket/11898] Correct adm_relative_path created by installer
[ticket/11898] Correct admin S_LOGIN_ACTION
2013-10-10 16:40:21 +02:00
Nathan Guse
b992686fe0
[ticket/11898] Correct adm_relative_path created by installer
...
PHPBB3-11898
2013-10-10 09:08:56 -05:00
Marc Alexander
7c347864a4
[feature/passwords] Fix tests for 8th bit characters in bcrypt on PHP < 5.3.7
...
PHPBB3-11610
2013-10-10 12:09:50 +02:00
Marc Alexander
fdf9ae7c18
[feature/passwords] Increase test coverage to 100% of methods
...
Obsolete code that is impossible to hit has been removed and the logic
of the salted md5 driver has been changed to correctly implement the
phpBB 3.0 phpbb_hash() function.
PHPBB3-11610
2013-10-10 12:01:10 +02:00
Marc Alexander
cd74fb0946
[feature/passwords] Increase test coverage to 35 out ouf 36 methods
...
Only one small code part in the salted md5 driver can't be tested right now.
Passwords helper and passwords driver helper are now fully covered by tests.
PHPBB3-11610
2013-10-09 22:53:13 +02:00
Nathaniel Guse
e1ed30a408
[ticket/11898] Correct admin S_LOGIN_ACTION
...
PHPBB3-11898
2013-10-09 10:18:14 -05:00
Marc Alexander
3b6038cfcd
[feature/passwords] Add tests for unique_id() method in helper
...
PHPBB3-11610
2013-10-09 14:28:57 +02:00
Andreas Fischer
cba383d139
Merge remote-tracking branch 'prototech/ticket/11890' into develop
...
* prototech/ticket/11890:
[ticket/11890] Fix untranslated string when deleting posts through MCP.
2013-10-08 23:36:28 +02:00
Andreas Fischer
5553046120
Merge remote-tracking branch 'prototech/ticket/11892' into develop
...
* prototech/ticket/11892:
[ticket/11892] Fix undefined variables: to_forum_id & to_topic_id
2013-10-08 23:31:36 +02:00
Cesar G
6a75edc057
[ticket/11892] Fix undefined variables: to_forum_id & to_topic_id
...
PHPBB3-11892
2013-10-08 14:24:57 -07:00
Cesar G
964f6fe89a
[ticket/11890] Fix untranslated string when deleting posts through MCP.
...
PHPBB3-11890
2013-10-08 10:56:04 -07:00
Andreas Fischer
1f748e5d47
Merge remote-tracking branch 'EXreaction/ticket/11895' into develop
...
* EXreaction/ticket/11895:
[ticket/11895] Fix undefined $forum_id
2013-10-08 17:22:46 +02:00
Nathaniel Guse
967bef3656
[ticket/11895] Fix undefined $forum_id
...
PHPBB3-11895
2013-10-08 09:46:46 -05:00
Nathan Guse
ca619cb4a9
Merge pull request #1757 from prototech/ticket/10383
...
[ticket/10383] AJAXify poll voting
2013-10-07 18:27:18 -07:00
Cesar G
98a1694c7c
[ticket/10383] Update the results without the overlay popup.
...
PHPBB3-10383
2013-10-07 17:55:04 -07:00
Nathan Guse
1e2ceb456f
Merge pull request #1481 from dhruvgoel92/ticket/11608
...
[ticket/11608] add functional tests for search
2013-10-07 10:15:06 -07:00
Nathan Guse
b0282eeb8a
Merge pull request #1755 from prototech/ticket/11893
...
[ticket/11893] Remove unnecessary <fieldset> causing a large font size
2013-10-07 08:16:08 -07:00
Nathan Guse
ac84fc8952
Merge pull request #1753 from dhruvgoel92/ticket/11888
...
[ticket/11888] Use \phpbb\search\fulltext_native as search backend config
2013-10-07 08:14:46 -07:00
Cesar G
7f31277269
[ticket/10383] Make the content transitions smoother.
...
PHPBB3-10383
2013-10-07 07:39:50 -07:00
Marc Alexander
f1d2949985
[feature/passwords] Move check for 8-bit characters to bcrypt driver
...
PHPBB3-11610
2013-10-07 16:00:52 +02:00
Cesar G
637a5a5eea
[ticket/10383] AJAXify poll voting
...
PHPBB3-10383
2013-10-06 21:48:36 -07:00
Dhruv
2adb8499a9
Merge remote-tracking branch 'prototech/ticket/11739' into develop
...
# By Cesar G
# Via Cesar G
* prototech/ticket/11739:
[ticket/11739] Rename “Remember Me” login keys module
2013-10-07 00:42:56 +05:30
Dhruv
15e5103d72
Merge remote-tracking branch 'prototech/ticket/11894' into develop
...
# By Cesar G
# Via Cesar G
* prototech/ticket/11894:
[ticket/11894] Fix typo in "Delete post" option
2013-10-06 11:06:58 +05:30
Dhruv
da1edb4578
[ticket/11888] Update default search backend in namespaces migration
...
PHPBB3-11888
2013-10-06 10:38:11 +05:30
Cesar G
be9b767019
[ticket/11739] Rename “Remember Me” login keys module
...
PHPBB3-11739
2013-10-05 21:38:20 -07:00
Cesar G
19178421cf
[ticket/11893] Remove unnecessary <fieldset> causing a large font size
...
PHPBB3-11893
2013-10-05 21:22:09 -07:00
Cesar G
70c757a3a9
[ticket/11894] Fix typo in "Delete post" option
...
PHPBB3-11894
2013-10-05 20:59:07 -07:00
Dhruv
ed19176aaf
[ticket/11888] Use \phpbb\search\fulltext_native as search backend config
...
If \ is missing, the default search backend shown in ACP is wrong.
PHPBB3-11888
2013-10-05 22:55:19 +05:30
Dhruv
8c73d28341
[ticket/11608] Mark failed test as incomplete for mysql search backend
...
PHPBB3-11608
2013-10-05 22:49:55 +05:30
Dhruv
67536eb9f7
[ticket/11608] Update search backend class names to namespaces
...
PHPBB3-11608
2013-10-05 21:21:15 +05:30
Dhruv
2b5311deac
[ticket/11608] Move markIncomplete to search backends test
...
PHPBB3-11608
2013-10-05 21:16:06 +05:30