| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/12196] Revert Fix typo "referer" in acp/attachments
|
| | |
| |
| |
| |
| |
| |
| | |
This reverts commit 9bc1f7924d5ef00fb988b81347d4c5c730b25eb2.
https://tracker.phpbb.com/browse/PHPBB3-12196
PHPBB3-12196
|
| |\ \
| |/
| |
| |
| |
| |
| | |
# By Joas Schilling
# Via Dhruv (1) and Joas Schilling (1)
* develop-olympus:
[ticket/12196] Fix typo "referer" in acp/attachments
|
| | |
| |
| |
| | |
PHPBB3-12196
|
| | |
| |
| |
| | |
PHPBB3-12594
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* VSEphpbb/ticket/12332:
[ticket/12332] Add missing semicolon to inline styling
[ticket/12332] Adjust size of mark column where too wide
[ticket/12332] Adjust column widths for responsive changes
[ticket/12332] Restore some changes back to original state
[ticket/12332] Add break-word to fixed width table CSS
[ticket/12332] Accomplish all word creaking in template and CSS
[ticket/12332] Remove width sizing, as it is already set
[ticket/12332] Fix displaying attachments with long file names
|
| | | |
| | |
| | |
| | | |
PHPBB3-12332
|
| | | |
| | |
| | |
| | | |
PHPBB3-12332
|
| | | |
| | |
| | |
| | | |
PHPBB3-12332
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| | |
* There MUST NOT be trailing whitespace at the end of lines.
* There MUST NOT be whitespace before the first content of a file.
* There MUST NOT be whitespace after the last content of a file.
* Functions MUST NOT contain multiple empty lines in a row.
PHPBB3-12458
|
| | |
| |
| |
| | |
PHPBB3-12201
|
| | |
| |
| |
| | |
PHPBB3-12282
|
| |\ \
| | |
| | | |
[ticket/12138] Include file time limit when generating attachment management pagination and stats.
|
| | | |
| | |
| | |
| | | |
PHPBB3-12138
|
| | | |
| | |
| | |
| | | |
PHPBB3-12138
|
| |/ /
| |
| |
| | |
PHPBB3-12153
|
| | |
| |
| |
| | |
PHPBB3-11849
|
| | |
| |
| |
| | |
PHPBB3-11987
|
| | |
| |
| |
| | |
PHPBB3-11700
|
| | |
| |
| |
| | |
PHPBB3-11700
|
| | |
| |
| |
| | |
PHPBB3-11010
|
| | |
| |
| |
| | |
PHPBB3-11010
|
| | |
| |
| |
| | |
PHPBB3-11010
|
| | |
| |
| |
| | |
PHPBB3-11010
|
| | |
| |
| |
| | |
PHPBB3-11010
|
| | |
| |
| |
| | |
PHPBB3-11023
|
| | |
| |
| |
| | |
PHPBB3-10990
|
| | |
| |
| |
| | |
PHPBB3-10990
|
| | |
| |
| |
| | |
PHPBB3-10990
|
| | |
| |
| |
| |
| |
| |
| | |
Add a new parameter to hold the name of the start variable. This
fulfills ticket PHPBB3-8535.
PHPBB3-10968
|
| | |
| |
| |
| |
| |
| |
| | |
Re-remove deprecated functions, change on_page to phpbb_on_page,
add null returns, remove globals and pass as params.
PHPBB3-10968
|
| | |
| |
| |
| |
| |
| |
| | |
Returned and marked deprecated topic_generate_pagination. Rename
new function in line with coding guidelines.
PHPBB3-10968
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Extracted common template code for prosilver as per subsilver2.
Various other fixups and oversight corrections, changed name
of the "new" template function and re-introduced existing
version. Altered on_page to compensate for removal of some
templating vars from pagination routine.
PHPBB3-10968
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Since phpBB 2 pagination has been rendered mostly within the source. This
limits just what designers can do with pagination. The current form is also
questionable in terms of "best practice". The aim is to move rendering
completely to the template via the use of a block element. Enabling S_
template vars also allows for control over specific aspects of the
pagination output such as next, previous, active and ellipsis.
Related to this - merging the capabilities of the topic_generate_pagination
with generate_pagination removes an element of duplication.
PHPBB3-10968
|
| | |
| |
| |
| | |
PHPBB3-9916
|
| | |
| |
| |
| |
| |
| |
| | |
I added two function avatar_explanation_string() and avatar_error_wrong_size()
for easier handling of the "pixels"-languages, as they are used quite often.
PHPBB3-10345
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
- restrict files info for PM attachments;
- add an option to resync files stats if wrong;
- replace post_id sorting with post type (PM/regular post) one;
- some language fixes.
PHPBB3-9721
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
-add database update entry;
- add files statistics checks;
- improve files deletion procedure;
- improve reversed order for pagination;
- adjust template file;
- add missing comma for orphan key in info module;
- change module mode name;
- fix module explanation text;
- add files comments output;
- change attachments per page amount from posts to topics per page value.
PHPBB3-9721
|
| | |
| |
| |
| |
| |
| | |
Missing comma for orphan key in info module, define $start variable
PHPBB3-9721
|
| | |
| |
| |
| |
| |
| | |
Thanks to Oleg for inspection.
PHPBB3-9721
|
| | |
| |
| |
| |
| |
| | |
This feature allows to manage attachments in posts and PMs via ACP.
PHPBB3-9721
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Closing tags converted using Oleg's script.
remove-php-end-tags.py -a .
Trailing newlines added using the following where $ext is file extension.
find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s;
Extensions: php, css, html, js, xml.
PHPBB3-9556
|
| |/
|
|
| |
PHPBB3-9716
|
| |
|
|
|
|
|
| |
acm_memory.php is untested. install/install_convert.php and
includes/functions_convert.php are going to be tested and committed afterwards.
PHPBB3-9519
|
| |
|
|
| |
PHPBB3-7717
|
| |
|
|
|
|
|
| |
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10441 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
|
|
| |
added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9905 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
|
|
| |
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9748 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
|
|
| |
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9565 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
|
|
| |
please do not try such fixes at home - the correct solution would be to create a second config table with integer columns. ;)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9398 89ea8834-ac86-4346-8a33-228a782c2dd0
|