←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
***Timothy has joined #tikiwiki
Timothy has left
damian has joined #tikiwiki
SEWilco2 has joined #tikiwiki
[00:18]
.......... (idle for 46mn)
Tikiwiki|botNew Forum Posts: An error occured in a database query! - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=33470 [01:09]
.... (idle for 17mn)
***damian has quit IRC (Read error: 110 (Connection timed out)) [01:26]
.... (idle for 15mn)
grobda24 has quit IRC (Remote closed the connection) [01:41]
............ (idle for 57mn)
marclaporte has joined #tikiwiki [02:38]
Lucymoz has joined #tikiwiki [02:47]
Caarrie is now known as Caarrie|sleeping [02:54]
MartinCleaver has quit IRC ()
Woodzy has quit IRC ("Chatzilla 0.9.75.1 [SeaMonkey 1.1.12/2008082917]")
[03:04]
......... (idle for 40mn)
btiffin has quit IRC (Remote closed the connection) [03:46]
......... (idle for 43mn)
SEWilco2 has quit IRC ("Leaving.") [04:29]
........... (idle for 54mn)
marclaporte has quit IRC (Read error: 110 (Connection timed out)) [05:23]
...... (idle for 29mn)
Lucy has joined #tikiwiki
Lucy has quit IRC (Client Quit)
[05:52]
...... (idle for 27mn)
vilisi_t has quit IRC ("Leaving.")
MarkF7778 has joined #tikiwiki
MarkF7778 has quit IRC (Remote closed the connection)
MarkF7778 has joined #tikiwiki
[06:19]
franck has quit IRC () [06:35]
.... (idle for 18mn)
Lucymoz has quit IRC (Read error: 110 (Connection timed out))
MarkF7778 has left
damian has joined #tikiwiki
[06:53]
Tikiwiki|botNew Forum Posts: How do I email a group when articles are about to expire - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=33472 [06:59]
***mib_fcljsu has joined #tikiwiki
mib_fcljsu has left
franck has joined #tikiwiki
chibaguy has joined #tikiwiki
[07:01]
...... (idle for 28mn)
Tikiwiki|botNew Forum Posts: Maximum file size for page attachment - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=33473 [07:29]
...... (idle for 27mn)
***Floh1111 has joined #tikiwiki [07:56]
......... (idle for 40mn)
CIA-65tikiwiki: 03sept_7 * r19418 10/trunk/css/cssmenus.css: [FIX] fix css menu style to shift to the right submenu to ease navigation [08:36]
***chibaguy has quit IRC (Remote closed the connection) [08:37]
CIA-65tikiwiki: 03sept_7 * r19419 10/trunk/ (5 files in 5 dirs):
tikiwiki: [ENH] use sefl_link in AdminHome, allows use of ajax. As a general note please
tikiwiki: use {self_link} or {button} instead of handcoding <a> tags, this allows
tikiwiki: automatic AJAX callback when applicable.
tikiwiki: [ENH] self_link now understand _selected and _selected_class as of {button}
[08:40]
..... (idle for 23mn)
tikiwiki: 03sept_7 * r19420 10/trunk/templates/tiki-admin-include-anchors.tpl: [ENH] use {self_link} instead of handcoded <a> tags [09:03]
Floh1111Hi, where should I place scripts like scripts that must only be called by a cronjob? [09:16]
***chibaguy has joined #tikiwiki [09:18]
grobda24 has joined #tikiwiki [09:30]
damianideally somewhere out of the webroot [09:32]
grobda24Hello. what do I have to do to approve plugin execution on html and javascript wiki plugins ?
grobda24 has an openlayers map working linking through to tracker gmaps.
[09:33]
Tikiwiki|botNew Forum Posts: Detecting an installation's TikiWiki's current version - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=2&comments_parentId=33474 [09:44]
grobda24Is it status -> review ? Come on give me a clue here please. [09:47]
chibaguygrobda24: do html and js wikiplugin approvals work differently than other wiki plugin approvals?
For most plugins I just click "approve" and they work.
[09:49]
grobda24chibaguy, ok thanks - where do you click approve ? On the wiki edit page ? [09:49]
chibaguymm, previously I did, but lately I think on the admin textarea page, then under "plugins" tab. [09:50]
grobda24chibaguy, ok I'll check that [09:52]
chibaguy, yeah it's @ tiki-plugins.php ... took me a while to find that one .. thanks chibaguy :) [09:57]
chibaguyyou're welcome [10:02]
..... (idle for 24mn)
***Caarrie|sleeping is now known as Caarrie
danopia is now known as VbNet
[10:26]
CIA-65tikiwiki: 03sept_7 * r19421 10/trunk/ (templates/tiki-admin_menus.tpl tiki-admin_menus.php): [ENH] use tab and tabset and {self_link} in Menu admin panel
tikiwiki: 03sept_7 * r19422 10/trunk/templates/ (3 files): [ENH] use tabset, tab and self_link in QuickTags Admin Panel
[10:37]
Floh1111damian: yes but the script is integrated in tikiwiki so it would be good to place in some tikiwiki folder but I don´t know where... acually I put it in public tikiwiki root and check inside the script whether it is called from outside [10:41]
***franck has quit IRC () [10:42]
damianFloh1111 : then make sure you can't browse it otherwise you have a security hole [10:49]
Floh1111Can I do something like if ($_SERVER['REMOTE_ADDR'] != "127.0.0.1") die(); inside the script or isn´t that secure enough? [10:51]
grobda24I'm editing this code for Plugin JS and Plugin HTML. I approve it but it does not show the same as here - http://mindfreedom.org.uk/map ... which is where the code is from.
Here is the wiki edit - http://pastebin.com/m2ec01f21
[10:52]
damianIts your choice at the end of the day, there is or used to be a tikiwikiroot/bin directory for such scripts, just my preference to keep those out of the webroot. webroot should really only have things that are meant to be seen through a browser
Im using a heavily modified 1.8 and that had a /bin
[10:53]
***AAurAA has quit IRC ("http://www.mibbit.com ajax IRC Client") [10:56]
Floh1111I´m working on trunk and there sadly is no /bin... i´ll let it like it is now [10:58]
damianok, i don't know whats happened since about 1.9.3 release lol [10:59]
CIA-65tikiwiki: 03floh1111 * r19423 10/trunk/ (20 files in 12 dirs): Added reports for summarising notification emails from watches [11:07]
***damian has quit IRC (Read error: 104 (Connection reset by peer)) [11:20]
.... (idle for 15mn)
franck_ has joined #tikiwiki [11:35]
Caarrie is now known as Caarrie|away
grobda24 has quit IRC ("Leaving")
[11:40]
CIA-65tikiwiki: 03sylvieg * r19424 10/trunk/lib/smarty_tiki/outputfilter.highlight.php: notice [11:49]
***gezza has joined #tikiwiki [12:00]
....... (idle for 30mn)
Tikiwiki|botNew Forum Posts: Recommend a Host for me? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=33476 [12:30]
***Simmi has joined #tikiwiki
Simmi has left
Simmi has joined #tikiwiki
MartinCleaver has joined #tikiwiki
[12:35]
Sug4r has quit IRC (Read error: 113 (No route to host))
luciash has quit IRC (Read error: 113 (No route to host))
marcetienne has joined #tikiwiki
marcetienne is now known as marc-etienne
Caarrie|away is now known as Caarrie
[12:52]
.... (idle for 18mn)
gezza has quit IRC ("http://www.mibbit.com ajax IRC Client")
gezza has joined #tikiwiki
franck_ has quit IRC ()
franck_ has joined #tikiwiki
FrankP_german has joined #tikiwiki
[13:11]
Simmi1 has joined #tikiwiki
franck_ has quit IRC ()
[13:25]
CIA-65tikiwiki: 03marc-etienne * r19425 10/trunk/tiki-upload_file.php: [FIX] Check type of param galleryId before checking upload permission. Closes #2563 [13:41]
***gezza has quit IRC ("http://www.mibbit.com ajax IRC Client")
Simmi has quit IRC (Read error: 113 (No route to host))
[13:42]
CIA-65tikiwiki: 03floh1111 * r19426 10/trunk/ (10 files in 7 dirs): Renamed report class an variables [13:47]
***luciash has joined #tikiwiki
Sug4r has joined #tikiwiki
franck_ has joined #tikiwiki
[13:50]
Floh1111 has quit IRC (Remote closed the connection)
gezza has joined #tikiwiki
[14:01]
..... (idle for 20mn)
tobi_h has joined #tikiwiki
grobda24 has joined #tikiwiki
[14:23]
grobda24Anyone have any ideas why this Plugin JS and Plugin HTML does not work ?
http://pastebin.com/f3b7726c5
[14:25]
***Caarrie is now known as Caarrie|away [14:28]
chibaguyWhat does the page source look like? Can you tell from the source what the plugins are doing or not doing? [14:29]
grobda24chibaguy, here is the original Open Layers page - http://mindfreedom.org.uk/map/ [14:33]
Tikiwiki|botNew Forum Posts: Open Layers Map on Wiki Page - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=33479 [14:33]
grobda24So not much is happening apart from some HTML text and an image that is there to make sure my path is right. [14:33]
So, does it look like that should work ? [14:39]
grobda24 prays to the Gods [14:45]
***franck_ has quit IRC ()
marclaporte has joined #tikiwiki
[14:47]
SEWilco2 has joined #tikiwiki
Caarrie|away is now known as Caarrie
FrankP_german has quit IRC ("Nettalk6 - www.ntalk.de")
franck_ has joined #tikiwiki
[15:03]
FrankP_german has joined #tikiwiki [15:12]
CIA-65tikiwiki: 03chibaguy * r19427 10/branches/proposed/styles/layout/layout.css: [bp/r19389] (partial)[FIX] Fancylist shouldn't specify a text color when background color is unspecified/unknown. The commit in trunk also removed the strasa/list_icon.png bg, but maybe that should be kept. [15:13]
tikiwiki: 03nyloth * r19428 10/trunk/styles/ (coelesce.css layout/layout.css):
tikiwiki: [FIX] css: fix some css to be compliant with IE6 that completely ignores css all
tikiwiki: css definitions of some selectors when one of these selectors is not supported
tikiwiki: by IE6 (e.g. input[type=submit]). This allows those CSS definitions to work in
tikiwiki: IE6 for other selectors, supported by this browser
tikiwiki: 03nyloth * r19429 10/trunk/styles/coelesce.css: [FIX] coelesce theme: remove padding-left on top horizontal menu bar to avoid the whole page to be 20px too large (which was the cause of the horizontal scrollbar)
[15:18]
***MartinCleaver has quit IRC () [15:23]
chibaguy has quit IRC ("http://www.mibbit.com ajax IRC Client") [15:34]
..... (idle for 22mn)
gezza has quit IRC ("http://www.mibbit.com ajax IRC Client") [15:56]
gezza has joined #tikiwiki [16:01]
Tikiwiki|botNew Forum Posts: Set a module as the home page - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=33483 [16:07]
***rpg has joined #tikiwiki [16:10]
rpgAnyone familiar with doc.tw.o? I was just looking at the "Using Wiki Pages" page and, although there are comments on that page, comments are turned off (although editing is on). [16:11]
***gezza has quit IRC ("http://www.mibbit.com ajax IRC Client")
gezza has joined #tikiwiki
[16:11]
rpgso seems impossible to reply to comments there. [16:17]
Tikiwiki|botNew Forum Posts: User account expiration - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=33484 [16:18]
***snarlydwarf has joined #tikiwiki
AAurAA has joined #tikiwiki
[16:21]
AAurAAHi folks
Im looking to change file gallery storage from db to path . Some files are already in the database. How to get those files back in the choosen path i did'nt see any mover as for the image gallery
[16:24]
***Caarrie is now known as Caarrie|away [16:31]
..... (idle for 20mn)
gezzaAAurAA: approx how many files are there? [16:51]
***Caarrie|away is now known as Caarrie [16:56]
CIA-65tikiwiki: 03lphuberdeau * r19430 10/trim/ (6 files in 3 dirs): [MOD] Use tarball instead of rsync for updates [17:06]
***sylvieg has quit IRC (Nick collision from services.)
sylvieg has joined #tikiwiki
[17:07]
zchermit has joined #tikiwiki [17:13]
CIA-65tikiwiki: 03zchermit * r19431 10/trunk/lib/tikilib.php: Rollback Revision: 19351 (a unique id within the entire text, not only within a single page. such messages in a forum thread.) [17:17]
***SeanTater has joined #tikiwiki [17:18]
Lucymoz has joined #tikiwiki [17:26]
CIA-65tikiwiki: 03sylvieg * r19432 10/trunk/ (4 files in 3 dirs): [NEW]perm: fucntion to show all the perms for all objects: works only for wiki and fgal now [17:35]
***gezza has quit IRC ("http://www.mibbit.com ajax IRC Client") [17:41]
MartinCleaver has joined #tikiwiki [17:53]
...... (idle for 29mn)
Simmi has joined #tikiwiki
Simmi1 has quit IRC (Read error: 104 (Connection reset by peer))
rpg has quit IRC ()
Amorphous has quit IRC (Read error: 110 (Connection timed out))
Amorphous has joined #tikiwiki
SeanTater has quit IRC (Read error: 110 (Connection timed out))
[18:22]
luciashamette: is doc.tw.o down ?
seems so :)
[18:38]
***Simmi has left [18:42]
SeanTater has joined #tikiwiki [18:55]
CIA-65tikiwiki: 03sept_7 * r19434 10/trunk/templates/ (tiki-admin_menus.tpl tiki-admin_modules.tpl):
tikiwiki: [ENH] documentation about css/suckerfish menu to indicate that you need a type
tikiwiki: vert or horiz...
[19:02]
tikiwiki: 03sept_7 * r19435 10/trunk/templates/ (tiki-admin_menus.tpl tiki-admin_modules.tpl):
tikiwiki: [ENH] help about menu, only show relevant part of the doc depending on
tikiwiki: feature_phplayers and php_cssmenu... wont confuse user to much
[19:12]
tikiwiki: 03sept_7 * r19436 10/trunk/templates/ (tiki-admin_menus.tpl tiki-admin_modules.tpl): [ENH] clearer doc about css/suckerfish menu, Sylvie is right ! ;p [19:17]
***Simmi has joined #tikiwiki
Simmi has quit IRC ("Leaving.")
[19:17]
.... (idle for 19mn)
sylviegamette: doc.tw is dead [19:37]
***Lucymoz has quit IRC (Read error: 110 (Connection timed out)) [19:39]
vilisi_t has joined #tikiwiki [19:52]
FrankP_german has quit IRC (Read error: 113 (No route to host)) [20:04]
Tikiwiki|botNew Forum Posts: Several headings in different posts at the same thread - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=33487 [20:07]
.... (idle for 16mn)
***nkoth3 has joined #tikiwiki
grobda24 has quit IRC (Remote closed the connection)
[20:23]
nkoth3amette: is doc.tw.o not responding? [20:24]
Caarrienkoth3: you are the 3rd person in the last 2 hours or so to ask about it, and amette has not replied to any of them [20:25]
***Caarrie is now known as Caarrie|away [20:25]
Tikiwiki|botNew Forum Posts: Add comment button - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=33490 [20:28]
amettechecking...
should be back now... restarted the machine... ._/
:-/
[20:41]
.... (idle for 19mn)
CIA-65tikiwiki: 03sylvieg * r19437 10/trunk/lib/tikilib.php: [FIX]fgal: a fgal with visible and not public must be seen in list_fgal. public is for download only
tikiwiki: 03sylvieg * r19438 10/trunk/lib/tikilib.php: oops
[21:04]
***marclaporte has quit IRC ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") [21:12]
........... (idle for 50mn)
navishkar69 has joined #tikiwiki
navishkar69 has left
[22:02]
Simmi has joined #tikiwiki
marc-etienne has quit IRC ("http://www.mibbit.com ajax IRC Client")
[22:08]
.... (idle for 18mn)
SEWilco2 has quit IRC ("Leaving.") [22:29]
............ (idle for 58mn)
Tikiwiki|botNew Forum Posts: User List Module - Problems with Installation - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=33493 [23:27]
***SEWilco2 has joined #tikiwiki
snarlydwarf has quit IRC ("Ex-Chat")
[23:28]
Caarrie|away is now known as Caarrie [23:37]
.... (idle for 19mn)
Simmi1 has joined #tikiwiki [23:56]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)