| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Jump-to can easily be confused with forum-jump.
Also switched the lang vars to reflect changes better
PHPBB3-12613
|
|
|
|
|
|
|
| |
No clickable "jump to" at the moment, as we can not get the route url
by the route name in js yet. Need to find another solution later.
PHPBB3-12090
|
|
|
|
| |
PHPBB3-11014
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
This reverts commit ac2b5430aa2e4e75ed7b9372ae39024c22dac915.
PHPBB3-9783
|
|
|
|
|
|
|
| |
The discussion about this has taken place on area51:
http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=32496
PHPBB3-9607
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/trunk@9221 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
git-svn-id: file:///svn/phpbb/trunk@7263 89ea8834-ac86-4346-8a33-228a782c2dd0
|