***: jmp is now known as Guest35657
Guest35657: !help
Tiki|bot: You can get a more complete list of commands that work with this bot at http://tiki.org/TikiBot .
***: Guest35657 has quit IRC (Ping timeout: 265 seconds)
Bernard2 has joined #tikiwiki
Bernard1 has quit IRC (Ping timeout: 255 seconds)
lphuberdeau has joined #tikiwiki
jedd1 has quit IRC (Read error: Connection reset by peer)
Caarrie|away is now known as Caarrie|sleeping
rodrigoprimo has quit IRC (Quit: Leaving.)
goj_killedByISP has joined #tikiwiki
goj has quit IRC (Disconnected by services)
goj_killedByISP is now known as goj
chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy
chibaguy: polom
if anyone is around, can login usernames have special characters, like a ?
***: Caarrie has joined #tikiwiki
chibaguy: Hmm, the docs don't say.
I'll try and see what happens.
***: Caarrie|sleeping has quit IRC (Ping timeout: 252 seconds)
chibaguy: Ah, ok. "Error: User login contains invalid characters. Please go back and try again."
***: lphuberdeau has quit IRC (Ping timeout: 252 seconds)
blast_hardcheese has quit IRC (Quit: ZNC - http://znc.sourceforge.net)
blast_hardcheese has joined #tikiwiki
marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
marclaporte has quit IRC (Read error: Connection reset by peer)
chibaguy has quit IRC (Quit: Find new themes for Tiki at http://themes.tikiwiki.org.)
sipherdee has quit IRC (Ping timeout: 252 seconds)
amette has quit IRC (Ping timeout: 248 seconds)
amette has joined #tikiwiki
sipherdee has joined #tikiwiki
Bernard2 has quit IRC (Quit: Leaving.)
Bernard1 has joined #tikiwiki
Bernard2 has joined #tikiwiki
Bernard1 has quit IRC (Ping timeout: 240 seconds)
Wilkins has joined #tikiwiki
JoernOtt has joined #tikiwiki
Tiki|bot: Recent Bug: Tracker item: #4075 - - TRACKERLIST: No records found, even if silent="y" specified - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4075
***: AldenisZen has joined #tikiwiki
Bernard2 has quit IRC (Quit: Leaving.)
Bernard1 has joined #tikiwiki
chealer_ has joined #tikiwiki
chealer has quit IRC (Read error: Connection reset by peer)
Bernard1 has quit IRC (Quit: Leaving.)
Bernard1 has joined #tikiwiki
Bernard1 has quit IRC (Client Quit)
Caarrie is now known as Caarrie|away
redflo has joined #tikiwiki
Bernard1 has joined #tikiwiki
rodrigoprimo has joined #tikiwiki
lphuberdeau has joined #tikiwiki
Bernard1 has quit IRC (Quit: Leaving.)
RobertPlummer has joined #tikiwiki
AldenisZen has quit IRC (Quit: Leaving)
Tiki|bot: New Forum Posts: Media Player Plugin - Windows Media is required to view this media. - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42753
***: arildb has joined #tikiwiki
jonnyb has joined #tikiwiki
radek82 has joined #tikiwiki
arildb_ has joined #tikiwiki
arildb has quit IRC (Ping timeout: 252 seconds)
nkoth|nelson has joined #tikiwiki
Jyhem_laptop has quit IRC (Read error: Connection reset by peer)
arildb__ has joined #tikiwiki
arildb__ is now known as arildb
arildb_ has quit IRC (Ping timeout: 248 seconds)
Tiki|bot: New Forum Posts: Classic 'could not find driver' problem - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=42754
Recent Bug: Tracker item: #4076 - - Image "Upload New Version" does not update the various references to it - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4076
RobertPlummer: lphuberdeau: You have any problem with me making some of the headerlib methods chainable?
***: Jyhem_laptop has joined #tikiwiki
lphuberdeau: if they don't return anything right now, it can't really hurt
RobertPlummer: lphuberdeau: agreed, and it'd make headerlib a bit "funner" ;)
lphuberdeau: Also, I'm getting ready to add another js lib for selecting html anywhere in a tiki. I talked with Richard D. Worth, and he pointed me to http://code.google.com/p/rangy/. The license is good, what do you think?
jonnyb: hi all - i think i looked at rangy some time ago for the ongoing insertAt selection issues...
RobertPlummer: jonnyb: What do you think? A winner?
jonnyb: (hi/polom by the way)
jonnyb: :)
yes looks good, and if it's RDW approved even better!
RobertPlummer: lol
yea, a real problem though, when I go to search for what rangy does on the net, I find nearly nothing.
It is just too new I guess?
I don't know if I'd have ever found it, you know?
I mean prior to talking with Rich.
jonnyb: maybe it was just something of the same name i checked out a couple of years ago
RobertPlummer: rangy input maybe?
"rangy" seems to be for just dom selections, where as "rangy input" is for.... inputs ;)
jonnyb: aha, it was a suggestion from sylvieg1 a few months ago to check out http://code.google.com/p/rangyinputs/ (different project i think)
exacto
RobertPlummer: This new headerlib chaining is sweet!
$headerlib
->add_jsfile("lib/rangy/rangy-core.js")
->add_jsfile("lib/rangy/rangy-cssclassapplier.js")
->add_jsfile("lib/rangy/rangy-selectionsaverestore.js")
->add_jsfile("lib/rangy/rangy-serializer.js")
->add_jq_onready("
$('#role_main').highlightable(function(val) {
alert(val);
});
");
CIA-68: tikiwiki: 03robertplummer * r39105 10/trunk/lib/headerlib.php: [ENH] Made some of the methods return $this, effectively introducing chaining methods in headerlib
***: ricks99 has joined #tikiwiki
RobertPlummer: lphuberdeau, jonnyb: Is there currently a way to interact with clipboard in tiki?
lphuberdeau: there is no reliable way to do it afaik, it's browser-specific
jonnyb: RobertPlummer: some swf clipboard thing arrived a while ago
lphuberdeau: but there used to be a lib about it somewhere used by the code plugin or some other one to copy the code
jonnyb: look for ZeroClipboard
probably very out of date
RobertPlummer: jonnyb: Where is ZeroClipboard stored in tiki?
lib?
I'm not seeing it after a grep.
jonnyb: lib/ZeroClipboard.js (it's in 8.x anyway)
RobertPlummer: I see it now,
I guess I was searching in php files.
1.0.7 is the latest fyi, and that is what is in tiki.
jonnyb: is there a better jquery one anywhere? that one's not used within tiki as far as i can tell
***: arildb has quit IRC (Quit: Leaving)
chealer_ is now known as chealer
marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
marclaporte: polom
jonnyb: hi marclaporte
***: marclaporte has quit IRC (Ping timeout: 255 seconds)
redflo has quit IRC (Quit: Leaving.)
CIA-68: tikiwiki: 03nkoth * r39106 10/branches/8.x/lib/wiki-plugins/wikiplugin_list.php: [FIX] max should start from pagination offset and not 0 always, otherwise always 1st page shown
***: Wilkins has quit IRC (Ping timeout: 240 seconds)
marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
CIA-68: tikiwiki: 03jonnybradley * r39107 10/third_party/jquery/ (3 files in 3 dirs): update jquery-ui-selectmenu to latest "dev" version 1.9
tikiwiki: 03jonnybradley * r39108 10/trunk/ (. lib/wiki-plugins/wikiplugin_list.php): [MRG] Automatic merge, branches/8.x 39103 to 39106
tikiwiki: 03robertplummer * r39109 10/trunk/lib/rangy/: [NEW] Added new lib "rangy"
tikiwiki: 03robertplummer * r39110 10/trunk/lib/jquery_tiki/tiki-jquery.js: [NEW] Added a couple helper functions for rangy
tikiwiki: 03robertplummer * r39111 10/trunk/lib/wiki-plugins/wikiplugin_textbacklink.php: [ENH] Started moving toward using rangy, eventually this plugin will be removed
RobertPlummer: brb in about 10-15 minutes
***: RobertPlummer has left
CIA-68: tikiwiki: 03jonnybradley * r39112 10/trunk/lib/wiki-plugins/wikiplugin_list.php:
tikiwiki: [FIX] Revert r38523: list plugin: Add maxRecords and offset params, and use $prefs.maxRecords if not set
tikiwiki: Not needed as list already had a list param i missed
***: RobertPlummer has joined #tikiwiki
RobertPlummer: back!
marclaporte: Sorry didn't mean to ignore you on skype.
all: I want to add a possible new event into the events system.
"wiki.view"
lphuberdeau: What do you think?
***: AldenisZen has joined #tikiwiki
CIA-68: tikiwiki: 03pkdille * r39113 10/branches/6.x/lib/setup/twversion.class.php: [REL] Preparing 6.5 release
tikiwiki: 03pkdille * r39114 10/branches/6.x/db/tiki-secdb_6.4_mysql.sql: [REL] Preparing 6.5 release
***: pkdille has joined #tikiwiki
CIA-68: tikiwiki: 03pkdille * r39115 10/branches/6.x/README: [REL] Update README file for 6.5
tikiwiki: 03pkdille * r39116 10/branches/6.x/changelog.txt: [REL] Update changelog.txt for 6.5
tikiwiki: 03robertplummer * r39117 10/trunk/lib/rangy/ (9 files in 2 dirs): [NEW] Forgot to add source of rangy
***: ricks99 has quit IRC (Quit: Get the best-selling Tiki books (paperback and ebook) at http://www.lulu.com/spotlight/ricks99)
AldenisZen has quit IRC (Quit: Leaving)
CIA-68: tikiwiki: 03pkdille * r39118 10/branches/6.x/doc/devtools/release.php: [bp/r35763 + r35764] [FIX] get_logs return a string with commit that are not sort. Just add a sort on that log
tikiwiki: 03pkdille * r39119 10/branches/6.x/copyright.txt: [REL] Update copyright.txt for 6.5
tikiwiki: 03pkdille * r39120 10/branches/6.x/db/tiki-secdb_6.5_mysql.sql: [REL] SecDB for 6.5
tikiwiki: 03pkdille * r39121 10/tags/6.5/: [REL] Tagging release
tikiwiki: 03sampaioprimo * r39122 10/trunk/templates/tiki-choose_page_language.tpl: fix translatable string
***: RobertPlummer has quit IRC (Ping timeout: 240 seconds)
RobertPlummer has joined #tikiwiki
CIA-68: tikiwiki: 03sampaioprimo * r39123 10/trunk/lang/ (49 files in 49 dirs): update language files with get_strings.php
tikiwiki: 03sampaioprimo * r39124 10/trunk/lang/pt-br/language.php: pt-br translations
tikiwiki: 03robertplummer * r39125 10/trunk/lib/wiki-plugins/wikiplugin_textbacklink.php: [ENH] Tied some of the scripting in with ZeroClipboard
***: RobertPlummer has quit IRC (Ping timeout: 244 seconds)
rodrigoprimo has quit IRC (Ping timeout: 240 seconds)
luciash: polom
just did svn up -r39120 on branches/6.x (Tiki 6.5) and I cannot upload images to trackers image field... is it known issue ?
hi pkdille ! thank you for taking the release out ! :)
pkdille: hi luci !
thanks
luciash: i will try with another db upgrade if the issue remains there too
if nobody confirms
in between ;)
pkdille: ..did it work in tiki6.4 ?
luciash: no idea actually :-p
i can test if you tell me commit revision number
pkdille: 6.4 was tagged on r35391
luciash: thanks, just a moment
pkdille: ...there was no commit on trackers between 6.4 and 6.5 in 6.x stable branch....
luciash: i see, must be my local oddity or present in 6.4 too (i will know in a few minutes after svn up)
there is no db upgrade either, right ?
oh, in 6.4 it stores my image in trackers
-: luciash trying again with the same image in 6.5
luciash: ok, it seems i was trying first with too large image... noow it works in 6.5 too
sorry for false alarm
some "Image too large: XXX bytes exhausted" error notification would be handy ;)
i will test more on some real website data
pkdille: is 8.2 in the works too ?
pkdille: ...not now immediately... give (and others) me an answer to my email.. if everything is fine, it could be done either tomorrow or on saturday
...pkdille now goes sleeping....bye !
luciash: bye :)
***: pkdille has quit IRC (Remote host closed the connection)
pkdille has joined #tikiwiki
Jyhem_laptop: bye & thanks!
***: radek82 has quit IRC (Quit: Leaving)
nkoth|nelson has quit IRC (Quit: nkoth|nelson)