aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'p/ticket/11095-develop' into developAndreas Fischer2012-12-082-3/+4
|\ | | | | | | | | | | | | | | | | * p/ticket/11095-develop: [ticket/11095] Restore brace on previous line. [ticket/11095] Docs and tests for phpbb_build_hidden_fields_for_query_params. [ticket/11095] Forward GET parameters into hidden fields for jumpbox. [ticket/11095] Python quoteattr port. [ticket/11095] Use get method in jumpboxes.
| * [ticket/11095] Forward GET parameters into hidden fields for jumpbox.Oleg Pudeyev2012-11-292-1/+2
| | | | | | | | PHPBB3-11095
| * [ticket/11095] Use get method in jumpboxes.Oleg Pudeyev2012-11-292-2/+2
| | | | | | | | PHPBB3-11095
* | Merge PR #1053 branch 'develop-olympus' into developOleg Pudeyev2012-12-051-1/+3
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10841] Revert more whitespace changes. [ticket/10841] Revert whitespace changes. [ticket/10841] adding space after if [ticket/10841] removing unnecessary spacing [ticket/10841] changing affectedrows check to COUNT in sql [ticket/10841] Modifying style and language selectors in UCP Conflicts: phpBB/includes/ucp/ucp_prefs.php phpBB/styles/prosilver/template/ucp_prefs_personal.html
| * [ticket/10841] Revert whitespace changes.Oleg Pudeyev2012-12-051-7/+7
| | | | | | | | PHPBB3-10841
| * [ticket/10841] Modifying style and language selectors in UCPSenky2012-12-051-8/+10
| | | | | | | | | | | | | | Commit also deletes all unnecessary blank spaces at the end of the lines in both ucp_prefs_personal.html PHPBB3-10841
* | Merge PR #1041 branch 'cyberalien/ticket/11175' into developOleg Pudeyev2012-11-152-1/+4
|\ \ | | | | | | | | | | | | | | | * cyberalien/ticket/11175: [ticket/11175] Add microdata to prosilver [ticket/11175] Add microdata to subsilver2
| * | [ticket/11175] Add microdata to subsilver2Vjacheslav Trushkin2012-11-112-1/+4
| | | | | | | | | | | | | | | | | | Add breadcrumb data to subsilver2 PHPBB3-11175
* | | [ticket/10780] Replace colon usage in template output with {L_COLON}Nathan Guse2012-11-1073-315/+315
| | | | | | | | | | | | | | | | | | | | | Replace all the instances (I could find) where the colon is displayed to the user with {L_COLON} so it can be localised. PHPBB3-10780
* | | Merge branch 'develop-olympus' into developAndreas Fischer2012-11-071-1/+1
|\ \ \ | |/ / |/| / | |/ | | * develop-olympus: [ticket/11081] Drop duplicated </td> in subsilver captcha qa template.
| * [ticket/11081] Drop duplicated </td> in subsilver captcha qa template.Oleg Pudeyev2012-11-061-1/+1
| | | | | | | | PHPBB3-11081
* | [ticket/11014] Fix IF statements for new template paginationJoas Schilling2012-10-173-4/+4
| | | | | | | | PHPBB3-11014
* | [ticket/11014] Fix text for previous/next links in Subsilver2Joas Schilling2012-10-171-2/+2
| | | | | | | | PHPBB3-11014
* | Merge PR #973 branch 'develop-olympus' into developOleg Pudeyev2012-10-101-1/+1
|\ \ | |/ | | | | | | * develop-olympus: [ticket/11069] Add closing span back to credit line in subsilver2 simple footer
| * Merge PR #973 branch 'bantu/ticket/11069' into develop-olympusOleg Pudeyev2012-10-101-1/+1
| |\ | | | | | | | | | | | | * bantu/ticket/11069: [ticket/11069] Add closing span back to credit line in subsilver2 simple footer
| | * [ticket/11069] Add closing span back to credit line in subsilver2 simple footerAndreas Fischer2012-08-261-1/+1
| | | | | | | | | | | | | | | | | | Regression from 0ceb77fb995e7433242a87c1fe0c22840a2b23e1. PHPBB3-11069
* | | Merge branch 'develop-olympus' into developAndreas Fischer2012-10-063-3/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11135] Full replacement of credit link to https Conflicts: phpBB/install/convertors/convert_phpbb20.php
| * | [ticket/11135] Full replacement of credit link to httpsVinny2012-10-053-3/+3
| |/ | | | | | | PHPBB3-11135
| * [develop-olympus] Bumping version numbers to final for 3.0.11 releases.Andreas Fischer2012-05-314-4/+4
| |
* | Merge remote-tracking branch 'EXreaction/ticket/11021' into developAndreas Fischer2012-09-152-3/+3
|\ \ | | | | | | | | | | | | * EXreaction/ticket/11021: [ticket/11021] Fix the language changes that were lost previously
| * | [ticket/11021] Fix the language changes that were lost previouslyNathan Guse2012-09-152-3/+3
| | | | | | | | | | | | | | | | | | Change U_HOME to U_SITE_HOME PHPBB3-11021
* | | Merge remote-tracking branch 'EXreaction/ticket/11021' into developAndreas Fischer2012-09-152-2/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/11021: [ticket/11021] Remove unnecessary line spacing in functions.php [ticket/11021] Use L_SITE_HOME instead of L_HOME [ticket/11021] Better language strings for site home url/text [ticket/11021] subsilver2 support [ticket/11021] Add the option to specify a Site home URL and text
| * | [ticket/11021] Use L_SITE_HOME instead of L_HOMENathan Guse2012-09-151-1/+1
| | | | | | | | | | | | | | | | | | Check site home url against !== '', not empty PHPBB3-11021
| * | [ticket/11021] subsilver2 supportNathan Guse2012-07-222-2/+2
| | | | | | | | | | | | PHPBB3-11021
* | | Merge remote-tracking branch 'nickvergessen/ticket/11004' into developAndreas Fischer2012-08-021-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/11004: [ticket/11004] Always update suggestion button in timezone_preselect_select [ticket/11003] Ability to show full list of timezones with JavaScript enabled [ticket/11004] Make suggestion button a real button and fix it's value
| * | | [ticket/11004] Make suggestion button a real button and fix it's valueJoas Schilling2012-07-231-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11004
* | | | [ticket/11025] Add underline for hover to classesMatt Friedman2012-07-231-0/+4
| | | | | | | | | | | | | | | | PHPBB3-11025
* | | | [ticket/11025] Replace <b> with <strong> and/or class for semantic styling ↵Matt Friedman2012-07-232-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | in subsilver2 PHPBB3-11025
* | | | [ticket/11025] Replace <b> with <strong> and/or class for semantic stylingMatt Friedman2012-07-231-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11025
* | | | [ticket/11025] Make last topic titles in forum list BoldMatt Friedman2012-07-231-1/+1
| |/ / |/| | | | | | | | | | | | | | | | | This small style tweak will make the truncated last topic titles shown in the forum list BOLD for better visual impact. PHPBB3-11025
* | | [ticket/11008] Remove eval() calls to get document[id]Igor Wiedler2012-07-212-10/+2
|/ / | | | | | | PHPBB3-11008
* | Merge pull request #843 from nickvergessen/feature/new-tz-handlingNils Adermann2012-07-194-14/+43
|\ \ | | | | | | Feature/new tz handling
| * \ Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ↵Joas Schilling2012-07-187-8/+61
| |\ \ | | | | | | | | | | | | feature/new-tz-handling
| * | | [feature/new-tz-handling] Use asset in acp and subsilver2 and remove duplicatesJoas Schilling2012-06-192-108/+15
| | | | | | | | | | | | | | | | PHPBB3-9558
| * | | [feature/new-tz-handling] Use js and data attributes to create the eventsJoas Schilling2012-06-182-6/+9
| | | | | | | | | | | | | | | | PHPBB3-9558
| * | | [feature/new-tz-handling] Add doc blocks to js functionsJoas Schilling2012-06-181-5/+14
| | | | | | | | | | | | | | | | PHPBB3-9558
| * | | [feature/new-tz-handling] Use jQuery and INCLUDEJS for javascriptJoas Schilling2012-06-182-26/+29
| | | | | | | | | | | | | | | | PHPBB3-9558
| * | | [feature/new-tz-handling] Fix timezone selection in subsilver2Joas Schilling2012-06-184-10/+121
| | | | | | | | | | | | | | | | PHPBB3-9558
| * | | Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into ↵Joas Schilling2012-06-041-4/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/new-tz-handling Conflicts: phpBB/includes/functions_profile_fields.php phpBB/includes/session.php phpBB/install/database_update.php
| | * | | [feature/new-tz-handling] Removed DST options from templates.Oleg Pudeyev2012-03-141-4/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-9558
* | | | | [ticket/10968] Render pagination within the templateDrae2012-07-187-14/+82
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge PR #759 branch 'nickvergessen/ticket/10811' into developOleg Pudeyev2012-07-052-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/10811: [ticket/10811] Make toogle_subscribe more generic so it can toogle all links [ticket/10811] Make it easier for MODs/Extensions to define the alt-text [ticket/10811] Make subscribe/unsubscribe repeatable with AJAX [ticket/10811] Fix AJAX callback alt_text so it can be repeated.
| * | | | [ticket/10811] Make toogle_subscribe more generic so it can toogle all linksJoas Schilling2012-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-10811
| * | | | [ticket/10811] Make it easier for MODs/Extensions to define the alt-textJoas Schilling2012-05-161-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-10811
* | | | | Merge remote-tracking branch 'imkingdavid/ticket/10938' into developAndreas Fischer2012-06-201-2/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * imkingdavid/ticket/10938: [ticket/10938] Serve subforum listing on forumlist from template loop
| * | | | | [ticket/10938] Serve subforum listing on forumlist from template loopDavid King2012-06-181-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subforum listing is available both via implode()-ed PHP loop and via template loop. The latter allows more flexibility for changing the subforum listing per style, so that is the better option. PHPBB3-10938
* | | | | | Merge PR #571 branch 'unknownbliss/ticket/10640' into developOleg Pudeyev2012-06-183-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * unknownbliss/ticket/10640: [ticket/10640] Change subject length in mcp in subsilver [ticket/10640] Change subject length in MCP [ticket/10640] Do not change default value of truncate_string() [ticket/10640] Change maximum subject length
| * | | | | [ticket/10640] Change subject length in mcp in subsilverMichael Cullum2012-06-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10640
| * | | | | [ticket/10640] Change maximum subject lengthMichael Cullum2012-06-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10640
* | | | | | Merge remote-tracking branch 'github-dhruvgoel92/feature/delete-auto-logins' ↵Nils Adermann2012-06-111-0/+49
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into develop * github-dhruvgoel92/feature/delete-auto-logins: [feature-delete-auto-logins] adds module to database update [feature/delete-auto-logins] fixes style [feature/delete-auto-logins] improves styling [feature/delete-auto-logins] fixes language entry [feature/delete-auto-logins] fix language keys and styling [feature/delete-auto-logins] explain persistent keys in the ucp. [feature/delete-auto-logins] template added for subsilver2 [feature/delete-auto-logins] improved styling and fixes language [feature/delete-auto-logins] using loop for errors [feature/delete-auto-logins] fixes css corners [feature/delete-auto-logins] Fixes language entries [feature/delete-auto-logins] checks form key [feature/delete-auto-logins] Fixes language entries and redirection. [feature/delete-auto-logins] User can view/delete auto logins.