***: SEWilco2 has joined #tikiwiki
mib_rs2iyo has quit IRC ("http://www.mibbit.com ajax IRC Client")
gendave has joined #tikiwiki
marclaporte has quit IRC (Read error: 104 (Connection reset by peer))
gendave: thanks again! tikiwiki is a very complete robust web application - awesome!
CIA-71: tikiwiki: 03luciash * r16904 10/trunk/lib/smarty_tiki/modifier.stringfix.php: [NEW] little smarty modifier to correct troublesome strings
tikiwiki: 03luciash * r16905 10/trunk/templates/tiki-user_information.tpl: [FIX] using stringfix modifier to get correct translatable country name
tikiwiki: 03luciash * r16906 10/trunk/templates/tiki-user_preferences.tpl: [FIX] using stringfix modifier to get correct translatable country name and countryflag to display the flag
tikiwiki: 03luciash * r16907 10/trunk/lib/smarty_tiki/modifier.stringfix.php: [SVN] svn:keywords Id
gendave: I installed tikiwiki on mydomain.com/wiki, then changed the url's within tikiwiki to wiki.mydomain.com now some of the images are not working, and the image path for the images is wiki.mydomain.com/wiki/<rest of file path> although I thought I set it to just use wiki.mydomain.com - does anyone recall where this setting is located?
luciash: gendave: Admin > Image (or File) galleries
gendave: Image galleries is greyed out... is it still active?
same with File galleries
luciash: so what images you talk about ? those put to img/wiki_up ?
gendave: on the main page, there was the star, and the question mark icon on the main welcome page
I changed some addresses in the config last night, now I notice those 2 images do not work. They are tried to be displayed, but the address to the images is wrong
it should either be wiki.mydomain.com/ or mydomain.com/wiki not wiki.mydomain.com/wiki
***: Athenon has joined #tikiwiki
Athenon: hey guys...how can i edit my profile in tikiwiki...like my avatar, contact info, etc? I'm an administrator.
luciash: gendave: no idea, they're specified as relative paths to pics/icons/help.png and so on... maybe your server config ?
Athenon: enable on Admin > Features > User > User Preferences Screen
Athenon: XD I can't believe I missed that. Thanks.
gendave: luciash: where can I find the server config? Maybe I forgot to add a trailing slash to the URL, or something.. if I have to I will change the address back to mydomain.com/wiki so that the images work agian
***: marclaporte has joined #tikiwiki
Athenon: wow, its really been awhile since ive used tikiwiki...how do i enable user registration? XD
nevermind, just found it
luciash: Admin > Login
Athenon: Yeah :P I used to use TikiWiki but I haven't in forever....so I'm semi-noob XD
thanks
***: gendave has quit IRC ()
nkoth3 has quit IRC ()
Caarrie|away is now known as Caarrie
navster has joined #tikiwiki
navster has quit IRC (Client Quit)
CIA-71: tikiwiki: 03luciash * r16908 10/trunk/lib/tikihelplib.php: [FIX] PHP notice
***: lq_630 has joined #tikiwiki
lq_630: How can I remove tiki- from the urls for my pages?
***: obnox_ has joined #tikiwiki
marclaporte: lq_630: : no easy way
CIA-71: tikiwiki: 03luciash * r16909 10/trunk/templates/tiki-admin-include-community.tpl: [MOD] few fixes to make it work
marclaporte: lq_630: you can use htaccess
lq_630: can you elaborate a bit please?
***: obnox has quit IRC (Read error: 104 (Connection reset by peer))
lq_630: marclaporte, can you elaborate on that a bit please?
luciash: lq_630: http://doc.tikiwiki.org/tiki-index.php?page=Rewrite+Rules&bl=y
marclaporte: luciash : is to fast!
lq_630: thanks that's just what I was looking for
CIA-71: tikiwiki: 03chibaguy * r16910 10/trunk/css/calendar.css: [NEW] Added selectors from tiki-calendar_nav.tpl and minimal properties.
lq_630: oh one more thing. How can I rename the "mytiki" menu to something else?
luciash: Admin > Menus
CIA-71: tikiwiki: 03chibaguy * r16911 10/trunk/styles/ (strasa.css tikinewt.css): [FIX] Minor fixes.
lq_630: what directory is the httpd.conf file in?
***: inherited|halt has quit IRC (Read error: 110 (Connection timed out))
lq_630: I tried renaming the .htaccess file but it didn't really change anything
***: inherited has joined #tikiwiki
inherited is now known as inherited|halt
SEWilco2: lq_630: Isn't httpd.conf part of Apache configuration? /etc/apache? /etc/apache2?
lq_630: I don't know lol
I'm looking through my directories and can't find it
I did a search in my file manager and it came up with no results
is there no other way to remove tiki- from the file names?
from the links I mean
luciash: lq_630: only if you find some script which will replace all "tiki-" occurences in all tiki files and filenames and database tables... not guaranteed it will work then, high risk
lq_630: Another question. How can I set a script so that it will only run in certain categories?
luciash: no idea
CIA-71: tikiwiki: 03luciash * r16912 10/trunk/ (6 files in 3 dirs): [NEW] users can choose to show their gender via user preferences (finally finished and made it optional) which will be displayed in their user profile information and in the mouseover info when enabled
tikiwiki: 03luciash * r16913 10/trunk/lib/smarty_tiki/modifier.userlink.php: [FIX] tra()
tikiwiki: 03stojanovim * r16914 10/trunk/ (2 files in 2 dirs): - moved php code for determining whether php extensions were loaded or not from the template file (where it didn't work) to the php file
-: SEWilco2 wonders how many genders are allowed, bids for "gender ale"
SEWilco2: lq_630: SEFURL is the feature you want for shorter URLs.
luciash: SEWilco2: heheh
it falls to the Hidden category then ;)
SEWilco2: lq_630: I'm editing the SEFURL filter rules right now. Found a bug.
***: Caarrie is now known as Caarrie|sleeping
SEWilco2: lq_630: But the bug is kind of minor, to deal with extra parameters.
lq_630: I've got the option enabled
and renamed the _htaccess file to .htaccess
but I'm not seeing any changes
I emailed my host to see if they have the apache rewrite mod enabled. still waiting to hear back
SEWilco2: lq_630: Good luck.
lq_630: I saw you were a contributor to that page SEWilco2. Can you think of anything else I might try?
SEWilco2: And I think I'll fix the bug in code rather than data.
CIA-71: tikiwiki: 03luciash * r16915 10/trunk/lib/setup/prefs.php: [NEW] gender to prefs
tikiwiki: 03stojanovim * r16916 10/trunk/tiki_tests/ (3 files): - moved php code for determining whether php extensions were loaded or not from the template file (where it didn't work) to the php file
-: SEWilco2 emails Motie embassy about gender issue.
CIA-71: tikiwiki: 03chibaguy * r16917 10/trunk/styles/ (coelesce.css darkroom.css feb12.css strasa.css thenews.css): [ENH] Articles' div.articletrailer (Read more, comments link, icons) improved.
***: ganti has joined #tikiwiki
CIA-71: tikiwiki: 03sewilco * r16918 10/trunk/tiki-sefurl.php: [BUG] Change URL/stuff?page=1&opts to URL/stuff1?opts
SEWilco2: Puzzled out that bug while working on something else.
CIA-71: tikiwiki: 03sewilco * r16919 10/trunk/tiki-sefurl.php: [BUG] Forgot to use ?&opts on URL so it works with simpler .htaccess rules.
tikiwiki: 03chibaguy * r16920 10/trunk/styles/coelesce.css: [ENH] Articles page top improved (placement of background image).
***: lq_630 has quit IRC ("CGI:IRC")
ganti has quit IRC ("CGI:IRC (EOF)")
SEWilco2 has left
navster has joined #tikiwiki
navster has quit IRC (Client Quit)
Lucymoz has quit IRC (Read error: 110 (Connection timed out))
navster has joined #tikiwiki
gendave has joined #tikiwiki
gendave: !help
Tikiwiki|bot: You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot .
gendave: how can i disable user create pages? userpage?
oh I found it
***: Wilkins has joined #tikiwiki
cnd has joined #tikiwiki
cnd has left
gen8dave has joined #tikiwiki
gen8dave has quit IRC (Client Quit)
R|SK has joined #tikiwiki
obnox_ is now known as obnox
gendave has quit IRC (Read error: 110 (Connection timed out))
rlopez_ has joined #tikiwiki
luciash: polom
***: Athenon_ has joined #tikiwiki
Athenon__ has joined #tikiwiki
R|SK: Does anyone have a link where I can get the Snarf plugin?
luciash: R|SK: isn't it in Mods ?
R|SK: No luciash, and your Iframe Plugin is only on TW 3.0 availble. :(
luciash: right
R|SK: Well, is there any other way, I can implement a tiki blog into a wiki or article page?
luciash: R|SK: it's in lib/wiki-plugins-dist
just move it to wiki-plugins
R|SK: Ok.
luciash: hm, blog plugin could be nice
***: Athenon has quit IRC (Read error: 110 (Connection timed out))
luciash: in -dist, there's bloglist plugin if it's what you want
R|SK: Another question: I want to have a starting page, where in the top of the page, the lastest Postings of a certain blog are listed. What's the best way to realize this?
And luciash: Many thanks for your assistance..
luciash: put a bloglist or if you only need the titles some blog module via MODULE plugin on a wiki page
there's last_blog_posts module available
you're welcome :)
R|SK: I know that this module edxists, but I don't know how to implement it on the main site, not in the menus left or right of the main page.
luciash: see the MODULE plugin help
R|SK: You are reffering to this? http://doc.tikiwiki.org/tiki-index.php?page=PluginModule&structure=Documentation
luciash: basically it works like this: {MODULE(module=last_blog_posts) /}
yep
R|SK: great
***: Athenon_ has quit IRC (Read error: 110 (Connection timed out))
R|SK: If I want to manipulate the width of the module, do I have to change it in the template generally, or can it be locally influenced?
luciash: see the params for MODULE plugin or you can influence it via your CSS
***: Athenon__ has quit IRC (Read error: 110 (Connection timed out))
R|SK: The params doc for lastet_blog_posts is not really useful.... -> http://doc.tikiwiki.org/tiki-index.php?page=Module%20last_blog_posts&structure=Documentation :(
So I guess I have to use css in the template.
luciash: R|SK: maybe builtin help can help ? on tiki-editpage.php click wiki help and then plugins
CIA-71: tikiwiki: 03pkdille * r16921 10/trunk/lib/setup/prefs.php: [FIX] fix the test that checks if the file is called directly which was bad in the case of files having in their name parts of other file names (e.g: /tiki-user_contacts_prefs.php was unreachable due to prefs.php)
marclaporte: polom
luciash: polom marc :)
R|SK: Wth is polom?
luciash: >whatis polom
Sug4r: 'polom' could be (#1) a geeky greeting in #tikiwiki channel, simmilar to hello ;), or (#2) a common greeting in #tikiwiki that is often mirrored for answering like 'moloq' or 'bolow' or answer whatever you feel like right now, or (#3) a greeting in #tikiwiki that was once used by someone and quickly stuck to become common culture of the community, or (#4) just some word of babytalk ;P
R|SK: :D
***: rlopez_ has quit IRC ("Leaving")
ricks99 has joined #tikiwiki
mib_jdmwcy has quit IRC ("http://www.mibbit.com ajax IRC Client")
GillesMM has joined #tikiwiki
CIA-71: tikiwiki: 03marclaporte * r16922 10/trunk/lib/setup/prefs.php: [FIX] Adding defaults for 2 new plugins
tikiwiki: 03jonnybradley * r16923 10/branches/experimental/jquery/ (7 files in 4 dirs):
tikiwiki: [ENH] Rationalised admin panel - spearated "general" and tab effect speed & direction
tikiwiki: + JQuery now takes precedence over mootools for shadowbox
***: Caarrie|sleeping is now known as Caarrie
R|SK has quit IRC (Remote closed the connection)
inherited|halt is now known as inherited
mib_05tb3r has quit IRC ("http://www.mibbit.com ajax IRC Client")
mib_awg8q3 has quit IRC ("http://www.mibbit.com ajax IRC Client")
acerin has joined #tikiwiki
mib_ibbxvf has joined #tikiwiki
mib_ibbxvf: 1321321321
4 54654
4 465465
4 4554646
4 4546
***: mib_ibbxvf has quit IRC (Client Quit)
acerin has quit IRC ("http://www.mibbit.com ajax IRC Client")
nkoth3 has joined #tikiwiki
ricks99 has quit IRC ("ChatZilla 0.9.84 [Firefox 2.0.0.3/2007030919]")
SEWilco2 has joined #tikiwiki
CIA-71: tikiwiki: 03jonnybradley * r16924 10/branches/experimental/jquery/ (52 files in 14 dirs): [MRG] Automatic merge, trunk 16890 to 16922
***: Caarrie is now known as Caarrie|away
CIA-71: tikiwiki: 03luciash * r16925 10/trunk/ (get_strings.php templates/tiki-admin.tpl tiki-admin.php): [ENH] enhanced notifications for changed preferences and human readability, ability to translate the preference names and little fixes
***: PrezKennedy has quit IRC ("Leaving")
CIA-71: tikiwiki: 03sept_7 * r16926 10/trunk/tiki_tests/tiki-tests_replay.php: [FIX] TikiTests : small pb with session and cookie when using current connection
***: PrezKennedy has joined #tikiwiki
sylvieg: Did we remove mypage completly - or is it somewhere?
***: Lucymoz has joined #tikiwiki
marclaporte has quit IRC (Read error: 110 (Connection timed out))
SEWilco2: sylvieg: I'm sure the answer is "yes". :-)
CIA-71: tikiwiki: 03sylvieg * r16927 10/trunk/templates/tiki-poll.tpl: syntax
tikiwiki: 03sewilco * r16928 10/trunk/lib/wiki-plugins/wikiplugin_image.php: [BUG] Remove test mode due to high CPU and too much output.
***: nikhilodeon has joined #tikiwiki
nikhilodeon has quit IRC (Client Quit)
CIA-71: tikiwiki: 03chibaguy * r16929 10/trunk/styles/ (6 files): [[ENH] Articles' div.articletrailer (Read more, comments link, icons) improved a little more.
***: Wilkins has quit IRC (Remote closed the connection)
marclaporte has joined #tikiwiki
luciash: sylvieg: mypage ? what do you mean by that ?
sylvieg: what niclone did
luciash: ah, i have no clue about that even :-p
what should it do ?
i thought you mean mytiki
sylvieg: like iggogle
***: Tikiwiki|bot has quit IRC (Read error: 113 (No route to host))
luciash: hmm, tiki-mypage.php returns 404 here
on trunk
sylvieg: was deleted by lph i july to prepare 2.0 release
CIA-71: tikiwiki: 03chibaguy * r16930 10/trunk/templates/styles/ (6 files in 6 dirs): [FIX] No need for original author info or url in bundled themes, because they are collaborations.
sylvieg: but I can not find out where it is now
***: chibaguy has joined #tikiwiki
luciash: ah, ok, no idea
wb chibaguy :)
chibaguy: hi luciash :-)
I think that my_pages idea was abandoned.
luciash: i have no idea what it was about
chibaguy: But I don't really know what was done with the files.
It was sort of a custom page assembled using ajax, maybe?
SEWilco2: chibaguy: And if it wasn't, that sounds like an interesting idea. Like iGoogle tools.
luciash: my plan was to enhance current mytiki page to be like a dashboard thingie
already it's sort of overview of user's edited pages etc.
SEWilco2: luciash: Have you seen iGoogle?
luciash: what was it abandoned because ?
sylvieg: luciash: did you try mootools with mytiki?
luciash: unfinished broken ?
chibaguy: yes
luciash: sylvieg: yep
chibaguy: :-)
luciash: SEWilco2: from the train
sylvieg: it was unfinished and broken - netineo has the 'final' version of it - but was never backport
SEWilco2: Wouldn't the files which were removed still be in the SVN repository?
sylvieg: yeh I can have them in svn - just wondering if we created a mod or not?
luciash: SEWilco2: in attic maybe
CIA-71: tikiwiki: 03chibaguy * r16931 10/trunk/styles/tikinewt.css: [FIX] Small fixes and improvements in articles.
luciash: chibaguy: i didn't mind there was original design author mentioned... anybody complanied ?
CIA-71: tikiwiki: 03marclaporte * r16932 10/trunk/_htaccess: [ENH] 1- Adding some instructions on how to activate php5 via htaccess on some hosts. 2-Better handling and instructions about Apache error handling and use with TikiWiki
luciash: babelfish translation links are totally obsolete, wrong links
chibaguy: luciash, nobody complained but marc and I were talking and felt that since the bundled themes are such a cooperative effort, it's not appropriate to put only one name on the footer credits.
The original author is named in the stylesheet and docs, etc....
luciash: yup, i agree (as they're noted there)
chibaguy: For outside themes that have Creative Commons Attribution licenses, etc., then it's appropriate for the author's name to be in the credits, of course.
Yep, I've been wondering about those babelfish links...
luciash, I like that seeing "from the train" :-)
luciash: hehe, in czech we say "seeing from an express train" ;)
chibaguy: btw, yesterday my daughter got the letter !
chibaguy: she was looking for it every day in the mail box ;)
chibaguy: oh, cool :-)
Sorry it took so long.
About seeing from trains, on television a while back there was a report about a man who sat in the bullet train here and _drew_ the passing countryside...
....on a long roll of paper. He does this often. The drawings are pretty complete.
:-)
CIA-71: tikiwiki: 03jonnybradley * r16933 10/branches/experimental/jquery/ (7 files in 6 dirs):
tikiwiki: [NEW] Added tooltip support (using clueTips)
tikiwiki: Implemented in userlink Smarty moidfier and the ShoutJax module so far
-: SEWilco2 imagines a strip of paper taped to all the windows on a train, and fellow with pencil running from car to car
chibaguy: well, that's one way, I imagine.... ;-)
luciash: chibaguy: *g* :)
SEWilco2: [BUG] Drawings in car 3 do not match scenery.
luciash: lol
chibaguy: :-)
SEWilco2: tikiwiki: SEWilco2 * r96934 /trunk/styles/train.css [FIX] Updated background drawings.
tikiwiki: SEWilco2 * r96935 /trunk/styles/train.css [FIX] Updated background drawings.
tikiwiki: SEWilco2 * r96936 /trunk/styles/train.css [FIX] Updated background drawings.
:-)
-: chibaguy shocked by sudden appearance of new, buggy theme. But at least it's being maintained, and maintained, and ...
CIA-71: tikiwiki: 03jonnybradley * r16934 10/branches/experimental/jquery/ (29 files in 14 dirs): [MRG] Automatic merge, trunk 16922 to 16932
SEWilco2: Hmm. Now there's a use for my laptop webcam. A "tikimine" theme which continually updates the background with my webcam.
***: navster has quit IRC ("getting some furry loving")
SEWilco2: Or is a tikimine the place where they excavate tiki masks?
chibaguy: yeah, it's the landfill layer that contains the demise of tiki-theme restaurants and bars.
CIA-71: tikiwiki: 03jonnybradley * r16935 10/branches/experimental/jquery/lib/jquery/cluetip/ (47 files in 3 dirs): [NEW] clueTip plugin files
chibaguy: http://plugins.learningjquery.com/cluetip/demo/
...nice
***: franck has joined #tikiwiki
chibaguy: or to get a clue..tip: http://www.learningjquery.com/
luciash: cool, i hope we can get reflection plugin in too (exist for both, mootools and jquery)
this tip could replace the weird overlib
chibaguy: yes, please
luciash: *cluetip
yesterday i was reading the "readme" in overlib.js, i'm even wondering if we can have it included, not sure it is LGPL compatible
***: Custom1 has joined #tikiwiki
Custom1 has left
Amorphous has quit IRC (Read error: 110 (Connection timed out))
CIA-71: tikiwiki: 03sewilco * r16936 10/trunk/lib/wiki-plugins/wikiplugin_image.php: [ENH] Add fileId so images in filegals can also be used.
***: Amorphous has joined #tikiwiki
luciash: chibaguy: the coelesce theme in FF has [Go] button wrapped under find in sitesearch bar... is it a bug ?
chibaguy: Hmm, it's inside the bar in my FF...
Does the bar look too narrow for the button to fit?
luciash: it seems so ? no idea, it just wraps in my FF and looks weird. couldn't the nice magnifier image be a submit button ?
chibaguy: does it stay inside if you resize text ?
chibaguy: The button moves to the right, covering the magnifier, when I increase text size.
The magnifier could be the button, although now it's part of the background image.
luciash: it's weird it wraps down in FF3 here
chibaguy: what if the button had no borders or background color? Can that be done?
luciash: i think the button can have visibility: hidden and positioned over the background then when absolutely positioned
chibaguy: (to use the magifier image)
luciash: i guess
chibaguy: mm, seems so.
I don't know why the wrapping for you though.
I'll try to work on that button improvement, unless you want to. ;-)
***: mib_k0nxot has quit IRC ("http://www.mibbit.com ajax IRC Client")
mib_xzch70 has quit IRC ("http://www.mibbit.com ajax IRC Client")
luciash: i have some work stuff here now, please, feel free to do it
chibaguy: ok :-)
***: marclaporte has quit IRC (Read error: 104 (Connection reset by peer))
chibaguy: Will be back later.
luciash: c u gary !
chibaguy: cya luci
***: chibaguy has left
CIA-71: tikiwiki: 03pkdille * r16937 10/trunk/styles/coelesce.css: [MOD] coelesce.css: change td css class "third" which is only used in forums list (tiki-forums.php) for sections.
***: Caarrie|away is now known as Caarrie
Tikiwiki|bot has joined #tikiwiki
CIA-71: tikiwiki: 03sylvieg * r16938 10/trunk/ (5 files in 3 dirs):
tikiwiki: [MOD]language: to be able like in sumo to have the language in the url path not
tikiwiki: the url param: en/page will reach tiki-index.php?page=page&switchLang=en - you
tikiwiki: need to give the list of url params that must be converted to url path (could be
tikiwiki: also used for workspace with a little code
***: mib_jjrvbt has quit IRC ("http://www.mibbit.com ajax IRC Client")
rpg has joined #tikiwiki
luciash: where in trunk SEFUrl feature is being enabled ?
***: Caarrie is now known as Caarrie|away
sylvieg: I just created a new admin section
luciash: sylvieg: yup, but it is greyed out here so i thought i have to enable on Admin > features first
sylvieg: I think I did like multilingual ... the feature is on in its own panel
luciash: ok, i see
-: sylvieg must confess that I am a little lost soemtimes
luciash: it's a bit non-consistent though
sylvieg: because search is in feature...
luciash: yep, i think we need more admin ui revamp and admin menu revamp too
sylvieg: the features that are not in admin->feature: multil;ingual, profiles, sefurl
ok you are right I will add back sefurl and multilingual
btw luciash did you see my message about replace in smarty modifier?
luciash: oh, nope, here or ml ?
sylvieg: on cvs list
luciash: ah, i see, i'll read it now
***: franck has quit IRC ()
luciash: sylvieg: LOL, i was fearing that... because i didn't know about existence of it before :-p mae culpa
sylvieg: np
luciash: my stingfix was even originally named replace even ;)
but then i changed it because i thought simple {$foo|replace} would be confusing
maybe my differs from it in this that the two parameters are not required
sylvieg: thanks for pointing that out anyway :)
***: rpg has quit IRC ()
sylvieg: is multilingual a main features or a site global feature?
luciash: hmm, that's a question ! ;)
sylvieg: i go for site global
....
luciash: yup, and sefurl too
sylvieg: sefurl is still experimental ;-0
luciash: ah, lol
:D
sylvieg: needs a lot of sefurl smarty modifier
luciash: experimental global :-p
sylvieg: I think it will be good to duplicate each general feature_xxxx on the top of the xxx dedicated admin panel
it will save a lot of time .... perhaps
:-( in fact multilingual is not in feature - because there is default language that is not depending of multilingual ... snif
***: Caarrie|away is now known as Caarrie
CIA-71: tikiwiki: 03pkdille * r16939 10/trunk/templates/ (9 files): [MOD] code indent - no changes
tikiwiki: 03sylvieg * r16940 10/trunk/ (2 files in 2 dirs): [FIX]feature: rollback sefurl in admin->feature (but let also the feature being activated in the sefurl panel) + put multilingual in admin->feature (let the option in admin->i18n too)
SEWilco2: sylvieg: You noticed my SEFURL fix on trunk to better support more parameters than ?page=X ? The rules weren't dealing with ¶m¶m etc.
sylvieg: thx SEWilco2
SEWilco2: sylvieg: Although I'm not proud of .htaccess now producing tiki-index.php?page=HomePage?¶m -- ?& ain't good, but it seems to work.
sylvieg: (btw SEWilco2 if you can use indentation with tabs - it will be great)
SEWilco2: sylvieg: Yeah, I'm having trouble making vim indentation work right in this config.
luciash: +1
SEWilco2: Excuse me, I have to go look at IE, and haven't yet configured Windows virtualization.
***: SEWilco2 has quit IRC (Remote closed the connection)
sylvieg: btw if somebody has a smarty tab indentation for emacs , I can use it
***: Lucymoz has quit IRC (Read error: 110 (Connection timed out))
SEWilco2 has joined #tikiwiki
rpg has joined #tikiwiki
Caarrie is now known as Caarrie|away
CIA-71: tikiwiki: 03sylvieg * r16941 10/trunk/templates/tracker_item_field_input.tpl: [FIX]tracker: textarea can be 1 line height
***: rpg has quit IRC ("Leaving...")
-: SEWilco2 lights Black Flag incense. Prayers didn't seem to be enough for his bugs.
***: herki has joined #tikiwiki
luciash: good night :)
herki: hallo miteinander
SEWilco2: Boa noite.
***: franck has joined #tikiwiki
inherited is now known as inherited|halt
herki: j zimbra
join #zimbra
***: ricks99 has joined #tikiwiki