| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
| | |
| | |
| | | |
PHPBB3-11103
|
| | | |
| | |
| | |
| | | |
PHPBB3-11103
|
| | | |
| | |
| | |
| | | |
PHPBB3-11103
|
| | | |
| | |
| | |
| | | |
PHPBB3-11103
|
| | | |
| | |
| | |
| | | |
PHPBB3-11103
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Create a way to mark items read from the output list.
PHPBB3-11103
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove the formatted title function, plaintext is not needed since
email templates are used
Fix a number of bugs.
PHPBB3-11103
|
| | |\ \
| | |/ |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Change U_HOME to U_SITE_HOME
PHPBB3-11021
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Check site home url against !== '', not empty
PHPBB3-11021
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Correct the logo title to be {L_HOME} if {U_HOME} is used.
Check if the Home text is instead of just equal to false when
outputting it to the template
PHPBB3-11021
|
| | | |
| | |
| | |
| | | |
PHPBB3-11021
|
| | | |
| | |
| | |
| | | |
PHPBB3-11103
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Add unread count to the page title
PHPBB3-11103
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Mark topics/posts read from the markread() function.
Identify unread items by a grey background in the header (for now)
PHPBB3-11103
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Very rough (lots of inline CSS, very ugly)
PHPBB3-11103
|
| | |/
| |
| |
| |
| |
| | |
For now, just dumping the notifications in the header.
PHPBB3-11103
|
| | |
| |
| |
| | |
PHPBB3-11008
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | | |
* github-callumacrae/ticket/10783:
[ticket/10783] Added assets_version to ACP and simple_*.html.
[ticket/10783] Added assets_version to subsilver2.
[ticket/10783] Added ?assets_version to assets.
|
| | | |
| | |
| | |
| | | |
PHPBB3-10783
|
| | |\ \
| | |/
| | |
| | |
| | | |
Conflicts:
phpBB/styles/prosilver/theme/tweaks.css
|
| | | |\
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10455] Removed NOTE from prosilver overall_header.html.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Removed the corner and clear span classes
PHPBB-10734
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Removed unnecessary span from overall_header, overall_footer,
forumlist_body, viewforum_body.
PHPBB3-10734
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Removing tweaks.css from stylesheet.css, including it for IE8 or older via conditional statements
PHPBB3-10622
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 'develop' of github.com:phpbb/phpbb3: (44 commits)
[ticket/10374] Remove 'custom template' cache prefix.
[feature/remove-db-styles] Remove forgotten template variables.
[feature/remove-db-styles] Removed style.php!
[feature/remove-db-styles] Rework filesystem permission checks from 6d24a71.
[feature/remove-db-styles] Update language to reflect removal of db storage.
[feature/remove-db-styles] Mark log entrys as deprecated.
[feature/remove-db-styles] Add error if template/theme file is unwritable.
[feature/remove-db-styles] Add schema changes sinces 3.0.x.
[feature/remove-db-styles] Readd table constant for upgrades etc.
[feature/remove-db-styles] Update database schemas.
[feature/remove-db-styles] Remove style.php DB storage.
[feature/remove-db-styles] Remove parse_css_file option from themes.
[feature/remove-db-styles] Remove DB theme handling code from session.
[feature/remove-db-styles] ACP has forgotten how to store themes in the DB.
[feature/remove-db-styles] Missed a few template DB bits in acp_styles.
[feature/remove-db-styles] Removing unused methods from acp_style.
[feature/remove-db-styles] Removed database storage of style components.
[ticket/10371] Removing last mentions of imageset
[ticket/10370] Add function documentation for get_stacktrace().
[ticket/10370] Explain that we are not the ones hiding backtrace pieces.
...
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Removing imagesets. Changing prosilver
PHPBB3-10336
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
When validating for HTML5, the name attribute is obsolete/deprecated
when used in anchor tags. The ID tag should be used here instead.
PHPBB3-10362
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/9978] Added semicolons to JavaScript in overall_header.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This allows knowing the charset when saving web pages to disk. Also, this is
supported by all browsers.
PHPBB3-10258
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* github-igorw/ticket/10258:
[ticket/10258] Remove the meta charset tag
[ticket/10258] Adjust some deprecated tags for HTML5 in coding-guidelines
[ticket/10258] Remove copyright meta tag from docs
[ticket/10258] Remove resource-type and distribution meta tags
[ticket/10258] Remove X-UA-Compatible and imagetoolbar meta tags
[ticket/10258] Change the DOCTYPE to HTML5
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The charset tag is useless, because if a charset content-type header is
present it takes precedence. And phpBB always sends such a header.
PHPBB3-10258
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
They break HTML5 validation.
PHPBB3-10258
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
These meta tags are IE specific and do not validate as HTML5.
PHPBB3-10258
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10258
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The styleswitcher is an odd invention that allows setting the font size
of the page dynamically via JavaScript (and CSS). This should be done by
browser settings instead.
PHPBB3-10260
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/9878] Remove IE7 emulation from prosilver/subSilver2
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* develop-olympus:
[ticket/7057] Use GET for quicksearch and add session id to hidden fields
[ticket/7057] Remove trailing whitespace in functions.php
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-7938
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* develop-olympus:
[ticket/9980] URLs to javascript should be T_SUPER_TEMPLATE_PATH instead of T_TEMPLATE_PATH
|
| | |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* 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.
|
| | |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* 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.
|
| | |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* 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
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
| | |_|_|_|_|_|_|/
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-10455
|
| | |_|_|_|_|_|/
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Semicolons have been added to the anonymous functions in the javascript
in overall_header.html. This makes JSLint happier, and also makes the
code easier to minify.
PHPBB3-9978
|
| |\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | |
| | | | | | |
| | | | | | | |
* ticket/adamreyher/9878:
[ticket/9878] Remove IE7 emulation from prosilver/subSilver2
|