History: Tiki14Upgrade
Preview of version: 19 (current)
Notes about issues and solutions detected while testing the upgrade of tiki.org sites to Tiki14
logos squashed or too small [fixed]
[+]1.2. RTL language is broken
Temporary solution for monolingual Tiki is to modify your themes/css/yourtheme.css by adding “direction:rtl” to:
- .container
- @media (min-width: 768px) {
.modal-dialog
more to come...
- 😕 Should this (or something) be committed to SVN now and fixed before the release? Is there a bug report? I found at least one developer who made an "RTL for Bootstrap" CSS package - looks like a single CSS file. https://github.com/morteza/bootstrap-rtl (MIT license)
- +1 to add
morteza/bootstrap-rtl(tested and it works nicely - needs to be put in a condition if $prefs.feature_bidi eq "y") to branches/14.x and remove the obsolete BiDi.css - it more breaks than fixes things- added to http://composer.tiki.org in rev:55259 (waiting for propagation - then I will add it to composer.json in branches/14.x)
- added to http://composer.tiki.org in rev:55259 (waiting for propagation - then I will add it to composer.json in branches/14.x)
- +1 to add
1.3. themes.t.o upgrade
See https://themes.tiki.org/Tiki14_upgrade_configuration
1.4. dev.t.o upgrade
- font color red of site title & subtitle as in bg
- buttons from search module in topbar take 2 lines even if empty space available
- top bar with "All communit sites" menu + Login + Lang dropdown is fixed, and does not resize as in doc.t.o or themes.t.o
some profile needed to be applied? - App menu #42 Settings item was corrupted somehow, made a clone of it for the record and reset to default
1.5. doc.t.o upgrade
- font color green of site title & subtitle as in bg
- I don't know how to change site title. Site subtitle did change to white with the equivalent approach:
Copy to clipboardheader.header .sitetitle { color: white !important; /* text-shadow: 2px 1px 0px #143C64 !important; */} header.header .sitesubtitle { color: white !important; /* text-shadow: 2px 1px 0px #BCB923 !important; */}
- I don't know how to change site title. Site subtitle did change to white with the equivalent approach:
- loooong doc.t.o menu in the side column of doc.t.o
Code from the module says:
Copy to clipboard{menu id=43 bootstrap=y decorations=n notitle=y}{menu bootstrap=y structureId="HomePage BootstrapTricks"}{menu bootstrap=y structureId="HomePage AdminGuide"}{menu bootstrap=y structureId="HomePage UserGuide"}{if $group neq ''}{menu bootstrap=y structureId="HomePage Author"}{/if}- I wonder why there is no title for each of these menus, or how did they survive in 13.x: it's currently unreadable with so many links one after the other
I added the param "notitle=y" for all of them, but no change, apparently. Therefore, I manually added some name for each menu:
Copy to clipboard{menu id=43 bootstrap=y decorations=n notitle=n} __BootstrapTricks__ {menu bootstrap=y structureId="HomePage BootstrapTricks" notitle=n} __AdminGuide__ {menu bootstrap=y structureId="HomePage AdminGuide" notitle=n} __UserGuide__ {menu bootstrap=y structureId="HomePage UserGuide" notitle=n}{if $group neq ''} __Author__ {menu bootstrap=y structureId="HomePage Author" notitle=n}{/if}
- I wonder why there is no title for each of these menus, or how did they survive in 13.x: it's currently unreadable with so many links one after the other
- funky ui after preview on a translate process. See:
- Plain registered user "xavi" in doc.t.o sees a couple of menu entries under Kaltura:
- Edit languages : tiki-edit_languages.php
- Menus : tiki-admin_menus.php
Maybe the heading "Settings" of higher level should be shown if a user has perms on those 2 items?
user with admin perms ("xavidp") see's the menu properly.
Comparing version 1 with version 19
|
|
||
| Lines: 1-9 | Lines: 1-63 | ||
| - | Notes about issues and solutions detected while testing the |
+ | Notes about issues and solutions detected while testing the __upgrade of tiki.org sites__ to ((Tiki14)) |
| - | !!# logos squashed or too small | + | !!-# --logos squashed or too small-- [[fixed] |
| nextdoc.t.o: | nextdoc.t.o: | ||
| * with Chrome, logo squahsed. | * with Chrome, logo squahsed. | ||
| * with FF: logo way too small. | * with FF: logo way too small. | ||
| {sign user="xavidp" datetime="2015-03-26T19:38:21+00:00"} | {sign user="xavidp" datetime="2015-03-26T19:38:21+00:00"} | ||
| + | (:smile:) This should be fixed now (SVN r54859) {sign user="chibaguy" datetime="2015-03-31T14:54:10+00:00"} | ||
| + | Notes about issues and possible solutions while testing the __upgrade previous tiki wiki sites__ to ((Tiki14)) | ||
| + | !!# RTL language is broken | ||
| + | Temporary solution for monolingual Tiki is to modify your themes/css/yourtheme.css by adding “direction:rtl” to: | ||
| + | *.container | ||
| + | *@media (min-width: 768px) { | ||
| + | + .modal-dialog | ||
| + | more to come... | ||
| + | {sign user="Bsfez" datetime="2015-03-29T11:48:24+00:00"} | ||
| + | ** (:confused:) Should this (or something) be committed to SVN now and fixed before the release? Is there a bug report? I found at least one developer who made an "RTL for Bootstrap" CSS package - looks like a single CSS file. [https://github.com/morteza/bootstrap-rtl] (MIT license) {sign user="chibaguy" datetime="2015-03-31T14:54:10+00:00"} | ||
| + | *** +1 to add -+morteza/bootstrap-rtl+- (tested and it works nicely - needs to be put in a condition if $prefs.feature_bidi eq "y") to branches/14.x and remove the obsolete BiDi.css - it more breaks than fixes things {sign user="luci" datetime="2015-04-28T10:48:23+00:00"} | ||
| + | **** added to http://composer.tiki.org in ((rev:55259)) {sign user="luci" datetime="2015-04-29T08:57:24+00:00"} (waiting for propagation - then I will add it to composer.json in branches/14.x) | ||
| + | !!# themes.t.o upgrade | ||
| + | See https://themes.tiki.org/Tiki14_upgrade_configuration | ||
| + | !!# dev.t.o upgrade | ||
| + | # font color red of site title & subtitle as in bg | ||
| + | # buttons from search module in topbar take 2 lines even if empty space available | ||
| + | # top bar with "All communit sites" menu + Login + Lang dropdown is fixed, and does not resize as in doc.t.o or themes.t.o | ||
| + | + some profile needed to be applied? | ||
| + | # App menu #42 Settings item was corrupted somehow, made a clone of it for the record and reset to default {sign user="jonnybradley" datetime="2015-04-27T19:25:16+00:00"} | ||
| + | !!# doc.t.o upgrade | ||
| + | # font color green of site title & subtitle as in bg | ||
| + | ** I don't know how to change site title. Site subtitle did change to white with the equivalent approach: | ||
| + | ++ {CODE(colors="css", ln="1")} | ||
| + | header.header .sitetitle { color: white !important; /* text-shadow: 2px 1px 0px #143C64 !important; */} | ||
| + | header.header .sitesubtitle { color: white !important; /* text-shadow: 2px 1px 0px #BCB923 !important; */} | ||
| + | {CODE} | ||
| + | # loooong doc.t.o menu in the side column of doc.t.o | ||
| + | + Code from the module says: | ||
| + | + {CODE()} | ||
| + | {menu id=43 bootstrap=y decorations=n notitle=y}{menu bootstrap=y structureId="HomePage BootstrapTricks"}{menu bootstrap=y structureId="HomePage AdminGuide"}{menu bootstrap=y structureId="HomePage UserGuide"}{if $group neq ''}{menu bootstrap=y structureId="HomePage Author"}{/if} | ||
| + | {CODE} | ||
| + | ** I wonder why there is no title for each of these menus, or how did they survive in 13.x: it's currently unreadable with so many links one after the other | ||
| + | ++ I added the param "notitle=y" for all of them, but no change, apparently. Therefore, I manually added some name for each menu: {sign user="xavidp" datetime="2015-04-27T18:59:13+00:00"} | ||
| + | ++ {CODE()} | ||
| + | {menu id=43 bootstrap=y decorations=n notitle=n} | ||
| + | __BootstrapTricks__ | ||
| + | {menu bootstrap=y structureId="HomePage BootstrapTricks" notitle=n} | ||
| + | __AdminGuide__ | ||
| + | {menu bootstrap=y structureId="HomePage AdminGuide" notitle=n} | ||
| + | __UserGuide__ | ||
| + | {menu bootstrap=y structureId="HomePage UserGuide" notitle=n}{if $group neq ''} | ||
| + | __Author__ | ||
| + | {menu bootstrap=y structureId="HomePage Author" notitle=n}{/if} | ||
| + | {CODE} | ||
| + | # funky ui after preview on a translate process. See: | ||
| + | + {img fileId="996" thumb="y" rel="box[g]"} | ||
| + | # Plain registered user "xavi" in doc.t.o sees a couple of menu entries under Kaltura: | ||
| + | ** Edit languages : tiki-edit_languages.php | ||
| + | ** Menus : tiki-admin_menus.php | ||
| + | ++ Maybe the heading "Settings" of higher level should be shown if a user has perms on those 2 items? | ||
| + | ++ user with admin perms ("xavidp") see's the menu properly. {sign user="xavidp" datetime="2015-04-27T19:10:36+00:00"} | ||
History
| Information | Version | ||||||
|---|---|---|---|---|---|---|---|
| 29 Apr 15 08:57 UTC luci | 19 | ||||||
| 28 Apr 15 10:48 UTC luci +1 for Bootstrap RTL | 18 | ||||||
| 27 Apr 15 19:25 UTC Jonny Bradley | 17 | ||||||
| 27 Apr 15 19:10 UTC Xavi (as xavidp - admin) | 16 | ||||||
| 27 Apr 15 19:02 UTC Xavi (as xavidp - admin) | 15 | ||||||
| 27 Apr 15 18:59 UTC Xavi (as xavidp - admin) | 14 | ||||||
| 27 Apr 15 18:49 UTC Xavi (as xavidp - admin) | 13 | ||||||
| 27 Apr 15 18:44 UTC Xavi (as xavidp - admin) | 12 | ||||||
| 27 Apr 15 18:28 UTC Xavi (as xavidp - admin) | 11 | ||||||
| 27 Apr 15 18:26 UTC Xavi (as xavidp - admin) | 10 | ||||||
| 15 Apr 15 14:07 UTC Xavier de Pedro | 9 | ||||||
| 01 Apr 15 19:04 UTC luci | 8 | ||||||
| 31 Mar 15 14:54 UTC Gary Cunningham-Lee Responses added. | 7 | ||||||
| 29 Mar 15 12:06 UTC Bernard Sfez / Tiki Specialist | 6 | ||||||
| 29 Mar 15 11:57 UTC Bernard Sfez / Tiki Specialist | 5 | ||||||
| 29 Mar 15 11:55 UTC Bernard Sfez / Tiki Specialist | 4 | ||||||
| 29 Mar 15 11:48 UTC Bernard Sfez / Tiki Specialist | 3 | ||||||
| 29 Mar 15 11:46 UTC Bernard Sfez / Tiki Specialist | 2 | ||||||
| 26 Mar 15 19:38 UTC Xavi (as xavidp - admin) | 1 | ||||||