Search found 138 matches
- Sun Feb 19, 2017 3:58 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-15097 - Board statistics page should show PHP version
- Replies: 32
- Views: 90889
Re: PHPBB3-15097 - Board statistics page should show PHP version
Two more newbie questions if you don't mind. First, adm/style/acp_main.html contains a number of condition checks such as <!-- IF S_VERSIONCHECK --> . I've read through Tutorial.Template syntax but cannot find anything that helps me understand how to test the various conditions. Some are obvious bas...
- Sun Feb 19, 2017 2:41 am
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-15097 - Board statistics page should show PHP version
- Replies: 32
- Views: 90889
Re: PHPBB3-15097 - Board statistics page should show PHP version
I've worked a bit further on this update, separating out the 'Installed software' from the 'Board statistics'. PHPBB3-15097 fix, v2.PNG The concept is borrowed from Version - MediaWiki . Does this improve the ACP main page and potentially reduce the number of questions about what versions of softwar...
- Sat Feb 18, 2017 7:01 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-15097 - Board statistics page should show PHP version
- Replies: 32
- Views: 90889
Re: PHPBB3-15097 - Board statistics page should show PHP version
That was my plan.
- Sat Feb 18, 2017 4:57 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-15097 - Board statistics page should show PHP version
- Replies: 32
- Views: 90889
Re: PHPBB3-15097 - Board statistics page should show PHP version
I presume my part of the process is now complete and it's up to someone else to review/approve the pull request and decide if/when this gets included in a phpBB release, i.e. 3.1.11 and/or 3.2.1.
Is there anything more for me to do?
Is there anything more for me to do?
- Sat Feb 18, 2017 12:51 am
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-15097 - Board statistics page should show PHP version
- Replies: 32
- Views: 90889
Re: PHPBB3-15097 - Board statistics page should show PHP version
Got in done. Passed all tests. Learned a lot in the process that I can apply going forward.
- Fri Feb 17, 2017 10:35 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-15097 - Board statistics page should show PHP version
- Replies: 32
- Views: 90889
Re: PHPBB3-15097 - Board statistics page should show PHP version
Wow, what a learning experience. I think I've got the issues resolved. Will wait to see what travis-ci.org reports.
@DavidIQ. for sticking with me and helping.
@DavidIQ. for sticking with me and helping.
- Fri Feb 17, 2017 10:14 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-15097 - Board statistics page should show PHP version
- Replies: 32
- Views: 90889
Re: PHPBB3-15097 - Board statistics page should show PHP version
Thanks for your patience and advice. I've now installed commit hooks.
- Fri Feb 17, 2017 10:05 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-15097 - Board statistics page should show PHP version
- Replies: 32
- Views: 90889
Re: PHPBB3-15097 - Board statistics page should show PHP version
Still confused. I've done the steps as indicated. They seem to have successfully completed but I'm not seeing them updated on github.
FWIW, I'm working on the command line in Linux (CentOS 7).
FWIW, I'm working on the command line in Linux (CentOS 7).
Code: Select all
$ git --version
git version 1.8.3.1
- Fri Feb 17, 2017 9:51 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-15097 - Board statistics page should show PHP version
- Replies: 32
- Views: 90889
Re: PHPBB3-15097 - Board statistics page should show PHP version
Thanks again. Please bear with me so I get it correct. I believe the steps become git rebase --interactive 'ac88815^' which gives me pick ac88815 [3.1.x] Add PHP version to Board statistics pick 29fc038 [ticket/15097] Add PHP version to Board statistics # Rebase b567c6e..29fc038 onto b567c6e # # Com...
- Fri Feb 17, 2017 9:34 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-15097 - Board statistics page should show PHP version
- Replies: 32
- Views: 90889
Re: PHPBB3-15097 - Board statistics page should show PHP version
Understood and still learning. I just don't understand how to edit and change it. When I click on the commit (https://github.com/phpbb/phpbb/pull/470 ... a85497605) I cannot find an edit/change button. Am I missing something?