Hari Sankar R
03a35581c4
[ticket/10561] Reverted to phpbb_style_is_active()
...
Changes made to function name, reverted to old.
PHPBB3-10561
2012-04-07 23:15:12 +05:30
Hari Sankar R
1808a61fe3
[ticket/10561] Added to database_update:database_update_info()
...
Updates made to database_update.php
PHPBB3-10561
2012-04-07 19:42:42 +05:30
Hari Sankar R
ea5ae09c7d
[ticket/10561] Added section in database_update.php
...
Added section to check for existing users using a
deactivated style, and revert it to default style.
PHPBB3-10561
2012-04-06 14:09:56 +05:30
Hari Sankar R
018419b36c
[ticket/10561] Moved and renamed the funtion validate_style().
...
Fixed minor changes as suggested by @bantu.
PHPBB3-10561
2012-04-05 19:31:18 +05:30
Hari Sankar R
a84b97f58e
[ticket/10561] Fixed syntax error and renamed return variables.
...
Renamed $style_verified to $style_is_active and fixed extra ';'.
PHPBB3-10561
2012-04-03 23:15:16 +05:30
Hari Sankar R
c5481371b9
[ticket/10561] Changes made to $db->sql_fetchrow().
...
Changed $db->sql_fetchrow() to $db->sql_fetchfield().
PHPBB3-10561
2012-04-03 23:04:56 +05:30
Hari Sankar R
b81a5afc25
[ticket/10561] Changes made to function phpbb_style_is_active().
...
Fixed return type, documented function and, removed
style_id from fetch.
PHPBB3-10561
2012-04-03 22:56:06 +05:30
Hari Sankar R
084e1ae560
[ticket/10561] All users can choose deactivated styles (fixed).
...
A form exploit enabled the users to select a deactivated
style. Fixed with extra check on submit, with a new function
styles_verify to check if the selected style is activated or not.
PHPBB3-10561
2012-04-03 22:15:59 +05:30
Igor Wiedler
3477b5e5a8
Merge remote-tracking branch 'Dickyf/ticket/10675' into develop-olympus
...
* Dickyf/ticket/10675:
[Ticket/10675] Correct language string ATTACH_DISK_FULL
[ticket/10675] Add disk full language string when posting attachments
2012-03-31 19:27:19 +02:00
Richard Foote
b8b342be2d
[Ticket/10675] Correct language string ATTACH_DISK_FULL
...
Add period to ATTACH_DISK_FULL language string
PHPBB3-10675
2012-03-31 12:46:44 -04:00
Igor Wiedler
313cf7297c
Merge pull request #668 from unknownbliss/feature/events-dispatcher-olympus
...
Feature/events dispatcher olympus
2012-03-30 11:15:54 -07:00
Michael Cullum
9391d423c0
[feature/event-dispatcher] Adding composer.phar to .gitignore for olympus
...
To keep the .gitignore's the same.
PHPBB3-9550
2012-03-30 19:13:32 +01:00
David King
dc4d0677b9
Merge branch 'unknownbliss/feature/events-dispatcher-olympus' into develop-olympus
2012-03-30 13:38:40 -04:00
David King
10d4f8c35e
Merge branch 'harderthanfire/ticket/10129' into develop-olympus
2012-03-29 20:37:50 -04:00
Oleg Pudeyev
ccf83dd69b
Merge remote-tracking branch 'janschejbal/ticket/10730' into develop-olympus
...
* janschejbal/ticket/10730:
[ticket/10730] Added label tag around "select" text in post splitting UI
2012-03-28 23:23:53 -04:00
Jan Schejbal
fff9f6611e
[ticket/10730] Added label tag around "select" text in post splitting UI
...
Added label tags around the "select" text in the post splitting UI in the MCP.
Had to add IDs based on the post ID to the select boxes to allow label to
work. Tested in Firefox and Chrome.
PHPBB3-10730
2012-03-29 04:16:34 +02:00
Andreas Fischer
2516b1e8f1
Merge remote-tracking branch 'Dickyf/ticket/10708' into develop-olympus
...
* Dickyf/ticket/10708:
[ticket/10708] Check converted passwords for multi-byte characters
2012-03-29 00:51:12 +02:00
Igor Wiedler
a820ff1ebc
Merge pull request #664 from imkingdavid/ticket/10732
...
[ticket/10732] Add config_dev.php and config_test.php to .gitignore
2012-03-28 14:38:16 -07:00
David King
1789e0948b
[ticket/10732] Add config_dev.php and config_test.php to .gitignore
...
PHPBB3-10732
2012-03-28 17:05:45 -04:00
Andreas Fischer
a618e22fca
Merge remote-tracking branch 'unknownbliss/ticket/10694' into develop-olympus
...
* unknownbliss/ticket/10694:
[ticket/10694] Adjusting details link to 5.3 announcement
[ticket/10694] Update PHP warning to 5.3.2
2012-03-26 00:06:17 +02:00
HTF
2768db44f5
[ticket/10129] Remove apostrophes and plurals in ACP user management -> permissions language file as per ticket.
...
PHPBB3-10129
2012-03-24 15:13:04 +00:00
Andreas Fischer
9c85c6c318
Merge remote-tracking branch 'unknownbliss/ticket/10723' into develop-olympus
...
* unknownbliss/ticket/10723:
[ticket/10723] Stop Travis running all tests on sqlite
2012-03-24 14:52:50 +01:00
Michael Cullum
5bcdfe94dd
[ticket/10723] Stop Travis running all tests on sqlite
...
Correct information so all tests don't run on sqlite
PHPBB3-10723
2012-03-23 06:40:15 +00:00
Andreas Fischer
57eb50812f
Merge remote-tracking branch 'rxu/ticket/10684' into develop-olympus
...
* rxu/ticket/10684:
[ticket/10684] Adjust function and parameter name, minor changes.
[ticket/10684] Rename function phpbb_get_banned_users_ids() parameter
[ticket/10684] Remove intval mapping for array keys
[ticket/10684] Adjust pm_notifications() to handle stale bans
[ticket/10684] Cast user_id to integer
[ticket/10684] Refactor $sql_ignore_users array update
[ticket/10684] Remove isset() for $sql_ignore_users update
[ticket/10684] Fix 2 typos in comment lines.
[ticket/10684] Send notifications for users with stale bans
2012-03-22 18:14:13 +01:00
Nils Adermann
1337f86123
Merge remote-tracking branch 'github-unknownbliss/task/travis' into develop-olympus
...
* github-unknownbliss/task/travis:
[task/travis] Refactor php version check for dbunit install
2012-03-22 17:15:52 +01:00
Michael Cullum
841d11c6cd
[task/travis] Refactor php version check for dbunit install
...
PHPBB3-10718
2012-03-22 16:09:58 +00:00
Nils Adermann
992b58d468
Merge remote-tracking branch 'github-unknownbliss/task/travis' into develop-olympus
...
* github-unknownbliss/task/travis:
[task/travis] Exclude functional and slow tests
2012-03-22 17:03:03 +01:00
Michael Cullum
0ed66ad0e8
[task/travis] Exclude functional and slow tests
...
PHPBB3-10718
2012-03-22 16:00:10 +00:00
Nils Adermann
6f809416ba
Merge remote-tracking branch 'github-unknownbliss/task/travis' into develop-olympus
...
* github-unknownbliss/task/travis:
[task/travis] Some more small travis fixes
[task/travis] Rename travis phpunit config files
[task/travis] Fixing some travis issues
[task/travis] Add automated testing to readme
[task/travis] Removing development information
[task/travis] Adding Travis Continuous Intergration Support
2012-03-22 16:11:55 +01:00
Michael Cullum
115ee7f3b8
[task/travis] Some more small travis fixes
...
PHPBB3-10718
2012-03-22 14:44:36 +00:00
Michael Cullum
c7f65fba62
[task/travis] Rename travis phpunit config files
...
PHPBB3-10718
2012-03-22 14:13:25 +00:00
Michael Cullum
d1980f6ad6
[task/travis] Fixing some travis issues
...
PHPBB3-10718
2012-03-22 13:32:58 +00:00
rxu
5a9dd1994f
[ticket/10684] Adjust function and parameter name, minor changes.
...
PHPBB3-10684
2012-03-22 21:19:01 +08:00
Andreas Fischer
99a271f34b
Merge remote-tracking branch 'nickvergessen/ticket/10717' into develop-olympus
...
* nickvergessen/ticket/10717:
[ticket/10717] Fix profile field sample in prosilver´s memberlist_view.html
2012-03-22 11:11:21 +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
Michael Cullum
c2169f6899
[feature/events-dispatcher] Adding phpBB/vendor to .gitignore
...
PHPBB3-9550
2012-03-21 09:17:16 +00:00
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
Richard Foote
97d4f168f5
[ticket/10675] Add disk full language string when posting attachments
...
Add language string visible by admins only for when the disk does not have
enough free space to upload attachments.
PHPBB3-10675
2012-03-19 15:08:28 -04: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
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
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
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
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