[00:04] Tiki-KGB 03arildb r47515 10trunk/ 10tiki-wizard_admin.php 10templates/tiki-wizard_admin.tpl 10lib/wizard/wizardlib.php 03templates/wizard/wizard_bar.tpl [00:04] Tiki-KGB [MOD] Moved wizard's page stepping logic to wizardlib. Should make it easier to make new new wizards [00:50] Tiki-KGB 03arildb r47516 10trunk/ 10lib/wizard/pages/admin_editor.php 10lib/wizard/wizardlib.php 10templates/wizard/wizard_bar.tpl [00:50] Tiki-KGB [NEW] Added stepNr parameter, to go to a specific wizard page [00:50] Tiki-KGB [FIX] Removed redundant test [01:14] Tiki-KGB 03arildb r47517 10trunk/ 10lib/wizard/wizardlib.php 10templates/wizard/wizard_bar.tpl * [ENH] Added back button in admin wizard [01:16] Tiki-KGB 03arildb r47518 10trunk/templates/wizard/wizard_bar.tpl * Added SVN keyword ID [01:20] Tiki-KGB 03arildb r47519 10trunk/templates/wizard/wizard_bar.tpl * dos2unix [02:00] David__ joined #tikiwiki [04:55] chibaguy joined #tikiwiki [05:04] Notre1997 joined #tikiwiki [05:17] astroo-_f joined #tikiwiki [06:53] Bobc_ joined #tikiwiki [06:54] rinnan joined #tikiwiki [06:58] Bobc_ Hola all. Is there a way to center stylebox on a page {img fileId="1093|985|888" width="220" thumb="y" stylebox="float: left; margin-right:20px" rel="box"}? [07:09] fabricius try ::{img ...}:: or :::{img ...}::: (depending on "textarea" settings or check in the docs (https://doc.tiki.org/PluginImg), if there is a parameter for center (what I believe) [07:18] Bobc_ Thank you fabricius. Tried the :: and ::: codes. Also tried
{img.....}
with no luck. I will check docs again. [07:35] Bobc_ Looks as though images in "stylebox" cannot be centered: "If stylebox or desc are also set, then image only aligns inside the box - use stylebox in this case to align the box on the page." Thank you..... [08:14] Tiki-KGB_ joined #tikiwiki [08:24] fabricius Bobc_ still there? [08:25] fabricius you could also try to put img into a dic plugin and center the divplugin either with wikisyntax or with class=center or so [08:26] fabricius {DIV(class=center)}{img ...}{DIV} [09:12] Tiki|bot New Forum Posts: Display Score - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=49151 [10:01] redflo joined #tikiwiki [10:27] chibaguy joined #tikiwiki [10:50] pianoliv joined #tikiwiki [11:04] Tiki-KGB 03chibaguy r47520 10trunk/templates/ 10(7 files in 3 dirs) [11:04] Tiki-KGB [ENH] Bootstrap classes added to input type="reset". (".btn-warning" was used here, but which Bootstrap button class (meaning and color) to use with each Tiki button should be discussed and decided.) [11:36] fabricius joined #tikiwiki [13:07] arildb joined #tikiwiki [13:40] chibaguy joined #tikiwiki [13:46] rinnan joined #tikiwiki [13:48] Tiki-KGB 03xavidp r47521 10trunk/ 10lib/wizard/pages/admin_editor.php 10lib/prefs/feature.php 10templates/wizard/admin_editor.tpl 10lib/prefs/wysiwyg.php [13:48] Tiki-KGB [FIX]Reduce confusion between the former interface that might have looked like just for wysiwyg options, and my previous proposal to split between wiki editor and wysiwyg editor, that was not clear enough either. This commit renames 'Wysiwyg editor' to 'Full Wysiwyg editor' to separate it from the new 'Inline Wysiwyg editor'. And 'Full wysiwyg' editor mode renamed to 'Saving HTML' [13:48] Tiki-KGB tikiwiki to state clearly what that option does. Thanks arildb. [14:00] chkpnt joined #tikiwiki [14:01] chkpnt Hi. I want to link to a specific version of a wiki page. What is the syntax? [14:05] rodrigoprimo joined #tikiwiki [14:09] arildb chkpnt: See the history button. Then you can look at the url format [14:13] rodrigoprimo joined #tikiwiki [14:18] chkpnt Okay, but that way, I'd have to use the wiki syntax for linking a website [http://...&preview=84], right? [14:29] chkpnt I collegue just told me, I should rather rename my page and link to that renamed page than linking to a specific revision, as tiki wiki doesn't keep the revisions forever. [14:30] chkpnt left #tikiwiki [14:49] chibaguy joined #tikiwiki [14:50] chibaguy polom [14:51] ricks99 joined #tikiwiki [15:26] fabricius joined #tikiwiki [15:29] fabricius polom [15:39] dhazel joined #tikiwiki [15:56] Tiki-KGB 03lphuberdeau r47522 10trunk/ 10(10 files in 6 dirs) [15:56] Tiki-KGB [FIX] Profile install as part of the web installer would fail due to internal inconsistencies in Tiki - reverting previous patch by nkoth, fixing issues and avoiding several notices [16:13] bubulle_ joined #tikiwiki [16:18] rodrigoprimo1 joined #tikiwiki [16:31] marclaporte joined #tikiwiki [16:40] Tiki-KGB 03chibaguy r47523 10trunk/templates/ 10(170 files in 5 dirs) * [ENH] Bootstrap table base class "table" added to table class="normal". [17:15] Tiki|bot New Forum Posts: GoogleVis - http://tiki.org/tiki-view_forum_thread.php?forumId=24&comments_parentId=49162 [17:28] arildb Hi (especially lphuberdeau) [17:28] arildb I am testing a console.php Tiki installation [17:29] arildb First I deleted all the tables in the database, but kept local.php. Then I ran php console.php database:install (on Windows) [17:29] arildb This terminates without any kind of error message. [17:29] arildb I did some debugging, and the problem occurs in tiki-setup_base.php, line 73: if ($tikilib->query("SHOW TABLES LIKE 'tiki_preferences'")->numRows() == 0) { [17:30] arildb Since no database tabels exist, this will always fail (it seems). ... is my test setup wrong? [17:32] marclaporte joined #tikiwiki [17:39] arildb Hi marclaporte [17:56] Tiki|bot New Forum Posts: Issues when uploading images using file gallery - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=49163 [18:06] lphuberdeau you need to create the database prior to using the console tool [18:06] lphuberdeau unlike the web installer, it won't perform that step for you [18:15] arildb lphuberdeau: I reused an existing database. Permissions + local.php access is ok. is database:install the right command? [18:17] arildb or do you mean, I have to run tiki.sql manually? [18:18] arildb I tested on Linux...only deleted users_users table, which it checks for. Then database:install ran ok. [18:18] arildb hm-m...I wonder if it has something to do with strict mode [18:18] lphuberdeau you can also use --force [18:18] arildb trying [18:19] lphuberdeau you should NEVER run tiki.sql manually [18:20] arildb ok [18:21] arildb tried: php console.php --force database:install ... same result. Note, I am now running on a version, which is prior to the admin wizard being integrated. [18:22] lphuberdeau php console.php database:install --force [18:23] arildb ah ..ok [18:23] arildb returns immidiately. No error. Assume it fails at the same placve [18:27] arildb It cannot be the MySQL strict mode. My test on windows also uses a Linum MySQL, which does not have strict mode enabled. [18:29] lphuberdeau technically, it calls the same install method as the web installer [18:29] arildb got it reproduced on Linux. Had a Tiki database. Dropped the table yusers_users and tiki_preferences [18:29] arildb fails. no error [18:32] rodrigoprimo joined #tikiwiki [18:37] Telesight joined #tikiwiki [18:40] rodrigoprimo joined #tikiwiki [18:42] arildb lphuberdeau: I am unable to reproduce a problem with the admin wizard and the console.php. Running php console.php database:install --force on an existing Tiki database runs fine. [18:43] arildb Can it be that the problem you are experiencing, is the problem with the if ($tikilib->query("SHOW TABLES LIKE 'tiki_preferences'")->numRows() == 0) { in tiki-setup_base.php? [18:43] lphuberdeau when I try to login with admin/admin after clean install, it points me to: http://tiki/trunk/tiki-wizard_admin.php?&stepNr=0&url=http%3A%2F%2Ftiki%2Ftrunk%2Ftiki-change_password.php%3Fuser%3Dadmin [18:43] lphuberdeau and says I'm not logged in [18:44] lphuberdeau looks like the redirect to the wizard is a little too aggressive [18:44] arildb that's the wrong return URL. [18:46] arildb Do you get the same result, when you run the console installed --force on an existing Tiki database (what I tried) [18:48] arildb I think I got it reproduced [18:48] arildb will take a look at it [18:58] marclaporte joined #tikiwiki [19:01] marclaporte polom arildb [19:01] arildb hi marclaporte [19:01] arildb I got some assistance from lphuberdeau in the console.php problem. Hopefully fixed soon. [19:04] arildb multi-tiki is probably another scenario that shuld be tested using the new admin wizard [19:04] arildb marclaporte: Is there such a test environment around? [19:10] Tiki-KGB 03arildb r47524 10trunk/tiki-login.php [19:10] Tiki-KGB [FIX] The admin wizard onLogin function must only be called, when a user is actually logged in. [19:10] Tiki-KGB This is not the case right after a console.php database:install command. [19:10] Tiki-KGB User must change the password first, before the login is done and the admin wizard is run. [19:13] marclapo1 joined #tikiwiki [19:33] marclaporte arildb: not to my knowledge but it makes perfect sense to set one up. Perhaps on demo.tiki.org or something. Is Xavi around? [19:33] arildb marclaporte: sounds good [19:58] rodrigoprimo1 joined #tikiwiki [20:02] rodrigoprimo joined #tikiwiki [20:08] Tiki|bot Recent Bug: - Admin wizard prevents first login after command line installation - http://dev.tiki.org/item4754 [20:18] Tiki|bot Recent Bug: - Browsertitle value wrong on Tik12 db update - http://dev.tiki.org/item4755 [20:30] Tiki-KGB 03xavidp r47525 10mods/trunk/ 10wiki-plugins/r/lib/wiki-plugins/wikiplugin_rr.php 10Packages/wikiplugins-r.info.txt [20:30] Tiki-KGB [FIX]Remove again some of the new lines added for granted in the html produced in charts by from the googleVis package [20:46] marclapo1 joined #tikiwiki [20:53] changi joined #tikiwiki [21:01] deeku joined #tikiwiki [21:04] deeku Hello all - I have a quick question if you could kindly help: in a template called by a tracker could I use something like '{if $user_prefs.theme eq 'avatir.css'}' to check which theme the user has selected or is there a better way? [21:05] deeku thanks in advance. [21:47] MichaelC1 joined #tikiwiki [21:50] Tiki-KGB 03arildb r47526 10trunk/ 10lib/wizard/pages/admin_editor.php 10templates/wizard/admin_editor.tpl [21:50] Tiki-KGB [ENH] Rearrange the editor wizard page. [21:50] Tiki-KGB [MOD] Explicitly set "correct" settings for 2 wysiwyg modes, to avoid user errors [21:52] Tiki-KGB 03arildb r47527 10trunk/templates/wizard/admin_wizard.tpl * [ENH] Describe the wizard and it's purpose a bit. [21:53] deeku On a tiki page, can I show different trackers for different themes? For example, when a user has theme A selected, can I call TRACKERLIST with different parametres than if the user has theme B selected? [21:59] marclapo1 joined #tikiwiki [22:02] Tiki-KGB 03arildb r47528 10trunk/templates/wizard/admin_wizard.tpl * [ENH] Spelling and remove underline in new text [22:08] redflo joined #tikiwiki [22:16] deeku It would be wonderful if there was a {themes} like there is {groups}... but in tw 9.x is there a way to bring about the same functionality of [themes} is wiki pages or templates? [22:23] marclaporte doc.tiki.org/Perspectives would be a way [22:28] Tiki|bot New Forum Posts: New editor wizard proposal - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=49170 [22:30] deeku thanks Marc! [22:34] deeku left #tikiwiki [22:38] marclapo1 joined #tikiwiki [22:39] jcarter_ joined #tikiwiki [22:43] jcarter_ Hello! I'm looking to get commit access. I've had a couple people suggest I get on it in the forums and on bug reports so I can submit fixes and the like on my own, so here I am! I'll be super careful, I promise :) I'll make sure someone approves the commit before going ahead and doing anything. [22:46] arildb Hi jcarter_ [22:46] arildb I am sure marclaporte can help you, if he is available [22:46] arildb jcarter_: I love AutoTOC :-) [22:47] jcarter_ Alright. If not, I can try later this week as well. And thanks! Your implementation made it rock :) [22:48] Tiki|bot New Forum Posts: Having pdf's open via a link in your file gallery - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=49172 [22:51] arildb jcarter_: An Admin Wizard is being added in trunk. Should make it for Tiki 12. It makes it easier to configure major/nice Tiki features. I added AutoTOC to that list. [22:55] jcarter_ Sounds great! I hadn't checked out the admin wizard, but it seems like it should be pretty useful with the number of features out there. [22:56] arildb Jyhem or changi maybe one of you can help jcarter_ with commit access? [22:58] arildb jcarter_: Did you already read about the 3 rules and some other"rule" pages ? [22:59] jcarter_ Yeah, I had read them a while ago, and I plan on going through everything again when I have something specific to commit. [23:00] arildb Once an admin comes aroun, you will get the proper guidence and access. marclapo1 are you there? [23:02] jcarter_ its not a particular rush. My schedule for this kind of thing shifts around a bit, so I wouldn't be able to actually get to committing any time soon.. I'm off in ~0:45, but if it doesn't get done by then thats not a problem, and I'll check in on thursday afternoon. [23:03] arildb admins are usually around, but a bit in and out it seems [23:06] arildb jcarter_: I am on Windows and sometimes using IE10, Auto TOC displays some "function" code...or something...have you seen that? [23:07] jcarter_ no, I haven't. Do you still have my email? If so, you can email me a screenshot and I can check it out. [23:08] jcarter_ *can you [23:08] arildb thanks. I will try to remember next time I see it. [23:08] jcarter_ thanks! [23:09] jcarter_ I'll check it out now actually. I need to boot to windows though, IRC'll be on hold for a bit. [23:13] jcarter_ joined #tikiwiki [23:14] jcarter_ that's ugly! [23:17] arildb he he..so, you got it reproduced, ordid you get my email? [23:18] jcarter_ reproduced. [23:19] jcarter_ never seen anything like that before (though I'm pretty new to js, so thats not saying much!), pretty strange. [23:19] arildb yes [23:34] Tiki-KGB 03arildb r47529 10trunk/templates/wizard/admin_editor.tpl [23:34] Tiki-KGB [ENH] Renamed editor choices [23:34] Tiki-KGB Compatible => Compatible Wiki mode [23:34] Tiki-KGB Saving HTML => HTML mode [23:34] Jyhem Hi guys, hi jcarter_ [23:34] jcarter_ hello! [23:34] * Jyhem is digging in the sourceforge admin interface. Please wait [23:34] arildb Hi Jyhem [23:37] Jyhem Ok, found it :) [23:37] Jyhem So, jcarter_, you want to be a Tiki developper, and you can list the 3 rules ? [23:38] jcarter_ Thanks for the help Jyhem! I do :) [23:39] jcarter_ Make things optional, respect the environment, and commit as early and often as possible! [23:39] Jyhem Well, then if you can, just list them :-) [23:39] Jyhem Good. Do you understand them, any questions ? [23:40] Jyhem Then next question: what is you sourceforge handle? is it jcarter? [23:40] marclaporte joined #tikiwiki [23:40] jcarter_ Not at the moment! I'll probably ask questions down the road as they come up though. And its jobicarter [23:40] Jyhem (last question, I swear) [23:42] jcarter_ er, jcarter actually! [23:42] Jyhem That's weird, it displays jcarter and seems to consider it's the same as jobicarter [23:43] jcarter_ my username is jobicarter, public name jcarter [23:43] Jyhem Anyway, You have been added, so i let you figure out which handle works. [23:43] Jyhem Welcome to jcarter \o/ [23:43] jcarter_ Ok, sounds good! Thanks for the help :D [23:44] jcarter_ I'm excited to help out where I can, and I'll make sure not to mess anything up :) [23:44] Jyhem You're welcome. Anyone volunteering is more than welcome :-) [23:45] Jyhem No problem, you'll be told :-) [23:45] arildb jcarter_: Welcome to the Tiki developer community! [23:46] jcarter_ Not to dine and dash, but I have to run! Your timing was perfect! Thanks arildb, and thanks Jyhem, I'll see you around :) [23:47] jcarter_ and arildb, I'm on the IE thing, and fixing that may be my first commit! [23:47] arildb jcarter_: That would be great! [23:47] Jyhem sure, i have to go to also anyway [23:47] jcarter_ Thanks again! Later!