Dhruv
2ff874fe93
[ticket/11179] correct start parameter in native author search
...
PHPBB3-11179
2013-02-19 00:52:54 +05:30
Dhruv
a0ae223ef4
[ticket/11179] correct start parameter in native keyword search
...
PHPBB3-11179
2013-02-19 00:52:53 +05:30
Dhruv
8b7f306897
[ticket/11179] fix success query path for postgres
...
Additional query to check start parameter executed only incase of no
results.
PHPBB3-11179
2013-02-19 00:52:52 +05:30
Dhruv
f0d63594e6
[ticket/11179] fix success query path for mysql
...
Additional query to check start parameter executed only incase of no
results.
PHPBB3-11179
2013-02-19 00:52:51 +05:30
Dhruv
16bbdf4a52
[ticket/11179] minor fixes
...
Amends comments to start with capitals. Reinsert blank lines which were
not supposed to be removed
PHPBB3-11179
2013-02-19 00:52:50 +05:30
Dhruv
bc77ca4d4e
[ticket/11179] pass start param by reference in postgres
...
PHPBB3-11179
2013-02-19 00:52:49 +05:30
Dhruv
ef88edbcf6
[ticket/11179] correct start param in author search of postgres
...
PHPBB3-11179
2013-02-19 00:52:48 +05:30
Dhruv
2cb48f0341
[ticket/11179] correct start parameter in psql keyword search
...
PHPBB3-11179
2013-02-19 00:52:47 +05:30
Dhruv
80f8e3abce
[ticket/11179] pass start param by reference in author search
...
PHPBB3-11179
2013-02-19 00:52:46 +05:30
Dhruv
2601411a9c
[ticket/11179] correct start parameter for author search
...
PHPBB3-11179
2013-02-19 00:52:45 +05:30
Dhruv
1c9c666ef1
[ticket/11179] use FOUND_ROWS query to re-search with changed start param
...
PHPBB3-11179
2013-02-19 00:52:44 +05:30
Dhruv
3e5ef8ab2c
[ticket/11179] pass start parameter by reference
...
start parameter is passed by reference so that in case it is not in bounds
the changes made to it are reflected back to the phpBB/search.php file
PHPBB3-11179
2013-02-19 00:52:43 +05:30
Dhruv
00d34617cc
[ticket/11179] correct the start parameter while retrieving from cache
...
Start parameter if not between 0 and the total result count of the cached
search results is changed accordingly
PHPBB3-11179
2013-02-19 00:52:42 +05:30
Dhruv
737b99966d
[ticket/11179] add search query in case initial one fails
...
changes the start parameter according to the total search results and
executes the search query again to get the results.
PHPBB3-11179
2013-02-19 00:52:41 +05:30
Oleg Pudeyev
0f89b48820
Merge PR #1236 branch 'dhruvgoel92/ticket/11359' into develop
...
# By Dhruv
# Via Dhruv
* dhruvgoel92/ticket/11359:
[ticket/11359] html escape sphinx config data
[ticket/11359] add id attribute to textarea
[ticket/11359] close span
2013-02-18 04:34:26 -05:00
Dhruv
38360c71f2
[ticket/11359] html escape sphinx config data
...
PHPBB3-11359
2013-02-18 14:13:31 +05:30
Dhruv
3c6256b3e7
[ticket/11359] add id attribute to textarea
...
PHPBB3-11359
2013-02-18 14:05:25 +05:30
Dhruv
5b99f0c113
[ticket/11359] close span
...
PHPBB3-11359
2013-02-18 14:01:46 +05:30
Nathan Guse
872773a218
[feature/migrations] Use getLocalisedMessage() function to get error message
...
PHPBB3-11318
2013-02-15 22:22:13 -06:00
Nathan Guse
f6bb14569b
[feature/migrations] getLocalisedMessage function for migration exception
...
PHPBB3-11351
2013-02-15 22:19:24 -06:00
Nathaniel Guse
193a3beb8f
[feature/migrations] Fix failing tests (again)
...
PHPBB3-11318
2013-02-13 21:41:52 -06:00
Andreas Fischer
9a5263c63c
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11196] Changed 401 response message in session.php.
2013-02-12 23:06:17 +01:00
Andreas Fischer
42b211a4a1
Merge branch 'ticket/erangamapa/11196' into develop-olympus
...
* ticket/erangamapa/11196:
[ticket/11196] Changed 401 response message in session.php.
2013-02-12 23:05:59 +01:00
erangamapa
8ec55b062d
[ticket/11196] Changed 401 response message in session.php.
...
In session.php 401 response message was "Not Authorized".
I changed it to "Unauthorized".
PHPBB3-11196
2013-02-12 23:04:55 +01:00
Nathaniel Guse
3a68bba2fb
[feature/migrations] Fix failing tests
...
PHPBB3-11318
2013-02-11 21:31:34 -06:00
Nathaniel Guse
f9a1b27a99
[feature/migrations] Fix unfulfillable function
...
Returned unfulfillable name in the wrong place previously
PHPBB3-11351
2013-02-09 21:16:39 -06:00
Nathaniel Guse
f18b096df9
[feature/migrations] getParameters function for migration exception
...
PHPBB3-11351
2013-02-09 21:10:56 -06:00
Nathaniel Guse
b398fa2050
[feature/migrations] Catch and display errors from the migrator
...
PHPBB3-11318
2013-02-09 21:09:29 -06:00
Nathaniel Guse
f409697137
[feature/migrations] Add explanatory language string for migration errors
...
This should be used if an exception is thrown to inform the user of
what occurred.
PHPBB3-11351
2013-02-09 21:06:08 -06:00
Nathaniel Guse
cacaffee6e
[feature/migrations] Add language strings for migrations errors
...
Unfulfillable returns string of the missing dependency name now if
the migration is unfulfillable (this is significantly more helpful).
PHPBB3-11351
2013-02-09 20:56:42 -06:00
Nathaniel Guse
fc4d5f74c0
[feature/migrations] Call revert correctly when purging an extension
...
PHPBB3-11318
2013-02-09 20:05:39 -06:00
Nathaniel Guse
a8da6b89e9
[feature/migrations] Inject Migrator instead of using the container to fetch
...
PHPBB3-11318
2013-02-09 20:01:40 -06:00
Nathaniel Guse
ec9328e943
Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/migrations-extensions
...
# Via Igor Wiedler (1) and Nathaniel Guse (1)
* 'develop' of https://github.com/phpbb/phpbb3 :
[ticket/11350] Do not pass $db by reference; typehint phpbb_db_driver
2013-02-09 19:51:18 -06:00
Igor Wiedler
fa33eae556
Merge remote-tracking branch 'exreaction/ticket/11350' into develop
...
* exreaction/ticket/11350:
[ticket/11350] Do not pass $db by reference; typehint phpbb_db_driver
2013-02-07 00:56:31 +01:00
Nathaniel Guse
5705c3d377
[feature/migrations] Fix path to extension migrations
...
PHPBB3-11318
2013-02-06 13:14:40 -06:00
Nathaniel Guse
daf243026a
[ticket/11350] Do not pass $db by reference; typehint phpbb_db_driver
...
PHPBB3-11350
2013-02-06 13:08:35 -06:00
Nathan Guse
a665ad5c2e
[feature/migrations] Remove user_msnm migration
...
PHPBB3-9737
2013-02-06 11:35:56 -06:00
Nathan Guse
e4afb68dc3
[feature/migrations] Correct depends_on
...
PHPBB3-9737
2013-02-06 11:35:56 -06:00
Nathan Guse
58507f250b
[feature/migrations] Subdirectories for migration data
...
Organization will set you free
PHPBB3-9737
2013-02-06 11:35:56 -06:00
Nathan Guse
747e514918
[feature/migrations] Reports table schema changes in recent develop
...
PHPBB3-9737
2013-02-06 11:35:55 -06:00
Nathan Guse
d30a9cb497
[feature/migrations] Automatically populate migrations table on install
...
PHPBB3-9737
2013-02-06 11:35:55 -06:00
Nathan Guse
5e69e1a761
[feature/migrations] effectively installed check for migration data
...
PHPBB3-9737
2013-02-06 11:35:55 -06:00
Nathan Guse
dfcf9966e9
[feature/migrations] Comments for the return in the custom functions
...
PHPBB3-11318
2013-02-06 11:35:54 -06:00
Nathan Guse
dd327ac83e
[feature/migrations] Order the migrations schema in schema_data.sql
...
PHPBB3-11318
2013-02-06 11:35:54 -06:00
Nathan Guse
8baceacc36
[feature/migrations] Fix migrations installer, schema for schema_data.sql
...
PHPBB3-11318
2013-02-06 11:35:53 -06:00
Nathan Guse
74f4397451
[feature/migrations] Make depends_on static to call it without dependencies
...
Move installing migrations to migration/install.php and handle figuring
out what migrations have been installed based on phpBB version.
PHPBB3-11318
2013-02-06 11:35:53 -06:00
Nathan Guse
babdb92aa9
[feature/migrations] Remove hardcoded language, use lang instead.
...
PHPBB3-9737
2013-02-06 11:35:53 -06:00
Nathan Guse
ca55f6c481
[feature/migrations] Revert schema for migration data
...
PHPBB3-9737
2013-02-06 11:35:52 -06:00
Nathan Guse
bb99a2609d
[feature/migrations] Replace database_update.php with migrations updater
...
PHPBB3-9737
2013-02-06 11:35:52 -06:00
Nathan Guse
fb4f7470d4
[feature/migrations] Rebuilding migrations data on develop
...
So this is easy to merge later.
PHPBB3-9737
2013-02-06 11:34:11 -06:00