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

WhoWhatWhen
***Caarrie|away is now known as Caarrie [00:00]
lindon_oh, ok
i can add the title part to the code also
[00:00]
luciashtitle param is reserved for title attribute of the link... you can try {img fileId=1 title="View Full Version" thumb rel="shadowbox;type=img;title=My Picture Title"}
maybe we can change to support caption param
instead of the title in rel
[00:04]
lindon_we have a desc param in wikiplugin_img [00:07]
luciashok, than that can be used
but isn't it what displays under the image in table ? humm... :-/
[00:15]
dthackerpolom [00:15]
lindon_yes it is
polom
[00:16]
CIA-75tikiwiki: 03luciash * r22189 10/trunk/lib/jquery_tiki/tiki-jquery.js: [FIX] ColorBox: support any *box (colorbox|lightbox|shadowbox|box...) in rel attribute [00:21]
luciashi am not sure i like to display the file gallery file description under the thumbnails on the page [00:22]
lindon_luciash: is it shadowbox or shadowbox[g] that should be used in rel attribute
what would you like?
[00:22]
luciashnow it can be <any>box [00:23]
lindon_is the [g] necessary? [00:23]
jonnybshouldn't it be colobox now? (and default to doing all on a page as a gallery?) [00:23]
luciashthe [g] was there for shadowbox (or anything inside the [...]) to group items in one "gallery" [00:23]
jonnybthe [g] is to group them together as a gallery [00:24]
lindon_got it
hi jonny
[00:24]
luciashcolorbox by default recognizes by class="colorbox" but i have done compatibility modifications so it will recognize also any rel="shadowbox" or rel="colorbox" etc. [00:24]
jonnybmarclaporte: was saying shadowbox[g];type=img looks untidy (i agree) [00:24]
marclaportehehe [00:25]
jonnybwhy don't we do just 'box' as the rel? [00:25]
luciashso now it can be {img fileId=1 thumb rel=box} or whatever
thumb=box if it works better
as you wish
[00:25]
lindon_it's thumb=shadowbox now [00:26]
jonnybmore future-proof? (as if!) [00:26]
lindon_i'll change to thumb=box [00:26]
luciashbut maybe i would prefer rel=box as people used to it [00:26]
lindon_can add that too [00:27]
luciashwhy not {img fileId=1 thumb=1 rel=box} ? [00:27]
jonnyband can you change the rel thingy? (from colorbox to box)
thumb= is the {img} plugin param i think
[00:27]
luciashjonnyb: see my last commit [00:27]
jonnybrel is a link attr
mind you, i should be in bed again...
;)
[00:28]
luciashit just doesn't work with an "ox" ;) [00:28]
lindon_jonnyb: how do you default to doing all on a page as a gallery?
would that be set in jquery or wikiplugin_img?
[00:31]
jonnybhmmm, not sure
it's a tiki-jquery.js thing i think
[00:31]
luciashcolorbox does group by same rel
so if you do rel=box all the images on the page will be in same gallery
[00:32]
jonnybalthough some of it has leaked into header_jquery.tpl i think
it might "just work" :D
i've done an autocomplete for group inputs, but think i'll review it tomorrow before committing (eyes a bit stingy)
[00:32]
luciashlindon_: i think better will be rel=box and not thumb=box, because user might want to display an image from image gallery linking somewhere else and diplay the target loation in the colorbox
so he would do {img fileId=1 link=somewhere rel=box} without wanting thumb param
[00:36]
jonnybthere's no need for {img} plugin to refer to shadowbox, is there? [00:38]
lindon_whatever they put in the rel param overrides the thumb param [00:39]
jonnybi mean, no legacy reasons? [00:39]
lindon_no [00:39]
jonnybjonnyb hasn't forgotten about aliases for old image plugins [00:40]
lindon_with {img fileId=1 link=somewhere rel=box} , the initial image will not be a thumbnail
it will be the original
[00:40]
jonnybtrue [00:40]
luciashlindon_: i just tried {img fileId=1 thumb=shadowbox rel=shadowbox} and my FF is frozen by JS :( [00:40]
jonnybbut correct
it should spot duplicated rels
[00:40]
lindon_not good :( [00:41]
luciashlindon_: yes, i put the example sometimes people don't want to display the thumb but image from gallery directly
lindon_: what values does thumb param support now ?
[00:41]
jonnybso why not just {img fileId=1 rel=shadowbox} [00:42]
luciashdamn, localhost default session timeout is too short :-p [00:42]
jonnybsoon to be {img fileId=1 rel=box}? [00:42]
lindon_luciash: y, shadowbox, popup, plain, browse, browsepopup [00:43]
luciashjonnyb: because thumb is better default behaviour when inserting images using the icon from file gallery [00:43]
jonnybah, i meant {img fileId=1 thumb=plain rel=shadowbox}
maybe {img fileId=1 thumb=y rel=shadowbox}
[00:43]
luciashlindon_: ok, can you just remove the shadowbox from the supported values ? maybe ? [00:45]
jonnybi put the group autothing here: http://paste-it.net/public/i776fea/ if anyone wants to play - i'm off to zzzzs, mail me if you try it [00:45]
luciashwhen rel=box does the job, it doesn't seem to be too cluttered as {img fileId=1 thumb=1 rel=box}
and less processing for you in the img plugin ;)
[00:46]
lindon_will do [00:48]
luciashwell, you just have to add &display at the end of the links i guess [00:51]
lindon_that's a question i had
when is &display necessary?
[00:52]
luciashif you think the direct download dialog is useful on images, you can exchange the thumb param value shadowbox for download
to display the image and not to fire the download modal dialog
[00:53]
lindon_okay, so it only relates to file gallery images
good idea on the param switch
[00:54]
luciashso the supported thumb param values would become y, download, popup, plain, browse, browsepopup
yes
it only relates to file gallery images
[00:54]
lindon_would probably delete plain since y will now be plain instead of defaulting to shadowbox [00:56]
luciashlindon_: thank you ! and don't forget the &thumb ! ;)
err, &thumbnail :)
tiki-download_file.php?fileId=1&thumbnail
[00:56]
lindon_thanks for testing! [00:57]
luciash(to display the file gallery thumbnail on the wiki page) [00:57]
lindon_won't forget the thumbnails! [00:57]
CIA-75tikiwiki: 03chealer * r22190 10/trunk/db/ (5 files): [FIX] "DROP TABLE IF EXISTS `tiki_calendar_recurrence`;" failure due to reference from tiki_calendar_items.recurrenceId (regression from r15918) [01:05]
***stripmind has quit IRC (Remote closed the connection) [01:12]
luciashjonnyb: i don't know how to re-generate the tiki-jquery.min.js with my latest changes [01:13]
jonnybit's disconnected for now - waiting for a script to minify
i left them there to remind me to write one
nn
[01:14]
***jonnyb has quit IRC ("I am going outside... I may be some time...") [01:19]
........ (idle for 39mn)
CIA-75tikiwiki: 03chealer * r22191 10/trunk/lib/core/lib/TikiDb/Bridge.php:
tikiwiki: [FIX] queryError() (fixes r20205)
tikiwiki: Closes: 2788 ( link_cache creates SQL error )
[01:58]
***MartinCleaver has joined #tikiwiki [02:12]
lindon_ has quit IRC (Read error: 104 (Connection reset by peer)) [02:24]
CIA-75tikiwiki: 03marclaporte * r22192 10/branches/3.0/lang/fr/language.php: [FIX] Translation which was obviously not done in context. [02:24]
.... (idle for 16mn)
tikiwiki: 03luciash * r22193 10/trunk/lib/jquery_tiki/tiki-jquery.js: [FIX] ColorBox: support for inline content [02:40]
***luminoso_ has quit IRC (Read error: 131 (Connection reset by peer)) [02:47]
marclaporte has quit IRC ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") [02:52]
luminoso has joined #tikiwiki [02:59]
MartinCleaver has quit IRC ()
marclaporte has joined #tikiwiki
Caarrie is now known as Caarrie|sleeping
[03:08]
CIA-75tikiwiki: 03chealer * r22194 10/trunk/db/tiki-db-adodb.php: [FIX] ADOdb on PostgreSQL [03:15]
tikiwiki: 03chealer * r22195 10/trunk/installer/installlib.php:
tikiwiki: [FIX] DB abstraction: fix update query
tikiwiki: +class Installer extends TikiDb_Bridge
tikiwiki: [FIX] empty queries fail on PostgreSQL
[03:24]
tikiwiki: 03chealer * r22196 10/trunk/installer/installlib.php: runFile(): speed up and simplify [03:34]
***marclaporte has quit IRC (Read error: 110 (Connection timed out)) [03:34]
CIA-75tikiwiki: 03chealer * r22197 10/trunk/templates/ (tiki-admin_content_templates.tpl tiki-editpage.tpl): [FIX] HTML special chars encoding [03:45]
.... (idle for 15mn)
tikiwiki: 03chealer * r22198 10/trunk/ (installer/tiki-installer.php tiki-install.php):
tikiwiki: [FIX] DB abstraction: fix has_tiki_db() and has_tiki_db_20()
tikiwiki: get rid of now unused process_sql_file() and list_tables()
[04:00]
........ (idle for 37mn)
tikiwiki: 03chealer * r22199 10/trunk/installer/tiki-installer.php: [FIX] typo "SQLLite" -> "SQLite" [04:37]
............ (idle for 56mn)
tikiwiki: 03luciash * r22200 10/trunk/lib/jquery_tiki/tiki-jquery.js: [FIX] ColorBox: support title attribute of links + simplified functions [05:33]
....... (idle for 30mn)
tikiwiki: 03chealer * r22201 10/trunk/templates/database-connection-error.tpl: [FIX] DB error message display [06:03]
......... (idle for 40mn)
***ndowens01 has quit IRC ("Page closed") [06:43]
CIA-75tikiwiki: 03lindonb * r22202 10/trunk/lib/wiki-plugins/wikiplugin_img.php:
tikiwiki: [FIX] Use file and image gallery thumbnails when thumb=y. Replace
tikiwiki: thumb=shadowbox with rel=box. So now {img fileId=1 thumb=y rel=box} works. Added
tikiwiki: 'download' option for thumb parameter to show download dialog box for file
tikiwiki: gallery images.
[06:46]
***gezza has joined #tikiwiki [06:52]
..... (idle for 21mn)
CIA-75tikiwiki: 03chealer * r22204 10/trunk/templates/tiki-pagehistory.tpl:
tikiwiki: [FIX] colons inside tr blocks
tikiwiki: [FIX] HTML special chars encoding
[07:13]
***hcook has quit IRC (Read error: 110 (Connection timed out)) [07:14]
CIA-75tikiwiki: 03chealer * r22205 10/trunk/lib/wiki/wikilib.php: [FIX] get_user_all_pages() (DB abstraction, PostgreSQL) [07:14]
***hcook has joined #tikiwiki [07:17]
CIA-75tikiwiki: 03chealer * r22206 10/trunk/installer/tiki-installer.php: [FIX] DB abstraction (PostgreSQL): fix general settings (admin email, sender email, browser title, secure login) [07:18]
..... (idle for 24mn)
***dthacker has quit IRC (wolfe.freenode.net irc.freenode.net) [07:42]
CIA-75tikiwiki: 03chealer * r22207 10/trunk/templates/tiki-lastchanges.tpl: [FIX] HTML special chars encoding [07:44]
***ndowens has joined #tikiwiki
dthacker has joined #tikiwiki
[07:46]
.... (idle for 15mn)
btiffinchealer, umm, excuse me if I'm jumping the gun ... did you just fix tiki install for PostgreSQL? [08:04]
chealerbtiffin: yes [08:04]
btiffinoohh weee. ;) [08:04]
chealerbtiffin: well, it's not completely tested yet [08:07]
btiffinchealer, I have two more days off (it's 4am now, so...) I'll try it out. I'm keen, it's the showstopper for not dumping MW at work. We're a Postgres shop. Thanks for any and all efforts. [08:12]
chealerbtiffin: well, it will need your help too, still quite a few problems [08:13]
CIA-75tikiwiki: 03lindonb * r22208 10/trunk/lib/wiki-plugins/wikiplugin_img.php: [FIX] Skip old code if rel=box. Other cleanup of prior commit (broke mouseover). [08:13]
***ndowens has left [08:16]
changi|sleeping is now known as changi [08:26]
CIA-75tikiwiki: 03chealer * r22209 10/trunk/templates/tiki-admin-include-login.tpl:
tikiwiki: [FIX] HTML special chars encoding
tikiwiki: [FIX] colons inside tr blocks
[08:32]
Kissakipolom [08:38]
...... (idle for 25mn)
***btiffin has quit IRC (Remote closed the connection) [09:03]
................ (idle for 1h19mn)
changi_ has joined #tikiwiki
changi_ has quit IRC (Client Quit)
[10:22]
changi_ has joined #tikiwiki
changi_ has quit IRC (Client Quit)
changi_ has joined #tikiwiki
changi_ has quit IRC (Client Quit)
changi_ has joined #tikiwiki
changi has left
changi_ has quit IRC (Client Quit)
changi has joined #tikiwiki
changi has quit IRC (Client Quit)
changi has joined #tikiwiki
[10:34]
changi is now known as changi|lunching [10:54]
.... (idle for 16mn)
Caarrie|sleeping is now known as Caarrie [11:10]
.......... (idle for 45mn)
Caarrie is now known as Caarrie|away [11:55]
Bernard- has joined #tikiwiki
Bernard- has quit IRC (Client Quit)
yoni has joined #tikiwiki
[12:05]
yoniHi there [12:08]
..... (idle for 21mn)
***yoni has quit IRC (Read error: 60 (Operation timed out))
jonnyb has joined #tikiwiki
[12:29]
marclaporte has joined #tikiwiki [12:38]
......... (idle for 40mn)
FrankP_german has joined #tikiwiki [13:18]
kiilo has joined #tikiwiki [13:24]
.......... (idle for 45mn)
marclaportepolom [14:09]
dthackerpolom
marclaporte: final verdice on pgsql for 4.0 freeze? In or out?
verdict even.
[14:09]
marclaportewell, if we are strict, out
and kissaki updated page
but I am flexible
[14:10]
Kissaki^^ [14:10]
marclaporteperhaps we'll remove from installer, but have manual install procedure? [14:11]
Kissakithat was moments before it was said to work in IRC [14:11]
marclaportelet's find a win-win compromise [14:11]
Kissakibut the countdown was already 1 day over, so I at least added it...
looks stupid, the negative countdown going on
[14:11]
marclaportebut we should completely drop SQlite, Oracle and Sybase code [14:12]
dthackerthere are other features marked as "experimental", why not this? [14:12]
marclaporteOracle & Sybase: because we have no realistic developer base to handle [14:13]
dthackerdthacker would work on firebird and Derby before he worked on Oracle. [14:13]
marclaportedthacker: because this one is blocking devs to use advanced MySQL stuff (stored procedures, etc.)
Kissaki : hehe
SQlite is for embedded databases, I don't see a real use case for Tiki
[14:14]
luciash-1 for dropping SQLite [14:15]
dthackersqlite use case-embedded install? demos? [14:15]
luciashi see usecase for light tiki sites like blogs
or simple wikis
[14:15]
dthackermarclaporte: once code goes down rabbit hole of specific mysql features, what affect on keeping db-independence? [14:16]
Kissakisqlite for low-frequentized sites, small or private servers (hosting at home), if you wanna give it out as a presentation / wiki-information db on a CD or as a download, or if you just want a wiki on your dektop to store Infos and take notes
there you have it! :)
[14:16]
marclaportehehe: show me the code :-) [14:16]
dthacker+1 Kissaki [14:16]
luciashmarclaporte: code is there, just broken as it was for pgsql ;) [14:17]
Kissakiwell, we'll have to drop it for tiki 4
but why drop it entirely
[14:17]
luciashsure, not drop, but say it's not supported
remove it from installer dropdown for now, but that's all imho
[14:17]
Kissakiyeah [14:18]
marclaporteok, but we need to set a timer [14:18]
luciashwe can continue improving the code to support more dbs as it's proof it's not impossible [14:18]
marclaportedead code is not cool [14:18]
Kissakiwell, how far is pgsql? mailinglist said that resource issue in the menu was fixed, so it's working, right? [14:19]
luciashit's not that bad, it's only one sql file man ;)
marclaporte: ^
[14:19]
marclaporteI am very proud of your work guys! [14:19]
dthackermarclaporte: could you expand a bit on how code for other db's is blocking advanced mysql development? Is it in adodb? a specific tiki area? [14:19]
luciashchealer did help a lot recently [14:20]
dthackerchealer, luci, and Kissaki are my heroes! [14:20]
Kissaki^^ [14:20]
luciashheh
i mean if others can have it, why not us ;)
[14:20]
marclaportefor SUMO, there is talk to use stored procedures to improve performance. Stored procedures can't have DB independance
We'd have to maintain in double, triple
[14:22]
dthackerdthacker nods. frowns. [14:22]
luciashstored procedures, huh :-p
what's that ?
[14:23]
marclaporteit's moving more work to the DB [14:23]
luciashah
caching queries ?
or is it different ?
[14:24]
dthackerdthacker sees an enterprise edition [14:24]
luciash*g* [14:25]
marclaportewhich real sites will run PG?
themes?
[14:26]
luciashwell, now i think we should keep pgsql in the installer with all the efforts made recently and people willing to test and help more... we can see how it goes to 4.1 [14:26]
dthackerit might be possible to create equivalent stored procedures for some work, but there will be more corner cases [14:26]
luciashwe will not state it's fully supported but an option and people can fill bug reports and help eventually [14:26]
CIA-75tikiwiki: 03frank_p * r22210 10/branches/2.0/lang/de/language.php: translate [14:27]
luciashso lets have those two in the installer for now, the rest keep as it is
but remove for installer dropdown
s/for/from
[14:27]
dthackerwhen will stored procedures start happening? 5.0? [14:27]
CIA-75tikiwiki: 03frank_p * r22211 10/branches/3.0/lang/de/language.php: translate [14:27]
luciashdthacker: it was just suggestion from SUMO for now iiuc
dthacker: no fixed date/decission yet (?)
[14:28]
marclaportehttp://dev.tikiwiki.org/Architecture+Suggestions+From+Mozilla#Other [14:29]
luciashmarclaporte: you wanna dogfood pgsql on themes ? [14:29]
marclaporte"Stored procs are not used on purpose because they prevent database abstraction. At least, this was the case before. Imposing a limitation to MySQL 5 is not much of a problem anymore. However, with the come-back of PgSQL, writing procs twice is impractical."
luciash: we need to Dogfood somewhere, or else it's utopia
and we'll have same drama in one year
[14:29]
Kissakiwell, I'd like to hear some concrete examples for stored procedures... not that much logic is done directly with the DB data, right? conditional selects and joins should be enough after all [14:30]
luciashmarclaporte: we ave to wait for 4.1 i guess for the dogfooding site
i think for sure we shouldn't write the procedures twice but maybe generate like we do with tiki.sql now
[14:31]
dthackerstore procedure abstraction layer? Interesting. [14:32]
marclaporteThis is a systemic issue, which requires a systemic approach/solution [14:32]
luciashbest would be if it would possible to run all the installation/upgrade/etc. SQL via PHP... then it could reuse the current convert functions [14:32]
marclaportewhy wait? It works or not? :-) :-) [14:32]
dthackerwould the use of more OO in php help? [14:33]
Kissakihttp://www.php.net/manual/en/pdo.prepared-statements.php
wtf is with that headline?
nothing about stored procedures on the whole page
[14:33]
luciashmarclaporte: installation works but not fully all the features and gary wouldn't be much happy i guess with broken parts of the site like file galleries ;)
marclaporte: you would need to ask gary if he agrees
[14:34]
***mlaporte has joined #tikiwiki [14:37]
Kissakiso nobody can tell me conrete examples for stored procs? :) [14:37]
luciashKissaki: i hear it for the first time ;) [14:37]
Kissaki:P [14:38]
dthackerjob one is clean psql, I think. Then worry about store procs. [14:39]
luciash+1 [14:40]
***marclaporte has quit IRC (Read error: 145 (Connection timed out))
btiffin has joined #tikiwiki
[14:42]
dthackerKissaki: is manual install documented somewhere? [14:44]
Kissakiyes
the installer does link to it "select db and enter data bla or <a>manually install</a>
http://doc.tikiwiki.org/Manual+Installation
[14:44]
dthacker:) [14:45]
luciashwow, even the upgrade now seemed to work on my pgsql trunk installer, cooool :) [14:46]
***marclaporte has joined #tikiwiki [14:48]
mlaporteluciash: amazing!
that never worked before
[14:48]
luciashthanks to chealer [14:49]
mlaporteyes, stored procedures is not short term. But it's something we'll
eventually look into if PG is dropped
But I am very pleased that you all are not going to let that happen
[14:49]
dthackerdthacker reads the SUMO wishlist [14:53]
mlaporteKissaki & luciash: what are the odds to make it work on http://db.tikiwiki.org/postgresql-trunk/ ? [14:53]
Kissakiif it's the recent trunk, probably pgsql 7
only a guess though
[14:54]
mlaporteso you think it's because my PG is too old? [14:55]
***mlaporte has left
mlaporte has joined #tikiwiki
[14:55]
luciashoh, one little error in the installer but the local.php with pgsql credentials is created
mlaporte: i think chealer wrote something about it in the devlist mail
mlaporte: if you have another server where you could try with pgsql8 it would be great
[14:57]
marclaportewhile you guys are in the installer, did you notice: Installer puts in db/local.php : $dbversion_tiki='2.0'; [14:59]
luciashnope, it puts 4.0 here [14:59]
Kissakilol [14:59]
marclaporteluciash: let's get amette & changi|lunching to set something up on the community server. Because I don't want to upgrade my server at this time [15:00]
dthackerback later. [15:01]
***dthacker has quit IRC ("KVIrc 3.2.4 Anomalies http://www.kvirc.net/") [15:01]
marclaporteif we want to migrate an existing site from mysql to pg (ex.: themes.tikiwiki.org or info.tikiwiki.org): what needs to be done? [15:01]
luciashmarclaporte: sure, i thought you have more hostings maybe ;) [15:02]
marclaporteI'll check versions on my other servers [15:02]
luciashmarclaporte: well, maybe we would need to set up a new one... i don't know how to migrate the data from mysql to pgsql
is there any i18n.tw.o ?
[15:03]
marclaporteyes
but it's unused
this could be a great candidate
I want to make a translation server there
[15:06]
Kissakimysql to pgsql we'd have to dump data and parse them in pgsql
exporting to an sql script, the installer sql script converter could even work
if there's db dependent syntax in the script
[15:12]
***dthacker has joined #tikiwiki [15:23]
..... (idle for 20mn)
marclaportehttp://tikiwiki.org/Infrastructure+Team#Setup_i18n.tikiwiki.org_with_PostgreSQL
dthacker, Kissaki, luciash, changi|lunching ^^
[15:43]
Kissaki:) [15:44]
CIA-75tikiwiki: 03jonnybradley * r22212 10/trunk/ (2 files in 2 dirs):
tikiwiki: [FIX] Add sefurl to img.
tikiwiki: Had the change order of regexp matches to pick up tumbnail etc before download.
[15:46]
.... (idle for 17mn)
tikiwiki: 03jonnybradley * r22213 10/trunk/lib/ (jquery_tiki/tiki-jquery.js wiki-plugins/wikiplugin_img.php): [FIX] No need for rel to have type=img for colorbox (type= only needed if not an image) [16:03]
marclaporteKissaki : & luciash: I sent chealer password of db.tikiwiki.org for PG testing [16:13]
luciashjonnyb: are you sure ? by default colorbox doesn't treat links as images, does it ?
jonnyb: i mean if they don't end *jpg or something
[16:13]
marclaportechealer seems to be quite good with PG [16:13]
jonnybi added a clause to the photo:true code [16:13]
***mlaporte has left [16:13]
jonnybin tiki-jquery.js [16:13]
luciashmarclaporte: sure
jonnyb: ah, cool
[16:13]
jonnybworks for me [16:14]
luciashi will test it [16:14]
marclaportejonnyb: what are you up to next? [16:22]
jonnybgroup name autocomplete
i have it working but rtying to add some perms checking (with LP's help)
[16:22]
luciashcan i install multitiki and install a different profile on each ?
just curious
[16:23]
gezzahiAll! anyone familiar with menu maintenance? why is a section 1 level menu item with no options under it tries to open a new empty level under itself? next menuitem is a section1 too, looks weird..check out two "Community" menu
it is me who is currently messing it up :) but will roll back if this is the above written is the expected behaviour (which is strange for me)
[16:29]
KissakihiYou! [16:31]
luciashgezza: when using cssmenus it must be option instead of section level
it's logical
[16:33]
gezza"Community" menuitem is section 0
"Teams" was "option"
[16:34]
***dthacker has quit IRC (wolfe.freenode.net irc.freenode.net)
Sug4r` has quit IRC (wolfe.freenode.net irc.freenode.net)
marclaporte has quit IRC (wolfe.freenode.net irc.freenode.net)
jonnyb has quit IRC (wolfe.freenode.net irc.freenode.net)
changi|lunching has quit IRC (wolfe.freenode.net irc.freenode.net)
franck has quit IRC (wolfe.freenode.net irc.freenode.net)
Kissaki has quit IRC (wolfe.freenode.net irc.freenode.net)
Bamieater has quit IRC (wolfe.freenode.net irc.freenode.net)
yaaar has quit IRC (wolfe.freenode.net irc.freenode.net)
luciash has quit IRC (wolfe.freenode.net irc.freenode.net)
Jyhem has quit IRC (wolfe.freenode.net irc.freenode.net)
gezza has quit IRC (wolfe.freenode.net irc.freenode.net)
GillesM has quit IRC (wolfe.freenode.net irc.freenode.net)
sylvieg has quit IRC (wolfe.freenode.net irc.freenode.net)
kiilo has quit IRC (wolfe.freenode.net irc.freenode.net)
FrankP_german has quit IRC (wolfe.freenode.net irc.freenode.net)
danopia has quit IRC (wolfe.freenode.net irc.freenode.net)
SEWilco2 has quit IRC (wolfe.freenode.net irc.freenode.net)
amette has quit IRC (wolfe.freenode.net irc.freenode.net)
CIA-75 has quit IRC (wolfe.freenode.net irc.freenode.net)
btiffin has quit IRC (wolfe.freenode.net irc.freenode.net)
dcedilotte has quit IRC (wolfe.freenode.net irc.freenode.net)
chealer has quit IRC (wolfe.freenode.net irc.freenode.net)
Caarrie|away has quit IRC (wolfe.freenode.net irc.freenode.net)
PrezKennedy has quit IRC (wolfe.freenode.net irc.freenode.net)
hcook has quit IRC (wolfe.freenode.net irc.freenode.net)
Tikiwiki|bot has quit IRC (wolfe.freenode.net irc.freenode.net)
olio_ has quit IRC (wolfe.freenode.net irc.freenode.net)
hcook has joined #tikiwiki
dthacker has joined #tikiwiki
marclaporte has joined #tikiwiki
btiffin has joined #tikiwiki
kiilo has joined #tikiwiki
FrankP_german has joined #tikiwiki
jonnyb has joined #tikiwiki
changi|lunching has joined #tikiwiki
gezza has joined #tikiwiki
Kissaki has joined #tikiwiki
franck has joined #tikiwiki
dcedilotte has joined #tikiwiki
Bamieater has joined #tikiwiki
sylvieg has joined #tikiwiki
danopia has joined #tikiwiki
Tikiwiki|bot has joined #tikiwiki
chealer has joined #tikiwiki
SEWilco2 has joined #tikiwiki
olio_ has joined #tikiwiki
PrezKennedy has joined #tikiwiki
yaaar has joined #tikiwiki
amette has joined #tikiwiki
CIA-75 has joined #tikiwiki
luciash has joined #tikiwiki
Caarrie|away has joined #tikiwiki
Sug4r` has joined #tikiwiki
GillesM has joined #tikiwiki
Jyhem has joined #tikiwiki
[16:39]
gezzawow, that was the trick, thanks! :) [16:42]
CIA-75tikiwiki: 03jonnybradley * r22214 10/trunk/ (3 files in 3 dirs):
tikiwiki: [ENH] Add autocomplete to group name fields.
tikiwiki: Implemented in wikiplugin_group only so far (just add 'filter' => 'username' to the param def).
tikiwiki: Proper perms checking TODO but only works for validated users in the meantime.
[16:43]
luciashmarclaporte: the issue with $dbversion_tiki='2.0'; seems to be for upgraded sites [16:44]
marclaporteah
I see
[16:44]
luciashon one upgraded to trunk i have $dbversion_tiki='3.0'; [16:44]
***hcook has quit IRC (wolfe.freenode.net irc.freenode.net)
Sug4r` has quit IRC (wolfe.freenode.net irc.freenode.net)
dthacker has quit IRC (wolfe.freenode.net irc.freenode.net)
jonnyb has quit IRC (wolfe.freenode.net irc.freenode.net)
franck has quit IRC (wolfe.freenode.net irc.freenode.net)
changi|lunching has quit IRC (wolfe.freenode.net irc.freenode.net)
Kissaki has quit IRC (wolfe.freenode.net irc.freenode.net)
marclaporte has quit IRC (wolfe.freenode.net irc.freenode.net)
yaaar has quit IRC (wolfe.freenode.net irc.freenode.net)
luciash has quit IRC (wolfe.freenode.net irc.freenode.net)
Jyhem has quit IRC (wolfe.freenode.net irc.freenode.net)
Bamieater has quit IRC (wolfe.freenode.net irc.freenode.net)
gezza has quit IRC (wolfe.freenode.net irc.freenode.net)
GillesM has quit IRC (wolfe.freenode.net irc.freenode.net)
sylvieg has quit IRC (wolfe.freenode.net irc.freenode.net)
FrankP_german has quit IRC (wolfe.freenode.net irc.freenode.net)
SEWilco2 has quit IRC (wolfe.freenode.net irc.freenode.net)
danopia has quit IRC (wolfe.freenode.net irc.freenode.net)
kiilo has quit IRC (wolfe.freenode.net irc.freenode.net)
amette has quit IRC (wolfe.freenode.net irc.freenode.net)
CIA-75 has quit IRC (wolfe.freenode.net irc.freenode.net)
dcedilotte has quit IRC (wolfe.freenode.net irc.freenode.net)
btiffin has quit IRC (wolfe.freenode.net irc.freenode.net)
Caarrie|away has quit IRC (wolfe.freenode.net irc.freenode.net)
chealer has quit IRC (wolfe.freenode.net irc.freenode.net)
PrezKennedy has quit IRC (wolfe.freenode.net irc.freenode.net)
olio_ has quit IRC (wolfe.freenode.net irc.freenode.net)
Tikiwiki|bot has quit IRC (wolfe.freenode.net irc.freenode.net)
Tim05567 has joined #tikiwiki
tigono has joined #tikiwiki
hcook has joined #tikiwiki
dthacker has joined #tikiwiki
marclaporte has joined #tikiwiki
btiffin has joined #tikiwiki
kiilo has joined #tikiwiki
FrankP_german has joined #tikiwiki
jonnyb has joined #tikiwiki
changi|lunching has joined #tikiwiki
gezza has joined #tikiwiki
Kissaki has joined #tikiwiki
franck has joined #tikiwiki
dcedilotte has joined #tikiwiki
Bamieater has joined #tikiwiki
sylvieg has joined #tikiwiki
danopia has joined #tikiwiki
Tikiwiki|bot has joined #tikiwiki
chealer has joined #tikiwiki
SEWilco2 has joined #tikiwiki
olio_ has joined #tikiwiki
PrezKennedy has joined #tikiwiki
yaaar has joined #tikiwiki
amette has joined #tikiwiki
CIA-75 has joined #tikiwiki
luciash has joined #tikiwiki
Caarrie|away has joined #tikiwiki
Sug4r` has joined #tikiwiki
GillesM has joined #tikiwiki
Jyhem has joined #tikiwiki
[16:49]
Tim05567gezza: anything else you wish that they provided? [16:51]
***chealer has quit IRC (Read error: 60 (Operation timed out)) [16:51]
gezzafor me they are fine, unlimited space, dbs, can install tiki without fantastico too, helpdesk was quick&good [16:52]
***chealer has joined #tikiwiki [16:52]
Tim05567nice thanks, they seem a little more expensive than other hosts like bluehost
any thoughts?
[16:53]
***chealer has quit IRC (wolfe.freenode.net irc.freenode.net)
hcook has quit IRC (wolfe.freenode.net irc.freenode.net)
Sug4r` has quit IRC (wolfe.freenode.net irc.freenode.net)
dthacker has quit IRC (wolfe.freenode.net irc.freenode.net)
jonnyb has quit IRC (wolfe.freenode.net irc.freenode.net)
franck has quit IRC (wolfe.freenode.net irc.freenode.net)
changi|lunching has quit IRC (wolfe.freenode.net irc.freenode.net)
Kissaki has quit IRC (wolfe.freenode.net irc.freenode.net)
marclaporte has quit IRC (wolfe.freenode.net irc.freenode.net)
yaaar has quit IRC (wolfe.freenode.net irc.freenode.net)
luciash has quit IRC (wolfe.freenode.net irc.freenode.net)
Jyhem has quit IRC (wolfe.freenode.net irc.freenode.net)
Bamieater has quit IRC (wolfe.freenode.net irc.freenode.net)
gezza has quit IRC (wolfe.freenode.net irc.freenode.net)
tigono has quit IRC (wolfe.freenode.net irc.freenode.net)
Tim05567 has quit IRC (wolfe.freenode.net irc.freenode.net)
GillesM has quit IRC (wolfe.freenode.net irc.freenode.net)
sylvieg has quit IRC (wolfe.freenode.net irc.freenode.net)
FrankP_german has quit IRC (wolfe.freenode.net irc.freenode.net)
SEWilco2 has quit IRC (wolfe.freenode.net irc.freenode.net)
danopia has quit IRC (wolfe.freenode.net irc.freenode.net)
kiilo has quit IRC (wolfe.freenode.net irc.freenode.net)
amette has quit IRC (wolfe.freenode.net irc.freenode.net)
CIA-75 has quit IRC (wolfe.freenode.net irc.freenode.net)
dcedilotte has quit IRC (wolfe.freenode.net irc.freenode.net)
btiffin has quit IRC (wolfe.freenode.net irc.freenode.net)
Caarrie|away has quit IRC (wolfe.freenode.net irc.freenode.net)
PrezKennedy has quit IRC (wolfe.freenode.net irc.freenode.net)
olio_ has quit IRC (wolfe.freenode.net irc.freenode.net)
Tikiwiki|bot has quit IRC (wolfe.freenode.net irc.freenode.net)
chealer has joined #tikiwiki
Tim05567 has joined #tikiwiki
tigono has joined #tikiwiki
hcook has joined #tikiwiki
dthacker has joined #tikiwiki
marclaporte has joined #tikiwiki
btiffin has joined #tikiwiki
kiilo has joined #tikiwiki
FrankP_german has joined #tikiwiki
jonnyb has joined #tikiwiki
changi|lunching has joined #tikiwiki
gezza has joined #tikiwiki
Kissaki has joined #tikiwiki
franck has joined #tikiwiki
dcedilotte has joined #tikiwiki
Bamieater has joined #tikiwiki
sylvieg has joined #tikiwiki
danopia has joined #tikiwiki
Tikiwiki|bot has joined #tikiwiki
SEWilco2 has joined #tikiwiki
olio_ has joined #tikiwiki
PrezKennedy has joined #tikiwiki
yaaar has joined #tikiwiki
amette has joined #tikiwiki
CIA-75 has joined #tikiwiki
luciash has joined #tikiwiki
Caarrie|away has joined #tikiwiki
Sug4r` has joined #tikiwiki
GillesM has joined #tikiwiki
Jyhem has joined #tikiwiki
[17:01]
dthackermarclaporte: what is function of packaging scripts? Create generic bundle? [17:05]
marclaportehttp://dev.tikiwiki.org/How+to+release [17:05]
Kissakigezza: what? stored procedures in DBMS, as discussed/mentioned above [17:06]
CIA-75tikiwiki: 03jonnybradley * r22215 10/trunk/ (lib/tiki-js.js tiki-ajax_services.php):
tikiwiki: [ENH] Add autocomplete to user name fields.
tikiwiki: Implemented in wikiplugin_group only so far (just add 'filter' => 'username' to the param def).
tikiwiki: Perms TODO as for groups.
[17:06]
Kissakimarclaporte: I just tried with pgsql 7 on debian in a VirtualMachine, VirtualBox and had the same problem as on your box. I just can't connect to the db, not even with pgAdmin locally
sorta like your problem, if that is it... ^^
[17:07]
marclaportestrange
if you write a simple php app, doesn it connect?
[17:08]
***tigono has quit IRC ("Page closed") [17:09]
KissakiI even installed pgAdmin3, made by pgsql devs as an admin GUI
and can't seem to connect to localhost via that port, which even "/etc/init.d/postgresql-7.4 status" tells me it uses
so I won't even try a "simple php app"
[17:09]
marclaportehehe
are there any pg apps you can apt-get install?
maybe it's a setting...
[17:10]
luciashKissaki: i was guided by https://help.ubuntu.com/community/PostgreSQL but i have pgsql 8.x on my ubuntu
do we have demo sites for fresh install + profile ?
[17:13]
marclaportejonnyb: did you try toolbars with NoScript?
jonnyb : I still see tools and they just make the page refresh
[17:14]
jonnybnot yet i'm afraid - you?
hmm - one for next week :)
[17:15]
luciashheh [17:16]
marclaporte:-)
no rush
I still don't get how to do a replace with toolbar
[17:16]
jonnyboh? :(
you found the tool?
[17:17]
dthackermarclaporte: I can run scripts as mentioned on that page. [17:17]
jonnybsort of a b>a icon (blue) [17:17]
marclaporteok, found it [17:18]
luciashluciash testing profiles
looks fine (better than the Blog one)
just entered admin in the Find field automatically ;)
then realized login link is down on the page ;)
[17:19]
Kissakiluciash: The connection was reset
haha
[17:21]
***hcook has quit IRC (Read error: 131 (Connection reset by peer)) [17:21]
marclaportedthacker: ok, so you would be official packager! [17:22]
***hcook has joined #tikiwiki [17:22]
luciashKissaki: oh ? weird [17:22]
dthackerooo. pressure's on.
:)
[17:22]
marclaportecan you start trying them out?
so we can ask Nyloth if we need help
[17:23]
dthackermarclaporte: do we have a branch yet? or should I pull trunk? [17:23]
marclaportejust try with trunk [17:24]
dthackerok, I'll start this evening US time. [17:24]
***changi|lunching is now known as changi|working [17:25]
marclaporteor you can try with 3.3 [17:25]
chealerpolom [17:25]
***gezza has quit IRC ("Page closed") [17:26]
chealerhi luciash
marclaporte: for now I have enough to fill my plate with localhost, but thanks for db.tw.o anyway. maybe, one day
[17:26]
marclaportechealer: no prob
Kissaki has "proof" it's not a specific issue of my server
[17:29]
***Tim05567 has quit IRC ("Page closed") [17:29]
marclaporteand supporting PG 7.4 is not important [17:29]
Kissakior I'm just stupid [17:30]
chealermarclaporte: ah, yeah, if it's PG 7, I'm not going to work on it [17:30]
marclaporteWas just trying to make sure it's not a server issue [17:32]
CIA-75tikiwiki: 03marclaporte * r22216 10/trunk/ (4 files in 3 dirs): [MOD] Moving find/search and replace admin option from wiki to textarea admin panel now that it's available for any edit box [17:32]
marclaportebecause it would be nice to get PG on shared hosting... [17:32]
chealerI heard PG 7 would be EOLed this year. and I had enough issues with the latest PG software (already 5 bugs reported against PG/phppgadmin) [17:35]
luciashyep, i think we can drop support for pgsql7 and focus on pgsql8 only
luciash thinks it's much easier to work with tiki sites in fullscreen=y mode ;)
[17:36]
marclaporte+1 [17:42]
luciash: the bad thing is when search engines index fullscreen=y and fullscreen=n independantly [17:56]
luciashmarclaporte: that should be fixed
marclaporte: by adding no robots in meta of the fullscreen page probably
and rel=nofollow on the fullscreen icon link
[17:59]
marclaportesounds to easy to be true :-) [18:05]
***chealer has quit IRC (Read error: 145 (Connection timed out))
changi|working has left
[18:08]
luciashmy vote: http://dev.tikiwiki.org/How+to+release#To_branch_or_not_to_branch [18:15]
***chealer has joined #tikiwiki [18:15]
CIA-75tikiwiki: 03jonnybradley * r22217 10/trunk/ (4 files in 4 dirs):
tikiwiki: [MOD] Refactoring autocomplete code.
tikiwiki: Left the ones in tracker_item_field_input.tpl as i can't get them to work.
tikiwiki: Also one in {textarea} block that will probably be kil'ed
[18:20]
jonnybwhat do you think about adding more autocompletes? should we (i) use a class (like .pagename or .username) or attach the jq code directly? [18:21]
CIA-75tikiwiki: 03chealer * r22218 10/trunk/lib/bookmarks/bookmarklib.php: [FIX] DB abstraction: remove_url() (user left unquoted) [18:21]
jonnybclass is simpler but slightly (even) more work for the browser on page load [18:21]
CIA-75tikiwiki: 03chealer * r22219 10/trunk/lib/multilingual/multilinguallib.php: [FIX] DB abstraction: getMissingTranslationBits(), getTranslations()
tikiwiki: 03jonnybradley * r22220 10/trunk/lib/ (jquery_tiki/tiki-jquery.js smarty_tiki/block.textarea.php):
tikiwiki: [KIL] Remove textarea pagename autocomplete, as it never worked 100% and was quite hacky.
tikiwiki: Use the wiki link dialog instead.
[18:30]
***changi has joined #tikiwiki
changi has quit IRC (Client Quit)
changi has joined #tikiwiki
[18:34]
CIA-75tikiwiki: 03chealer * r22221 10/trunk/templates/tiki-minical.tpl: [FIX] HTML special chars encoding [18:36]
***cheal has joined #tikiwiki [18:48]
luciashjonnyb: using class as selector would you get into trouble on which input do the autocomplete if the same class would be two elements on a page ? [18:50]
jonnybhi luciash [18:51]
luciashhi ?) [18:51]
jonnybi decided on both :) [18:51]
luciashi mean :) [18:51]
jonnybhang on... [18:51]
luciashokay [18:51]
CIA-75tikiwiki: 03jonnybradley * r22222 10/trunk/templates/messu-compose.tpl: [MOD] Add username autocomplete to recipient fields in messu compose [18:53]
luciashbtw, i had trouble with autocomplete in the past on the QuickEdit module... didn't try recently but suggesting me pages to edit and was hard to go out of it and create new page with simmilar name [18:53]
jonnyblike that - so just adding the class selector on a page that needs it, instead of in an include
not had that particular one
[18:53]
luciashluciash goes to try [18:54]
***chealer_ has joined #tikiwiki
chealer has quit IRC (Read error: 145 (Connection timed out))
cheal has quit IRC (Read error: 145 (Connection timed out))
[18:55]
luciashjonnyb: does nothing on essu-compose [19:01]
jonnyboh? no autocompletes on the to field? [19:02]
luciashi started to write a for admin and nope
i have only admin user there though
must it be other user than myself ?
[19:03]
jonnybdont think so
maybe bug with count = 1
what about others? quick edit fincetance
[19:05]
***kiilo1 has joined #tikiwiki [19:07]
luciashis opera compatible browser ? [19:08]
jonnybshould be [19:08]
luciashquickedit has no autocplt 2 [19:08]
jonnybis the feature on?
feature_jquery_autocomplete
[19:09]
luciashluciash launches shiretoko
y, all required is on
[19:09]
CIA-75tikiwiki: 03jonnybradley * r22223 10/trunk/lib/jquery_tiki/tiki-jquery.js: [FIX] feature check
tikiwiki: 03jonnybradley * r22224 10/trunk/templates/modules/mod-search_wiki_page_new.tpl: [MOD] autocomplete for search page name (new only, refactoring required)
[19:11]
jonnybany JS errors? [19:12]
luciashit's problem with opera [19:14]
***kiilo1 has quit IRC (Read error: 60 (Operation timed out)) [19:14]
luciashin shiretoko it works (same annoyance when i want to quick-edit "Home" and hit enter it becomes "HomePage") [19:15]
***kiilo has quit IRC (Read error: 104 (Connection reset by peer)) [19:15]
luciashjonnyb: could you please change it so it behaves like autocomplete in browsers ? when you type url and suggests some, it doesn't change on enter but just when you move down and choose from suggestions) [19:16]
jonnybthat's settable in the options i think [19:17]
luciashthis is annoying for users who are used to quickly fill text and enter
that would be great
[19:17]
jonnybso it's working now? (but annoying?) [19:20]
luciashyes, working in shiretoko, not working in Opera
i will try to debug with dragonfly in opera if there's some js error
[19:20]
jonnybta
i'm going to go and eat (preceded by cooking)
[19:21]
***changi is now known as changi|sleeping [19:23]
luciashoh, weird, now it works in Opera when i go to HomePage... there are CSS and JS errors related to jQuery though
messu-compose works now too :-p
jonnyb: i understand it now why... i already had the dragonfly debug window open in background and have set break on JS errors ;)
[19:25]
***kiilo has joined #tikiwiki [19:34]
luciashjonnyb: so there is an error on line 315 of tiki-jquery.js it says [19:35]
Tikiwiki|botNew Forum Posts: Year is displayed as 0000 - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=34907 [19:43]
luciashand jquery.async.js not found (404)
ok, only the latter one
the previous error seems to be old log
jonnyb: sorry for false alarms but if you can find that setting and change to behave more politely that would be great, thx
[19:46]
..... (idle for 20mn)
hey guys, what is the syntax to display numbers in {maketoc} and headings ? [20:14]
.... (idle for 19mn)
sylviegis it not a # or csomething klike that [20:33]
SEWilco2There is a list of parameters in the doc.tikiwiki.org page for maketoc.
I wonder if the admin can define default maketoc parameters, so you don't have to specify it on every call on the site.
[20:42]
luciashsylvieg: thank you
SEWilco2: if maketoc syntax is also plugin now you could have a plugin alias
SEWilco2: but the # go to headings anyway
[20:48]
SEWilco2Yup. [20:50]
luciashbut sure, anything is possible... there is already preference how to display the +/- to expand/collapse !!+Heading
iirc
[20:50]
***floh1111 has joined #tikiwiki [20:52]
jonnybluciash: what was that about jquery.async.js? phantom error? or a real one? [21:03]
***FrankP_german has quit IRC ("Nettalk6 - www.ntalk.de") [21:04]
Kissakiomfg
I'm so utterly stupid
I should probably go to bed...
[21:05]
jonnybknow the feeling, Kissaki ;) [21:06]
luciashjonnyb: it seems it is requested from some 3party jquery package but it is missing
jonnyb: gives 404 error in js console
[21:16]
jonnybluciash: have you svn up'ed with externals? [21:17]
luciashjonnyb: aaah :)
jonnyb: --ignore-externals ;)
[21:17]
jonnybthat'll be the one [21:18]
luciashjonnyb: btw, colorbox 1.3.1 is out, do we upgrade ?
we have 1.2.9
[21:18]
jonnybsounds reasonable [21:18]
luciashit fixes some IE errors i think
is it just matter of overwriting files and commit ?
or are externals handled differently ?
[21:18]
jonnybbasically - and i've been keeping a readme with info about versions
no, it works the same - just commits to the external repo
[21:20]
luciashfrom trunk it handles correctly? ok [21:21]
jonnybyy [21:21]
luciashthat's nice
yep, the file was added, tnx
[21:21]
jonnybyeah, i had a separate working copy for them, but you don't need to
:)
yup - connects fine
[21:22]
..... (idle for 24mn)
luciashfine :) [21:50]
KissakioO
don't joke!
[21:53]
discriminating!
anyway, gn8
[22:00]
CIA-75tikiwiki: 03sylvieg * r22225 10/trunk/modules/mod-func-change_category.php: [FIX]category: remove was not working with header [22:09]
***chealer has joined #tikiwiki
MartinCleaver has joined #tikiwiki
[22:21]
chealer_ has quit IRC (Read error: 145 (Connection timed out)) [22:28]
MartinCleaver has quit IRC ()
floh1111 has quit IRC (Remote closed the connection)
[22:35]
..... (idle for 24mn)
CIA-75tikiwiki: 03marclaporte * r22226 10/trunk/templates/tiki-admin-include-look.tpl: [MOD] Move Pagination links to own tab [22:59]
***marclaporte has quit IRC (Read error: 110 (Connection timed out))
Caarrie|away is now known as Caarrie
[23:01]
..... (idle for 24mn)
cheal has joined #tikiwiki [23:25]
chealer has quit IRC (Read error: 145 (Connection timed out))
jonnyb has quit IRC ()
[23:34]

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