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
Igor Wiedler
847d47a533
[feature/event-dispatcher] Change subscriber naming {subscriber => listener}.php
...
This is more consistent with what Symfony2 uses (EventListener/FooListener.php).
PHPBB3-9550
2012-03-18 23:12:17 +01:00
Oleg Pudeyev
43899ffdf3
[feature/event-dispatcher] Implement mutation for page_header ledge.
...
PHPBB3-9550
2012-03-18 02:48:55 -04:00
Oleg Pudeyev
be23445b8c
[feature/event-dispatcher] Add get_data_filtered function to event data.
...
Its purpose is to discard any keys added by hooks to data stored
in the event, such that only keys that the ledge knows how to handle
are processed.
PHPBB3-9550
2012-03-18 02:48:55 -04:00
Oleg Pudeyev
fbf34f16ab
[feature/event-dispatcher] Implement configurable autoloader selection.
...
The code is in startup.php which should be used by all scripts.
PHPBB3-9550
2012-03-18 02:48:55 -04:00
Oleg Pudeyev
0af7d610c0
[feature/event-dispatcher] Delete hard dependency on composer.
...
Applications should not depend on package managers.
PHPBB3-9550
2012-03-18 02:48:55 -04:00
Callum Macrae
79a987ffcb
[ticket/10510] Moved a $user->lang call into the function.
...
PHPBB3-10510
2012-03-17 18:06:46 +00:00
Callum Macrae
b530a4ede4
[ticket/10510] Shortened an if statement.
...
Replaced an isset() and var check with a !empty.
PHPBB3-10510
2012-03-17 18:06:46 +00:00
Callum Macrae
784c9725f3
[ticket/10510] Made a couple improvements to phpbb_add_quickmod_option.
...
PHPBB3-10510
2012-03-17 18:06:45 +00:00
Callum Macrae
4f59990d90
[ticket/10510] Added phpbb_add_quickmod_option and moved existing to it.
...
PHPBB3-10510
2012-03-17 18:06:45 +00:00
Callum Macrae
c52e99fdbb
[ticket/10510] Fixed a bug where quickmod tools weren't being displayed.
...
It was referring to some template variables that were removed in a
previous commit. Changed!
PHPBB3-10510
2012-03-17 18:06:45 +00:00
Callum Macrae
9a07f5287c
[ticket/10510] Moved quick-mod tools into a loop.
...
PHPBB3-10510
2012-03-17 18:06:37 +00:00
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
Vjacheslav Trushkin
d25b607ca1
[feature/merging-style-components] Updating test cases
...
Updating code in test cases for new template classes.
PHPBB3-10632
2012-03-15 21:12:13 +02:00
Vjacheslav Trushkin
fd96f97dc3
[feature/merging-style-components] Updating style initialization
...
Changing template initialization to style initialization.
PHPBB3-10632
2012-03-15 21:11:34 +02:00
Vjacheslav Trushkin
1ce4d4c4fc
[feature/merging-style-components] Changing style class
...
Moving functions that deal with styles from template to style class, updating docblocks
PHPBB3-10632
2012-03-15 21:09:49 +02:00
Vjacheslav Trushkin
5b149e93b9
[feature/merging-style-components] Changing template class
...
Removing functions that are now handled by phpbb_style class, allowing to write $context, updating docblocks
PHPBB3-10632
2012-03-15 21:08:41 +02:00
Vjacheslav Trushkin
0b2abe5250
[feature/merging-style-components] Changing resource locator
...
Changing "template" to "style" in all functions that deal with styles, changing error messages, updating docblocks
PHPBB3-10632
2012-03-15 21:06:24 +02:00
Vjacheslav Trushkin
c692e0d92d
[feature/merging-style-components] Changing path provider
...
Changing set_templates() to set_style() and removing second parameter, changing get_main_template_path() to get_main_style_path(), removing template_root_for_style(), updating docblocks
PHPBB3-10632
2012-03-15 21:04:27 +02:00
Vjacheslav Trushkin
8b7c2c3c65
[feature/merging-style-components] Renaming style locator
...
Renaming style locator to style resource locator
PHPBB3-10632
2012-03-15 16:33:13 +02:00
Vjacheslav Trushkin
c83f386c92
[feature/merging-style-components] Changing $style to $style_id
...
Changing $style to $style_id in user::setup to avoid conflict with new global style variable
PHPBB3-10632
2012-03-15 13:41:23 +02:00
Vjacheslav Trushkin
3997ffac2a
[feature/merging-style-components] Creating style class
...
Creating phpbb_style class, changing template initialization to style initialization
PHPBB3-10632
2012-03-15 13:13:21 +02:00
Vjacheslav Trushkin
39944a08b9
[feature/merging-style-components] New acp_styles template
...
New acp_styles.html, completely rewritten
PHPBB3-10632
2012-03-15 00:20:11 +02:00
Vjacheslav Trushkin
e35a20f957
[feature/merging-style-components] New acp_styles
...
New acp_styles, completely rewritten
PHPBB3-10632
2012-03-14 23:47:57 +02:00
Vjacheslav Trushkin
0c6955e73c
[feature/merging-style-components] Adding new language variables
...
Adding new language variables for acp_styles and removing some unused variables
PHPBB3-10632
2012-03-14 23:45:54 +02:00
Vjacheslav Trushkin
ce215658eb
[feature/merging-style-components] Adjusting unit tests
...
Adjusting unit tests for new styles table structure
PHPBB3-10632
2012-03-14 23:45:02 +02:00
Vjacheslav Trushkin
f32cc3ae8f
[feature/merging-style-components] Admin.css additions for acp_styles
...
Adding background colors for row iterations and font color for disabled rows to admin control panel css.
PHPBB3-10632
2012-03-14 23:45:01 +02:00
Vjacheslav Trushkin
95a69639fd
[feature/merging-style-components] Adding template information to style.cfg
...
Adding template data to style.cfg and removing obsolete comments
PHPBB3-10632
2012-03-14 23:26:23 +02:00
Vjacheslav Trushkin
1cc9f60f95
[feature/merging-style-components] Removing theme.cfg and template.cfg
...
Removing theme.cfg and template.cfg
PHPBB3-10632
2012-03-14 23:26:01 +02:00
Vjacheslav Trushkin
68336ab137
[feature/merging-style-components] Updating coding guidelines
...
Updating template inheritance section in coding guidelines
PHPBB3-10632
2012-03-14 23:25:07 +02:00
Vjacheslav Trushkin
ae7d290a22
[feature/merging-style-components] Updating PHP files
...
Removing theme and template entries in all files, except for acp styles section
PHPBB3-10632
2012-03-14 23:24:16 +02:00
Joas Schilling
33dce916e2
[ticket/10690] Fix undefined UNAPPROVED_POSTS_ZERO_TOTAL in queue
...
PHPBB3-10690
2012-03-14 22:22:22 +01:00
Vjacheslav Trushkin
234e5d6402
[feature/merging-style-components] Implementing unlimited parent templates
...
Implementing possibility of unlimited levels of parent templates. Paths are stored in style_parent_tree, entries are separated by /
PHPBB3-10632
2012-03-14 23:22:02 +02:00
Vjacheslav Trushkin
ae3b0f736d
[feature/merging-style-components] Updating database and acp modules
...
Removing theme and template tables, adding new columns to styles table, deleting acp modules, deleting code that updates theme in updater
PHPBB3-10632
2012-03-14 23:18:18 +02:00
Vjacheslav Trushkin
b7d84a586c
[feature/merging-style-components] Renaming template classes
...
Changing template classes prefixes from phpbb_template to phpbb_style (for classes that will work with styles) or phpbb_style_template (for classes that are specific to templates)
PHPBB3-10632
2012-03-14 23:12:11 +02:00
Vjacheslav Trushkin
7d414d04ca
[feature/merging-style-components] Moving template classes to style
...
Moving includes/template/ to includes/style/, adding template_ prefix to classes that deal only with templates
PHPBB3-10632
2012-03-14 22:57:58 +02: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