Fyorl
aa2f7bcc2c
[ticket/10981] Added check for PHP version before running composer
...
PHPBB3-10981
2012-07-17 21:39:49 +01:00
Fyorl
74074994ba
[ticket/10981] Modified travis to use composer with --dev
...
PHPBB3-10981
2012-07-17 21:39:49 +01:00
Fyorl
7a412f846a
[ticket/10981] Removed setupBeforeClass
...
PHPBB3-10981
2012-07-17 21:39:48 +01:00
Nils Adermann
4a87bc2aa9
Merge remote-tracking branch 'github-noxwizard/ticket/10678' into develop-olympus
...
* github-noxwizard/ticket/10678:
[ticket/10678] Typo and formatting
[ticket/10678] Add port handling for MSSQL tests
[ticket/10678] Move config changes to new location
[ticket/10678] Rename helper class file
[ticket/10678] Lowercase class name, adjust comment width
[ticket/10678] More formatting and docblocks
[ticket/10678] More formatting requests
[ticket/10678] Fix formatting
[ticket/10678] Add better support for Firebird, Oracle, and MSSQL
Conflicts:
tests/RUNNING_TESTS.txt
2012-07-17 21:12:47 +02:00
Andreas Fischer
0f70c930df
Merge remote-tracking branch 'bantu/ticket/10995' into develop-olympus
...
* bantu/ticket/10995:
[ticket/10995] Return false in mssqlnative sql_fetchrow on empty result
2012-07-17 20:56:41 +02:00
Patrick Webster
ae07e80a65
[ticket/10995] Return false in mssqlnative sql_fetchrow on empty result
...
PHPBB3-10995
2012-07-17 20:53:29 +02:00
Andreas Fischer
3a70bc2c75
Merge remote-tracking branch 'mvinny/ticket/10789' into develop-olympus
...
* mvinny/ticket/10789:
[ticket/10789] Remove unnecessary variables from PM print - prosilver
2012-07-17 20:42:17 +02:00
Fyorl
d88411e10d
[ticket/10981] Modified functional framework to account for goutte changes
...
PHPBB3-10981
2012-07-16 17:52:03 +01:00
Fyorl
797ee16eaf
[ticket/10981] Added goutte via composer
...
composer.phar added and autoloaded before tests
PHPBB3-10981
2012-07-16 17:52:03 +01:00
Joas Schilling
d9a32ce614
[ticket/10950] Update undelivered pm counts in batches not 1 by 1 for each user
...
PHPBB3-10950
2012-07-16 17:22:10 +02:00
Andreas Fischer
8f5182bf84
Merge branch 'prep-release-3.0.11' into develop-olympus
...
* prep-release-3.0.11:
[ticket/10978] Fix typo in prosilver ucp_groups_membership.html
2012-07-12 18:19:40 +02:00
Andreas Fischer
35e18a49a9
Merge remote-tracking branch 'Noxwizard/ticket/10978' into prep-release-3.0.11
...
* Noxwizard/ticket/10978:
[ticket/10978] Fix typo in prosilver ucp_groups_membership.html
2012-07-12 18:19:19 +02:00
Joas Schilling
d883535b10
[ticket/10950] Remove deleted entries in tests instead of commenting them out
...
PHPBB3-10950
2012-07-11 13:05:36 +02:00
Joas Schilling
e68c1fb9e4
[ticket/10950] Use database count() and group by instead of doing that in php
...
PHPBB3-10950
2012-07-11 12:58:57 +02:00
Patrick Webster
dd6955f833
[ticket/10978] Fix typo in prosilver ucp_groups_membership.html
...
PHPBB3-10978
2012-07-09 19:29:17 -05:00
Nils Adermann
088dbc0b54
Merge remote-tracking branch 'github-bantu/ticket/10974' into develop-olympus
...
* github-bantu/ticket/10974:
[ticket/10974] Rename tests/mock_user.php -> tests/mock/user.php
2012-07-08 23:03:58 +02:00
Andreas Fischer
cde5411e8a
[ticket/10974] Rename tests/mock_user.php -> tests/mock/user.php
...
PHPBB3-10974
2012-07-08 22:46:14 +02:00
Oleg Pudeyev
a7da376004
Merge PR #856 branch 'prep-release-3.0.11' into develop-olympus
...
* prep-release-3.0.11:
[ticket/10937] Update documentation to say which comment styles are removed.
[ticket/10937] Comment removal functions: Restore backward compatibility
2012-07-07 16:43:28 -04:00
Oleg Pudeyev
36a568fd56
Merge PR #856 branch 'bantu/ticket/10937' into prep-release-3.0.11
...
* bantu/ticket/10937:
[ticket/10937] Update documentation to say which comment styles are removed.
[ticket/10937] Comment removal functions: Restore backward compatibility
2012-07-07 16:43:24 -04:00
Joas Schilling
338d29072f
[ticket/10950] Check $delete_ids to be not empty
...
PHPBB3-10950
2012-07-04 13:14:19 +02:00
Joas Schilling
5c8c7b1352
[ticket/10950] Recreated the behaviour of phpbb_delete_user_pms()
...
- Get delete_ids, pms of the user as receipt
- Get undelivered_msg, pms of the user as sender
- Delete undelivered_msg, if there are only NO_BOX, OUTBOX and SENTBOX links
- Correct the _new and _unread user values for the receipts
- Delete delete_ids, if there are no links to them anymore
- Reset _new and _unread values for the user we delete
PHPBB3-10950
2012-07-04 13:10:15 +02:00
Joas Schilling
7988045bda
[ticket/10950] Fix unit tests to reflect desired behaviour
...
See http://wiki.phpbb.com/Deleting_Private_Messages for further explanation.
PHPBB3-10950
2012-07-04 13:00:04 +02:00
Patrick Webster
5d0aa8e516
[ticket/10441] Make CDB linking more consistent
...
PHPBB3-10441
2012-07-02 21:38:27 -05:00
Andreas Fischer
2c12f31cdf
[ticket/10937] Update documentation to say which comment styles are removed.
...
PHPBB3-10937
2012-07-03 01:02:42 +02:00
Andreas Fischer
81d5327e44
[ticket/10937] Comment removal functions: Restore backward compatibility
...
PHPBB3-10937
2012-07-03 01:02:42 +02:00
Andreas Fischer
3ecc43d48c
Merge branch 'prep-release-3.0.11' into develop-olympus
...
* prep-release-3.0.11:
[ticket/10773] ACP logo with registered trademark symbol
2012-07-01 00:19:52 +02:00
Andreas Fischer
e5364088c3
Merge remote-tracking branch 'Noxwizard/ticket/10773' into prep-release-3.0.11
...
* Noxwizard/ticket/10773:
[ticket/10773] ACP logo with registered trademark symbol
2012-07-01 00:19:32 +02:00
Patrick Webster
625333ea2e
[ticket/10773] ACP logo with registered trademark symbol
...
PHPBB3-10773
2012-06-30 12:21:37 -05:00
Patrick Webster
6203ef0c61
[ticket/10441] Typo
...
PHPBB3-10441
2012-06-29 12:10:14 -05:00
Oyabun1
c9f9e66328
[ticket/10441] Update to docs/README.html
...
Updated information about styles, languages, and MODs
Added a section about the Knowledge Base.
Various phrase changes.
PHPBB3-10441
2012-06-29 01:39:14 -05:00
Patrick Webster
2b89186294
[ticket/10865] Phrase change for visiting with browser
...
PHPBB3-10865
2012-06-28 20:29:07 -05:00
Andreas Fischer
7fba5a0f38
Merge branch 'ticket/brunoais/10850' into develop-olympus
...
* ticket/brunoais/10850:
[ticket/10850] Changed the fopen mode to wb
2012-06-28 23:11:01 +02:00
Bruno Ais
3baeb4276d
[ticket/10850] Changed the fopen mode to wb
...
Changed the fopen mode from "wt" to "wb" as requested in the PR.
The objective behind this is to prevent writting stuff like "\r\r\n" in
windows
PHPBB3-10850
2012-06-28 23:10:12 +02:00
Joas Schilling
d30dc11f3e
[ticket/10950] Add some first and simple unit tests for phpbb_delete_user_pms()
...
Todo: Add cases to in which the msg is also deleted.
PHPBB3-10950
2012-06-23 16:02:16 +02:00
Andreas Fischer
49afc1f2dc
[ticket/10950] Correct comment for the second query.
...
Only undelivered messages are handled.
PHPBB3-10950
2012-06-23 11:16:38 +02:00
Andreas Fischer
30475856c4
[ticket/10950] Add empty line to make unset() call more visible.
...
PHPBB3-10950
2012-06-23 10:47:26 +02:00
Andreas Fischer
fce385e5bc
[ticket/10950] Select the correct columns in SQL queries.
...
PHPBB3-10950
2012-06-23 10:45:36 +02:00
Andreas Fischer
9c2930178f
[ticket/10950] Use a variable for the private message id.
...
PHPBB3-10950
2012-06-23 10:43:43 +02:00
Andreas Fischer
a50d1a3576
[ticket/10950] Move array initialisation to the front.
...
PHPBB3-10950
2012-06-23 10:32:16 +02:00
Andreas Fischer
2a76b7e869
[ticket/10950] Remove redundant if statement.
...
We already know author_id and folder_id.
PHPBB3-10950
2012-06-23 10:30:09 +02:00
Andreas Fischer
35b18676cd
[ticket/10950] Fix SQL coding style (indentation) in second SQL query.
...
PHPBB3-10950
2012-06-23 10:28:13 +02:00
Andreas Fischer
ac8ebfabc7
[ticket/10950] Use proper ' in order to fix comment.
...
PHPBB3-10950
2012-06-23 10:26:48 +02:00
Patrick Webster
08e319198c
[ticket/10865] Grammar corrections for the entire document
...
Fixed more grammatical issues, changed some phrasings, added a link
for offline conversions, and other corrections.
PHPBB3-10865
2012-06-22 23:47:13 -05:00
Andreas Fischer
80180a6a20
Merge branch 'prep-release-3.0.11' into develop-olympus
...
* prep-release-3.0.11:
[ticket/10935] Limit number of PM rules per user to 5000
2012-06-21 10:30:56 +02:00
Andreas Fischer
f1414386d7
Merge remote-tracking branch 'nickvergessen/ticket/10935' into prep-release-3.0.11
...
* nickvergessen/ticket/10935:
[ticket/10935] Limit number of PM rules per user to 5000
2012-06-21 10:30:41 +02:00
Joas Schilling
80fafdeb1a
[ticket/10935] Limit number of PM rules per user to 5000
...
PHPBB3-10935
2012-06-20 14:29:48 +02:00
Andreas Fischer
3e80268249
Merge branch 'prep-release-3.0.11' into develop-olympus
...
* prep-release-3.0.11:
[ticket/10925] Clarify installation requirements for SQLite
2012-06-20 10:31:23 +02:00
Andreas Fischer
155c93d71a
Merge remote-tracking branch 'Noxwizard/ticket/10925' into prep-release-3.0.11
...
* Noxwizard/ticket/10925:
[ticket/10925] Clarify installation requirements for SQLite
2012-06-20 10:31:08 +02:00
Nils Adermann
08763ac99e
Merge remote-tracking branch 'github-dhruvgoel92/ticket/9551' into develop-olympus
...
* github-dhruvgoel92/ticket/9551:
[ticket/9551] uncomment line and change length to 255
2012-06-19 20:09:23 +02:00
Patrick Webster
5bc2219bbe
[ticket/10865] Typo and phrasing change
...
PHPBB3-10865
2012-06-19 12:51:44 -05:00