<!-- Some styling for better description lists --><style type='text/css'>dt { font-weight: bold;float: left;display:inline;margin-right: 1em} dd { display:block; margin-left: 2em}</style> ***: Caarrie|away is now known as Caarrie <br> marclaporte has quit IRC (Read error: 110 (Connection timed out)) <br> Morphous has quit IRC (Read error: 131 (Connection reset by peer)) <br> idle-_ has joined #tikiwiki <br> Morphous has joined #tikiwiki <br> marclaporte has joined #tikiwiki <br> idle- has quit IRC (Read error: 110 (Connection timed out)) <br> marclaporte has quit IRC (Read error: 60 (Operation timed out)) <br> CIA-51 has joined #TikiWiki <br> marclaporte has joined #tikiwiki <br> CIA-50 has quit IRC () <br> Caarrie is now known as Caarrie|sleeping SEWilco: <u>marclaporte</u>: Oh, I see, an SVN style change would eventually be migrated into dev. Well, I don't have time because I don't know the css files well enough for it to be a quick fix for me. Right now I'm finishing up {IMAGE()}... just need alignment and config stuff. marclaporte: ok :-) <br> can you tell me more about {IMAGE()}? SEWilco: Just another image displayer. Its purpose is configurability, so one can adjust the desired appearance of all images by configuring the plugin. <br> Deciding to put a frame around images is such a pain when one has existing content full of {img...} <br> marc, wasn't it you who picked up my request for an admin config tool for plugin parameters? marclaporte: ah yes, I remember now SEWilco: That parameter tool will fit in with {IMAGE()}. By altering its config parameters the plugin's default behavior can be adjusted by an admin without editing code. <br> So the final part of system setup could be defining the desired behavior of {IMAGE()}, {AUDIO()} and {VIDEO()}. And can be adjusted when necessary. ***: CIA-51 has quit IRC () <br> CIA-42 has joined #TikiWiki SEWilco: I have {IMAGE()} showing scaled image within a frame with title and caption options. Next to add alignment, and parametrize about five appearance details. <br> But right now I have to clean my mouse wheel and wash dishes. Maybe next year someone will make a washable mouse. <br> When the admin plugin parameter tool appears mostly documentation will be needed to use it. At the moment the plugin's intro will need to be edited to set the defaults. ***: CIA-42 has quit IRC (Read error: 145 (Connection timed out)) <br> CIA-47 has joined #TikiWiki marclaporte: <u>SEWilco</u>: more exciting than css fixes on dev trackers :-) ***: franck has quit IRC () <br> nkoth3 has quit IRC () <br> Shareen has quit IRC ("Leaving.") <br> navster has joined #tikiwiki <br> Wilkins has joined #tikiwiki <br> yonixxx has joined #tikiwiki <br> yonixxx has quit IRC () <br> ChanServ sets mode: +o amette <br> amette changes topic to: Happy new year in #tikiwiki! - Just ask, don't ask to ask !!! - Don't paste code/errors here, use http://pastebin.com - IRC-logging at http://irc.tikiwiki.org - Say "!help" to get info from TikiBot - Running TikiWiki 2.2 is very highly recommended - Thanks and have fun! <br> ChanServ sets mode: -o amette <br> navster_ has joined #tikiwiki <br> navster has quit IRC (Read error: 110 (Connection timed out)) <br> Caarrie|sleeping is now known as Caarrie <br> Paragtim has joined #tikiwiki Paragtim: Happy New Year Everyone. Thanks for all your help and support. See you next year ***: Paragtim has quit IRC (Client Quit) <br> CIA-47 has quit IRC (Read error: 104 (Connection reset by peer)) <br> CIA-48 has joined #TikiWiki <br> marclaporte has quit IRC (Read error: 110 (Connection timed out)) <br> ricks99 has joined #tikiwiki <br> lphuberdeau has quit IRC (Read error: 113 (No route to host)) <br> lphuberdeau has joined #tikiwiki <br> tomb_ has joined #tikiwiki Tikiwiki|bot: SVN: Commit by lphuberdeau :: r 16156 /branches/experimental/perms/ (db/tiki-db.php lib/core/lib/TikiDb.php): [MOD] Remove dependencies to global variables ***: gizwill has joined #tikiwiki <br> marclaporte has joined #tikiwiki <br> lphuberdeau has quit IRC (Read error: 104 (Connection reset by peer)) <br> SEWilco2 has joined #tikiwiki <br> lphuberdeau has joined #tikiwiki <br> SEWilco21 has joined #tikiwiki <br> SEWilco2 has quit IRC (Read error: 110 (Connection timed out)) <br> marclaporte has quit IRC (Read error: 110 (Connection timed out)) <br> marclaporte has joined #tikiwiki <br> Wilkins has quit IRC (Remote closed the connection) <br> ricks99 has quit IRC (Read error: 131 (Connection reset by peer)) <br> marclaporte has quit IRC (Read error: 110 (Connection timed out)) <br> marclaporte has joined #tikiwiki <br> Caarrie is now known as Caarrie|away <br> pkdille has quit IRC (Read error: 110 (Connection timed out)) <br> pkdille has joined #tikiwiki <br> SEWilco21 is now known as SEWilco2 <br> FrankP_german has joined #tikiwiki <br> Shareen has joined #tikiwiki <br> gizwill has quit IRC ("Leaving.") <br> danopia has quit IRC (Read error: 110 (Connection timed out)) <br> Sharee3 has joined #tikiwiki <br> Shareen has quit IRC (Read error: 113 (No route to host)) <br> marclaporte has quit IRC (Read error: 110 (Connection timed out)) <br> danopia has joined #tikiwiki SEWilco2: In trunk's wikiplugin_img.php the 'imalign' parameter is not in *_info(). lphuberdeau: just add it SEWilco2: OK. Didn't know if there was a change or omission. lphuberdeau: probably an omission from me <br> likely that I didn't know it even existed <br> kicked out that code from the parser really really fast SEWilco2: Speaking of images, should the n in image headers be added? http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1882&trackerId=5&show=view <br> (I wonder if this is why sometimes an image won't show) ***: grom_ has joined #tikiwiki <br> grom_ has left "Leaving" lphuberdeau: hum... no <br> header function does not work that way <br> adding a new like is more likely to break headers <br> and suoshin patch probably strips them SEWilco2: As you know headers better than I do, can you reject that tracker item? lphuberdeau: I don't understand the problem SEWilco2: Hmm. Doc doesn't mention "align=" for img. http://doc.tikiwiki.org/tiki-index.php?page=Wiki-Syntax+Images lphuberdeau: doc is not always complete.. feel free to fill the gaps ;) SEWilco2: Sure, after I figure out whether align affects page alignment, text alignment, nearby images, and desc. Anyone else already know who can update doc? <br> Depends on CSS. "imalign" uses align= within HTML IMG tag, while "align" uses div class="img" align=. Tikiwiki|bot: SVN: Commit by sewilco :: r 16158 /trunk/lib/wiki-plugins/wikiplugin_img.php: [FIX] add imalign to *_info() parameters. ***: marclaporte has joined #tikiwiki SEWilco2: We need more competitors for the last change of the year. :-) <br> And tomorrow we can fix the drunken competition entries. :-( <br> wikiplugin_img_info calls itself the "Image" plugin. Can that be called the "Img" plugin? ***: William has joined #tikiwiki <br> William has quit IRC (Client Quit) <br> lq_055 has joined #tikiwiki <br> lq_055 has quit IRC ("CGI:IRC (EOF)") Tikiwiki|bot: SVN: Commit by sewilco :: r 16159 /trunk/lib/wiki-plugins/wikiplugin_img.php: [FIX] Change *_info() name from Image to Img. ***: Caarrie|away is now known as Caarrie <br> franck_ has joined #tikiwiki <br> franck_ is now known as franck <br> jerkface03 has quit IRC () <br> jerkface03 has joined #tikiwiki <br> lphuberdeau has quit IRC (Read error: 110 (Connection timed out)) <br> Caarrie is now known as Caarrie|away <br> Caarrie|away is now known as Icari|away <br> Icari|away is now known as Caarrie|away <br> navster_ has quit IRC () cnd: Is aula defunct? edu.tikiwiki.org doesn't accept signups (even though their home page says otherwise), and the code download .TGZ file is 6 months old, has an invalid format (trailling nulls on extract) and the install won't work: <br> <br> INSERT INTO tiki_menus VALUES (100,'Workspace menu','Sample workspace menu','d'); <br> ERROR 1136 (21S01): Column count doesn't match value count at row 1 ***: lphuberdeau has joined #tikiwiki marclaporte: <u>cnd</u>: defunct is a strong word <br> <u>cnd</u>: I would say, needs some TLC cnd: The last forum posts on the site are dated 2007 and complain about everything giving "server errors" <br> The home page has a giant inviation to join... and the join page says "not authorized"... marclaporte: <u>cnd</u>: : that's not optimal cnd: I want to use it - but I don't want to get involved with an abandonned project <br> I'd also like to update whatever I can so other people don't have to grope through the docs marclaporte: <u>cnd</u>: do you PHP? do you live near Madrid? cnd: Noosa, Queensland, Australia. <br> Linux and perl guru... I do PHP when I'm forced to... or more often, I force my staff to do PHP for me :-) <br> (I own several IT companies) <br> My staff are PHP gurus... <br> I'm setting this all up to run an entire school. marclaporte: oh sweet <br> tell you what <br> what is your time frame? cnd: LOL - short - I am hoping to have a draft demo running today - to demo it on the 5th, then to flesh it out by the 23rd for a school staff meeting <br> The kids go back around the 29th - so it has to be up by then. <br> On top of all that - I'm reasonably keen to replace the entire school IT architecture too - move them all to Windows 2008 server, get roaming profiles and VPN running, and use LDAP with Avtive Directory for all the Wiki logins etc. <br> (It's a small school - 203 kids - I am donating my time and resources and buying everything they need for all this) marclaporte: <u>cnd</u>: that is nice of you cnd: Hmmm - any idea why it might install into ./mods/features/aulawiki/tiki-workspaces_admin.php <br> but then use menu liks like this:- <br> http://***.com/tiki-workspaces_admin.php <br> ? marclaporte: <u>fyi</u>: http://dev.tikiwiki.org/Workspace <br> I have never used that so don't know. Xavi can help. <br> I do recall some recent code to update AulaWiki to 2.x <br> http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki?view=rev&revision=15685 cnd: lol - thanks heaps. <br> Loveley - works a charm - thanks again. ***: Caarrie|away is now known as Caarrie <br> rpg has quit IRC ()