Josh, Thanks for all the explanation :-).
Yes, that's what I am thinking. That would be great because we can avoid having the error message whenever we click the Browser's back button. Thanks, Young On Fri, Sep 2, 2016 at 3:54 PM, Josh Thompson <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Young, > > I can play around with some ways to include the logout link next to the > name > block. > > The NCSU site is actually using a CMS for everything at vcl.ncsu.edu > except > for vcl.ncsu.edu/scheduling, which is the actual VCL web code. The > themes of > the CMS and the VCL code are carefully matched closely enough to make them > look like the same site. > > So, to keep the menu bar at the top but display the ASF VCL wiki content, > we'd need to use an iframe to include the wiki content. Is something like > that what you are thinking? It's an interesting idea. > > Thanks, > Josh > > On Friday, September 02, 2016 3:33:41 PM YOUNG OH wrote: > > Hi Josh, > > > > 1) I got it. I tried to resize the browser window and found that why you > > need to do that. > > Personally, I will vote for the option 3. > > > > 2) My question is not the "Documentation" link. My suggestion is that it > > would be great if we could keep the menu bar when we click the > > "Documentation" link (Like NCSU VCL). > > > > Thanks, > > Young > > > > > > > > > > > > On Fri, Sep 2, 2016 at 2:28 PM, Josh Thompson <[email protected]> > > > > wrote: > > > -----BEGIN PGP SIGNED MESSAGE----- > > > Hash: SHA1 > > > > > > Young, > > > > > > Thanks for having a look and for providing feedback! > > > > > > I intentionally put the name block in the upper right part of the > screen > > > due > > > to using Bootstrap's responsive layout (responsive layouts handle > varying > > > screen widths, mainly for mobile devices). If the screen width is > reduced > > > enough, all of the menu gets collapsed into a hidden menu with the > typical > > > 3 > > > horizontal bars allowing it to be displayed. For the screen width > > > slightly > > > wider than when it collapses, there isn't enough room to fit the name > > > block > > > on the menu line. You can see the changes by dragging the side of your > > > browser window to resize it. There are some options on this that I'd > like > > > to > > > get feedback on from you and others: > > > > > > 1) leave it as it currently is > > > 2) put it on the menu line except for the screen width range where it > > > wouldn't fit > > > 3) move the logout link next to the name block > > > 4) other ideas? > > > > > > For your second concern, are you talking about the "Documentation" > link? > > > The > > > idea for that is to take you to a site that provides documentation on > how > > > to > > > use VCL. > > > > > > Thanks, > > > Josh > > > > > > On Friday, September 02, 2016 1:54:51 PM YOUNG OH wrote: > > > > Hi Josh, > > > > > > > > I just tested the new Theme in my test environment and it is > great!!!. > I > > > > got impressed a lot about it. The new Theme looks great and is well > > > > organized by functions. I haven't test all the menus but now I have > two > > > > comments about the new Theme. > > > > > > > > 1. I am not sure but I think the user name and logout were misaligned > > > > > > (I've > > > > > > > attached a screen shot). The logout is next to language selection > now. > > > > > > > > 2. When I click "Documents", it automatically forwards to the VCL > wiki. > > > > > > So, > > > > > > > I have to use the Browser's back button to back to the VCL site. I > > > > think > > > > if the reservation menu is shown for this, it would be great. > > > > > > > > And again, the new Theme is great and I really like it. > > > > > > > > Thanks, > > > > Young > > > > > > > > On Tue, Aug 30, 2016 at 2:38 PM, Josh Thompson < > [email protected]> > > > > > > > > wrote: > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > > Hash: SHA1 > > > > > > > > > > I just uploaded a new dojo tarball. I'll try to maintain an > archive > > > > > of > > > > > what > > > > > I've uploaded as well as a 2nd copy of the most recent one always > > > > > being > > > > > named > > > > > > > > > > dojo-vcl-2.5-test-latest.tar.gz > > > > > > > > > > (I'd use a symlink, but following them is apparently not allowed by > > > > > > httpd > > > > > > > > on > > > > > that system.) > > > > > > > > > > For #7 below, use this link now: > > > > > > > > > > http://people.apache.org/~jfthomps/testing/dojo-vcl-2.5-> > > > > test-latest.tar.gz > > > > > > > > md5sum for that is a52f1a17b8465e8957c1fe7a085feb3a > > > > > > > > > > Josh > > > > > > > > > > On Friday, August 26, 2016 4:16:55 PM Josh Thompson wrote: > > > > > > - gpg control packet > > > > > > I recently committed a new theme (dropdownmenus) for 2.5. It is > > > > > > based > > > > > > > > > on Bootstrap. Aaron Coburn had done some initial work toward > this > a > > > > > > while ago. Then, we switched to something similar here at NCSU. > > > > > > I'd > > > > > > really like some feedback on it. > > > > > > > > > > > > To install a working system from trunk, I'd recommend the > following > > > > > > steps: > > > > > > > > > > > > 1) use the 2.4.2 vcl-install.sh script to install to a test > system > > > > > > 2) cd /var/www/html > > > > > > 3) svn co https://svn.apache.org/repos/asf/vcl/trunk/web > vcl-trunk > > > > > > 4) cd /var/www/html/vcl/.ht-inc > > > > > > 5) cp -r conf.php keys.pem pubkey.pem secrets.php spyc-0.5.1 > > > > > > /var/www/html/vcl-trunk/.ht-inc > > > > > > 6) cd /var/www/html/vcl-trunk > > > > > > 7) wget > > > > > > http://people.apache.org/~jfthomps/testing/dojo-vcl-2.5-> > > > > > > > > > > > test-20160825.tar.g > > > > > > > > > > > z #md5sum: 90b82954c93090be738acaafa01c472c > > > > > > 8) tar xf > > > > > > dojo-vcl-2.5-test-20160825.tar.gz > > > > > > 9) cd themes > > > > > > 10) ./copydojocss.sh default > > > > > > 11) cd /var/www/html > > > > > > 12) rm vcl > > > > > > 13) ln -s vcl-trunk vcl > > > > > > 14) cd /root > > > > > > 15) svn co https://svn.apache.org/repos/asf/vcl/trunk/mysql > > > > > > vcl-mysql > > > > > > > > > 16) mysqldump vcl > vcl-db-backup.sql > > > > > > 17) mysql vcl < vcl-mysql/update-vcl.sql > > > > > > > > > > > > Next, you'll either need to set DEFAULTTHEME in conf.php or log > in > > > > > > to > > > > > > the site, click Site Configuration, scroll to the bottom, and > change > > > > > > the > > > > > > > > > theme for the Global and Local affiliations to 'dropdownmenus' > > > > > > (you'll > > > > > > > > > need to reload the page after that). > > > > > > > > > > > > I'd love to get some feedback on what you think and anything that > > > > > > could > > > > > > > > > be improved. > > > > > > > > > > > > Thanks! > > > > > > Josh > > > > > > -- > > > > > > ------------------------------- > > > > > > Josh Thompson > > > > > > VCL Developer > > > > > > North Carolina State University > > > > > > > > > > > > my GPG/PGP key can be found at pgp.mit.edu > > > > > > > > > > > > All electronic mail messages in connection with State business > which > > > > > > are sent to or received by this account are subject to the NC > Public > > > > > > Records Law and may be disclosed to third parties. > > > > > > > > > > - -- > > > > > - ------------------------------- > > > > > Josh Thompson > > > > > VCL Developer > > > > > North Carolina State University > > > > > > > > > > my GPG/PGP key can be found at pgp.mit.edu > > > > > > > > > > All electronic mail messages in connection with State business > which > > > > > are sent to or received by this account are subject to the NC > Public > > > > > Records Law and may be disclosed to third parties. > > > > > -----BEGIN PGP SIGNATURE----- > > > > > Version: GnuPG v2 > > > > > > > > > > iEYEARECAAYFAlfF0qkACgkQV/LQcNdtPQOHVwCfQheCcWc8Q7JZ1X2dY3ylpfix > > > > > hdAAnismRGHjmX5eodWnxo1QjZy86XES > > > > > =EezH > > > > > -----END PGP SIGNATURE----- > > > > > > - -- > > > - ------------------------------- > > > Josh Thompson > > > VCL Developer > > > North Carolina State University > > > > > > my GPG/PGP key can be found at pgp.mit.edu > > > > > > All electronic mail messages in connection with State business which > > > are sent to or received by this account are subject to the NC Public > > > Records Law and may be disclosed to third parties. > > > -----BEGIN PGP SIGNATURE----- > > > Version: GnuPG v2 > > > > > > iEYEARECAAYFAlfJxNoACgkQV/LQcNdtPQOdUwCfZyMaYNlc+TvxBmcn2vYhQQKk > > > F6YAnj5ldIKjKjXXV+disK/XBu0wvCKL > > > =xr8z > > > -----END PGP SIGNATURE----- > - -- > - ------------------------------- > Josh Thompson > VCL Developer > North Carolina State University > > my GPG/PGP key can be found at pgp.mit.edu > > All electronic mail messages in connection with State business which > are sent to or received by this account are subject to the NC Public > Records Law and may be disclosed to third parties. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2 > > iEYEARECAAYFAlfJ2OwACgkQV/LQcNdtPQNBcgCfYmPeXWVG/w6TjQdScJNquZPB > /YwAmwdWVi6xaWKluuzZbhDjB+9KDvtr > =7z46 > -----END PGP SIGNATURE----- > >
