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

WhoWhatWhen
dhazeljoined #tikiwiki [00:00]
........... (idle for 53mn)
fabriciuspolom [00:53]
refizulpolom & hello fabricius [00:54]
...... (idle for 29mn)
syracinejoined #tikiwiki
exit
quit
q
left #tikiwiki
joined #tikiwiki
joined #tikiwiki
[01:23]
fabriciusanything going on? [01:39]
........... (idle for 54mn)
refizulit's running - yeah. [02:33]
fabriciuscool
refizul: congratulations
mail or the Tiki or all 3?
ahh mail was Penguin
so the Tiki
[02:34]
refizuland just in time - tomorrow is an important day for the project [02:34]
fabriciusah [02:35]
refizulTiki connected to a mailinglist [02:35]
fabriciuscustomer or association?
ah yes
good
are you familiar with git?
[02:35]
refizulatm association, but maybe a customer later, if they can afford employees [02:35]
fabriciusPenguinMan98 did explain me some of it yesterday
I did setup the Codiad editor and besides 4 demo and 1 training Tiki 15 coding Tikis
[02:36]
refizulI don't now the details, because I almost don't use it, but basically it's svn with branching and decentralisation [02:36]
fabriciusnow 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]
refizulnow: party! [02:37]
fabriciusyou go out? [02:37]
refizulno, too late now for that [02:38]
fabriciusare you interested to have a look at the editor?
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:38]
refizulI've been working >10 hours and this is not much compared to the days before [02:39]
fabriciusno need to work ... just an offer to view if you'd be interested. you can at any time [02:40]
refizulI'm not capable of deep thinking, looking, or straight walking anymore [02:40]
fabriciusno problem - yesterday night I was faling from the chair as well (literally in the german meaning ;-) )
falling
[02:41]
refizulunfortunately there is no champaign around [02:41]
fabriciusyou know: falling down the chair from tiredness *gg*
I could lookup the internet how to wrote one in chat ... but still would stay virtual
I guess you need physical champaign
??
[02:41]
refizulor champagne [02:42]
fabriciusbtw, I could go to the balcony and get my last fag .. arrg already did an hour ago
ahh gosh yes
champagne .. I did not get it
[02:43]
refizulhowever, still some beer [02:43]
fabriciusso cheers then
hope it is cold
[02:43]
refizulno [02:43]
fabriciusarrrgs [02:43]
refizulworked too long [02:43]
fabriciuswarm plastic bottle from Aldi?
would not be a fest I think
[02:44]
refizulglass bottle [02:44]
fabriciusat least [02:44]
refizulI'm not satisfied with this installation, but at least it seems to work [02:45]
fabriciuswhats the problem?
structure?
[02:45]
refizulit's a Tiki9 [02:45]
fabriciusLTS
can eb upgraded lateron
/s/eb/be
[02:45]
refizulI wanted Tiki11 and then Tiki12 LTS, but there is too much trouble yet [02:46]
PenguinMan98GIT is a LOT different from SVN [02:47]
refizulforum mailout does not work in Tiki11, Zend problem
and forum/mailinglist merge is the main reason for that Tiki
[02:47]
PenguinMan98GIT was not built for repository control. It just turns out that's everyone's favorite use for it [02:47]
fabriciushehe [02:48]
refizulas HTML was not developed for email, but... [02:48]
fabriciusoften things get popular for things they haven't been intentionally developped [02:48]
refizulthat's called hacking [02:49]
PenguinMan98Creative utilization [02:49]
refizulhacking as in making hot soup with a coffee machine [02:49]
PenguinMan98I used to do that all the time, only it was cup-o-noodles [02:53]
fabriciusYEAHHH I made with similar than cup noodles alright
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
[02:56]
..... (idle for 23mn)
PenguinMan98ok
First off, git is the repo, master is just a branch.
[03:23]
goj_killedByISPjoined #tikiwiki [03:23]
fabriciusaaaaargh [03:24]
PenguinMan98heh [03:24]
fabriciusI wil neeeeeeever get it [03:24]
PenguinMan98Naw, it's really simple
Treating master like just any other branch is beautiful and simple
[03:24]
fabriciusI do not clearly get the words .. the meanings
humm
I will ask you some question in a few minutes ...
[03:26]
PenguinMan98OK. Git manages the repository for you and gives you a default branch to work with called 'master' [03:26]
fabriciusmust finish s.th. quickly [03:26]
PenguinMan98You can make as many other branches as you like and jump from branch to branch as you please.
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:27]
fabriciuslet me finish first and the I concntrate on the git, OK? only minutes [03:29]
PenguinMan98no sweat [03:29]
fabriciusso finish
rehi
you know the setup of the wiki4.me server?
account root -> codiad / info.wiki4.me / some more directories and no domain on it
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)
am I right PenguinMan98 ?
how can I check, if Git is installed on the server?
my idea is, that anybody, who has ssh access to that server can push/pull with git (only trusted developers, or temporary for trainees)
am I on the right track, gitwise?
[03:42]
PenguinMan98try opening command line and typing 'git' and see what it says
And yes, the newbies are going to be committing most likely but not much else
Maybe pull if you want them to pull changes from a central repo
Since each instance is individual, I wouldn't recommend having them push
[03:51]
fabriciusone question will be, how to "clean" the developer spaces, once they are finished ... with not much timeconsuming workflow
latest shortly before a new lesson
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"?
btw PenguinMan98 - tyoping git in the terminal brings back a lot of commands and explanations ... Git is installed on the server
next step?
[03:53]
PenguinMan98OK
Go to the development code folder for one of the 15 tikis
And as for reverting? It's ridiculously simple. I'll show you in a minute
[04:00]
fabriciusI go there in the terminal?
ok, I am in dev15
[04:04]
PenguinMan98OK. Git init [04:05]
fabricius.git/ [04:05]
PenguinMan98great!
now you can use: git add _____ to add files to the repo
or: git add -A
[04:05]
fabriciuswhere is the repo? [04:06]
PenguinMan98to add them all
There isn't one yet, but it will be stored in the .git folder
[04:06]
fabriciuswhere is the .git folder? this .git/ what came back? it is actually IN the codebase of dev15? [04:07]
PenguinMan98It sits in the folder with the code, yes [04:07]
fabriciusahhh [04:08]
PenguinMan98but git should auto-exclude it [04:08]
fabriciuswe need to develop a workflow and document this
ok, go on
pls
[04:08]
PenguinMan98once 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]
fabriciusso I use git add -A?
running
[04:09]
PenguinMan98For a first time, yes. We can talk about excluding files later
the only file you really want to exclude is db/local.php
[04:10]
fabriciusit is a fresh install anyway and no customised files in it .. assuming you did not start to code or alter yesterday [04:10]
PenguinMan98but if you aren't pushing the repo to a public place, there is nothing wrong with leaving it in [04:10]
fabriciusah yeah local.phop MUST be excluded, but I can even take it back out later, isn.t it?
ahh and I have several .SVN files in it aswell
and .htaccess
[04:11]
PenguinMan98yes. We can take it out later if you feel it's important [04:12]
fabriciusbest would be to exclude all directories starting with a "." plus local.php
for now it is just a test anyway
in case we would crash dev15, we could delete the content of ahhhh of dev15/Tiki12 ... already fu**** it up
[04:12]
PenguinMan98k. 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]
fabriciusone directory too high [04:13]
PenguinMan98ok. [04:14]
fabriciuswe should delete the whole .git/ and move one level deeper and do it again [04:14]
PenguinMan98This is very easy to undo. Yes. Delete the .git/ and that's it. [04:14]
fabriciusok
there is no .git inside ????
the terminal must recognise .files by default, isn't it?
strange
I try again
[04:14]
PenguinMan98try cd .git
see if it works
you might need to sudo to delete it
[04:16]
fabriciusnope .. just had to ls -a instead of ls
it is there
[04:18]
PenguinMan98kk
I almost always use ls -lah
[04:18]
fabricius-lah?
means?
ah .. have it
huge amounts of info ;-)
[04:21]
PenguinMan98looovely info [04:23]
fabriciuswhat is h? -l clear -a clear, but -h?
PenguinMan98: no Tiki inside .git
[04:24]
PenguinMan98There shouldn't be. We didn't commit [04:27]
fabriciusafter git add -A [04:27]
PenguinMan98commit [04:28]
fabriciushow? [04:28]
PenguinMan98git commit [04:28]
fabriciusdumb wuestion
dumb question
[04:28]
PenguinMan98PenguinMan98 pat pats [04:28]
fabriciushehe [04:28]
PenguinMan98^^ [04:28]
fabriciusworks
fabricius thinks about he will ever understand this
fabricius thinks if and how and when
fabricius but is delghted by the guidance of PenguinMan98
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:31]
PenguinMan98PenguinMan98 is glad to be able to give back a little [04:36]
fabriciusthat's the reason most of us start to get committed to the community
family like
PenguinMan98: why my terminal stays in the git commit mode now?
[04:37]
PenguinMan98save it [04:39]
fabriciusnot coming back to shell mode [04:39]
PenguinMan98:q [04:39]
fabriciusah save
ah
[04:39]
PenguinMan98or exc + zz [04:39]
fabriciusnot working [04:41]
.... (idle for 15mn)
thx .. vi ... escape (esc) + ZZ => save thx PenguinMan98 for expl. in query (just if s.b. reads the log one day)
so what I do with the repo now?
[04:56]
PenguinMan98ok
now that you've committed, type git log
it should show you the last few commits. In this case, only one
The name of a commit is a long-ass hexidecimal string
[04:57]
fabriciuscommit author date
next?
[04:58]
PenguinMan98Thankfully, 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.
write them down now.
Make sure you know what the initial commit name is
Then, whenever you need to change the repository back to this initial state, all you have to do is type: 'Git checkout __commit_name__'
And now you know how to revert
[04:59]
fabriciuswhat is the initial commit name? [05:00]
PenguinMan98a long-ass hexidecimal string [05:00]
fabriciusahhhhh
dumb question again
lol
[05:00]
PenguinMan98You only need the first six characters [05:00]
fabriciusshure? [05:00]
PenguinMan98it's cool [05:00]
fabriciussure? [05:00]
PenguinMan98yes
<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:00]
fabriciusyou said "most people"
and "Git can usually get the right one"
so most and usually enough
*gg*
[05:01]
PenguinMan98use 8 characters then
PenguinMan98 shrugs
[05:02]
fabriciushehe ok understand ... I can use all, but after 6 it gets very very unlikely to go wrong [05:03]
PenguinMan98yep [05:04]
fabriciusand if, then repeat and then use more
??
[05:04]
PenguinMan98yes [05:04]
fabriciusok
got it
[05:04]
PenguinMan98they can make a billion commits to the repository
it makes no difference.
git checkout __hex__
restores it to its initial state
You can do this with any commit too
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
Then revert back to that one instead
use git log to see the commit history
[05:04]
fabriciushummm
I start to understand
does it delete new files swell?
and what is with the content of dev15/Tiki12 .. I mean the SVN Tiki installation ... is that chenged aswell?
I mean, we code in dev15/Tiki12 and not in dev15/Tiki12/.git
understand what I mean?
/s/chenged/changed
is it one way or two ways??
still not understood?
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
hummm
is it, that the actual code is not stored in .git?
just kind of necessary metainformation and stuff like that .. encrypted pieces .. ??
and from here - can I commit from here to another directory on a server and finaly to sourceforge?
[05:07]
PenguinMan98Yes, if you add new files, the git checkout will remove them
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
Git starts by making a copy of everything you currently have.
Then, every time you make a change, it stores only the changes.
the 'deltas' is what they say
When you go forward or backward, it just applies or removes these deltas (changes) to go from one state to the next
[05:25]
fabriciusaha
seem to undestand it
if I wanted to commit to sf ... not from the testing environment here, but in general ... how to do that?
lets say I would use codiad on my local machine or on my personal server account
[05:36]
PenguinMan98commit to 'sf' ? [05:39]
fabriciusI assume, I simply must commit from Tiki12 and exclude local.php and .git
to sourceforge
[05:39]
PenguinMan98oh
Yes. first things first, remove local.php
git rm --cached db/local.php
That command should clear out the file and any cached copy of it for the history of the repo.
adjust the path as needed of course
then commit the change
[05:39]
fabriciusadjust the path?
arrrgl ... wouldn't local.php be deleted in Tiki12 aswell?
no good, cause then no database and not connected to subdomain anymore
[05:41]
PenguinMan98No. Only in the repo you run the command in. [05:42]
fabriciusI meant dev15/Tiki12
I did set up things, that this is connected to a database and thus accessable via subdomain as running site
to check whats the result of changes
no local.php in dev15/Tiki12 -> no database -> no running website
[05:42]
Tiki|botNew Forum Posts: New Developer Training - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=47980 [05:48]
fabriciusafaik in SVN you commit single files mainly ... so no problem with local.php in the repo - from that point [05:48]
PenguinMan98And no, that command will only delete git's copy
not the actual file
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
Inside the .gitignore file, you add the line local.php/
save it
Then add the .gitignore to the repository and commit it
[05:49]
fabriciusahhhh
nice!!!
[05:56]
PenguinMan98yep!
Add more files to the .gitignore file by appending them to the first line. Don't use newlines.
[05:56]
fabriciusall 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.
Here's my .gitignore
http://screencast.com/t/tRG3yOE43
[05:57]
fabriciushummm will I have to add local.php or db/local.php into the file .gitignore? [06:03]
PenguinMan98put the .gitignore in the /db directory and just add local.php
http://screencast.com/t/YehvSsoZ
I tend to ignore the .gitignores. I've been told this is a bad idea
[06:04]
Tiki-KGBtikiwiki 03lindonb r46644 10trunk/lib/ 10(14 files in 5 dirs)
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:08]
fabriciuserrrr
PenguinMan98: what is a bad idea?
r u joking?
[06:15]
chibaguyjoined #tikiwiki [06:18]
PenguinMan98Nope. If you ignore the .gitignore file too, then everyone who pulls your code has to ignore the file too
After you give them a copy that doesn't have your passwords in it
[06:21]
Tiki-KGBtikiwiki 03lindonb r46645 10trunk/lib/core/ 10Table/Plugin.php 10Table/Settings/Plugin.php
tikiwiki [DOC] tablesorter: added some documentation
[06:22]
fabriciusdo not understand now
ahh
the others gits ignore them by default, if you ignore your ignore?
[06:33]
PenguinMan98no. you have to commit your .gitignore to the repository otherwise the people who pull your repository will have to create their own
It's more a nuisance than anything
[06:36]
fabriciusah
I have now a file .gitignor in Tiki12/db
sry .gitignore
content:
local.php/.svn/.gitignore
humm is ther a difference to be made between files and folders?
.svn is a folder
[06:39]
PenguinMan98I dont think that's an issue
It should ignore the whole folder
I say should, but I've had issues with it in the past
When new files are added inside the directory, Git likes to try and add them to the repository anyway
It's something I haven't quite figured out yet
[06:41]
fabriciusok
I thank you very much
it is nearly 7 now ... verrry tired
[06:43]
PenguinMan98no sweat [06:44]
fabriciusI have to slep fast and deep now ... I appreciate all your help
thank you a lot
I hope we will use that in the one or the other way, anyway I learned a lot
I say good bye now
[06:44]
PenguinMan98ok!
Good night!
[06:46]
..................... (idle for 1h40mn)
fabriciusjoined #tikiwiki [08:26]
.......... (idle for 46mn)
chibaguyjoined #tikiwiki [09:12]
..... (idle for 24mn)
joined #tikiwiki [09:36]
...... (idle for 26mn)
Tiki|Logjoined #tikiwiki [10:02]
Topicfor #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:02]
changitest [10:03]
......... (idle for 44mn)
marclaportejoined #tikiwiki [10:47]
......... (idle for 42mn)
chibaguyjoined #tikiwiki [11:29]
............. (idle for 1h0mn)
arildbjoined #tikiwiki [12:29]
....... (idle for 31mn)
Tiki-KGBtikiwiki 03arildb r46646 10trunk/lib/filegals/filegallib.php
tikiwiki [FIX] More solid fix for convertSortMode error return
tikiwiki 03arildb r46647 10branches/11.x/lib/filegals/filegallib.php
tikiwiki [bp/r46646][FIX] More solid fix for convertSortMode error return
tikiwiki 03arildb r46648 10branches/10.x/lib/filegals/filegallib.php
tikiwiki [bp/r46646][FIX] More solid fix for convertSortMode error return
[13:00]
...... (idle for 29mn)
Telesightjoined #tikiwiki [13:31]
....................... (idle for 1h50mn)
lindonbjoined #tikiwiki [15:21]
arildb_joined #tikiwiki [15:23]
chibaguyjoined #tikiwiki [15:29]
Tiki|botRecent Bug: - CODE Plugin "eats" code, especially HTML - http://dev.tiki.org/item4590 [15:37]
marclaportejoined #tikiwiki [15:42]
arildb_joined #tikiwiki [15:51]
.... (idle for 15mn)
Tiki-KGBtikiwiki 03lindonb r46649 10trunk/templates/tiki-adminusers.tpl
tikiwiki notices
[16:06]
chibaguyjoined #tikiwiki [16:20]
lindonbjoined #tikiwiki [16:28]
............. (idle for 1h2mn)
Tiki-KGBtikiwiki 03lindonb r46650 10trunk/ 10templates/tiki-adminusers.tpl 10tiki-adminusers.php 04lib/core/Table/Settings/Users.php 03lib/core/Table/Settings/Adminusers.php
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:30]
arildb_joined #tikiwiki [17:32]
........ (idle for 38mn)
dcedilottejoined #tikiwiki [18:10]
....... (idle for 31mn)
arildb__joined #tikiwiki [18:41]
.......... (idle for 47mn)
lphuberdeau_joined #tikiwiki [19:28]
syracinejoined #tikiwiki [19:29]
MagicFab_joined #tikiwiki
Hi all - from the TikiFest @ Montreal
[19:33]
lphuberdeau_MagicFab_ ping [19:33]
syracineallo [19:34]
MagicFab_lphuberdeau, o/
syracine, o/.
[19:34]
dcedilottejoined #tikiwiki [19:35]
MagicFab_dcedilotte, -> http://dev.tiki.org/BrowserID [19:35]
lphuberdeau_http://doc.tiki.org/Page%20Alias [19:38]
MagicFab_lphuberdeau, BrowserID -> MozillaPersona [19:41]
sipherdeejoined #tikiwiki [19:41]
.... (idle for 19mn)
Tiki-KGBtikiwiki 03marclaporte r46651 10trunk/lang/ro/language.php
tikiwiki adding a Romanian translation. Thank you Valentin
[20:00]
dcedilottejoined #tikiwiki [20:01]
mlaportejoined #tikiwiki [20:02]
Ccardinaljoined #tikiwiki
joined #tikiwiki
[20:02]
..... (idle for 20mn)
dcedilotte/msg NickServ identify ei909k7o [20:25]
changimarclaporte: can i start ? [20:39]
Tiki-KGBtikiwiki 03marclaporte r46652 10branches/9.x/lang/fr/language.php
tikiwiki A quick translation
[20:40]
mlaportejoined #tikiwiki [20:40]
changimarclaporte: hi
mlaporte: hi :)
[20:40]
Tiki-KGBtikiwiki 03thierrygervais r46653 10trunk/lang/ro/language.php
tikiwiki Language update, Thank to Valentin
tikiwiki 03changi67 r46654 10branches/6.x/ 10lib/setup/twversion.class.php 04db/tiki-secdb_6.11_mysql.sql
tikiwiki [REL] Preparing 6.12 release
tikiwiki 03changi67 r46655 10branches/6.x/README
tikiwiki [REL] Update README file for 6.12
tikiwiki 03changi67 r46656 10branches/6.x/changelog.txt
tikiwiki [REL] Update changelog.txt for 6.12
tikiwiki 03changi67 r46657 10branches/6.x/copyright.txt
tikiwiki [REL] Update copyright.txt for 6.12
tikiwiki 03changi67 r46658 03branches/6.x/db/tiki-secdb_6.12_mysql.sql
tikiwiki [REL] SecDB for 6.12
tikiwiki 03changi67 r46659 03tags/6.12
tikiwiki [REL] Tagging release
tikiwiki 03patrick-proulx r46660 10trunk/lang/fr/language.php
tikiwiki Added French translation for 'New File'
[20:46]
dcedilottejoined #tikiwiki [20:59]
Tiki-KGBtikiwiki 03ursuleacv r46661 10trunk/lang/ro/language.php
tikiwiki Language romanian add translation Valentin
[21:00]
tikiwiki 03changi67 r46662 10branches/6.x/lib/setup/twversion.class.php
tikiwiki [REL] Closing release of 6.12
tikiwiki 03changi67 r46663 10branches/9.x/ 04db/tiki-secdb_9.5_mysql.sql 10lib/setup/twversion.class.php
tikiwiki [REL] Preparing 9.6 release
tikiwiki 03changi67 r46664 10branches/9.x/README
tikiwiki [REL] Update README file for 9.6
tikiwiki 03changi67 r46665 10branches/9.x/ 10(49 files in 49 dirs)
tikiwiki [REL] Update language.php files for 9.6
tikiwiki 03changi67 r46666 10branches/9.x/changelog.txt
tikiwiki [REL] Update changelog.txt for 9.6
tikiwiki 03changi67 r46667 10branches/9.x/copyright.txt
tikiwiki [REL] Update copyright.txt for 9.6
tikiwiki 03changi67 r46668 03branches/9.x/db/tiki-secdb_9.6_mysql.sql
tikiwiki [REL] SecDB for 9.6
tikiwiki 03changi67 r46669 03tags/9.6
tikiwiki [REL] Tagging release
[21:08]
changiTiki 10 and tiki 11 will be done tomorrow [21:24]
litexntjoined #tikiwiki [21:27]
Tiki-KGBtikiwiki 03changi67 r46670 10branches/9.x/lib/setup/twversion.class.php
tikiwiki [REL] Closing release of 9.6
[21:28]
tikiwiki 03ccardinal r46671 10trunk/lang/fr/language.php
tikiwiki translated add a table of contents to a page. Thank you Marc Laporte for my first commit
tikiwiki 03lphuberdeau r46672 10trunk/templates/comment/list.tpl
tikiwiki [FIX] Display comments form by default - had already been implemented but broken later on
tikiwiki 03lindonb r46673 10trunk/lib/core/Table/Plugin.php
tikiwiki Notices - tablesorter: property shouldn't be static
[21:38]
tikiwiki 03ccardinal r46674 10trunk/lang/fr/language.php
tikiwiki French translation added
[21:52]
tikiwiki 03lindonb r46675 10trunk/templates/tiki-show_page.tpl
tikiwiki Notice
[22:00]
........ (idle for 38mn)
tikiwiki 03lphuberdeau r46676 10branches/11.x/templates/comment/list.tpl
tikiwiki [FIX] Backport r46672 Display comment form by default broken
[22:38]
marclaportejoined #tikiwiki [22:41]
TomJarvisjoined #tikiwiki [22:53]
......... (idle for 40mn)
dcedilottejoined #tikiwiki [23:33]
MagicFab_joined #tikiwiki
dcedilotte, irc.mozilla.org port 6697 #identity
[23:35]
Tiki-KGBtikiwiki 03syracine r46677 10trunk/lib/logs/logslib.php
tikiwiki [FIX] Bug 4509 - Fix troncate of comment in Action Log when multi-bytes caracteres are used
[23:40]
dcedilottejoined #tikiwiki [23:45]

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