David King
80f68c358f
[ticket/11088] Put language pack module move below extension module creation
...
PHPBB3-11088
2012-12-12 11:40:47 -05:00
David King
30c64f6a01
[ticket/11088] Untested, progress on update script
...
This should rename Styles category to Customise, move language packs, and add extension management
PHPBB3-11088
2012-12-12 11:40:46 -05:00
David King
72d1a210de
[ticket/11088] Fix typo (period instead of comma)
...
PHPBB3-11088
2012-12-12 11:40:43 -05:00
David King
e58c6536f0
[ticket/11088] Untested progress for update script
...
PHPBB3-11088
2012-12-12 11:39:17 -05:00
David King
4980d8b011
[ticket/11088] Move style, extension and language pack management to customise
...
Instead of being separated, these related ACP modules are now grouped
intuitively.
PHPBB3-11088
2012-12-12 11:39:14 -05:00
Joas Schilling
c23d2457e9
[ticket/10679] Update module basename, we added the xcp_ prefix in 3.1
...
PHPBB3-10679
2012-12-07 12:50:21 +01:00
Joas Schilling
2f490293e4
[ticket/10679] Use module_auth to limit access to the module
...
PHPBB3-10679
2012-12-06 16:33:12 +01:00
Joas Schilling
4103c99a86
[ticket/10679] Add new permission for changing profile field information
...
The setting is copied from "Can use signature"
PHPBB3-10679
2012-12-06 15:10:29 +01:00
Oleg Pudeyev
21caf6db6f
Merge PR #545 branch 'brunoais/ticket/10601' into develop
...
* brunoais/ticket/10601:
[ticket/10601] The ORDER BY is only taking space there
[ticket/10601] New approach in the update algorithm
[ticket/10601] Comment to help understanding the code
[ticket/10601] Requested code changes
[ticket/10601] Cosmetic code changes
[ticket/10601] Database updating code v2
[ticket/10601] Database updating code
[ticket/10601] Comment explaning the basename applied to categories
[ticket/10601] Correctly access class property
[ticket/10601]Move Inbox the default in private messages module
2012-12-01 15:09:38 -05:00
Bruno Ais
1ce0671181
[ticket/10601] The ORDER BY is only taking space there
...
PHPBB3-10601
2012-12-01 10:05:20 +00:00
Oleg Pudeyev
7a77edf25e
Merge PR #893 branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10184] Query bots table to get the user_ids of the bots
[ticket/10184] Disable receiving pms for bots by default
2012-12-01 04:55:48 -05:00
Joas Schilling
ad2d560f3f
[ticket/10184] Query bots table to get the user_ids of the bots
...
PHPBB3-10184
2012-12-01 10:54:26 +01:00
Joas Schilling
314462d835
[ticket/10184] Disable receiving pms for bots by default
...
PHPBB3-10184
2012-12-01 10:54:16 +01:00
Bruno Ais
a0d5c52eb6
[ticket/10601] New approach in the update algorithm
...
- New approach in the database update algorithm
PHPBB3-10601
2012-12-01 09:44:51 +00:00
Bruno Ais
a4cc076177
[ticket/10601] Requested code changes
...
- Renamed the comment to PHPBB3-10601
- Removed backslashes
- Traded double quotes into single quotes inside.
PHPBB3-10601
2012-11-28 19:36:13 +00:00
Bruno Ais
1f9eaa1c56
[ticket/10601] Cosmetic code changes
...
- Removed the double line before the addition
- Moved the condition of the WHERE so that both are in the same line
- Removed TABs from the black lines
- Used double quotes instead of escaped single quotes.
PHPBB3-10601
2012-11-26 17:45:46 +00:00
Bruno Ais
85ebbbaec4
[ticket/10601] Database updating code v2
...
Added the space after the (int) as requested
PHPBB3-10601
2012-11-26 17:45:31 +00:00
Bruno Ais
80da19ca7c
[ticket/10601] Database updating code
...
This is what is needed to update the database to comply with these code changes
PHPBB3-10601
2012-11-26 17:45:18 +00:00
David King
4b6d538b06
[feature/controller] Rename kernel pass class properly
...
PHPBB3-10864
2012-11-16 16:45:29 -05:00
David King
dd1f8a0e55
[feature/controller-new] Call pass to subscribe the Kernel event listener
...
PHPBB3-10864
2012-11-16 16:45:26 -05:00
Nils Adermann
d2a051cdd4
[ticket/11193] Instantiate a single collection_pass for all collections
...
PHPBB3-11193
2012-11-11 18:39:24 +01:00
Nils Adermann
69845585a2
Merge pull request #1056 from igorw/feature/compiled-dic
...
[feature/compiled-dic] Compile the DI Container into a cached class
2012-11-11 09:05:15 -08:00
Igor Wiedler
844770d223
[ticket/11152] Remove old container processor calls
...
PHPBB3-11152
2012-11-11 17:43:12 +01:00
Igor Wiedler
3e4d3761fd
[ticket/11152] Rename collection to collection_pass
...
PHPBB3-11152
2012-11-11 14:18:11 +01:00
Igor Wiedler
8851b797fb
[ticket/11152] Create separate function for debug-dependent container
...
PHPBB3-11152
2012-11-10 23:35:52 +01:00
Igor Wiedler
231d743ba9
[ticket/11152] Change phpbb_di_pass_cron to generic phpbb_di_pass_collection
...
PHPBB3-11152
2012-11-10 23:34:27 +01:00
Nathaniel Guse
bd37f7f6c0
[ticket/11189] Replace DEBUG_EXTRA with DEBUG
...
PHPBB3-11189
2012-11-10 10:45:02 -06:00
Igor Wiedler
897e8f2e83
[ticket/11152] Move container functions to a separate function file
...
PHPBB3-11152
2012-11-10 12:02:56 +01:00
David King
cb2725dd5a
[feature/compiled-dic] Fix cron task loading
...
We cannot use container tags at run time if we are using a cached, compiled
container object (i.e. phpbb_cache_container) so we have to load them
beforehand.
PHPBB3-11152
2012-11-10 11:40:49 +01:00
David King
f9f03435f0
[feature/compiled-dic] Move this to the other PR
...
PHPBB3-11152
2012-11-10 11:40:10 +01:00
David King
f48709f5bb
[feature/compiled-dic] Compile the DI Container into a cached class
...
PHPBB3-11152
2012-11-10 11:40:09 +01:00
Igor Wiedler
195014867a
[ticket/11183] Remove $load_extensions and weird dl() calls
...
PHPBB3-11183
2012-11-10 11:25:22 +01:00
Oleg Pudeyev
957508c8b1
Merge PR #1044 branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11178] Do not set error_reporting to E_ALL in database_updater.php
2012-11-09 09:58:00 -05:00
Oleg Pudeyev
a16b9d17da
Merge PR #1044 branch 'bantu/ticket/11178' into develop-olympus
...
* bantu/ticket/11178:
[ticket/11178] Do not set error_reporting to E_ALL in database_updater.php
2012-11-09 09:57:33 -05:00
Oleg Pudeyev
646d5ef3af
Merge PR #1042 branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10897] Combine bot updates and bot delete.
[ticket/10897] Use same code/query for deleting.
[ticket/10897] Make sure the user we're fetching is a bot.
[ticket/10897] Do not handle IP address. There is no need.
[ticket/10897] Update by user_id instead of bot_name.
[ticket/10897] Move bot delete data to the relevant foreach loop.
[ticket/10897] Add comment about what's going on.
[ticket/10897] Remove unnecessary string casting.
[ticket/10897] Add space after foreach.
[ticket/10897] Update bots during phpBB update
[ticket/10897] Bot list updated
2012-11-09 09:22:33 -05:00
Andreas Fischer
ed74c9c487
[ticket/11178] Do not set error_reporting to E_ALL in database_updater.php
...
Take whatever startup.php sets instead.
This especially takes care of E_STRICT messages that are generated because of
PHP4 compatibility.
PHPBB3-11178
2012-11-09 14:30:44 +01:00
Andreas Fischer
60ea1c10ef
[ticket/10897] Combine bot updates and bot delete.
...
PHPBB3-10897
2012-11-09 13:40:48 +01:00
Andreas Fischer
54700f5ba2
[ticket/10897] Use same code/query for deleting.
...
PHPBB3-10897
2012-11-09 12:53:33 +01:00
Andreas Fischer
520ffdf368
[ticket/10897] Make sure the user we're fetching is a bot.
...
PHPBB3-10897
2012-11-09 12:47:50 +01:00
Andreas Fischer
c054757f3c
[ticket/10897] Do not handle IP address. There is no need.
...
PHPBB3-10897
2012-11-09 12:46:21 +01:00
Andreas Fischer
63c64694bc
[ticket/10897] Update by user_id instead of bot_name.
...
PHPBB3-10897
2012-11-09 12:41:59 +01:00
Andreas Fischer
935bc33268
[ticket/10897] Move bot delete data to the relevant foreach loop.
...
PHPBB3-10897
2012-11-09 12:19:58 +01:00
Andreas Fischer
de6d741d96
[ticket/10897] Add comment about what's going on.
...
PHPBB3-10897
2012-11-09 12:19:18 +01:00
Andreas Fischer
b2183c9b70
[ticket/10897] Remove unnecessary string casting.
...
PHPBB3-10897
2012-11-09 12:16:38 +01:00
Andreas Fischer
07e7c475d5
[ticket/10897] Add space after foreach.
...
PHPBB3-10897
2012-11-09 12:16:38 +01:00
Carlo
53e9bab237
[ticket/10897] Update bots during phpBB update
...
PHPBB3-10897
2012-11-09 12:10:53 +01:00
Oleg Pudeyev
196ed8ef9f
Merge PR #786 branch 'brunoais/ticket/10845' into develop
...
* brunoais/ticket/10845:
[ticket/10845] Removed one empty line that wasn't supposed to be there
[ticket/10845] Two of the three colouns were missing in the DB update file
[ticket/10845] Remove censor from text
[ticket/10845] Now it shows the preview post parsed
[ticket/10845] Changed the report system. Now it saves posts with the bbcode
Conflicts:
phpBB/includes/functions_content.php
2012-11-06 16:23:33 -05:00
Andreas Fischer
c9ad0c6f25
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11158] Require acl_u_sig for ucp signature module.
[ticket/11158] Revert old fix in PHPBB3-10186.
Conflicts:
phpBB/install/database_update.php
phpBB/ucp.php
2012-10-29 15:16:59 -04:00
Oleg Pudeyev
5f5d395c62
[ticket/11158] Require acl_u_sig for ucp signature module.
...
PHPBB3-11158
2012-10-29 14:58:25 -04:00
Andreas Fischer
a38de9a232
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11135] Full replacement of credit link to https
Conflicts:
phpBB/install/convertors/convert_phpbb20.php
2012-10-06 06:15:01 +02:00