| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-14972
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/13454] Remove unused variables, globals, and parameters
* marc1706/ticket/13454:
[ticket/13454] Add excessively removed code back
[ticket/13454] Remove more unused variables
[ticket/13454] Remove double semi-colons
[ticket/13454] Remove unused variables
[ticket/13454] Fix code sniffer complaints
[ticket/13454] Fix a few issues introduced by overdeleting stuff
[ticket/13454] Remove unused variables
[ticket/13454] Remove unused variables
[ticket/13454] Remove unused variables
[ticket/13454] Remove unused variables
|
| |
| |
| |
| |
| |
| | |
This is the first part of the changes. More to come.
PHPBB3-13454
|
|\ \ |
|
| | |
| | |
| | |
| | | |
PHPBB3-14397
|
|\ \ \
| |/ /
| | |
| | |
| | | |
Conflicts:
phpBB/styles/subsilver2/template/ucp_prefs_personal.html
|
| |\ \
| | | |
| | | |
| | | | |
[ticket/13180] Increase dateformat field size
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/13180] Increase dateformat field size
change field size to 64 in these files
add new migration file to update the database schema
PHPBB3-13180
|
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| |/
| |
| |
| | |
PHPBB3-14190
|
|\ \
| |/ |
|
| |
| |
| |
| | |
PHPBB3-13807
|
|/
|
|
| |
PHPBB3-13455
|
|
|
|
| |
PHPBB3-13542
|
|
|
|
|
|
|
| |
Because extensions can set a entry in $error, the result of the validate
needs to be merged into it.
PHPBB3-13542
|
|
|
|
|
|
| |
Update the event so extensions will be able to validate (and deny) changes.
PHPBB3-13542
|
|
|
|
| |
PHPBB3-12858
|
|
|
|
| |
PHPBB3-12858
|
|
|
|
| |
PHPBB3-12983
|
|
|
|
|
|
|
| |
This change was not applied to the search as this would require a larger
rewrite of the search methods.
PHPBB3-12966
|
|
|
|
|
|
|
| |
The style URL parameter, i.e. style=1, will conflict with the user's style
setting due to it also being named style. This patch with solve this conflict.
PHPBB3-12895
|
|
|
|
|
|
|
|
| |
Add common core event at the bottom of the includes/ucp/ucp_prefs.php
to allow additional actions (like template variable assignments etc.)
before the page load.
PHPBB3-12828
|
|
|
|
| |
PHPBB3-12594
|
|
|
|
| |
PHPBB3-12273
|
|
|
|
| |
PHPBB3-11747
|
|
|
|
| |
PHPBB3-11747
|
|
|
|
| |
PHPBB3-11747
|
|
|
|
| |
PHPBB3-11747
|
|
|
|
|
|
|
| |
Due to the move to soft-delete, the topic_replies column no longer exists
in the topics table. Instead, the column topic_posts_approved should be used.
PHPBB3-11717
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
phpBB/install/database_update.php
phpBB/styles/prosilver/template/ucp_prefs_personal.html
phpBB/styles/subsilver2/template/ucp_prefs_personal.html
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10841] Revert more whitespace changes.
[ticket/10841] Revert whitespace changes.
[ticket/10841] adding space after if
[ticket/10841] removing unnecessary spacing
[ticket/10841] changing affectedrows check to COUNT in sql
[ticket/10841] Modifying style and language selectors in UCP
Conflicts:
phpBB/includes/ucp/ucp_prefs.php
phpBB/styles/prosilver/template/ucp_prefs_personal.html
|
| | |
| | |
| | |
| | | |
PHPBB3-10841
|
| | |
| | |
| | |
| | | |
PHPBB3-10841
|
| | |
| | |
| | |
| | |
| | |
| | | |
this sould reduce load and be faster. Also freeresult functions added
PHPBB3-10841
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Commit also deletes all unnecessary blank spaces at
the end of the lines in both ucp_prefs_personal.html
PHPBB3-10841
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
I've noticed that this is used in other areas still in phpBB, so it should
not be removed.
PHPBB3-11103
|
|/ /
| |
| |
| |
| |
| | |
Remove all PM Notification preferences from UCP Board Preferences
PHPBB3-11103
|
| |
| |
| |
| | |
PHPBB3-9558
|
| |
| |
| |
| |
| |
| | |
Marked the old one as deprecated and made it using the new function.
PHPBB3-9558
|
| |
| |
| |
| | |
PHPBB3-9558
|
| |
| |
| |
| | |
PHPBB3-9558
|
| |
| |
| |
| | |
PHPBB3-9558
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10561] Removed extra tabs, changes made to $db->sql_query()
[ticket/10561] Changed $temp_style_id to $style_id
[ticket/10561] Added function desc for phpbb_style_is_active()
[ticket/10561] Casted $config['default_style'] to int
[ticket/10561] Reverted to phpbb_style_is_active()
[ticket/10561] Added to database_update:database_update_info()
[ticket/10561] Added section in database_update.php
[ticket/10561] Moved and renamed the funtion validate_style().
[ticket/10561] Fixed syntax error and renamed return variables.
[ticket/10561] Changes made to $db->sql_fetchrow().
[ticket/10561] Changes made to function phpbb_style_is_active().
[ticket/10561] All users can choose deactivated styles (fixed).
Conflicts:
phpBB/install/database_update.php
|
| |
| |
| |
| | |
PHPBB3-10561
|
| |
| |
| |
| |
| |
| | |
Changes made to function name, reverted to old.
PHPBB3-10561
|
| |
| |
| |
| |
| |
| | |
Fixed minor changes as suggested by @bantu.
PHPBB3-10561
|
| |
| |
| |
| |
| |
| |
| | |
Fixed return type, documented function and, removed
style_id from fetch.
PHPBB3-10561
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
PHPBB3-9916
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/9970] Rename validate_language() to validate_language_iso_name().
[ticket/9970] Do not allow switching to languages not installed on reg. page.
[ticket/9970] Check whether language pack is installed.
[ticket/9970] User language input is checked for existance
|