Andreas Fischer
21bd0ca31a
Merge branch 'develop-olympus' into develop
...
With 5efdbfa5e4e3c00c08167cdfff912ee4937f4fd2 reverted.
* develop-olympus:
[task/php54] Disable E_STRICT in Olympus when running on PHP 5.4.
[task/php54] Refactor error_reporting call slightly.
2012-03-22 10:51:03 +01:00
Andreas Fischer
e5205ba2f8
Merge remote-tracking branch 'p/task/php54-olympus' into develop-olympus
...
* p/task/php54-olympus:
[task/php54] Disable E_STRICT in Olympus when running on PHP 5.4.
[task/php54] Refactor error_reporting call slightly.
2012-03-22 10:49:37 +01:00
Michael Cullum
4325bbf4c6
[task/travis] Add automated testing to readme
...
PHPBB3-10718
2012-03-22 09:08:43 +00:00
Michael Cullum
9120c7691e
[task/travis] Removing development information
...
PHPBB3-10718
2012-03-22 09:08:12 +00:00
Michael Cullum
4dafcc2525
[task/travis] Adding Travis Continuous Intergration Support
...
PHPBB3-10718
2012-03-22 09:05:59 +00:00
Dhruv Goel
92f771eb82
[ticket/10704] minor typo in a comment
...
Make sure $id separation is working fine
PHPBB3-10704
2012-03-22 03:10:14 +05:30
Joas Schilling
2005c339ff
[ticket/10717] Fix profile field sample in prosilver´s memberlist_view.html
...
PHPBB3-10717
2012-03-20 17:45:08 +01:00
Richard Foote
70d88965c7
[ticket/10708] Check converted passwords for multi-byte characters
...
Check for multi-byte characters in converted passwords.
PHPBB3-10708
2012-03-19 23:19:21 -04:00
David King
6a0bad8c0b
[ticket/10586] Tests finally work (thanks naderman)
...
PHPBB3-10586
2012-03-19 09:56:48 -04:00
Nils Adermann
1bbb32a5cf
[ticket/10586] Correctly purge board cache and don't rename install directory
...
PHPBB3-10586
2012-03-19 09:12:34 -04:00
David King
76e6195194
[ticket/10586] trying to get tests to work
...
PHPBB3-10586
2012-03-19 09:12:34 -04:00
David King
7d1e4bca33
[ticket/10586] more work on getting tests to pass
...
PHPBB3-10586
2012-03-19 09:12:34 -04:00
David King
4100b312bb
[ticket/10586] Tests are coming along, just a little more to go
...
PHPBB3-10586
2012-03-19 09:12:33 -04:00
David King
e78585c973
[ticket/10586] Rename install directory back to install/ after tests
...
PHPBB3-10586
2012-03-19 09:12:33 -04:00
David King
66b45318ef
[ticket/10586] browse tests now work, but mine dont. at least we are making progress
...
PHPBB3-10586
2012-03-19 09:12:33 -04:00
David King
7b44d6f21a
[ticket/10586] initial work on copying fixtures. Note that this depends on 10706
...
PHPBB3-10586
2012-03-19 09:12:33 -04:00
David King
d235262bc2
[ticket/10586] Adding the extensions used by the tests
...
PHPBB3-10586
2012-03-19 09:12:33 -04:00
David King
a37a28b485
[ticket/10586] Now tests run, but fail. But here is what I have.
...
PHPBB3-10586
2012-03-19 09:12:33 -04:00
David King
9212466626
[ticket/10586] some bootstrap additions and test changes to try and make it work
...
PHPBB3-10586
2012-03-19 09:12:32 -04:00
David King
401de113f9
[ticket/10586] test stuff. does not work yet, still need to put phpBB objects in bootstrap.php
2012-03-19 09:12:32 -04:00
David King
e5ce964656
[ticket/10586] Copy/paste fail fixed
...
PHPBB3-10586
2012-03-19 09:12:32 -04:00
David King
e45452d1b3
[ticket/10586] Sanitize periods from class names, use manager to get path.
...
PHPBB3-10586
2012-03-19 09:12:32 -04:00
David King
969c6d42e3
[ticket/10586] Removed file_exists() check because class_exists() covers that.
...
PHPBB3-10586
2012-03-19 09:12:32 -04:00
David King
a0131b45f5
[ticket/10586] Extension front controller
...
Handle extension front pages
PHPBB3-10586
2012-03-19 09:12:31 -04:00
Bruno Ais
3a044b4b3e
[feature/save-post-on-report] Changed mark in subsilver2 to look like viewtopic
...
As cyberalien requested. This was changed to match better the idea behind
what was made in prosilver to subsilver2.
PHPBB3-10600
2012-03-19 08:27:32 -04:00
Bruno Ais
28c6b95100
[feature/save-post-on-report] bbcode_nl2br missing.
...
New lines were missing in the reported_post_text.
By adding the bbcode_nl2br() became as it is supposed to.
PHPBB3-10600
2012-03-19 08:27:32 -04:00
Bruno Ais
165a2d1aa8
[feature/save-post-on-report] Change the column type of reported text
...
What ever it said. I changed the type of data in the column
reported_post_text to match what was requested by p
PHPBB3-10600
2012-03-19 08:27:32 -04:00
Bruno Ais
18373035c3
[feature/save-post-on-report] Changed the name of the column
...
The name of the column was changed from reported_post AND
reported_text to reported_post_text.
This change was made by request
PHPBB3-10600
2012-03-19 08:27:32 -04:00
Bruno Ais
6f5c0dddfc
[feature/save-post-on-report] Bug fix table name
...
There was a bug in the previous commit. I changed the name
of the colon of the table and forgot to update the database_update.php
now it's fixed.
PHPBB3-10600
2012-03-19 08:27:32 -04:00
Bruno Ais
c241a4a2b4
[feature/save-post-on-report] Saves the post reported when a report is creat
...
A problem when creating a report is that the report may be made and then
the post changed. After the changes, if the report is seen the message
it shows may not be correct to be reported. With these changes, when
a report is created the system copies the post that was reported and
shows it in the report details in the MCP
PHPBB3-10600
2012-03-19 08:27:31 -04:00
Bruno Ais
95b5109c62
[feature/save-post-on-report] The complete changes for this feature
...
This covers all the changes so that when a report is made, the post
itself is copied and displayed in the MCP instead of the current post.
Unfortunatly, I made all commits in the wrong way and they were lost.
Now I have only the final files.
2012-03-19 08:27:31 -04:00
Andreas Fischer
cfd0afe4ea
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10691] Fixed the speed of creating search index
2012-03-19 12:55:37 +01:00
Andreas Fischer
dad37a4329
Merge remote-tracking branch 'dhruvgoel92/ticket/10691' into develop-olympus
...
* dhruvgoel92/ticket/10691:
[ticket/10691] Fixed the speed of creating search index
2012-03-19 12:55:24 +01:00
Dhruv Goel
c551b46115
[ticket/10691] Fixed the speed of creating search index
...
$time is now initialized after each batch iteration.
Speed for each batch iteration of creating search index is fixed.
PHPBB3-10691
2012-03-19 17:11:30 +05:30
Oleg Pudeyev
1fa39ea722
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/8636] Add resync option to topic_view moderation page
2012-03-16 06:18:35 -04:00
Oleg Pudeyev
81eeafbb8d
Merge remote-tracking branch 'nickvergessen/ticket/8636' into develop-olympus
...
* nickvergessen/ticket/8636:
[ticket/8636] Add resync option to topic_view moderation page
2012-03-16 06:18:29 -04:00
Oleg Pudeyev
8de8dc916e
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10689] Fix "First character"-option in "Find a member"-search
2012-03-16 06:06:56 -04:00
Oleg Pudeyev
95e011ccbe
Merge remote-tracking branch 'nickvergessen/ticket/10689' into develop-olympus
...
* nickvergessen/ticket/10689:
[ticket/10689] Fix "First character"-option in "Find a member"-search
2012-03-16 06:06:44 -04:00
Oleg Pudeyev
29b11b69f8
Merge remote-tracking branch 'nickvergessen/ticket/10690' into develop
...
* nickvergessen/ticket/10690:
[ticket/10690] Fix undefined UNAPPROVED_POSTS_ZERO_TOTAL in queue
2012-03-16 05:29:23 -04:00
Oleg Pudeyev
ccdd176b72
[task/php54-ascraeus] Bring p_master#module_auth into PHP 5 era.
...
Split module_auth into a static and a non-static version.
Call the static version statically and the non-static version non-statically.
PHPBB3-10615
2012-03-16 04:56:41 -04:00
Oleg Pudeyev
5efdbfa5e4
[task/php54] Disable E_STRICT in Olympus when running on PHP 5.4.
...
We cannot use static in Olympus because it must be PHP 4 compatible.
Therefore disable E_STRICT for Olympus.
This commit should be reverted for Ascraeus.
PHPBB3-10615
2012-03-15 22:47:42 -04:00
Oleg Pudeyev
71afba0ded
[task/php54] Refactor error_reporting call slightly.
...
Separate error level assignment into a variable in this commit
so that the only difference between Olympus and Ascraeus
is the addition of logic altering $level.
PHPBB3-10615
2012-03-15 22:46:06 -04:00
Joas Schilling
33dce916e2
[ticket/10690] Fix undefined UNAPPROVED_POSTS_ZERO_TOTAL in queue
...
PHPBB3-10690
2012-03-14 22:22:22 +01:00
Joas Schilling
3b7a6a3efa
[ticket/10689] Fix "First character"-option in "Find a member"-search
...
PHPBB3-10689
2012-03-12 00:39:12 +01:00
rxu
ff8d523768
[ticket/10684] Rename function phpbb_get_banned_users_ids() parameter
...
PHPBB3-10684
2012-03-12 01:57:51 +08:00
rxu
da395edbca
[ticket/10684] Remove intval mapping for array keys
...
PHP manual for arrays http://php.net/manual/en/language.types.array.php states
that the following key cast will occur: Strings containing valid integers will
be cast to the integer type. E.g. the key "8" will actually be stored under 8.
Thus, no intval mapping for numeric array keys is needed.
PHPBB3-10684
2012-03-12 01:47:28 +08:00
rxu
321d0d9b56
[ticket/10684] Adjust pm_notifications() to handle stale bans
...
- Add parameter (array) to the function phpbb_get_banned_users_ids()
- Fix function pm_notification() to handle users with stale bans
PHPBB3-10684
2012-03-12 01:44:00 +08:00
David King
7dfb8d7c20
Merge branch 'develop-olympus' into develop
2012-03-11 12:59:52 -04:00
David King
b652e1a1bb
Merge branch 'unknownbliss/ticket/10697' into develop-olympus
2012-03-11 12:58:55 -04:00
Michael Cullum
24f1896b3c
[ticket/10697] Updating gitignore to match develop branch
...
PHPBB3-10697
2012-03-11 09:42:56 +00:00