| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When attaching a quicktime file and placing it
inline the movie won't be shown due to the size
the movie box is being given.
PHPBB3-9948
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* ticket/9549:
[ticket/9549] Display users in their primary group instead of their first group
[ticket/9549] Change default value of "sort legend by group name" to false.
[ticket/9549] Fix displaying empty groups
[ticket/9549] Fix language strings.
[ticket/9549] Only add group to legend/teampage when the checkbox is checked.
[ticket/9549] New method move() to move a group more than 1 up/down.
[ticket/9549] Fix some minor issues with descriptions and coding-guidelines.
[ticket/9549] Throw an error when the given field-name is invalid.
[ticket/9549] Make the class non static and extend delete_group function.
[ticket/9549] Add template changes for subsilver2.
[ticket/9549] Enhance teampage and legend functionality
[ticket/9549] Add the module and files for the ACP.
[ticket/9549] Update database with the new config values and columns
[ticket/9549] Enhance teampage functionality with a new class, group_positions.
Conflicts:
phpBB/install/database_update.php
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9549
|
| |\ \ \ \
| |/ / /
|/| / /
| |/ /
| | | |
* develop-olympus:
[ticket/9980] URLs to javascript should be T_SUPER_TEMPLATE_PATH instead of T_TEMPLATE_PATH
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* ticket/raimon/9980:
[ticket/9980] URLs to javascript should be T_SUPER_TEMPLATE_PATH instead of T_TEMPLATE_PATH
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
T_TEMPLATE_PATH
PHPBB3-9980
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
I did not include the docs/INSTALL.html, because we need to do a bit more on that file before releasing 3.1 (Add section how to update from 3.0 to 3.1, ...)
PHPBB3-10045
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-8065
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/9985] 3D Wave CAPTCHA: Pass min/max in the correct order to mt_rand().
[ticket/9989] Skip PM popup in overall_header.html, if there are no new PMs.
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/nickvergessen/9989:
[ticket/9989] Skip PM popup in overall_header.html, if there are no new PMs.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9989
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/9166] Fixed CSS element order in subsilver.
[ticket/9166] Fixed CSS element order in prosilver.
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-9166
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/9859] Remove the years from the copyright statements in docs files.
[ticket/9859] Remove the year from the copyright meta tag in docs/*.html
[ticket/9859] Remove the meta copyright tag as well.
[ticket/9859] Remove the credit line comment from all html files.
[ticket/9859] Remove years in credit line from some more files.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9859
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9859
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Standard HTML output now includes:
Powered by <a href="http://www.phpbb.com/">phpBB</a> © phpBB Group
Print output now includes:
Powered by phpBB © phpBB Group<br />http://www.phpbb.com/
This also fixes an inconsistency where "phpBB Group" was linked instead of
"phpBB".
PHPBB3-9859
|
| | | |
| | |
| | |
| | | |
PHPBB3-6109
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/9348] Call phpbb_set_encoding() on config value 'default_dateformat'.
[ticket/9953] Set focus to password on re-authentication
[ticket/9905] Add SQLite to the DSN description
[ticket/9859] Remove years from the credit line.
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* ticket/bantu/9859:
[ticket/9859] Remove years from the credit line.
|
| | | |/
| | |
| | |
| | | |
PHPBB3-9859
|
| | |/
| |
| |
| |
| |
| |
| | |
Sets the login focus to the password field when prompting for admin
re-authentication, rather than the username field.
PHPBB3-9953
|
| |\ \
| | |
| | |
| | |
| | | |
* ticket/VSE/9532:
[ticket/9532] Simplified page titles by removing meaningless text.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Removed View Forum, View Topic, added pagination to forum and topic page
titles, also moved the Site Name to the end of title for forum and topic
view pages.
PHPBB3-9532
|
| | |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
* ticket/bantu/9835:
[ticket/9835] subsilver2: Don't show "To prevent automated ..." when logging in
|
| | | |
| | |
| | |
| | |
| | |
| | | |
This makes subsilver2 consistent with prosilver.
PHPBB3-9835
|
| |/ /
| |
| |
| |
| |
| |
| | |
The IE9 beta fixes the IE8 textarea width bug which required IE7 emulation in
phpBB's styles. Emulation should only occur when using IE8 now.
PHPBB3-9827
|
| | | | |
| | \ | |
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'ticket/bantu/9853' into develop-olympus
* ticket/bantu/9101:
[ticket/9101] Remove misleading 'below' from RECAPTCHA_EXPLAIN.
* ticket/bantu/9595:
[ticket/9595] List min/max characters indexed by search for mysql_fulltext.
* ticket/bantu/9853:
[ticket/9853] Change recaptcha theme from default to 'clean'.
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Change recaptcha theme to 'clean' to better coordinate with the color schemes
of prosilver and subsilver2. The default red theme doesn't really fit prosilver
and subsilver2.
PHPBB3-9853
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
* ticket/rxu/9840:
[ticket/9840] Display view unread posts link for guests.
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Display view unread posts link for guests if applicable.
PHPBB3-9840
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* ticket/bantu/9841:
[ticket/9841] Change "Save" to "Save draft", "Load" to "Load draft".
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This has confused people that are less familiar with phpBB or web applications
in general. "Save draft" should make it clear that a draft is being saved, but
it is still short enough to be used in a button.
PHPBB3-9841
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* ticket/bantu/9664:
[ticket/9664] Resolve conflict with accesskey="t", change addlitsitem to "y".
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-9664
|
| |/ /
| |
| |
| | |
PHPBB3-7417
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Since unread posts search can produce a high server load in certain
circumstances, we implement a switch for ACP "Load settings" to have an option
to disable this type of search.
PHPBB3-9613
|
| | |
| |
| |
| |
| |
| |
| | |
Go easy way for now - just place S_LOGIN_REDIRECT before S_HIDDEN_FIELDS so
the last value override the previous one.
PHPBB3-9117
|
| |\ \
| | |
| | |
| | |
| | | |
* ticket/jellydoughnut/9757:
[ticket/9757] Fix empty template variable {HISTORY_TITLE}
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The template variable {HISTORY_TITLE} was always being set to the empty string.
It is now filled with the title of the currently displayed message. It is not
showed in prosilver or subsilver2 for aesthetic reasons (title is already
prominent)
PHPBB3-9757
|
| |/ /
| |
| |
| |
| |
| |
| |
| | |
dE() was defined differently in the ACP and in prosilver. Other javascript
in editor.js files has also been unified (taking the prosilver implementation
as cannonical)
PHPBB3-9499
|
| |\ \
| | |
| | |
| | |
| | | |
* ticket/nickvergessen/7720:
[ticket/7720] Fix alternative image-description for unread posts.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Changed the wrong word "new" to "unread" as that is, what we show with the
red-icons, not whether the post is new or not. Language variables were
kept for backwards compatibility.
PHPBB3-7720
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* ticket/nickvergessen/9531:
[ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:"
|
| | | |/
| |/|
| | |
| | |
| | |
| | | |
When quoting from the topic-review the statement "Author wrote:" is missing. The fix for this was not complete: Now it's backwards compatibile and uses the LA_ for the language variables.
PHPBB3-9531
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* ticket/nickvergessen/9678:
[ticket/9678] Flash attachments are not displayed in subsilver2.
|
| | | |/
| |/|
| | |
| | | |
PHPBB3-9678
|
| |/ /
| |
| |
| | |
PHPBB3-9677
|