[00:00]  dhazel joined #tikiwiki
[00:53] fabricius polom
[00:54] refizul polom & hello fabricius
[01:23]  syracine joined #tikiwiki
[01:24] syracine exit
[01:24] syracine quit
[01:24] syracine \q
[01:24]  syracine left #tikiwiki
[01:24]  syracine joined #tikiwiki
[01:25]  syracine joined #tikiwiki
[01:39] fabricius anything going on?
[02:33] refizul it's running - yeah.
[02:34] fabricius cool
[02:34] fabricius refizul: congratulations
[02:34] fabricius mail or the Tiki or all 3?
[02:34] fabricius ahh mail was Penguin
[02:34] fabricius so the Tiki
[02:34] refizul and just in time - tomorrow is an important day for the project
[02:35] fabricius ah
[02:35] refizul Tiki connected to a mailinglist
[02:35] fabricius customer or association?
[02:35] fabricius ah yes
[02:35] fabricius good
[02:35] fabricius are you familiar with git?
[02:35] refizul atm association, but maybe a customer later, if they can afford employees
[02:36] fabricius PenguinMan98 did explain me some of it yesterday
[02:36] fabricius I did setup the Codiad editor and besides 4 demo and 1 training Tiki 15 coding Tikis
[02:36] refizul I don't now the details, because I almost don't use it, but basically it's svn with branching and decentralisation
[02:37] fabricius now I am thinking to try to connect the editor to Git ... there is an Admin panel and I think it is possible on a per user base
[02:37] refizul now: party!
[02:37] fabricius you go out?
[02:38] refizul no, too late now for that
[02:38] fabricius are you interested to have a look at the editor?
[02:39] fabricius I needed some review, if that is a useful tool for Tiki coders - at least for training sessions - I am not a coder and thus my personal expertise on this is limited
[02:39] refizul I've been working >10 hours and this is not much compared to the days before
[02:40] fabricius no need to work ... just an offer to view if you'd be interested. you can at any time
[02:40] refizul I'm not capable of deep thinking, looking, or straight walking anymore
[02:41] fabricius no problem - yesterday night I was faling from the chair as well (literally in the german meaning ;-) )
[02:41] fabricius falling
[02:41] refizul unfortunately there is no champaign around
[02:41] fabricius you know: falling down the chair from tiredness *gg*
[02:42] fabricius I could lookup the internet how to wrote one in chat ... but still would stay virtual
[02:42] fabricius I guess you need physical champaign
[02:42] fabricius ??
[02:42] refizul or champagne
[02:43] fabricius btw, I could go to the balcony and get my last fag .. arrg already did an hour ago
[02:43] fabricius ahh gosh yes
[02:43] fabricius champagne .. I did not get it
[02:43] refizul however, still some beer
[02:43] fabricius so cheers then
[02:43] fabricius hope it is cold
[02:43] refizul no
[02:43] fabricius arrrgs
[02:43] refizul worked too long
[02:44] fabricius warm plastic bottle from Aldi?
[02:44] fabricius would not be a fest I think
[02:44] refizul glass bottle
[02:44] fabricius at least
[02:45] refizul I'm not satisfied with this installation, but at least it seems to work
[02:45] fabricius whats the problem?
[02:45] fabricius structure?
[02:45] refizul it's a Tiki9
[02:45] fabricius LTS
[02:45] fabricius can eb upgraded lateron
[02:46] fabricius /s/eb/be
[02:46] refizul I wanted Tiki11 and then Tiki12 LTS, but there is too much trouble yet
[02:47] PenguinMan98 GIT is a LOT different from SVN
[02:47] refizul forum mailout does not work in Tiki11, Zend problem
[02:47] refizul and forum/mailinglist merge is the main reason for that Tiki
[02:47] PenguinMan98 GIT was not built for repository control.  It just turns out that's everyone's favorite use for it
[02:48] fabricius hehe
[02:48] refizul as HTML was not developed for email, but...
[02:48] fabricius often things get popular for things they haven't been intentionally developped
[02:49] refizul that's called hacking
[02:49] PenguinMan98 Creative utilization
[02:49] refizul hacking as in making hot soup with a coffee machine
[02:53] PenguinMan98 I used to do that all the time, only it was cup-o-noodles
[02:56] fabricius YEAHHH I made with similar than cup noodles alright
[03:00] fabricius PenguinMan98: I would like to get one test positively running with Git - lets say setting up the Giut master repo for developer 15 and maybe then a push pull thingi with a Git account ... I think to setup one on github
[03:23] PenguinMan98 ok
[03:23] PenguinMan98 First off, git is the repo, master is just a branch.
[03:23]  goj_killedByISP joined #tikiwiki
[03:24] fabricius aaaaargh
[03:24] PenguinMan98 heh
[03:24] fabricius I wil neeeeeeever get it
[03:24] PenguinMan98 Naw, it's really simple
[03:24] PenguinMan98 Treating master like just any other branch is beautiful and simple
[03:26] fabricius I do not clearly get the words .. the meanings
[03:26] fabricius humm
[03:26] fabricius I will ask you some question in a few minutes ...
[03:26] PenguinMan98 OK.  Git manages the repository for you and gives you a default branch to work with called 'master'
[03:26] fabricius must finish s.th. quickly
[03:27] PenguinMan98 You can make as many other branches as you like and jump from branch to branch as you please.
[03:28] PenguinMan98 Any code changes that you make are made outside of any git branches.  Thus, if you make a change and then switch branches, the change goes with you.  It's not until you commit the change to a branch that it's fixed there and when you change branches then, it stays in the branch you want it in.
[03:29] fabricius let me finish first and the I concntrate on the git, OK? only minutes
[03:29] PenguinMan98 no sweat
[03:42] fabricius so finish
[03:42] fabricius rehi
[03:43] fabricius you know the setup of the wiki4.me server?
[03:43] fabricius account root -> codiad / info.wiki4.me / some more directories and no domain on it
[03:44] fabricius I recon, it would make sense to create a directory "git" on that level and into that create the directories for the git master(s)
[03:44] fabricius am I right PenguinMan98 ?
[03:45] fabricius how can I check, if Git is installed on the server?
[03:46] fabricius my idea is, that anybody, who has ssh access to that server can push/pull with git (only trusted developers, or temporary for trainees)
[03:47] fabricius am I on the right track, gitwise?
[03:51] PenguinMan98 try opening command line and typing 'git' and see what it says
[03:51] PenguinMan98 And yes, the newbies are going to be committing most likely but not much else
[03:51] PenguinMan98 Maybe pull if you want them to pull changes from a central repo
[03:52] PenguinMan98 Since each instance is individual, I wouldn't recommend having them push
[03:53] fabricius one question will be, how to "clean" the developer spaces, once they are finished ... with not much timeconsuming workflow
[03:53] fabricius latest shortly before a new lesson
[03:55] fabricius Since each instance is individual, I wouldn't recommend having them pushan with:  "Since each instance is individual, I wouldn't recommend having them push"?
[03:57] fabricius btw PenguinMan98 - tyoping git in the terminal brings back a lot of commands and explanations ... Git is installed on the server
[03:58] fabricius next step?
[04:00] PenguinMan98 OK
[04:00] PenguinMan98 Go to the development code folder for one of the 15 tikis
[04:01] PenguinMan98 And as for reverting? It's ridiculously simple. I'll show you in a minute
[04:04] fabricius I go there in the terminal?
[04:05] fabricius ok, I am in dev15
[04:05] PenguinMan98 OK. Git init
[04:05] fabricius .git/
[04:05] PenguinMan98 great!
[04:06] PenguinMan98 now you can use: git add _____ to add files to the repo
[04:06] PenguinMan98 or: git add -A
[04:06] fabricius where is the repo?
[04:06] PenguinMan98 to add them all
[04:06] PenguinMan98 There isn't one yet, but it will be stored in the .git folder
[04:07] fabricius where is the .git folder? this .git/ what came back? it is actually IN the codebase of dev15?
[04:07] PenguinMan98 It sits in the folder with the code, yes
[04:08] fabricius ahhh
[04:08] PenguinMan98 but git should auto-exclude it
[04:08] fabricius we need to develop a workflow and document this
[04:08] fabricius ok, go on
[04:08] fabricius pls
[04:09] PenguinMan98 once you've added all the files to the repo, (use 'git status' to double check) , then you use git commit to commit it.  There are two variations.
[04:09] fabricius so I use git add -A?
[04:10] fabricius running
[04:10] PenguinMan98 For a first time, yes.  We can talk about excluding files later
[04:10] PenguinMan98 the only file you really want to exclude is db/local.php
[04:10] fabricius it is a fresh install anyway and no customised files in it .. assuming you did not start to code or alter yesterday
[04:10] PenguinMan98 but if you aren't pushing the repo to a public place, there is nothing wrong with leaving it in
[04:11] fabricius ah yeah local.phop MUST be excluded, but I can even take it back out later, isn.t it?
[04:11] fabricius ahh and I have several .SVN files in it aswell
[04:11] fabricius and .htaccess
[04:12] PenguinMan98 yes.  We can take it out later if you feel it's important
[04:12] fabricius best would be to exclude all directories starting with a "." plus local.php
[04:12] fabricius for now it is just a test anyway
[04:13] fabricius in case we would crash dev15, we could delete the content of ahhhh of dev15/Tiki12 ... already fu**** it up
[04:13] PenguinMan98 k.  once you've added the files with git add -A or however you do it, then either 'git commit' which will take you to a screen showing your changes and prompt you with a VI interface to enter a commit message, or 'Git commit -m "Some commit message"
[04:13] fabricius one directory too high
[04:14] PenguinMan98 ok.
[04:14] fabricius we should delete the whole .git/ and move one level deeper and do it again
[04:14] PenguinMan98 This is very easy to undo.  Yes.  Delete the .git/ and that's it.
[04:14] fabricius ok
[04:14] fabricius there is no .git inside ????
[04:16] fabricius the terminal must recognise .files by default, isn't it?
[04:16] fabricius strange
[04:16] fabricius I try again
[04:16] PenguinMan98 try cd .git
[04:16] PenguinMan98 see if it works
[04:17] PenguinMan98 you might need to sudo to delete it
[04:18] fabricius nope .. just had to ls -a instead of ls
[04:18] fabricius it is there
[04:18] PenguinMan98 kk
[04:18] PenguinMan98 I almost always use ls -lah
[04:21] fabricius -lah?
[04:22] fabricius means?
[04:23] fabricius ah .. have it
[04:23] fabricius huge amounts of info ;-)
[04:23] PenguinMan98 looovely info
[04:24] fabricius what is h? -l clear -a clear, but -h?
[04:27] fabricius PenguinMan98: no Tiki inside .git
[04:27] PenguinMan98 There shouldn't be. We didn't commit
[04:27] fabricius after git add -A
[04:28] PenguinMan98 commit
[04:28] fabricius how?
[04:28] PenguinMan98 git commit
[04:28] fabricius dumb wuestion
[04:28] fabricius dumb question
[04:28] * PenguinMan98 pat pats
[04:28] fabricius hehe
[04:28] PenguinMan98 ^^
[04:31] fabricius works
[04:32] * fabricius thinks about he will ever understand this
[04:33] * fabricius thinks if and how and when
[04:34] * fabricius but is delghted by the guidance of PenguinMan98
[04:35] * fabricius even forgot the basic grammar, as he is sooo concentrated on this in the early morning ... even forgot he is tired and should sleep before breakfast
[04:36] * PenguinMan98 is glad to be able to give back a little
[04:37] fabricius that's the reason most of us start to get committed to the community
[04:37] fabricius family like
[04:38] fabricius PenguinMan98: why my terminal stays in the git commit mode now?
[04:39] PenguinMan98 save it
[04:39] fabricius not coming back to shell mode
[04:39] PenguinMan98 :q
[04:39] fabricius ah save
[04:39] fabricius ah
[04:39] PenguinMan98 or exc + zz
[04:41] fabricius not working
[04:56] fabricius thx .. vi ... escape (esc) + ZZ => save thx PenguinMan98 for expl. in query (just if s.b. reads the log one day)
[04:56] fabricius so what I do with the repo now?
[04:57] PenguinMan98 ok
[04:57] PenguinMan98 now that you've committed, type git log
[04:57] PenguinMan98 it should show you the last few commits. In this case, only one
[04:58] PenguinMan98 The name of a commit is a long-ass hexidecimal string
[04:58] fabricius commit author date
[04:58] fabricius next?
[04:59] PenguinMan98 Thankfully, it's random enough after 6+ characters that GIT can usually get the right one so most people reference commits by just the first 6 characters of the name.
[04:59] PenguinMan98 write them down now.
[04:59] PenguinMan98 Make sure you know what the initial commit name is
[05:00] PenguinMan98 Then, whenever you need to change the repository back to this initial state, all you have to do is type: 'Git checkout __commit_name__'
[05:00] PenguinMan98 And now you know how to revert
[05:00] fabricius what is the initial commit name?
[05:00] PenguinMan98 a long-ass hexidecimal string
[05:00] fabricius ahhhhh
[05:00] fabricius dumb question again
[05:00] fabricius lol
[05:00] PenguinMan98 You only need the first six characters
[05:00] fabricius shure?
[05:00] PenguinMan98 it's cool
[05:00] fabricius sure?
[05:00] PenguinMan98 yes
[05:01] PenguinMan98 <PenguinMan98> Thankfully, it's random enough after 6+ characters that GIT can usually get the right one so most people reference commits by just the first 6 characters of the name.
[05:01] fabricius you said "most people"
[05:02] fabricius and "Git can usually get the right one"
[05:02] fabricius so most and usually enough
[05:02] fabricius *gg*
[05:02] PenguinMan98 use 8 characters then
[05:02] * PenguinMan98 shrugs
[05:03] fabricius hehe ok understand ... I can use all, but after 6 it gets very very unlikely to go wrong
[05:04] PenguinMan98 yep
[05:04] fabricius and if, then repeat and then use more
[05:04] fabricius ??
[05:04] PenguinMan98 yes
[05:04] fabricius ok
[05:04] fabricius got it
[05:04] PenguinMan98 they can make a billion commits to the repository
[05:04] PenguinMan98 it makes no difference.
[05:04] PenguinMan98 git checkout __hex__
[05:04] PenguinMan98 restores it to its initial state
[05:05] PenguinMan98 You can do this with any commit too
[05:05] PenguinMan98 So if you want to upgrade the tikis, you revert them to the initial configuration, then upgrade them and commit. Then take note of the new commit name
[05:05] PenguinMan98 Then revert back to that one instead
[05:06] PenguinMan98 use git log to see the commit history
[05:07] fabricius hummm
[05:07] fabricius I start to understand
[05:07] fabricius does it delete new files swell?
[05:08] fabricius and what is with the content of dev15/Tiki12 .. I mean the SVN Tiki installation ... is that chenged aswell?
[05:09] fabricius I mean, we code in dev15/Tiki12 and not in dev15/Tiki12/.git
[05:09] fabricius understand what I mean?
[05:09] fabricius /s/chenged/changed
[05:10] fabricius is it one way or two ways??
[05:10] fabricius still not understood?
[05:12] fabricius I think, I am nearly there .. brain still tries to stay in reluctance mode, but cannot keep the counter pressure .. I'd say I am shortly before understanding
[05:14] fabricius hummm
[05:15] fabricius is it, that the actual code is not stored in .git?
[05:15] fabricius just kind of necessary metainformation and stuff like that .. encrypted pieces .. ??
[05:18] fabricius and from here - can I commit from here to another directory on a server and finaly to sourceforge?
[05:25] PenguinMan98 Yes, if you add new files, the git checkout will remove them
[05:25] PenguinMan98 And yes, it can go two ways.  If you remember the most recent commit name, you can go back to it with git checkout too
[05:26] PenguinMan98 Git starts by making a copy of everything you currently have.
[05:26] PenguinMan98 Then, every time you make a change, it stores only the changes.
[05:26] PenguinMan98 the 'deltas' is what they say
[05:27] PenguinMan98 When you go forward or backward, it just applies or removes these deltas (changes) to go from one state to the next
[05:36] fabricius aha
[05:36] fabricius seem to undestand it
[05:37] fabricius if I wanted to commit to sf ... not from the testing environment here, but in general ... how to do that?
[05:37] fabricius lets say I would use codiad on my local machine or on my personal server account
[05:39] PenguinMan98 commit to 'sf' ?
[05:39] fabricius I assume, I simply must commit from Tiki12 and exclude local.php and .git
[05:39] fabricius to sourceforge
[05:39] PenguinMan98 oh
[05:39] PenguinMan98 Yes. first things first, remove local.php
[05:39] PenguinMan98 git rm --cached db/local.php
[05:40] PenguinMan98 That command should clear out the file and any cached copy of it for the history of the repo.
[05:40] PenguinMan98 adjust the path as needed of course
[05:40] PenguinMan98 then commit the change
[05:41] fabricius adjust the path?
[05:41] fabricius arrrgl ... wouldn't local.php be deleted in Tiki12 aswell?
[05:41] fabricius no good, cause then no database and not connected to subdomain anymore
[05:42] PenguinMan98 No.  Only in the repo you run the command in.
[05:42] fabricius I meant dev15/Tiki12
[05:43] fabricius I did set up things, that this is connected to a database and thus accessable via subdomain as running site
[05:44] fabricius to check whats the result of changes
[05:44] fabricius no local.php in dev15/Tiki12 -> no database -> no running website
[05:48] Tiki|bot New Forum Posts: New Developer Training - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=47980
[05:48] fabricius afaik in SVN you commit single files mainly ... so no problem with local.php in the repo - from that point
[05:49] PenguinMan98 And no, that command will only delete git's copy
[05:50] PenguinMan98 not the actual file
[05:50] PenguinMan98 If you want git to ignore that file from now on, you go to the directory the file is in and create a new file named .gitignore
[05:50] PenguinMan98 Inside the .gitignore file, you add the line local.php/
[05:51] PenguinMan98 save it
[05:51] PenguinMan98 Then add the .gitignore to the repository and commit it
[05:56] fabricius ahhhh
[05:56] fabricius nice!!!
[05:56] PenguinMan98 yep!
[05:57] PenguinMan98 Add more files to the .gitignore file by appending them to the first line. Don't use newlines.
[05:57] fabricius all in one line
[05:57] PenguinMan98 (( Truthfully, I'm not sure if newlines are fine or not.  I've just only ever seen it all on one line.
[05:58] PenguinMan98 Here's my .gitignore
[05:58] PenguinMan98 http://screencast.com/t/tRG3yOE43
[06:03] fabricius hummm will I have to add local.php or db/local.php into the file .gitignore?
[06:04] PenguinMan98 put the .gitignore in the /db directory and just add local.php
[06:04] PenguinMan98 http://screencast.com/t/YehvSsoZ
[06:05] PenguinMan98 I tend to ignore the .gitignores.  I've been told this is a bad idea
[06:08] Tiki-KGB tikiwiki 03lindonb r46644 10trunk/lib/ 10(14 files in 5 dirs)
[06:08] Tiki-KGB tikiwiki [REF] tablesorter: move implementation for PluginFancytable to new core implementation, which can be extended to other plugin tables. Also other cleanup: separate ajax from pager in settings and add more checks for empty/expected values to avoid notices and errors.
[06:15] fabricius errrr
[06:15] fabricius PenguinMan98: what is a bad idea?
[06:15] fabricius r u joking?
[06:18]  chibaguy joined #tikiwiki
[06:21] PenguinMan98 Nope.  If you ignore the .gitignore file too, then everyone who pulls your code has to ignore the file too
[06:21] PenguinMan98 After you give them a copy that doesn't have your passwords in it
[06:22] Tiki-KGB tikiwiki 03lindonb r46645 10trunk/lib/core/ 10Table/Plugin.php 10Table/Settings/Plugin.php
[06:22] Tiki-KGB tikiwiki [DOC] tablesorter: added some documentation
[06:33] fabricius do not understand now
[06:33] fabricius ahh
[06:34] fabricius the others gits ignore them by default, if you ignore your ignore?
[06:36] PenguinMan98 no.  you have to commit your .gitignore to the repository otherwise the people who pull your repository will have to create their own
[06:37] PenguinMan98 It's more a nuisance than anything
[06:39] fabricius ah
[06:39] fabricius I have now a file .gitignor in Tiki12/db
[06:39] fabricius sry .gitignore
[06:40] fabricius content:
[06:40] fabricius local.php/.svn/.gitignore
[06:40] fabricius humm is ther a difference to be made between files and folders?
[06:40] fabricius .svn is a folder
[06:41] PenguinMan98 I dont think that's an issue
[06:41] PenguinMan98 It should ignore the whole folder
[06:41] PenguinMan98 I say should, but I've had issues with it in the past
[06:41] PenguinMan98 When new files are added inside the directory, Git likes to try and add them to the repository anyway
[06:42] PenguinMan98 It's something I haven't quite figured out yet
[06:43] fabricius ok
[06:43] fabricius I thank you very much
[06:43] fabricius it is nearly 7 now ... verrry tired
[06:44] PenguinMan98 no sweat
[06:44] fabricius I have to slep fast and deep now ... I appreciate all your help
[06:44] fabricius thank you a lot
[06:44] fabricius I hope we will use that in the one or the other way, anyway I learned a lot
[06:45] fabricius I say good bye now
[06:46] PenguinMan98 ok!
[06:46] PenguinMan98 Good night!
[08:26]  fabricius joined #tikiwiki
[09:12]  chibaguy joined #tikiwiki
[09:36]  chibaguy joined #tikiwiki
[10:02]  Tiki|Log joined #tikiwiki
[10:02]  Topic for #tikiwikiis now Tiki Wiki CMS Groupware - The Free and Open Source Web Application with the most built-in features - Tiki 10.2, 9.4 LTS and 6.10 LTS are out! Question? Just ask. We log the channel @ http://irc.tiki.org (start line with [off] to exclude message from log)
[10:03] changi test
[10:47]  marclaporte joined #tikiwiki
[11:29]  chibaguy joined #tikiwiki
[12:29]  arildb joined #tikiwiki
[13:00] Tiki-KGB tikiwiki 03arildb r46646 10trunk/lib/filegals/filegallib.php
[13:00] Tiki-KGB tikiwiki [FIX] More solid fix for convertSortMode error return
[13:00] Tiki-KGB tikiwiki 03arildb r46647 10branches/11.x/lib/filegals/filegallib.php
[13:00] Tiki-KGB tikiwiki [bp/r46646][FIX] More solid fix for convertSortMode error return
[13:02] Tiki-KGB tikiwiki 03arildb r46648 10branches/10.x/lib/filegals/filegallib.php
[13:02] Tiki-KGB tikiwiki [bp/r46646][FIX] More solid fix for convertSortMode error return
[13:31]  Telesight joined #tikiwiki
[15:21]  lindonb joined #tikiwiki
[15:23]  arildb_ joined #tikiwiki
[15:29]  chibaguy joined #tikiwiki
[15:37] Tiki|bot Recent Bug:  - CODE Plugin "eats" code, especially HTML  - http://dev.tiki.org/item4590
[15:42]  marclaporte joined #tikiwiki
[15:51]  arildb_ joined #tikiwiki
[16:06] Tiki-KGB tikiwiki 03lindonb r46649 10trunk/templates/tiki-adminusers.tpl
[16:06] Tiki-KGB tikiwiki notices
[16:20]  chibaguy joined #tikiwiki
[16:28]  lindonb joined #tikiwiki
[17:30] Tiki-KGB tikiwiki 03lindonb r46650 10trunk/ 10templates/tiki-adminusers.tpl 10tiki-adminusers.php 04lib/core/Table/Settings/Users.php 03lib/core/Table/Settings/Adminusers.php
[17:30] Tiki-KGB tikiwiki [REF] tablesorter: rename Users file and class to Adminusers to be closer to the name of the page the table is on. Add a note to synchronize changes in the tpl affecting columns shown with the related tablesorter logic
[17:32]  arildb_ joined #tikiwiki
[18:10]  dcedilotte joined #tikiwiki
[18:41]  arildb__ joined #tikiwiki
[19:28]  lphuberdeau_ joined #tikiwiki
[19:29]  syracine joined #tikiwiki
[19:33]  MagicFab_ joined #tikiwiki
[19:33] MagicFab_ Hi all - from the TikiFest @ Montreal
[19:33] lphuberdeau_ MagicFab_ ping
[19:34] syracine allo
[19:34] MagicFab_ lphuberdeau, o/
[19:34] MagicFab_ syracine, o/.
[19:35]  dcedilotte joined #tikiwiki
[19:35] MagicFab_ dcedilotte, -> http://dev.tiki.org/BrowserID
[19:38] lphuberdeau_ http://doc.tiki.org/Page%20Alias
[19:41] MagicFab_ lphuberdeau, BrowserID -> MozillaPersona
[19:41]  sipherdee joined #tikiwiki
[20:00] Tiki-KGB tikiwiki 03marclaporte r46651 10trunk/lang/ro/language.php
[20:00] Tiki-KGB tikiwiki adding a Romanian translation. Thank you Valentin
[20:01]  dcedilotte joined #tikiwiki
[20:02]  mlaporte joined #tikiwiki
[20:02]  Ccardinal joined #tikiwiki
[20:05]  Ccardinal joined #tikiwiki
[20:25] dcedilotte /msg NickServ identify ei909k7o
[20:39] changi marclaporte: can i start ?
[20:40] Tiki-KGB tikiwiki 03marclaporte r46652 10branches/9.x/lang/fr/language.php
[20:40] Tiki-KGB tikiwiki A quick translation
[20:40]  mlaporte joined #tikiwiki
[20:40] changi marclaporte: hi
[20:40] changi mlaporte: hi :)
[20:46] Tiki-KGB tikiwiki 03thierrygervais r46653 10trunk/lang/ro/language.php
[20:46] Tiki-KGB tikiwiki Language update, Thank to Valentin
[20:48] Tiki-KGB tikiwiki 03changi67 r46654 10branches/6.x/ 10lib/setup/twversion.class.php 04db/tiki-secdb_6.11_mysql.sql
[20:48] Tiki-KGB tikiwiki [REL] Preparing 6.12 release
[20:52] Tiki-KGB tikiwiki 03changi67 r46655 10branches/6.x/README
[20:52] Tiki-KGB tikiwiki [REL] Update README file for 6.12
[20:52] Tiki-KGB tikiwiki 03changi67 r46656 10branches/6.x/changelog.txt
[20:52] Tiki-KGB tikiwiki [REL] Update changelog.txt for 6.12
[20:52] Tiki-KGB tikiwiki 03changi67 r46657 10branches/6.x/copyright.txt
[20:52] Tiki-KGB tikiwiki [REL] Update copyright.txt for 6.12
[20:54] Tiki-KGB tikiwiki 03changi67 r46658 03branches/6.x/db/tiki-secdb_6.12_mysql.sql
[20:54] Tiki-KGB tikiwiki [REL] SecDB for 6.12
[20:54] Tiki-KGB tikiwiki 03changi67 r46659 03tags/6.12
[20:54] Tiki-KGB tikiwiki [REL] Tagging release
[20:58] Tiki-KGB tikiwiki 03patrick-proulx r46660 10trunk/lang/fr/language.php
[20:58] Tiki-KGB tikiwiki Added French translation for 'New File'
[20:59]  dcedilotte joined #tikiwiki
[21:00] Tiki-KGB tikiwiki 03ursuleacv r46661 10trunk/lang/ro/language.php
[21:00] Tiki-KGB tikiwiki Language romanian add translation Valentin
[21:08] Tiki-KGB tikiwiki 03changi67 r46662 10branches/6.x/lib/setup/twversion.class.php
[21:08] Tiki-KGB tikiwiki [REL] Closing release of 6.12
[21:10] Tiki-KGB tikiwiki 03changi67 r46663 10branches/9.x/ 04db/tiki-secdb_9.5_mysql.sql 10lib/setup/twversion.class.php
[21:10] Tiki-KGB tikiwiki [REL] Preparing 9.6 release
[21:12] Tiki-KGB tikiwiki 03changi67 r46664 10branches/9.x/README
[21:12] Tiki-KGB tikiwiki [REL] Update README file for 9.6
[21:12] Tiki-KGB tikiwiki 03changi67 r46665 10branches/9.x/ 10(49 files in 49 dirs)
[21:12] Tiki-KGB tikiwiki [REL] Update language.php files for 9.6
[21:12] Tiki-KGB tikiwiki 03changi67 r46666 10branches/9.x/changelog.txt
[21:12] Tiki-KGB tikiwiki [REL] Update changelog.txt for 9.6
[21:14] Tiki-KGB tikiwiki 03changi67 r46667 10branches/9.x/copyright.txt
[21:14] Tiki-KGB tikiwiki [REL] Update copyright.txt for 9.6
[21:16] Tiki-KGB tikiwiki 03changi67 r46668 03branches/9.x/db/tiki-secdb_9.6_mysql.sql
[21:16] Tiki-KGB tikiwiki [REL] SecDB for 9.6
[21:18] Tiki-KGB tikiwiki 03changi67 r46669 03tags/9.6
[21:18] Tiki-KGB tikiwiki [REL] Tagging release
[21:24] changi Tiki 10 and tiki 11 will be done tomorrow
[21:27]  litexnt joined #tikiwiki
[21:28] Tiki-KGB tikiwiki 03changi67 r46670 10branches/9.x/lib/setup/twversion.class.php
[21:28] Tiki-KGB tikiwiki [REL] Closing release of 9.6
[21:38] Tiki-KGB tikiwiki 03ccardinal r46671 10trunk/lang/fr/language.php
[21:38] Tiki-KGB tikiwiki translated add a table of contents to a page. Thank you Marc Laporte for my first commit
[21:40] Tiki-KGB tikiwiki 03lphuberdeau r46672 10trunk/templates/comment/list.tpl
[21:40] Tiki-KGB tikiwiki [FIX] Display comments form by default - had already been implemented but broken later on
[21:40] Tiki-KGB tikiwiki 03lindonb r46673 10trunk/lib/core/Table/Plugin.php
[21:40] Tiki-KGB tikiwiki Notices - tablesorter: property shouldn't be static
[21:52] Tiki-KGB tikiwiki 03ccardinal r46674 10trunk/lang/fr/language.php
[21:52] Tiki-KGB tikiwiki French translation added
[22:00] Tiki-KGB tikiwiki 03lindonb r46675 10trunk/templates/tiki-show_page.tpl
[22:00] Tiki-KGB tikiwiki Notice
[22:38] Tiki-KGB tikiwiki 03lphuberdeau r46676 10branches/11.x/templates/comment/list.tpl
[22:38] Tiki-KGB tikiwiki [FIX] Backport r46672 Display comment form by default broken
[22:41]  marclaporte joined #tikiwiki
[22:53]  TomJarvis joined #tikiwiki
[23:33]  dcedilotte joined #tikiwiki
[23:35]  MagicFab_ joined #tikiwiki
[23:35] MagicFab_ dcedilotte, irc.mozilla.org port 6697 #identity
[23:40] Tiki-KGB tikiwiki 03syracine r46677 10trunk/lib/logs/logslib.php
[23:40] Tiki-KGB tikiwiki [FIX] Bug 4509 - Fix troncate of comment in Action Log when multi-bytes caracteres are used
[23:45]  dcedilotte joined #tikiwiki