Dhruv
be884b7e29
[ticket/11051] add common_words variable
...
PHPBB3-11051
2012-10-04 23:32:50 +05:30
Dhruv
67939192ae
[ticket/11051] remove unnecessary comment
...
PHPBB3-11051
2012-10-04 23:17:18 +05:30
Dhruv
52b25aaf20
[ticket/11051] add get_word_len() in sphinx search
...
get_word_len() for sphinx search backend returns false always and
triggers proper error.
PHPBB3-11051
2012-10-04 01:51:57 +05:30
Andreas Fischer
fca0811943
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11112] updating links to phpbb.com to use SSL
Conflicts:
phpBB/adm/index.php
2012-10-02 17:03:06 +02:00
Andreas Fischer
8428b53087
Merge remote-tracking branch 'Senky/ticket/11112' into develop-olympus
...
* Senky/ticket/11112:
[ticket/11112] updating links to phpbb.com to use SSL
2012-10-02 17:01:21 +02:00
Andreas Fischer
dbeace22c8
[ticket/11131] Correctly use indefinite article for "warning".
...
PHPBB3-11131
2012-10-02 14:58:20 +02:00
Senky
1f89fc9cb6
[ticket/11112] updating links to phpbb.com to use SSL
...
PHPBB3-11112
2012-10-01 15:38:16 +02:00
Nathan Guse
51862f151d
[ticket/8796] Prevent setting post_time greater than time() in markread
...
PHPBB3-8796
2012-09-30 10:29:43 -05:00
Andreas Fischer
0daab4e0ef
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11122] Move Acyd Burn, Arty and Toonarmy to former contributors
2012-09-29 00:26:43 +02:00
Andreas Fischer
27bef015d6
Merge remote-tracking branch 'nickvergessen/ticket/11122' into develop-olympus
...
* nickvergessen/ticket/11122:
[ticket/11122] Move Acyd Burn, Arty and Toonarmy to former contributors
2012-09-29 00:25:00 +02:00
Joas Schilling
f7a6169184
[ticket/11122] Move Acyd Burn, Arty and Toonarmy to former contributors
...
PHPBB3-11122
2012-09-27 13:22:43 +02:00
Andreas Fischer
9a92c45ad3
Merge remote-tracking branch 'EXreaction/ticket/11021' into develop
...
* EXreaction/ticket/11021:
[ticket/11021] Fix the language changes that were lost previously
2012-09-15 18:31:13 +02:00
Nathan Guse
9e5505933a
[ticket/11021] Fix the language changes that were lost previously
...
Change U_HOME to U_SITE_HOME
PHPBB3-11021
2012-09-15 11:28:58 -05:00
Andreas Fischer
5dc7aba18f
Merge remote-tracking branch 'EXreaction/ticket/11021' into develop
...
* EXreaction/ticket/11021:
[ticket/11021] Remove unnecessary line spacing in functions.php
[ticket/11021] Use L_SITE_HOME instead of L_HOME
[ticket/11021] Better language strings for site home url/text
[ticket/11021] subsilver2 support
[ticket/11021] Add the option to specify a Site home URL and text
2012-09-15 17:48:51 +02:00
Nathan Guse
480e3daede
[ticket/11021] Remove unnecessary line spacing in functions.php
...
PHPBB3-11021
2012-09-15 10:46:03 -05:00
Nathan Guse
7a47013994
[ticket/11021] Use L_SITE_HOME instead of L_HOME
...
Check site home url against !== '', not empty
PHPBB3-11021
2012-09-15 10:44:18 -05:00
Nathan Guse
0c56bd45ef
[ticket/11021] Better language strings for site home url/text
...
Correct the logo title to be {L_HOME} if {U_HOME} is used.
Check if the Home text is instead of just equal to false when
outputting it to the template
PHPBB3-11021
2012-09-15 10:28:37 -05:00
Andreas Fischer
f1fb555ea3
Merge remote-tracking branch 'imkingdavid/ticket/11086' into develop
...
* imkingdavid/ticket/11086:
[ticket/11086] Move DI processing below $request definition
[ticket/11086] Fix database_update.php to use Dependency Injection Container
2012-09-14 13:34:23 +02:00
Andreas Fischer
d221f2901a
Merge remote-tracking branch 'igorw/ticket/11101' into develop
...
* igorw/ticket/11101:
[ticket/11101] Delay execution of container processors
2012-09-14 13:34:21 +02:00
Andreas Fischer
635a58a7e2
Merge remote-tracking branch 'bantu/ticket/11109' into develop
...
* bantu/ticket/11109:
[ticket/11109] Re-add file conflict checks to compress class
2012-09-14 01:27:48 +02:00
Fyorl
b24ee89cfc
[ticket/11109] Re-add file conflict checks to compress class
...
PHPBB3-11109
2012-09-14 01:26:33 +02:00
Andreas Fischer
91423880da
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11045] Removed file conflict tests for compress class
[ticket/11045] Replaced __DIR__ with dirname(__FILE__)
[ticket/11045] Opening brace on its own line
[ticket/11045] Explicitely check for zlib and bz2
[ticket/11045] Added tests for file conflicts
[ticket/11045] Added unit tests for the compress class
2012-09-14 00:49:48 +02:00
Andreas Fischer
888aa47b0e
Merge remote-tracking branch 'Fyorl/ticket/11045' into develop-olympus
...
* Fyorl/ticket/11045:
[ticket/11045] Removed file conflict tests for compress class
[ticket/11045] Replaced __DIR__ with dirname(__FILE__)
[ticket/11045] Opening brace on its own line
[ticket/11045] Explicitely check for zlib and bz2
[ticket/11045] Added tests for file conflicts
[ticket/11045] Added unit tests for the compress class
2012-09-14 00:46:04 +02:00
David King
298fa894e7
[ticket/11086] Move DI processing below $request definition
...
As per PR #991 (ticket/11101).
PHPBB3-11086
2012-09-13 16:56:09 -04:00
David King
503989979a
[ticket/11086] Fix database_update.php to use Dependency Injection Container
...
PHPBB3-11086
2012-09-13 16:44:26 -04:00
Fyorl
ce7cffcf9e
[ticket/11045] Removed file conflict tests for compress class
...
PHPBB3-11045
2012-09-11 09:42:29 +01:00
Andreas Fischer
238fab3bb9
[ticket/8713] Update untrimmed_variable() doc block.
...
PHPBB3-8713
2012-09-09 21:53:17 +02:00
Andreas Fischer
73a75fc3d3
[ticket/8713] Revert changes to ucp_profile, ucp_register and acp_users.
...
Currently only auth_db is supported there and the password needs to be trimmed
for compatibility because user_password stores
phpbb_hash(htmlspecialchars(trim($password)))
Setting passwords for other auth modules is currently not supported.
Once setting/changing passwords is supported by auth plugins, the
untrimmed_variable() should be used here and the result should be passed
to the auth plugin.
PHPBB3-8713
2012-09-09 21:10:29 +02:00
David King
8a91598b14
Merge remote-tracking branch 'nickvergessen/ticket/10876' into develop
2012-09-08 15:58:25 -04:00
Andreas Fischer
1e05fd4c62
[ticket/8713] Trim password in auth_db to keep compatibility.
...
PHPBB3-8713
2012-09-08 15:01:29 +02:00
Andreas Fischer
cc0c378caf
[ticket/8713] Call htmlspecialchars_decode() on transfer (e.g. ftp) passwords.
...
PHPBB3-8713
2012-09-08 14:42:38 +02:00
Igor Wiedler
d543f0ffb1
[ticket/11101] Delay execution of container processors
...
Also fix the name of the ext processor service.
PHPBB3-11101
2012-09-08 14:41:41 +02:00
Andreas Fischer
f2607fc9e8
[ticket/8713] Rename untrimed_variable() to untrimmed_variable().
...
PHPBB3-8713
2012-09-08 14:15:56 +02:00
Andreas Fischer
b62c37c579
[ticket/8713] DRY: variable() and untrimed_variable() into a protected method.
...
PHPBB3-8713
2012-09-08 14:09:12 +02:00
Andreas Fischer
c3e0d1b6d1
[ticket/8713] Fix type_cast_helper.php doc blocks: Add punctuation etc.
...
PHPBB3-8713
2012-09-08 14:07:42 +02:00
Andreas Fischer
798033075b
[ticket/8713] Always trim array keys.
...
PHPBB3-8713
2012-09-08 14:07:06 +02:00
Andreas Fischer
160c49351b
[ticket/8713] Add simple (non-nested) test case for untrimmed set_var().
...
PHPBB3-8713
2012-09-08 13:44:50 +02:00
Andreas Fischer
4550fff55a
[ticket/8713] Use \t in double quotes instead of tabs.
...
PHPBB3-8713
2012-09-08 13:43:14 +02:00
Andreas Fischer
2c41b9062a
[ticket/8713] Use correct parameter for nested data.
...
PHPBB3-8713
2012-09-08 13:41:51 +02:00
Andreas Fischer
06c3868c27
[ticket/8713] Adjust test method name to other recursive_set_var() tests.
...
PHPBB3-8713
2012-09-08 13:40:28 +02:00
Andreas Fischer
552233d8fd
[ticket/11100] Mark can_use_ssl() and can_use_tls() as static.
...
PHPBB3-11100
2012-09-08 01:12:34 +02:00
Andreas Fischer
23b00d393c
Merge remote-tracking branch 'EXreaction/ticket/11092' into develop
...
* EXreaction/ticket/11092:
[ticket/11092] phpbb_gen_download_links strict standards errors
2012-09-08 00:49:13 +02:00
Nathan Guse
c93b3827dc
[ticket/11092] phpbb_gen_download_links strict standards errors
...
Two strict standards errors in phpbb_gen_download_links
PHPBB3-11092
2012-09-07 11:29:47 -05:00
Nathaniel Guse
fccbf09e4a
[ticket/8796] Fix a few issues with the previous commits
...
Fix an SQL error and the redirect url generated
PHPBB3-8796
2012-09-03 18:58:38 -05:00
Nathaniel Guse
9cba0b5263
[ticket/8796] Mark read links updated to include time() in url
...
Submitting the current time() allows us to mark only the topics
and forums read up until a certain time (when the user loaded
the page). This means that any new posts or topics posted between
when the user opened the page and clicked the link are still
shown as unread.
PHPBB3-8796
2012-09-03 18:51:29 -05:00
Nathaniel Guse
b9308329cf
[ticket/8796] Revert changes to $user->data['lastmark']
...
The earlier change might change the way some things work
(after looking at viewtopic) and I'd rather not risk introducing
new bugs, so I'm going to revert those changes to be safe.
PHPBB3-8796
2012-09-03 18:37:54 -05:00
Nathaniel Guse
815cc4a9a3
[ticket/8796] Make function markread obey the $post_time argument
...
Also do a little cleanup of the markread function
PHPBB3-8796
2012-09-03 18:23:36 -05:00
Nathaniel Guse
b3cd5a649b
[ticket/8713] Do not trim login inputs
...
Create a function to request variables which are not trimmed.
All requests for passwords (except forum passwords) now use the
untrimmed request function.
PHPBB3-8713
2012-09-03 13:32:33 -05:00
David King
7bf598954c
Merge remote-tracking branch 'unknownbliss/ticket/10631' into develop
2012-09-01 16:38:47 -04:00
Unknown Bliss
81f7f28cc3
[ticket/10631] Removing un-needed TODOs that are no longer needed.
...
PHPBB3-10631
2012-09-01 21:30:35 +01:00