Oleg Pudeyev
4b5e90a2bd
[ticket/11174] Empty fixture for when we don't need any data.
...
PHPBB3-11174
2012-11-27 08:49:07 -05:00
Oleg Pudeyev
4d1486b08c
[ticket/11174] Eliminate search wrapper copy pasting.
...
PHPBB3-11174
2012-11-27 08:49:06 -05:00
Oleg Pudeyev
a5900a6b11
[ticket/11174] Extract phpbb_search_test_case.
...
PHPBB3-11174
2012-11-27 08:49:06 -05:00
Oleg Pudeyev
04480ec4ae
[ticket/11174] Delete copy pasting.
...
PHPBB3-11174
2012-11-27 08:49:06 -05:00
Oleg Pudeyev
3ed4fc437e
[ticket/11174] Move assertion definition to base class.
...
PHPBB3-11174
2012-11-27 08:49:06 -05:00
Dhruv
d308ee8a25
[ticket/11174] add unit tests for postgres search backend
...
PHPBB3-11174
2012-11-27 08:49:06 -05:00
Dhruv
c725b02df8
[ticket/11174] include utf_tools in postgres search backend
...
PHPBB3-11174
2012-11-27 08:49:06 -05:00
Dhruv
db2297827d
[ticket/11174] negation queries do not return false
...
negation queries are split into words too and returns false in mysql search
backend
PHPBB3-11174
2012-11-27 08:49:06 -05:00
Dhruv
9d597dc2ee
[ticket/11174] set config values
...
set config values and use min length as 4 for wordss in test cases
PHPBB3-11174
2012-11-27 08:49:06 -05:00
Dhruv
2d1ac34de6
[ticket/11174] add test case for native test
...
PHPBB3-11174
2012-11-27 08:48:59 -05:00
Dhruv
615582f0df
[ticket/11174] rename native wrapper class
...
native wrapper class is limited to the native search backend hence renamed.
the one used with mysql can be used with pgsql too.
PHPBB3-11174
2012-11-27 08:48:15 -05:00
Dhruv
6a76b85cbc
[ticket/11174] add mysql unit tests
...
PHPBB3-11174
2012-11-27 08:48:15 -05:00
Dhruv
6e8f142d39
[ticket/11174] removes unnecessary space from word
...
PHPBB3-11174
2012-11-27 08:48:15 -05:00
Dhruv
764da97772
[ticket/11174] include utf_tools in mysql backend
...
when running tests include utf_tools file in the mysql search backend
PHPBB3-11174
2012-11-27 08:48:06 -05:00
Marc Alexander
cb1d98ab7f
[feature/avatars] Check for existing functions rather than using _once
...
PHPBB3-10018
2012-11-26 23:06:38 +01:00
Bruno Ais
1f9eaa1c56
[ticket/10601] Cosmetic code changes
...
- Removed the double line before the addition
- Moved the condition of the WHERE so that both are in the same line
- Removed TABs from the black lines
- Used double quotes instead of escaped single quotes.
PHPBB3-10601
2012-11-26 17:45:46 +00:00
Bruno Ais
85ebbbaec4
[ticket/10601] Database updating code v2
...
Added the space after the (int) as requested
PHPBB3-10601
2012-11-26 17:45:31 +00:00
Bruno Ais
80da19ca7c
[ticket/10601] Database updating code
...
This is what is needed to update the database to comply with these code changes
PHPBB3-10601
2012-11-26 17:45:18 +00:00
Bruno Ais
81547ba980
[ticket/10601] Comment explaning the basename applied to categories
...
Explain in the code where
if (isset($this->module_categories_basenames[$cat_name]))
and
if (isset($this->module_categories_basenames[$level2_name]))
exists, what does it do.
PHPBB3-10601
2012-11-26 17:45:06 +00:00
David King
61842c317a
[ticket/10601] Correctly access class property
...
PHPBB3-10601
2012-11-26 17:44:54 +00:00
Bruno Ais
24939c8225
[ticket/10601]Move Inbox the default in private messages module
...
Did exactly as the answer here asked:
http://area51.phpbb.com/phpBB/viewtopic.php?p=234111
PHPBB3-10601
2012-11-26 17:44:41 +00:00
Marc Alexander
0abec06b09
[feature/avatars] Change gravatar explain as discussed in PR
...
PHPBB3-10018
2012-11-25 21:16:21 +01:00
Marc Alexander
f851d763f9
[feature/avatars] Even more fixes to docblocks
...
PHPBB3-10018
2012-11-25 21:14:05 +01:00
Marc Alexander
6522190ff1
[feature/avatars] Docblock fixes and small change for php_ext
...
PHPBB3-10018
2012-11-25 20:50:31 +01:00
Marc Alexander
a77fcdb5f9
[feature/avatars] Implement better treatment of avatar errors
...
PHPBB3-10018
2012-11-25 17:01:21 +01:00
Marc Alexander
f8256ed00f
[feature/avatars] Small cosmetic changes
...
PHPBB3-10018
2012-11-25 16:18:51 +01:00
Marc Alexander
06639729ea
[feature/avatars] Add static methods for handling driver names
...
PHPBB3-10018
2012-11-25 16:05:57 +01:00
Marc Alexander
6d061304af
[feature/avatars] Small fixes
...
PHPBB3-10018
2012-11-25 15:03:35 +01:00
Marc Alexander
67c2e48d15
[feature/avatars] Only create avatar objects if necessary
...
PHPBB3-10018
2012-11-25 14:33:13 +01:00
Marc Alexander
ce5e2f1677
[feature/avatars] Miscellaneous fixes
...
PHPBB3-10018
2012-11-25 01:18:27 +01:00
Marc Alexander
7945ffa2a1
[feature/avatars] Use new avatar types in database updater
...
PHPBB3-10018
2012-11-25 01:02:43 +01:00
Marc Alexander
ce44e3908e
[feature/avatars] Remove unnecessary abbreviations
...
PHPBB3-10018
2012-11-25 00:54:34 +01:00
Marc Alexander
2b91719906
[feature/avatars] Add allow_avatar_gravatar to schema_data.sql
...
PHPBB3-10018
2012-11-22 18:38:36 +01:00
Marc Alexander
5ff343f1e6
[feature/avatars] Remove duplicate form enctype
...
PHPBB3-10018
2012-11-22 11:58:45 +01:00
Marc Alexander
211abe2ac9
[feature/avatars] Remove obsolete functions from functions_user.php
...
The removed functions are no longer needed due to the new avatar system.
PHPBB3-10018
2012-11-22 00:39:02 +01:00
Marc Alexander
5289dc52a3
[feature/avatars] Add support for modularized avatars to ucp groups
...
This seems to be the last component where the new avatars system was still
missing.
PHPBB3-10018
2012-11-22 00:00:45 +01:00
Nathan Guse
c911a34b5b
[ticket/11103] Do not prepend notification.(type|method) unless necessary
...
PHPBB3-11103
2012-11-21 16:04:01 -06:00
Marc Alexander
8a01bc1718
[feature/avatars] Use RecursiveDirectoryIterator for gallery avatar
...
RecursiveDirectoryIterator is now used for populating the avatar list
array of the gallery avatar.
PHPBB3-10018
2012-11-21 21:42:42 +01:00
Marc Alexander
24ac039336
[feature/avatars] Get rid of array_keys() in gallery avatar
...
PHPBB3-10018
2012-11-21 20:01:50 +01:00
Marc Alexander
01b313ea26
[feature/avatars] Use isset() instead of in_array()
...
PHPBB3-10018
2012-11-21 19:20:39 +01:00
Marc Alexander
8c782122c1
[feature/avatars] Use in_array() and fix tabbing
...
PHPBB3-10018
2012-11-21 17:24:02 +01:00
Marc Alexander
726d1a16d7
[feature/avatars] Move avatar specific settings to drivers
...
PHPBB3-10018
2012-11-21 17:15:35 +01:00
Marc Alexander
9b61204a17
[feature/avatars] Check if gravatar is within min/max width/height
...
PHPBB3-10018
2012-11-21 16:27:20 +01:00
Marc Alexander
b7b14f9a05
[feature/avatars] Use constant for URL and fix usage of getimagesize
...
We now use a constant for the gravatar URL. Additionally the usage of
getimagesize() was reduced. It should only be run if the user didn't
specify both the width and height of the avatar.
PHPBB3-10018
2012-11-21 16:20:14 +01:00
Nathan Guse
61aa53f91a
Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103
...
Conflicts:
phpBB/config/services.yml
phpBB/index.php
2012-11-20 23:19:51 -06:00
Nathan Guse
570c5ad3c0
[ticket/11103] Some comments
...
PHPBB3-11103
2012-11-20 23:12:37 -06:00
Nathan Guse
25d4809c92
Merge pull request #1 from EXreaction/ticket/11103-dev
...
[ticket/11103] Create user loader class, update for DIC
2012-11-20 20:56:00 -08:00
Nathan Guse
2afb8b9df8
[ticket/11103] Create user loader class, update for DIC
...
Create a very basic user loader class to handle querying/storing
user data in a centralized location.
Use DIC collection service for notification types/methods.
Cleanup unused dependencies.
Fix some other issues.
PHPBB3-11103
2012-11-20 22:54:16 -06:00
Patrick Webster
1dff6d1bf9
[ticket/11219] Recreate Oracle sequences instead of altering them
...
The previous method would always leave a gap between the last value and the
new one due to how you have to update the sequence values. To remove gaps in
all situations, the options are to alter the USER_SEQUENCES table or just
drop the sequence and recreate it. The prior requires elevated priveleges
and the latter can break attached objects. Since we don't attach objects to
the sequences, we won't have any problems doing it for the tests.
PHPBB3-11219
2012-11-20 04:40:06 -06:00
Marc Alexander
858c59279c
[feature/avatars] Use protected instead of private
...
PHPBB3-10018
2012-11-19 23:50:34 +01:00