| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Passworded forums and ones in which user doesn't have
read access will be excluded. Also uft8 based string functions and
html encode/decode functions have been used to sanitise subject.
PHPBB3-10650
|
| |
|
|
|
|
|
|
| |
The subject being displayed in the forum list have been
shortened to 30 characters. Also it is now being shown
in a separate line.
PHPBB3-10650
|
| |
|
|
|
|
|
| |
Inserted a space before 'true' as per coding
guidelines.
PHPBB3-10650
|
| |
|
|
|
|
|
|
| |
The entry in languages have been changed from
title to subject. Also the IF condition in forumlist_body.html
has been properly intented.
PHPBB3-10650
|
| |
|
|
|
|
|
| |
Ran create_schema_files.php and added
the generated static sql files to the commit.
PHPBB3-10650
|
| |
|
|
|
|
|
|
|
| |
The most recent topic title of the forum can now
be displayed on the board index. An option is provided
in the ACP under the 'General Forum Setting' which
allows the admin to enable or disable this feature.
PHPBB3-10650
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
* github-cyberalien/ticket/10752:
[ticket/10752] Fixes for acp_styles
[ticket/10752] Changing private to protected variables in acp_styles
[ticket/10752] More fixes for acp_styles
[ticket/10752] Pass-by-reference fix for acp_styles
[ticket/10752] Removing globals acp_styles
|
| | |
| |
| |
| |
| |
| | |
Adding form token, changing functions to public/protected, fixing few more errors
PHPBB3-10752
|
| | |
| |
| |
| |
| |
| | |
Changing private to protected variables in acp_styles
PHPBB3-10752
|
| | |
| |
| |
| |
| |
| | |
Fixing return doc blocks, spacing, incorrect sorting function and other minor fixes
PHPBB3-10752
|
| | |
| |
| |
| |
| |
| | |
Fixing pass-by-reference bug in acp_styles
PHPBB3-10752
|
| |/
|
|
|
|
| |
Removing global variables from functions in acp_styles
PHPBB3-10752
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10699] Long h2 title breaks div.minitabs in MCP
[ticket/10699] Long h2 title breaks div.minitabs in MCP
Conflicts:
phpBB/styles/prosilver/theme/tweaks.css
|
| | |\
| | |
| | |
| | |
| | |
| | | |
* sadu/ticket/10699:
[ticket/10699] Long h2 title breaks div.minitabs in MCP
[ticket/10699] Long h2 title breaks div.minitabs in MCP
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Fixed minor issues in formatting.
PHPBB3-10699
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixed overlapping of Subject title over the minitabs.
Added css property to cp.css under MCP Specific tweaks.
Wrapped h2 and #minitabs under .tabs-container with
clear: both
PHPBB3-10699
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* sadu/ticket/10438:
[ticket/10438] Alligning the Smileys on the same line as the text.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Changed the styling of smilies to appear at the same level as
text, by adding vertical-align: text-bottom css property to all
smilies. Edited functions_content.php to add class="smilies"
to all parsed smilies.
PHPBB3-10438
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* cyberalien/ticket/10742:
[ticket/10742] Fixing table widths
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixing table widths for members list, team page, online users list
PHPBB3-10742
|
| |\ \ \ \
| | | | |
| | | | | |
[feature/qrpreview] Preview from Quick Reply
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10726
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10726
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10726
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* cyberalien/ticket/10665:
[ticket/10665] Adding includejs to acp templates
[ticket/10665] Solution for T_SUPER_TEMPLATE_PATH
[ticket/10665] New test class for templates with tree
[ticket/10665] Changing template->_js_include to public
[ticket/10665] Moving filter parameters to one array
[ticket/10665] INCLUDEJS unit test
[ticket/10665] Changing template compiler test
[ticket/10665] INCLUDEJS template changes
[ticket/10665] INCLUDEJS template tag
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Adding includejs to acp overall_footer.html
PHPBB3-10665
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Temporary solution for T_SUPER_TEMPLATE_PATH pointing to wrong directory, variable will be completely removed later because it will be obsolete
PHPBB3-10665
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
New parent template test class for tests that use styles tree
PHPBB3-10665
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Changing template->_js_include to public function
PHPBB3-10665
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Moving filter parameters to one array in template compiler class
PHPBB3-10665
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* upstream/develop:
[ticket/10733] Fixing test
[ticket/10733] Removing static from data providers
[ticket/10731] Fixed addquote() to work on opera browser.
[ticket/10731] Fixed addquote() to work on opera browser.
[Ticket/10675] Correct language string ATTACH_DISK_FULL
[feature/event-dispatcher] Adding composer.phar to .gitignore for olympus
[ticket/10705] Change WARNINGS_ZERO_TOTAL in subsilver2
[ticket/10705] Change WARNINGS_ZERO_TOTAL in prosilver
[ticket/10705] Change WARNINGS_ZERO_TOTAL in en language
[ticket/10675] Add disk full language string when posting attachments
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Adding INLCUDEJS test
PHPBB3-10665
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Adding new constructor parameters to template compiler test
PHPBB3-10665
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Implementing INLCUDEJS template tag in styles
PHPBB3-10665
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Implementing INLCUDEJS template tag in style classes
PHPBB3-10665
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* 'develop' of github.com:phpbb/phpbb3:
[ticket/10740] Revert margin-left changes of previous commit
|
| | |\ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* igorw/ticket/10740:
[ticket/10740] Revert margin-left changes of previous commit
[ticket/10740] Changed styling of phpbb_alert box, to be centered.
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-10740
|
| |\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| / / / / / /
| |/ / / / / /
| | | | | | | |
* sadu/ticket/10740:
[ticket/10740] Changed styling of phpbb_alert box, to be centered.
|
| | | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Changed the styling of the phpbb.alert() and phpbb.confirm()
dialogue boxes to me more centered on a page.
PHPBB3-10740
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* cyberalien/ticket/10733:
[ticket/10733] Fixing test
[ticket/10733] Removing static from data providers
[ticket/10733] Adding test for locator
[ticket/10733] Adding functions to locate resources
[ticket/10733] Extending get_source_file_for_handle
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Changing expected and result in locator test
PHPBB3-10733
|
| | | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Removing static from data provider functions
PHPBB3-10733
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Adding test for $template->locate
PHPBB3-10733
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Adding $style->locate() and $template->locate() functions
PHPBB3-10733
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Extending resource locator's function get_source_file_for_handle to find all files. This modified function should be used by template events to locate all templates before compiling them.
PHPBB3-10733
|
| |\ \ \ \ \ \
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | | |
* develop-olympus:
[ticket/10731] Fixed addquote() to work on opera browser.
|
| | | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In opera, window.getSelection() returned incorrect values, should be using
document.getSelection() instead. Fixed in prosilver and subsilver2 templates.
PHPBB3-10731
|
| | |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In opera, window.getSelection() returned incorrect values, should be using
document.getSelection() instead. Fixed in prosilver and subsilver2 templates.
PHPBB3-10731
|
| |\ \ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* cyberalien/ticket/10735:
[ticket/10735] Changing locator paths structure
|