CIA-36: tikiwiki: 03chealer * r40077 10/branches/8.x/lib/core/WikiParser/OutputLink.php: [bp/r40076][FIX] External wikis: handleExternal(): Encode page name with rawurlencode() rather than urlencode() which encodes spaces as plus signs marclaporte: joined #tikiwiki marclaporte1: joined #tikiwiki marclaporte: joined #tikiwiki marclaporte2: joined #tikiwiki marclaporte: joined #tikiwiki Tiki|bot: joined #tikiwiki marclaporte1: joined #tikiwiki goj_killedByISP: joined #tikiwiki JoernOtt: joined #tikiwiki phantomfakeBNC: joined #tikiwiki
joined #tikiwiki marclaporte: joined #tikiwiki
joined #tikiwiki KaiSforza: joined #tikiwiki CIA-36: tikiwiki: 03pkdille * r40078 10/trunk/lib/ (auth/ldap.php search/searchlib-unified.php): No changes - code styling only (seen on quality.tiki.org) Jenser: joined #tikiwiki KaiSforza: left #tikiwiki Trister: joined #tikiwiki
hi all
I have a question regarding CKeditor and HTML entities convertion... Tiki|bot: Welcome to the official Tiki Wiki CMS Groupware channel. Please ask your question directly. Don't ask to ask. Someone will reply if and when they know the answer. Welcome again and please stay a while. Thank you!
Welcome to the official Tiki Wiki CMS Groupware channel. Please ask your question directly. Don't ask to ask. Someone will reply if and when they know the answer. Welcome again and please stay a while. Thank you! Trister: In CK editor when I write greek letters and press HTML SOurce the source text converts them to σ I all to be stored normal not as Entities. I think I had found this setting the first day I installed the Wiki but I can't seem to find it again. Thanks :)
So, basically I do not want WYIWYG to convert characters to entities... Shojo: joined #tikiwiki Jenser: good morning.
i am searching for an user start page, which automatically shows the latest threads (+posts), wiki pages, blog entries and so on
tried the my_tiki page, but this does only show self-posted stuff.
is there an alternative? JoernOtt: Jenser, not by default, but there are Modules where you can show recent activities. You could put them somewhere on the start page Jenser: can you tell me what to search forß
ah i think i found it
but:
i can put modules to the menu, to the header and so on
may i put them to a special page
? Jyhem_laptop: yes, there is a plugin for module inclusion
and plugins go into pages Jenser: so the workflow is to create a wiki page, put the the module inclusion on this page and activate the recent activities module? Jyhem_laptop: no, you choose the module to include in the plugin
modules don't need activation Jenser: so i activate the plugin and configure it? Jyhem_laptop: activate plugin → include plugin in wiki page → configure plugin. From memory Jenser: i will have a look
thank you xavi: joined #tikiwiki Jenser: i dont really find it. perhaps its because of the german translation. i tried to reconfigure my admin console to english (using admin location -> great britain and main language - english)... it's still german.
sometimes tikiwiki want's to spite me, i think
:) JoernOtt: Jenser, you might have automatic browser language detection on
and your browser tells the web server that it prefers german ;-) Jenser: gonna search for it
(in german) :D JoernOtt: Mach das ;-) Jenser: hehe gillesm: joined #tikiwiki Jenser: 1st step done: got a 2nd admin account in english
switching my admin account's language didn't work properly
aarrgghh i cannot find this plugin
may anyone tell me it's name?
searching for "recent", "activity", "latest" and "new" in http://doc.tiki.org/tiki-index.php?page=Wiki+Plugin&switchlang=y&no_bl=y wasn't successful xavi1: joined #tikiwiki Jenser: yeehawww
managed to include module via plugin to the wiki page
leads directly to the next problem
my included "last actions" module tells me "no records to display" JoernOtt: for what kind of object do you want to list last actions, afaik, you can configure it to show wiki pages, blog posts etc. Jens___: joined #tikiwiki
test Jenser: left #tikiwiki
joined #tikiwiki
joined #tikiwiki JoernOtt: hey Jenser, playing around with trillian? Jenser: nope
trillian is working fine
:)
just added irc connection to it CIA-36: tikiwiki: 03cdrwhite * r40079 10/trunk/ (48 files in 48 dirs): [FIX] Fix wrong mime type for images on file gallery uploads (http://dev.tiki.org/item4049) Jenser: and i managed the module integration JoernOtt: On windows, I still prefer mIRC, on Mac I currently use Adium Jenser: i use trillian for all my chatstuff, so it's installed anyway Jyhem_laptop: Konversation here :-) Jenser: und alle schön auf englisch
may i change the width of my included module? JoernOtt: Jyhem can understand every word of German, even though he pretends not to , n'est-ce pas? Jyhem_laptop: Exactly: ich habe gar nichts verstanden Jenser: as long as you understand english Jyhem_laptop: :-) Jenser: still one important question: is there an argument to change the widht of an included module
got {module module="since_last_visit_new" float="left"} right now and want to enlarg it to 100% width JoernOtt: I don't know supergreg: joined #tikiwiki george_: joined #tikiwiki jonnyb: joined #tikiwiki
hi all Jenser: left #tikiwiki
joined #tikiwiki
nobody's got an idea how to configure width of {module module="since_last_visit_new" float="left"} in wiki page? jonnyb: Jenser: to make it wider or narrower? you could put it inside a {DIV (width=42)}
or maybe try {module module="since_last_visit_new" float="left" style="width:42px"} ? NachoMahma: Do you want 100% of the column width or 100% of the page width? If the latter, IIRC, there is a plugin to allow full page width. But I'm still a beginner and my memory is bad, so no guarantees. Jenser: 100% of wiki page, so in this case column width
gonna try style=
it at least changed the height (funny)
closing divs like in html with {/div} ?
style=... only works for the inside of the module box jonnyb: no, it's weird (historical reasons) use: {DIV(width=42)}thing{DIV} i think NachoMahma: Use the Help button in the editor. It will bring up a list of commands jonnyb: best way is to use the plugin helper
+1 NachoMahma NachoMahma: Yeah. What jonnyb said jonnyb: it's a bizarre syntax - lower case when no closing tag, upper case with one Jenser: i've vompletely overseen this tool at that point
tried to put my module into div
created syntax via editor
got: {DIV(type="div" width="80%" align="left" float="none")}{module module="last_modified_blogs"}{DIV}
doesnt change a thing in appearence jonnyb: putting it in a div will only make it narrower, that's why i asked my 1st question NachoMahma: joined #tikiwiki Jenser: i understand
aim is to pake id wider
having e.g. 3 full lines of "last modified blogs" jonnyb: then div won't help Jenser: thats why i tried to put the width directly to the module jonnyb: do you know css? Jenser: works for it's inner text, but not for the box around it
kinda, yes
but how to edit the box's style jonnyb: you should be able to do it just with that - put it in the custom css in admin/look&feel Jenser: #module { width :100% ...?
gonna have a look
thanks for this hint! jonnyb: might be tricky - looks like the module id="module_ "
with a space in it (not valid, i'll fix it) Jenser: this leads once again to a question
if you fix bugs jonnyb: oops :P Jenser: ... jonnyb: only easy ones! Jenser: yah no problem
general question
somewhere in the settings i found that "update" button or kinda that
will there be a risk to fuck up the whole database? NachoMahma: You can easily recover if you backup the DB first. ;) Jenser: backup via c/p the var/www ? NachoMahma: I use my host's control panelto backup the DBs
YMMV Jenser: i am my host :D
thats y i ask
i am quite new to the game NachoMahma: Then use your *SQL frontend to b/u
Are you using XAMPP? Jenser: i got a debian server right beside me
apache2 running
phpmyadmin on it
running the wiki
yet there's no auto backup or anything like that
quick advices? NachoMahma: Hopefully, you have a GUI for the DB. Hold on and let me check something Jenser: i got x as debian gui
gnome display manager
can connect via putty, vnc and scp CIA-36: tikiwiki: 03jonnybradley * r40080 10/trunk/lib/ (4 files in 3 dirs): [FIX] smarty3: Missing required (but pointless) repeat params NachoMahma: Anything for MySQL or *SQL (*=DOS-style wildcard)? Jenser: mysql NachoMahma: Or look under Databases in phpMyAdmin Jenser: got the mysql stuff, quite a lot
such as admin, navigator,...
i think i remember ther was a gui running in gnome
mom NachoMahma: Backup the appropriate DB(s) (should be able to tell by the name)
I'm pretty new to TW, so there may be a way to make easier backups from within TW and I am just ignorant of the fact Jenser: best thing would be an auto backup daemon running
twice a day - webserver to NAS NachoMahma: Check the TW docs and see if there is a (auto-)backup setting Jenser: i'm searching mysql atm Jyhem_laptop: joined #tikiwiki Jenser: looks like mysqldump is what i'm searchin for...
? NachoMahma: I'm not sure. As I said, I'm pretty new to this. I was hoping to do no more than point you in the right direction Jenser: i think you did :) NachoMahma: Great! Jenser: thanks! NachoMahma: welcome CIA-36: tikiwiki: 03jonnybradley * r40081 10/trunk/lib/wiki-plugins/wikiplugin_module.php: [FIX] module plugin: Don't use null for the moduleId (and remove a few unused vars)
tikiwiki: 03jonnybradley * r40082 10/trunk/lib/ (modules/modlib.php wiki-plugins/wikiplugin_module.php): [ENH] module plugin: Add new param to allow easier styling of the containing div (thanks Jenser on irc)
tikiwiki: 03luciash * r40083 10/trunk/tiki-admin_toolbars.php: [FIX] Toolbars Admin drag and drop: missing ; rodrigoprimo: joined #tikiwiki sandroandrade: joined #tikiwiki CIA-36: tikiwiki: 03changi67 * r40084 10/third_party/component_version_listing.txt: [ENH] Add link to dev.tiki.org as suggested xavi: polom jonnyb: hi xavi xavi: Jenser: can you document the change that you or jonnyb have made to that module?
hi jonnyb
jenser: http://doc.tiki.org/PluginModule (maybe)
and if you wish, for completeness: http://doc.tiki.org/Tiki9
s/to that module/to the PluginModule
wohoo, JoernOtt back committing! welcome back! :-) -: xavi always wondered why "cdrwhite"... Jenser: re
i was in a little fight configuring ssl JoernOtt: xavi, the colors as logins date almost 25 years back
and when I first set up my sourceforge account i stuck with that login xavi: ah, ok, I didn't know that... :-) -: xavi wonders what he was doing 25 years ago JoernOtt: I finished my project in Berlin and tomorrow I am going to Mannheim to (hopefully) get another 6 months project xavi: wow, sounds nice. Good luck :-) sandroandrade: Hi there, any tiki plugin module for visualizing git repositories ? JoernOtt: hehe, I have visited the computer games museum in Berlin and on the "Wall of Fame" they had a lot of games which were milestones for the computer gaming history. I played most of them myself. Then I realized that many of the stuff dated from the early eighties
sandroandrade: no sandroandrade: JoernOtt: :) thanks ... NachoMahma: Punk kids! I wrote my first "Hello, World!" in 1972 ;)
BASIC on an NCR 100 JoernOtt: hehe, there were not many games around in '72. But I made my first steps on a large scale mainframe in the bank my father was working with, also in basic NachoMahma: No, it was FORTRAN
The local junior college had a "Crhistmas With The Computer" seminar. Pretty amazing for the time. JoernOtt: And now a pocket calculator has more calculation power than those machines NachoMahma: IIRC, the NCR we were working with had a whopping 4K of RAM.
No CRTS. The "dispaly" was a line printer or Hollerith cards JoernOtt: That was the time when people knew every byte of RAM and ROM personally ;-) NachoMahma: Back in The Good Ol' Days ;) Jenser: @xavi cant tell you if jonnyb did change anything to the module JoernOtt: In the bank they already had a "sound card", you could place a transistor radio on the mainframe and they had a program just writing stuff zo memory and executing nonsense operations which then played the river kwai march in the radio with the interference
jenser, yes in Trunkl NachoMahma: heehee JoernOtt: Jenser: tikiwiki: jonnybradley * r40082 /trunk/lib/ (modules/modlib.php wiki-plugins/wikiplugin_module.php): [ENH] module plugin: Add new param to allow easier styling of the containing div (thanks Jenser on irc)
are you running on trunk? Jenser: :)
okaaaay JoernOtt: or 8.3 Jenser: what a great support NachoMahma: I would like to help with the documentation. Any suggestions on where to start, which version to concentrate on, &c? Jenser: gotta ask: where to find jonnyb's modification and how to import it to my running TW JoernOtt: Jenser: Which version of Tiki are you running? Jenser: as mentionned - i am really (!) new to this
8.3 (MyISAM) JoernOtt: jonnyb modified the development version aka "trunk"
so this needs to be be backported Jenser: ???
other words: doesnt yet work for me, right? jonnyb: sry guys - phone/packing/travelling JoernOtt: you could make a backup of the file and try if the new file works for you
but thats ugly, (still better than running a development version in production), but it will be a part of the regular 9.0 version Jenser: i think i should wait
got no backup yet, got no NAS yet
i think there are more important things to do :) JoernOtt: well, backup is "copying 2 files" from .php to .bak and then fetch the changed files from http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki?revision=40082&view=revision Jenser: i ment backing up the whole DB
thats my next important task radek82: joined #tikiwiki Jenser: but anyway i gonna give this 2 files a try JoernOtt: you should backup your database regularly
ideally, you do a backup of the database and uploaded files every day via a cron job Jenser: i planned this
until cron does it's job, what do i have to c/p
complete var/www ? JoernOtt: nope, in tiki you really need to backup only the uploaded files (if not stored in the database)
it doesn't hurt though to have backups from the complete folder (especially when you start modifying templates and css) Jenser: if users add content to forum, blog and wiki pages, the users don't really upload, do they? xavi: Jenser, you'd better check with some helper program the differences between the files (the one in version 8.x, and the one from trunk), and copy the needed things . Programs like meld in gnu/linux, and winmerge in windows (no idea for mac, sorry) will help you do this task very easily JoernOtt: no, thats all in the database Jenser: as i thought
so how to backup this database? JoernOtt: Only if they attach files to a forum or blog post and you don't store files in the db, they end up in a folder
use mysqldump to dump the tiki database (or the whole server if you run other stuff on it as well) and compress the file via gzip
I'll c/p the relevant stuff from my script, one sec
# Creates a backup of a mysql database
# Parameters
# $1 VEID of the database host
# $2 database name
function backup_mysql() {
VEID=${1}
DATABASE=${2}
DATE=$(date +"%Y-%m-%d_%H-%M-%S")
if [ ! -d ${DATABASE_BACKUP_FOLDER} ]; then
echo "Creating backup folder ${DATABASE_BACKUP_FOLDER}"
mkdir -p "${DATABASE_BACKUP_FOLDER}"
fi
/usr/sbin/vzctl exec ${VEID} "/usr/bin/mysqldump --add-drop-table --add-locks --skip-comments -h localhost -u ${DATABASE_USER} -p${DATABASE_PASSWORD} ${DATABASE}" | bzip2 >${DATABASE_BACKUP_FOLDER}/${DATABASE}_${DATE}.sql.bz2
return ${?}
this function rons on a physical host where we have multiple virtual machines, so the relevant part is: /usr/bin/mysqldump --add-drop-table --add-locks --skip-comments -h localhost -u ${DATABASE_USER} -p${DATABASE_PASSWORD} ${DATABASE}" | bzip2 >${DATABASE_BACKUP_FOLDER}/${DATABASE}_${DATE}.sql.bz2 CIA-36: tikiwiki: 03jonnybradley * r40085 10/trunk/lib/themegenlib.php: [FIX] theme generator: Fix for multi-tiki Jenser: copypasted this
gonna talk to my colleague
he is quite into linux JoernOtt: hehe, I just succeeded in building a proxmox 2.0 cluster with 2 dell servers and I am going to install the first windows server on it
Convincing proxmox to have 2 drbd stores isn't that easy, even though their docu is good benoitg: joined #tikiwiki Jyhem_laptop: joined #tikiwiki
tracker import in a numeric field. Even though I set the field to "0" in the import csv file, it enters an empty value in the tracker :-( Jenser: left #tikiwiki marclaporte: joined #tikiwiki nkoth|nelson: joined #tikiwiki
hi, uncategorized tiki tracker items don't automatically "inherit" the category of the tracker they are in right? Should they?
has anyone tried implementing this before? benoitg: joined #tikiwiki CIA-36: tikiwiki: 03changi67 * r40086 10/trunk/ (289 files in 289 dirs): [ENH] Missing index.php xavi: left #tikiwiki marclaporte1: joined #tikiwiki CIA-36: tikiwiki: 03jonnybradley * r40087 10/trunk/lib/contribution/contributionlib.php: [FIX] contributions: SQL typo RobertPlummer: polom all Jyhem: Polom
RobertPlummer: we should have a chat some time in the beginning of next week about Tiki 9 RobertPlummer: ok, whenever you are ready. Jyhem: I'm a bit underwater in work right now RobertPlummer: Understood. DarkCalff: joined #tikiwiki rodrigoprimo1: joined #tikiwiki Tiki|bot: New Forum Posts: Can't disable entities encoding - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=43549 RobertPlummer: Has anybody seen the webinar we had last month and heard me talk about the ForwardLink Protocol? CIA-36: tikiwiki: 03robertplummer * r40088 10/trunk/lib/rangy_tiki/rangy-phraser.js:
tikiwiki: [ENH] Code cleanup, removed very resource heavy fn "matchLength", which tracked each match length in a loop. Exchanged for join and split, faster and graceful.
tikiwiki: [ENH] Brought from php method hasPhrase and sanitizeToWords and switch over to use much less resource heavy sanitizeToWords, which rather than parse, obtains all words.
tikiwiki: 03robertplummer * r40089 10/trunk/lib/jquery_tiki/tiki-jquery.js: [FIX] var order
tikiwiki: 03robertplummer * r40090 10/trunk/lib/phpseclib_tiki/tikisecure.php: [ENH] Making timestamp more like a timestamp, pushed bits up to 2048 in timestamp
tikiwiki: 03robertplummer * r40091 10/trunk/lib/ (3 files in 3 dirs): [NEW] Further integrated, making textlinks more trackable, added button that is injected into page from forwardlink event wikiView that allows you to edit questions in trackers. Jyhem_laptop: joined #tikiwiki
joined #tikiwiki phantomfakeBNC: joined #tikiwiki
joined #tikiwiki radek82: joined #tikiwiki Jyhem_laptop: joined #tikiwiki marclaporte: joined #tikiwiki Tiki|bot: Info: Tiki reaches 500 contributors with commit access - http://info.tiki.org/article188-Tiki-reaches-500-contributors-with-commit-access _qP: joined #tikiwiki Shojo: joined #tikiwiki CIA-36: tikiwiki: 03sylvieg * r40092 10/branches/8.x/lib/wiki-plugins/wikiplugin_trackeritemfield.php: [FIX]trackeritemfield: revert partly 37281: the test against a value was not working any more