Dhruv
2e218776bb
[ticket/11011] passing global variables
...
Pass global variables to class constructor when making a new object.
PHPBB3-11011
2012-07-28 18:28:51 +05:30
Dhruv
33c6d7c8be
[ticket/11011] remove global keyword in native search
...
Pass global variables into the search backend class constructor.
PHPBB3-11011
2012-07-28 15:08:09 +05:30
Dhruv
a1da7ff861
[ticket/11011] remove global keyword in pgsql search
...
Pass global variables into the search backend class constructor.
PHPBB3-11011
2012-07-28 15:02:20 +05:30
Dhruv
9c7a1a1472
[ticket/11011] global variables as constructor parameters
...
Pass global variables into the search backend class constructor.
PHPBB3-11011
2012-07-28 15:02:19 +05:30
Dhruv
db1c80dee9
[ticket/11011] add access specifiers and docblocks
...
Add access specifiers and docblocks to mysql search backend.
PHPBB3-11011
2012-07-28 15:02:18 +05:30
Oleg Pudeyev
7fd1a166da
Merge PR #865 branch 'dhruvgoel92/feature/sphinx-fulltext-search' into develop
...
* dhruvgoel92/feature/sphinx-fulltext-search: (57 commits)
[feature/sphinx-fulltext-search] add sphinx to Authors file
[feature/sphinx-fulltext-search] add sphinxapi.php file
[feature/sphinx-fulltext-search] fix auth bug
[feature/sphinx-fulltext-search] remove unused property
[feature/sphinx-fulltext-search] use 9312 as default port
[feature/sphinx-fulltext-search] fix language of host config
[feature/sphinx-fulltext-search] fix sphinx for arbitary host
[feature/sphinx-fulltext-search] coding changes acc to phbb conventions
[feature/sphinx-fulltext-search] fixing comments
[feature/sphinx-fulltext-search] add trailing slash in language
[feature/sphinx-fulltext-search] improve port option
[feature/sphinx-fulltext-search] remove stopwords and config path
[feature/sphinx-fulltext-search] makes sql host configurable
[feature/sphinx-fulltext-search] use readonly instead of disabled
[feature/sphinx-fulltext-search] fix language keys' typo
[feature/sphinx-fulltext-search] remove note from db_tools
[feature/sphinx-fulltext-search] add support for postgres
[feature/sphinx-fulltext-search] add pgsql functionality
[feature/sphinx-fulltext-search] use Update in sphinx query
[feature/sphinx-fulltext-search] use CASE instead of IF
...
2012-07-27 22:27:26 -04:00
Dhruv
f1729281e6
[feature/sphinx-fulltext-search] add sphinx to Authors file
...
PHPBB3-10946
2012-07-27 11:28:14 +05:30
Dhruv
033a2328c4
[feature/sphinx-fulltext-search] add sphinxapi.php file
...
PHPBB3-10946
2012-07-27 11:27:25 +05:30
Dhruv
fe8a0d3bc6
[feature/sphinx-fulltext-search] fix auth bug
...
$this->auth replaces $auth as at other occurences of auth.
PHPBB3-10946
2012-07-27 11:10:12 +05:30
Dhruv
cec9f7d54e
[feature/sphinx-fulltext-search] remove unused property
...
Removes unused property $word_length
PHPBB3-10946
2012-07-27 11:10:10 +05:30
Dhruv
6547989225
[feature/sphinx-fulltext-search] use 9312 as default port
...
Uses 9312 instead of 3312 as default port for searchd to listen on
according to latest sphinx documentation. Use filename sphinxapi.php
instead of old one.
PHPBB3-10946
2012-07-27 11:10:04 +05:30
Dhruv
3f4afedad3
[feature/sphinx-fulltext-search] fix language of host config
...
PHPBB3-10946
2012-07-27 02:40:05 +05:30
Dhruv
a6b5b2784f
[feature/sphinx-fulltext-search] fix sphinx for arbitary host
...
PHPBB3-10946
2012-07-26 17:32:06 +05:30
Dhruv
eb4298c646
[feature/sphinx-fulltext-search] coding changes acc to phbb conventions
...
Add a new line after break. Change docblocks to be more informative.
PHPBB3-10946
2012-07-26 16:55:11 +05:30
Dhruv
747af894a0
[feature/sphinx-fulltext-search] fixing comments
...
Use // for two liners in comments.
PHPBB3-10946
2012-07-26 16:18:53 +05:30
Dhruv
9f2faaa8f1
[feature/sphinx-fulltext-search] add trailing slash in language
...
PHPBB3-10946
2012-07-26 14:29:12 +05:30
Nils Adermann
d1e5686866
Merge pull request #924 from VSEphpbb/ticket/11025
...
[ticket/11025] Make last topic titles in forum list Bold
2012-07-23 18:50:59 -07:00
Matt Friedman
edec4a492e
[ticket/11025] Add underline for hover to classes
...
PHPBB3-11025
2012-07-23 18:47:23 -07:00
Matt Friedman
4ff644890a
[ticket/11025] Replace <b> with <strong> and/or class for semantic styling in subsilver2
...
PHPBB3-11025
2012-07-23 18:43:28 -07:00
Matt Friedman
8c337a260b
[ticket/11025] Replace <b> with <strong> and/or class for semantic styling
...
PHPBB3-11025
2012-07-23 18:33:32 -07:00
Matt Friedman
eeb7b1bac3
[ticket/11025] Make last topic titles in forum list Bold
...
This small style tweak will make the truncated last topic titles
shown in the forum list BOLD for better visual impact.
PHPBB3-11025
2012-07-23 17:08:40 -07:00
Andreas Fischer
efbc02acf3
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[prep-release-3.0.11] Update Changelog for 3.0.11-RC2 release.
[prep-release-3.0.11] Bumping version number for 3.0.11-RC2.
Conflicts:
phpBB/install/database_update.php
2012-07-23 23:57:08 +02:00
Andreas Fischer
49a53755e6
Merge branch 'prep-release-3.0.11' into develop-olympus
...
* prep-release-3.0.11:
[prep-release-3.0.11] Update Changelog for 3.0.11-RC2 release.
[prep-release-3.0.11] Bumping version number for 3.0.11-RC2.
Conflicts:
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
2012-07-23 23:45:17 +02:00
Andreas Fischer
ece4a2edb7
[prep-release-3.0.11] Update Changelog for 3.0.11-RC2 release.
release-3.0.11-RC2
2012-07-23 23:41:58 +02:00
Andreas Fischer
9f073e4c75
[prep-release-3.0.11] Bumping version number for 3.0.11-RC2.
2012-07-23 23:41:47 +02:00
Andreas Fischer
f6b4aec9d0
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10965] Profile data is only grabbed when show_novalue is enabled
2012-07-23 23:40:09 +02:00
Andreas Fischer
60acd63c70
Merge branch 'prep-release-3.0.11' into develop-olympus
...
* prep-release-3.0.11:
[ticket/10965] Profile data is only grabbed when show_novalue is enabled
2012-07-23 23:39:58 +02:00
Andreas Fischer
9279c8f5ee
Merge remote-tracking branch 'naderman/ticket/10965' into prep-release-3.0.11
...
* naderman/ticket/10965:
[ticket/10965] Profile data is only grabbed when show_novalue is enabled
2012-07-23 23:39:42 +02:00
Nils Adermann
296fadfca4
[ticket/10965] Profile data is only grabbed when show_novalue is enabled
...
PHPBB3-10965
2012-07-23 23:35:48 +02:00
Andreas Fischer
dad99dcd8e
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10965] Make sure all profile fields are always grabbed on viewtopic
2012-07-23 22:56:57 +02:00
Andreas Fischer
27d9e3133b
Merge branch 'prep-release-3.0.11' into develop-olympus
...
* prep-release-3.0.11:
[ticket/10965] Make sure all profile fields are always grabbed on viewtopic
2012-07-23 22:56:47 +02:00
Andreas Fischer
3c64cccecc
Merge remote-tracking branch 'naderman/ticket/10965' into prep-release-3.0.11
...
* naderman/ticket/10965:
[ticket/10965] Make sure all profile fields are always grabbed on viewtopic
2012-07-23 22:56:36 +02:00
Nils Adermann
2f5692d4bb
[ticket/10965] Make sure all profile fields are always grabbed on viewtopic
...
PHPBB3-10965
2012-07-23 22:38:38 +02:00
Andreas Fischer
9480a5e512
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1
[ticket/10965] Introduce a new profile field option to display no value
Conflicts:
phpBB/includes/acp/acp_profile.php
2012-07-23 15:50:54 +02:00
Andreas Fischer
7b98e75ec3
Merge branch 'prep-release-3.0.11' into develop-olympus
...
* prep-release-3.0.11:
[ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1
[ticket/10965] Introduce a new profile field option to display no value
2012-07-23 15:48:53 +02:00
Andreas Fischer
3da72e9864
Merge remote-tracking branch 'naderman/ticket/10965' into prep-release-3.0.11
...
* naderman/ticket/10965:
[ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1
[ticket/10965] Introduce a new profile field option to display no value
2012-07-23 15:48:40 +02:00
Nils Adermann
19237f5613
[ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1
...
PHPBB3-10965
2012-07-23 15:46:04 +02:00
Nils Adermann
10172887fd
[ticket/10965] Introduce a new profile field option to display no value
...
By default the 3.0.10 behaviour is kept, profile fields will not show up
if they have either not yet been selected or in case of an optional
dropdown field if the novalue option was selected.
PHPBB3-10965
2012-07-23 15:45:57 +02:00
Nils Adermann
147a125f69
Merge pull request #914 from EXreaction/ticket/10990
...
Ticket/10990
2012-07-22 16:25:17 -07:00
Nathan Guse
577dbf8951
[ticket/10990] Changes for develop
...
PHPBB3-10990
2012-07-22 14:48:39 -05:00
Nathan Guse
eb5e33a768
[ticket/10990] Do not use comma separator when storing it as a log.
...
PHPBB3-10990
2012-07-22 14:39:10 -05:00
Nathan
67665f5957
[ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriate
...
PHPBB3-10990
2012-07-22 14:32:03 -05:00
Nils Adermann
34d5fa6995
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10667] Fix tests under MySQL 5.5 strict mode (once again)
2012-07-22 01:46:56 +02:00
Nils Adermann
da8d610011
Merge branch 'prep-release-3.0.11' into develop-olympus
...
* prep-release-3.0.11:
[ticket/10667] Fix tests under MySQL 5.5 strict mode (once again)
2012-07-22 01:46:46 +02:00
Nils Adermann
55aaa596d7
Merge branch 'ticket/10667' into prep-release-3.0.11
...
* ticket/10667:
[ticket/10667] Fix tests under MySQL 5.5 strict mode (once again)
2012-07-22 01:46:01 +02:00
Igor Wiedler
6ed63088fe
[ticket/10667] Fix tests under MySQL 5.5 strict mode (once again)
...
PHPBB3-10667
2012-07-22 01:45:30 +02:00
Nils Adermann
691349a502
Merge pull request #909 from igorw/ticket/10667
...
[ticket/10667] Fix tests under MySQL 5.5 strict mode (once again)
2012-07-21 16:41:20 -07:00
Dhruv
39bac86f7d
[feature/sphinx-fulltext-search] improve port option
...
Use listen instead of deprecated port value in sphinx config file.
sqlhost uses default $dbhost.
PHPBB3-10946
2012-07-22 04:24:34 +05:30
Dhruv
e40758db84
[feature/sphinx-fulltext-search] remove stopwords and config path
...
Remove stopwords and config_path options from ACP.
PHPBB3-10946
2012-07-22 03:16:03 +05:30
Dhruv
161e469b5a
[feature/sphinx-fulltext-search] makes sql host configurable
...
The SQL server host which sphinx connects to index the posts is now
configurable via ACP.
PHPBB3-10946
2012-07-22 02:50:53 +05:30