←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
*** | Lucymoz has joined #tikiwiki
marclaporte has quit IRC (Read error: 110 (Connection timed out)) latlink has quit IRC (Read error: 113 (No route to host)) | [00:10] |
MatWho has quit IRC () | [00:20] | |
...... (idle for 29mn) | ||
latlink has joined #tikiwiki | [00:49] | |
axold has quit IRC (Read error: 110 (Connection timed out))
marclaporte has joined #tikiwiki | [00:56] | |
.... (idle for 19mn) | ||
marclaporte | latlink: Are you able to install profiles from profiles page? | [01:19] |
latlink | latlink no - but haven't tried with this new revision - should have tried that sorry | [01:20] |
voraistos | directory is broken in 3b3 with sefurl enabled
as a matter of fact, sefurl implementation is doomed | [01:26] |
latlink | latlink Marc - Just tried from profile page - "An error occured in a database query!" | [01:29] |
*** | SEWilco2 has joined #tikiwiki | [01:34] |
latlink | latlink Marc - Ok - went into MYSQL and looked at schema and the insert command is still failing due to the insert query 'params' is set to NULL which is not allowed. I guess same as before.
latlink So is the query string wrong or does the Schema need to allow NULL variables? | [01:35] |
............ (idle for 56mn) | ||
*** | mlaporte has joined #tikiwiki
marclaporte has quit IRC (Read error: 110 (Connection timed out)) | [02:31] |
mlaporte | latlink: interesting
which versions of php and mysql? | [02:32] |
*** | latlink has quit IRC ()
latlink has joined #tikiwiki | [02:33] |
latlink | latlink Hard to track down when i'm not used to the code - but trying to do my small bit | [02:38] |
mlaporte | I appreciate
You see, I saw that bug be4 I was running php5 (via .htaccess) and mysql 4 Them I upgraded server to php5 (no need for htaccess anymore( and bug is not happening to me anymore it happens anytime profiles have modules | [02:39] |
*** | mlaporte has quit IRC (leguin.freenode.net irc.freenode.net)
voraistos has quit IRC (leguin.freenode.net irc.freenode.net) Beestje has quit IRC (leguin.freenode.net irc.freenode.net) Caarrie has quit IRC (leguin.freenode.net irc.freenode.net) danopia has quit IRC (leguin.freenode.net irc.freenode.net) Tikiwiki|bot has quit IRC (leguin.freenode.net irc.freenode.net) | [02:44] |
mlaporte has joined #tikiwiki
voraistos has joined #tikiwiki Beestje has joined #tikiwiki Caarrie has joined #tikiwiki danopia has joined #tikiwiki Tikiwiki|bot has joined #tikiwiki | [02:52] | |
voraistos | mlaporte do you know who is in charge of sefurl? I sthere an associated project or something? Do you know how it is implemented in tiki? (I suspect smarty rewrites some URLs but I'm not quite sure) | [02:55] |
latlink | latlink Got ya - thanks for the notes - I'll look for feedback on the script v database schema - cheers | [02:57] |
*** | latlink has left
marclaporte has joined #tikiwiki | [02:59] |
mlaporte | voraistos: yes, yes, yes | [03:04] |
voraistos | can you tell me? ;) | [03:04] |
marclaporte | 1-sylvieg, 2-yes, 3-Smarty
what is doomed? | [03:05] |
voraistos | the design is flawed
deeply flawed it's because for example some things are rewritten to the root also, no URLs should be rewritten to the tiki directory tw.org/tiki/tiki-index.php?page=HomePage should rewrite to tw.org/tw/wiki/HomePage tiki -> tw is done using Alias the "feature" has to be written in the URL too otherwise, I can't have a wiki page called "forums" and forums on my tiki, as the URL for both would be tiki.org/forums do you understand what I mean? | [03:05] |
sylvieg did you read what I wrote ? | [03:17] | |
..... (idle for 22mn) | ||
mlaporte | back
We had several discussions about this topic Once during lunch at a TikiFest in Montreal There is no perfect solution depends on use case but maybe you have a better proposal :-) | [03:39] |
voraistos | my proposal is very similar to what the mediawiki guys do
everything cannot and shouldn't be sefURLed anyway the "static" stuff should be. Things like wiki pages, forums, well, the actual content of a tiki site. source, edit, admin and similar pages just shouldn't be visible to search engines even banned in robots.txt (and that's currently the case I think ;) ) | [03:41] |
*** | GillesM has quit IRC (leguin.freenode.net irc.freenode.net)
caralluna|away has quit IRC (leguin.freenode.net irc.freenode.net) | [03:44] |
voraistos | there is also the problem of multilingual tikis
the way it currently works in tiki is not good for sefurl | [03:44] |
*** | GillesM has joined #tikiwiki
caralluna|away has joined #tikiwiki nkoth3__ has quit IRC () | [03:45] |
marclaporte | what do you do with wiki page calleds forums vs list of forums?
I would guess MediaWiki has simpler requirements | [03:45] |
voraistos | the thing is, mediawiki has ONE feature: wiki | [03:46] |
marclaporte | yup | [03:46] |
voraistos | that's why for tikiwiki, the feature must appear in the url
and for multilingual tikis, the language should appear in the URL too even currently, I think that the lack of a language=lang in the URL is a problem. | [03:47] |
mlaporte | voraistos: having feature in the url is no good for some of my projects | [03:48] |
voraistos | hmm, can you give examples ?
URLs and such? It should preferably be possible for the dmin to select how the url are rewritten | [03:48] |
marclaporte | http://tikiwiki.org/CGCOM -> sites like this
brochureware sites they want shortest URLs domain.com/About domain.com/Contact not domain.com/wiki/About domain.com/wiki/Contact they don't care about the wiki or Rewrite Rules potential conflicts | [03:49] |
voraistos | I suspect they don't have any other features ? | [03:51] |
marclaporte | hardly
and if so, conflicts are rare | [03:51] |
voraistos | Also, I'm not a security expert, but I can smell that having the url rewritten to tiki's root is a very bad idea | [03:52] |
marclaporte | could be conflict between tiki-contact.php and contact wiki page | [03:52] |
voraistos | yes | [03:52] |
marclaporte | other conflicts are with directory names | [03:52] |
voraistos | can wiki page names have a "/" ? | [03:52] |
marclaporte | yes, it can | [03:53] |
voraistos | what they could have though, is tiki installed in tiki.domain.com , serving content on www.domain.com | [03:53] |
marclaporte | http://doc.tikiwiki.org/modules tries to access directory and I am blocked. When in fact, I am trying to access http://doc.tikiwiki.org/tiki-index.php?page=modules
who is "they"? | [03:54] |
voraistos | "they" are the people who want very short URLs | [03:55] |
marclaporte | they have short URLS now
and it's simple | [03:55] |
voraistos | hmm yes but it doesn't work very well. And it becomes a problem when many tiki features are enabled | [03:56] |
marclaporte | that is why I told you there is no perfect solution
depends on the use case | [03:56] |
voraistos | yes, but there should be a solution for all cases | [03:57] |
marclaporte | I hope so
And I buy you a beer if you find or juice, depending on your preference | [03:57] |
voraistos | buy me some "romanee conti" ;) | [03:58] |
marclaporte | Tiki should propose something (most sensible default, common use case) , but have a lot of configuration options
hehe | [03:58] |
voraistos | I'll try to make some sort of plan regarding "how things should work", so It can work for people who wouldn't mind having subdirs in their URL, and those who do mind.
but there will always be limitations/extra requirements for short Urls on the root | [04:00] |
*** | navster has joined #tikiwiki
Caarrie is now known as Caarrie|sleeping | [04:03] |
marclaporte | voraistos: : did you see wiki pages? Are you monitoring svn progress? | [04:15] |
voraistos | no.
Anything good I should be aware of ? I don't monitor SVN as I don't know much about how to use it, and also I can't commit soo... ;) | [04:16] |
mlaporte | why can't you commit? | [04:27] |
marclaporte | http://doc.tikiwiki.org/tiki-index.php?page=Rewrite+Rules&bl=y
http://dev.tikiwiki.org/tiki-index.php?page=Search+engine+optimization http://dev.tikiwiki.org/Commit | [04:28] |
voraistos | I can't because I'm useless and would cause more trouble than goodness :D | [04:32] |
Lucymoz | why does the feature have to appear in the url? | [04:36] |
voraistos | to avoid collisions and one URl = 2 or more different pages
example.org/forums can either be the wikipage "forums" or the forum list. | [04:39] |
Lucymoz | that's a faulty assumption
having the feature in the url isn't the only way to avoid collisions | [04:43] |
voraistos | It is one safe way
There's the problem of wikipage names and real directories. | [04:53] |
Lucymoz | ok, so wiki pages need some sort of distinction | [04:55] |
voraistos | I wrote something about how I think it should work, you both will probably like the stuff I say around line 40
http://pastebin.com/f8332157 marclaporte mlaporte Lucymoz | [04:58] |
Lucymoz | I don't understand what the urls have to do with being search friendly | [05:00] |
voraistos | brb | [05:00] |
SEWilco2 | I'm about to shut down and don't have a web browser up, but my guess is it's something like example.org/wiki/forums, example.org/forums, example.org/forums/General, example.org/forums/General/Where+the+beef+is/reply/1 | [05:03] |
*** | SEWilco2 has quit IRC (Remote closed the connection) | [05:03] |
voraistos | Lucymoz: search engine frindly URLS are easily processed by search engines. Also the URL contains a good short description of what the page contains | [05:14] |
Lucymoz | Im not sure I agree that those are the best things to optimize for
obviously you don't want to obfuscate urls against search engines | [05:24] |
*** | aardvarq has quit IRC (Read error: 110 (Connection timed out)) | [05:25] |
navster has quit IRC (Client Quit) | [05:30] | |
............ (idle for 56mn) | ||
pkdille has quit IRC (Remote closed the connection)
Lucymoz has quit IRC (Read error: 110 (Connection timed out)) pkdille has joined #tikiwiki | [06:26] | |
.... (idle for 17mn) | ||
marclaporte | voraistos: : should go in a wiki page | [06:44] |
*** | rlopez_ has joined #tikiwiki | [06:44] |
voraistos | marclaporte, what do you mean ?
as in wikipages should allow the ":" character in their title ? | [06:45] |
marclaporte | your proposal
instead of pastebin related: http://dev.tikiwiki.org/tiki-index.php?page=Character+substitutions | [06:47] |
voraistos | oh do what you want
put whatever you want wherever you want all Public domain | [06:50] |
*** | Wilkins has joined #tikiwiki | [07:03] |
mlaporte | me?
it's a wiki dude! If you start a wik page, I may very well contribute to it | [07:13] |
*** | mlaporte has quit IRC ("CGI:IRC (Ping timeout)") | [07:19] |
rlopez_ | hi
last tikifest in montreal i saw jb doing a demo with the jquery stuff we would like to do apresentation remotely on some ideas we already have on workspaces what software can we use for this? have you done this before in a tikifest? (sure ;-) ) | [07:20] |
marclaporte | today, I was playing with Dimdim
BigBlueButton is another possibility | [07:25] |
rlopez_ | Dimdim, sounds funny in spanish
thanks marc i will have a look what did jonny use for the last tikifest in montreal? wow, just googling http://en.wikipedia.org/wiki/Comparison_of_web_conferencing_software | [07:26] |
http://vyew.com/site/ + skype = free and good solution | [07:37] | |
.... (idle for 16mn) | ||
*** | mycomputer has joined #tikiwiki | [07:53] |
luciash | polom
>last --with luci | [07:55] |
Sug4r | [01:00:10] <marclaporte> luciash & others: can we close this? http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1212 | [07:57] |
CIA-46 | tikiwiki: 03marclaporte * r18051 10/branches/3.0/templates/tiki-admin.tpl: [FIX] Ephemerides is a deleted feature. Remove some traces. | [08:02] |
luciash | marclaporte: yes, i think it works already (except localhosts)
marclaporte: now when changed back to "Summary" it will not be used in email subject anymore and users have to click all the watched mails to check what the report is about again:-/ | [08:05] |
marclaporte | you can change to subject
but change everywhere 3 modules | [08:09] |
luciash | okay | [08:09] |
marclaporte | and in Your+Wish+Has+Been+Cast+Page | [08:09] |
luciash | i know it's not ideal solution but it's our dogfood like it is now
would be better by field ID | [08:10] |
marclaporte: found only one module which uses &name=Summary | [08:17] | |
marclaporte | maybe it's easy for Sylvie to fix
because she is amazing | [08:18] |
luciash | yes, she is :)
might be easy for anyone else too | [08:18] |
*** | rlopez_ has quit IRC ("Leaving") | [08:22] |
.... (idle for 19mn) | ||
voraistos | k. I'm no php coder.. quick question, what does this mean? $wikilib->some_function(value, value, value);
I don't understand the $ (indicating a var) does this mean, return the value of the function in wikilib to the var of the same name? | [08:41] |
luciash | freely translated it says "use included wikilib function some_function()"
the $wikilib is initiated somewhere earlier | [08:43] |
voraistos | so I need to add a $ for included libs? didn't know that :P | [08:47] |
*** | axold has joined #tikiwiki | [08:48] |
luciash | voraistos: it's simmilar as if you make call $this->some_function() indicating you're calling from inside the same class
voraistos: good example to study can be lib/webmail/tikimaillib.php | [08:59] |
voraistos | thanks :) | [09:03] |
.... (idle for 17mn) | ||
*** | Wilkins has quit IRC (Read error: 60 (Operation timed out))
Wilkins has joined #tikiwiki | [09:20] |
.... (idle for 16mn) | ||
CIA-46 | tikiwiki: 03nyloth * r18052 10/branches/3.0/get_strings.php:
tikiwiki: [ENH] translations: get_strings.php can now be called as a script in command line, without authentication. tikiwiki: Usage example: tikiwiki: php5 get_strings.php completion lang=fr tikiwiki: + New param 'quiet' to reduce the verbosity (keeping only most important info), especially useful in command line tikiwiki: Note: This enhencement has mainly been done to call get_strings.php directly from the release scripts, in order to release up-to-date files to simplify the work of translators. | [09:39] |
*** | rlopez_ has joined #tikiwiki | [09:39] |
CIA-46 | tikiwiki: 03luciash * r18053 10/branches/3.0/img/tiki/tikilogo.png: [MOD] match the tiki 3.0 logo
tikiwiki: 03luciash * r18054 10/branches/3.0/lib/setup/tikisetup.class.php: [FIX] tiki setup: this is all ugly hardcoded html but the opening tags could match their closing tags at least | [09:39] |
*** | navster has joined #tikiwiki | [09:46] |
..... (idle for 20mn) | ||
rlopez_ has quit IRC ("Leaving") | [10:06] | |
......... (idle for 41mn) | ||
CIA-46 | tikiwiki: 03luciash * r18055 10/branches/3.0/styles/thenews.css: [FIX] thenews theme: give every div in #tiki-center some padding and little margin to images by default | [10:47] |
tikiwiki: 03luciash * r18056 10/branches/3.0/styles/thenews.css: [ENH] #sitelocbar: nicer padding | [10:56] | |
tikiwiki: 03luciash * r18057 10/branches/3.0/styles/thenews.css: [FIX] thenews: align the top line of #footer nicely with bottom lines of columns | [11:10] | |
*** | Caarrie|sleeping is now known as Caarrie | [11:13] |
rlopez_ has joined #tikiwiki
rodrigo_sampaio has joined #tikiwiki | [11:18] | |
CIA-46 | tikiwiki: 03luciash * r18058 10/branches/3.0/templates/tiki-install.tpl: tiki installer: replaced "Profile" from "Install/Upgrade" strings to prevent confusion (we don't upgrade only profiles), some simpification changes of "TikiWiki" to "Tiki" where appropriate | [11:28] |
*** | jerry| has joined #tikiwiki | [11:32] |
jerry| | hi everyone. I'm having a problem with my tikiwiki2.3 installation. I installed the wysiwyg plugin, and everything seems to work fine. But one user was editing a page in wysiwyg mode and it totally broke the page (a lot of javascript was posted on the bottom of the page)
i made a rollback. I can't reproduce the problem, maybe someone here knows to which action this is connected, so I can prevent it from happening again the javascript is from "MultiPopup V2.09 Main Functions File Tooltip Replacement Script" | [11:36] |
*** | rlopez_ has quit IRC ("Leaving") | [11:43] |
.... (idle for 18mn) | ||
CIA-46 | tikiwiki: 03luciash * r18059 10/branches/3.0/templates/footer.tpl: extending the note that php tags in tpl require PHP Smarty secure mode off | [12:01] |
..... (idle for 21mn) | ||
*** | rodrigo_sampaio has quit IRC ("Leaving.") | [12:22] |
navster has quit IRC () | [12:28] | |
CIA-46 | tikiwiki: 03luciash * r18060 10/branches/3.0/templates/tiki-install.tpl: better message than "No Internet Connection has been found" when the installer cannot connect to the profiles repository for some reason (e.g. xmlrpc missing) | [12:32] |
..... (idle for 23mn) | ||
tikiwiki: 03luciash * r18061 10/branches/3.0/styles/transitions/2.0to3.0.css: .plugin-form-float must be above everything (set z-index to 1000) | [12:55] | |
*** | Caarrie is now known as Caarrie|away | [13:05] |
Beestje has quit IRC (Read error: 104 (Connection reset by peer)) | [13:18] | |
CIA-46 | tikiwiki: 03sylvieg * r18062 10/branches/3.0/ (5 files in 3 dirs): [FIX]perm: module last_tracker_items and last_modif_tracker_items checks perms on tracker + kill duplicate code + new param sort_mode + new param fieldId | [13:22] |
*** | jerry| has quit IRC ("Verlassend") | [13:28] |
........ (idle for 37mn) | ||
Caarrie|away is now known as Caarrie | [14:05] | |
rodrigo_sampaio has joined #tikiwiki | [14:19] | |
CIA-46 | tikiwiki: 03sylvieg * r18063 10/branches/3.0/tiki-sefurl.php: [FIX]sefurl: take away accent | [14:25] |
*** | SEWilco2 has joined #tikiwiki | [14:29] |
Darkbee has joined #tikiwiki | [14:36] | |
Darkbee | *tah dah*
v2.3 issue: Wiki Page Preview does not display uploaded images that contain special characters such as commas or spaces, however images are displayed when page is saved. Is this a known issue? | [14:36] |
..... (idle for 21mn) | ||
CIA-46 | tikiwiki: 03marclaporte * r18064 10/branches/3.0/db/ (5 files): [FIX] Avoir error message on install. Thanks Matthew. | [14:58] |
spoonypjk | darkbee: you might want to check the changelog for 2.4 and see if something like that was fixed?.. | [15:06] |
Darkbee | will do
I'm a little gun shy on updates at the moment. Something that worked in 2.2 got broken in 2.3 and I spent hours trying to find the problem thinking it was something I'd done wrong. :) Sylvie fixed though, thankfully once I realized it was a bug. TikiWiki still rocks though. :) | [15:10] |
*** | navster-mobile has joined #tikiwiki
navster-mobile has quit IRC (Client Quit) | [15:12] |
CIA-46 | tikiwiki: 03sylvieg * r18065 10/branches/3.0/lib/wiki-plugins/wikiplugin_include.php:
tikiwiki: [FIX]include plugin: the max_times was preventing to load more than 5 times the tikiwiki: same page but with start and end different..... now test on start and end too -> tikiwiki: perhaps max_times must be ignored if start and end are specified | [15:12] |
*** | rodrigo_sampaio1 has joined #tikiwiki
rodrigo_sampaio has quit IRC (Read error: 110 (Connection timed out)) | [15:13] |
spoonypjk | darkbee: understandable :). I'm in limbo at the moment trying to get a site up.. too close to the 3.0 release to want to use 2.x, but struggling with the 3.x bugs :) | [15:21] |
*** | Amorphous has quit IRC (Connection reset by peer) | [15:21] |
spoonypjk | If anyone else is awake.. i cant get thumbnails to work in 3.x (anywhere).. any pointers on where to start to troubleshoot? | [15:21] |
Darkbee | spoonypjk: 2.x works pretty solidly for the most part. Depends what you want to use it for. I don't touch any of the experimental stuff like WYSIWYG. | [15:22] |
spoonypjk | darkbee: does uploading images into wiki pages etc work okay from within a wiki page (without having to go off elsewhere and upload then come back?). have u got gmaps to work properly in 2.x? | [15:23] |
Darkbee | spoonypjk: Yes, you can upload ok, just doesn't preview if filename has certain characters. gmaps? Google Maps? I have an issue with that too, some user are reporting when adding their location that it doesn't remember the longitude (or latitude, I can't remember which). I've seen this myself once before but can't reproduce it. | [15:26] |
spoonypjk | darkbee: yeah thats the sort of thing I get constantly. and even if u manually enter it in it loses it. | [15:27] |
Darkbee | spoonypjk : users have had success at entering it manually. I don't know what the issue is, wondering if it's browser related, maybe conflicting firefox add-on. Not being able to reproduce it kinda makes it hard to trace the problem. | [15:29] |
spoonypjk | darkbee: with mine I think I've tried it in ie7,ff(win) and ff linux | [15:30] |
Darkbee | spoonypjk: problem with all of them? | [15:32] |
spoonypjk | yeah | [15:32] |
Darkbee | did you check Dev Tiki, see if anyone submitted a bug report?
I have to confess I haven't yet. | [15:33] |
spoonypjk | i think there were gmap related bugs.. but cant remember if it lined up wiht this one specifically. I've talked about it in here a couple times though :) if that counts.
theres a bug report for one of the gmap issues (not working with the tracker in 3.x) hah theres a bug report for 2.x "gmap plugin does not work".. that kindof covers it :) | [15:34] |
Darkbee | maybe I'll go check that report out and add some comments of my own. | [15:37] |
*** | navster-mobile has joined #tikiwiki | [15:37] |
Amorphous has joined #tikiwiki
rpg has joined #tikiwiki navster-mobile has quit IRC ("Get Colloquy for iPhone! http://mobile.colloquy.info") FrankP_german has joined #tikiwiki navster-mobile has joined #tikiwiki | [15:43] | |
marclaporte | polom | [15:55] |
CIA-46 | tikiwiki: 03marclaporte * r18066 10/branches/3.0/templates/modules/ (mod-last_modif_tracker_items.tpl mod-last_tracker_items.tpl): [FIX] shorter URLs for 2 tracker modules, __like in since your last visit__ module | [16:05] |
*** | snarlydwarf has joined #tikiwiki
nikhilodeon has joined #tikiwiki | [16:09] |
nikhilodeon | hi, in tikiwiki how do i get to the page that has all the users who have visited the site? i can't seem to find it | [16:10] |
*** | Wilkins has quit IRC (Remote closed the connection) | [16:21] |
Darkbee | nikhilodeon: this one: tiki-syslog.php? | [16:21] |
nikhilodeon | Darkbee: this one is good, but there is one that is a little more general i think | [16:26] |
luminoso | how do directory batch upload works?
i mean: i should be allowed to select multiple files, right? since a file choser dialog pops-up.. | [16:29] |
*** | Caarrie is now known as Caarrie|away | [16:30] |
MatWho has joined #tikiwiki | [16:37] | |
MatWho | hi all
just svn co branches/3.0 on to new server "Custom Site header" does not work anyone else have the same problem | [16:37] |
CIA-46 | tikiwiki: 03jonnybradley * r18067 10/branches/3.0/ (lib/setup/js_detect.php templates/tiki.tpl): [MOD] Added new Smarty var $ie6 if IE6 browser detected and changed #col3 inline CSS style in tiki.tpl to suit | [16:41] |
MatWho | jonny can you fix tiki-admin.php?page=general "admin password" in Safari while your are at it | [16:48] |
*** | navster-mobile has quit IRC ("Get Colloquy for iPhone! http://mobile.colloquy.info")
navster-mobile has joined #tikiwiki navster-mobile has quit IRC (Client Quit) | [16:59] |
MatWho has left | [17:11] | |
.... (idle for 15mn) | ||
Caarrie|away is now known as Caarrie | [17:26] | |
SEWilco2 | luminoso: Yes, select the files and click the button at the bottom. You have to select the directory to put the stuff into.
luminoso: I think you have to have at least one "Public" directory so it will show up as a choice for the destination. | [17:36] |
*** | navster-mobile has joined #tikiwiki
navster-mobile has quit IRC (Client Quit) | [17:39] |
navster-mobile has joined #tikiwiki
navster-mobile has quit IRC (Client Quit) navster-mobile has joined #tikiwiki navster-mobile has quit IRC (Client Quit) | [17:44] | |
CIA-46 | tikiwiki: 03marclaporte * r18068 10/branches/3.0/templates/tiki-admin-include-profiles.tpl: [FIX] Adding padding to make profiles installer nicer. | [17:51] |
tikiwiki: 03marclaporte * r18069 10/branches/3.0/lib/wiki-plugins/wikiplugin_dbreport.php: [FIX] dos2unix
tikiwiki: 03marclaporte * r18070 10/branches/3.0/lib/wiki-plugins/ (wikiplugin_dbreport.php wikiplugin_snarf.php): [FIX] Adding more security to two plugins. | [18:01] | |
*** | Lucymoz has joined #tikiwiki | [18:15] |
CIA-46 | tikiwiki: 03jonnybradley * r18071 10/branches/3.0/ (4 files in 4 dirs):
tikiwiki: [ENH] Cosmetic improvements to category picker - feedback welcome tikiwiki: (Only in transitions CSS so far) | [18:20] |
tikiwiki: 03marclaporte * r18072 10/branches/3.0/lib/wiki-plugins/wikiplugin_webservice.php: [FIX] link to doc | [18:34] | |
*** | mycomputer_ has joined #tikiwiki
navster has joined #tikiwiki | [18:41] |
mycomputer has quit IRC ("Quitte") | [18:51] | |
luminoso | SEWilco2, is there any direct php page to login?
i want to hide right column since i am the only user | [18:53] |
SEWilco2 | luminoso: /login or /tiki-login.php I think. | [18:54] |
luminoso | thank you | [18:54] |
SEWilco2 | try it first | [18:54] |
luminoso | if i disable it there is a new login way
i only noticed it now http://luminoso.ws/ on the top | [18:56] |
*** | Caarrie is now known as Caarrie|away
rpg has quit IRC (Read error: 60 (Operation timed out)) navster has quit IRC () | [19:01] |
rpg has joined #tikiwiki
Lucymoz has quit IRC (Read error: 110 (Connection timed out)) | [19:21] | |
..... (idle for 20mn) | ||
CIA-46 | tikiwiki: 03sylvieg * r18073 10/branches/3.0/tiki-listpages.php: [FIX]perms: tiki_p_lock is more a tiki_p_edit_categorized than a tiki_p_view_categorized | [19:42] |
*** | mycomputer_ has quit IRC ("Quitte") | [19:50] |
SEWilco2 | Oh, goodie. Can't find the dimensions of a filegal image because the image file has no extension. Sigh. | [19:51] |
*** | Lucymoz has joined #tikiwiki | [19:53] |
luminoso | should't be one "tiki_p_list_articles"? | [20:04] |
*** | Caarrie|away is now known as Caarrie | [20:07] |
CIA-46 | tikiwiki: 03sylvieg * r18074 10/branches/3.0/tiki-sefurl.php: [FIX]sefurl: keep the space as + - ex: lang[]=en&lang[]=fr et space -> lang%255B%255D%253Den%2526lang%255B%255D%253Dfr+et+spaces | [20:13] |
*** | FrankP_german has quit IRC ("Nettalk6 - www.ntalk.de")
Darkbee has quit IRC (Read error: 104 (Connection reset by peer)) | [20:27] |
rpg has quit IRC (Read error: 113 (No route to host)) | [20:38] | |
Caarrie is now known as Caarrie|away | [20:43] | |
..... (idle for 21mn) | ||
rodrigo_sampaio1 has quit IRC ("Leaving.")
SEWilco2 has left | [21:04] | |
............. (idle for 1h3mn) | ||
nikhilodeon has quit IRC (Read error: 110 (Connection timed out)) | [22:11] | |
......... (idle for 42mn) | ||
Simmi has joined #tikiwiki | [22:53] | |
Caarrie|away is now known as Caarrie | [22:58] | |
...... (idle for 27mn) | ||
CIA-46 | tikiwiki: 03sylvieg * r18075 10/trunk/ (63 files in 25 dirs): [MRG] Automatic merge, branches/3.0 18022 to 18074 | [23:25] |
*** | navster-mobile has joined #tikiwiki
navster-mobile has quit IRC (Client Quit) navster has joined #tikiwiki | [23:27] |
.... (idle for 15mn) | ||
snarlydwarf has quit IRC ("Ex-Chat") | [23:43] | |
marclaporte | sylvieg: : are you getting lots of conflicts yet? | [23:45] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |