tikiwiki: 03jonnybradley * r28421 10/branches/experimental/wysiwyg_ckeditor_update/ (3 files in 3 dirs): [MRG] Automatic merge, trunk 28414 to 28418
Hi. Having a permissions problem. The create new wiki page isn't showing up for registered users in the menu. Checked menu permissions and wiki permissions. Wiki_p_view and wiki_p_edit is set. Not sure where else to look to get this to show for registered users.
ChefTim: The wiki-related permissions are tiki_p_view, etc. Was 'Wiki_p_view' a typo, in your message here?
yes I meant tiki :)
the menu option I am referring to links to http://site/tiki-listpages.php?cookietab=2#tab2
And the menu item doesn't display for registered users?
only for admin
even if I go directly to the link, via address bar, it only lists pages but not the create new page tab
with a registered user that is
Can registered users access http://site/tiki-listpages.php?cookietab=2#tab2 directly?
I have been stumbling around for a while learning things so I imagine I changed a setting somewhere that affects this. I am having a hard time finding what I did to break it.
Hmm, looking at the wiki-related permissions, seems like you've set the ones you need, already.
Can registered users access http://site/tiki-listpages.php ?
thats what I thought. Would changing the name of the menu item affect it? I changed it to "Add a new article"
No, changing the name shouldn't make a difference.
Yes registered can access that page. No option for adding new wiki page
What version of Tiki is this?
5
The code in tiki-listpages.tpl says "{if $tiki_p_edit == 'y'}"then show tab2....
so with that permission, the user should see the tab.
I haven't touched any of the .tpl pages yet
err files
I don't know what to suggest other than double-checking the permissions for the registered group.
Can a Registered user make a new wiki page with a url like http://site/tiki-editpage.php?page=NewPage ?
one moment
yes
Well, I just tested at a Tiki 5.0 site, logged in as a Registered user, and could access tab2.
just double checked permissions tiki_p_view is set to anonymouse and tiki_p_edit is set to registered
could it have to do with me creating a "system" category and making those only editable by admin. the homepage is in the system category
It shouldn't matter that there are categories, as a rule.
Presumably a registered user can still create/edit an uncategorized page.
Try clearing your site's caches at tiki-admin_system.php.
cleared no change. Just noticed that with registered user where the "create new page" would be if I was logged as admin is an empty box linking to tiki_index.php
In the menu?
yes
it is a top bar menu if that makes a difference
the "application menu"
It seems like the first problem is that tab2 on tiki-listpages.php isn't accessible to Registered users. Probably the menu would work if it was.
What if you temporarily change tab2 to tab1 on the menu item?
I think I may have isolated the problem. In the menu listing it has in the permissions box "tiki_p_view,tiki_p_edit"
If I remove those it shows up for registered users
oh, ok. But what about accessing http://site/tiki-listpages.php?cookietab=2#tab2
?
after removing those permissions it shows at the bottom of the list rather than as a seperate tab
Does tiki-listpages.php display normally (with tabs) for admin?
I am only seeing one tab. for list wiki pages
wait
wanst logged
ok. Yes both tabs showing for admin
and for registered after removing "tiki_p_view,tiki_p_edit" - checking anonymous
not showing for anonymous
Well, anonymous shouldn't have permission for tab2.
appears to be fixed. confused I am
If I never changed the permissions entry in the menu how did it get broke and why does removing "tiki_p_view,tiki_p_edit" from that entry fix it?
Ah, I think when permissions are set for menu items, for pages that also have permissions set, it may mess things up.
I think the permission for the menu item visibility is determined based on the permission for the page/object it points to.
(It didn't used to work this way, but for several releases now, it's automatic.)
possibly having to do with my setting categories and category permissions and making all pages be categorized?
That could be a factor, too, if Registered doesn't have tiki_p_view_categorized.
But if Registered can create a new wiki page, he should be able to access tab2 of tiki-listpages.php.
I think the redundant permission settings were what caused the problem in the menu.
ok. well until I understand tikiwiki better I'll just not question this and let it be for now. :) TYVM chibaguy
sure
hi, does somone has some experiences with bigbluebutton ?
hi yoni.
I've used BBB just as a normal user.
(Tiki's live.tikiwiki.org)
got to go now but will bbl.
gm!
created a user module with wiki text in it. broke site. how to fix?
i found the module in the db. should I remove it or change a field?
HELP!! I cannot admin any settings anymore
I really didn't change anything, but when I go to admin home and click on any settings, It shows that its loading something for quite a while and then nothing happens
I'm using Tiki5
perharps you are missing file /image s- and something change in the cache
check the error log of your server
where do I find the log?
I already cleared all caches
Before I already had the problem that not all Configpages where visible, but know I don't get any of them
tikiwiki: 03sylvieg * r28422 10/trunk/tiki-admin_include_i18n.php: [FIX]i18l: do not check if file exists
which log escamoteur ?
Hi jonnyb
I have this problem
I really didn't change anything, but when I go to admin home and click on any settings, It shows that its loading something for quite a while and then nothing happens
I'm using Tiki5
do you see any javascript errors (in the error console)
of the browser
how do I allow external images with WYSIWYG editor? The entered URL is replaced with "mydomain.duh/tiki5/browse?=id2" but I really need the real URL, so as not to need to upload the images...
I check it
Freud_77: it's probably buggy - try editing the source and saving
It does seem rather intentional...as if not to allow onther images than the uploaded ones...the URL is changed upon saving the edit
there's some really odd code in there - it never really worked imho
i'm in the process of sorting it out for tiki 6
It looks to me as if you somehow ride on the fck image plugin and then modify the outcome(i tried looking at the code but i'm totally PHP blind...)
New Forum Posts: How to configure forum - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38030
oh, yes, there is an exception:Fehler: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMLocation.host]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://google-toolbar-lib/content/toolbar.js :: anonymous :: line 1167" data: no]
escamoteur: try turning off js minify and/or ajax
where can I do this as I can't access any admin panel.
But why can this happen? It worked all the last days
what is minify?
indeed odd
do you have ajax on?
tiki-admin.php?page=features&cookietab=4
yes, I have it active
and with it off?
I just turned it off, a moment
strange, now it works again
But as I said, it was ok since I installed it.
hmmm, someone's broken the parser in trunk :(
Hi I am trying to build a list of users who are a member of a certain group. Can anyone help?
Info: You're Invitated to the TikiFest / BigBlueButton Wine and Cheese Event - http://info.tikiwiki.org/article104-You-re-Invitated-to-the-TikiFest-BigBlueButton-Wine-and-Cheese-Event
hi t4ttyt3ddy - try http://doc.tikiwiki.org/plugingroup
on the Admin: Groups page, there's a tab to list all group members
hi ricks99
have you noticed bad things in the trunk parser?
havent looked to be honest.
I would like to do this in code as it is to populate a custom list.
seems [[not a link] has stopped working
i also noteiced in 5.0 that {VERSION} plugin is broke (again)
sigh
the parser ignores the first line after the {VERSION}
if the line starts with #
ricks99: that's only slightly broken... 23 failures in the tests in trunk now in the main parser code :(
ouch!
not good when dealing with an experimental branch and being very careful not to break stuff! (if it's broken already ;) )
did sept_7 committ something some months ago
tikiwiki: 03sylvieg * r28423 10/trunk/templates/tiki-send_newsletters.tpl: [FIX]newsletter: this param in jq seems to fix add files
hi sylvieg - almost certainly
but we ran the unit tests in barcelona (LPH showed me how!) and they were ok
now they're broken
looks like the parser is adding
to everything
sine barcelona ... it is not a log time ago
no, and i've reviewed diffs of each commit to tikilib.php since then
all seem innocent
I added the line not to add
if is_html - but it was before Barcelona
try to comment the diabolic line 6764 in lib/tikilib.php
the tests shouldn't take any notice of prefs should they?
:D
no idea about the tests - I did not know they exist
no, but they're a good thing, i think
should do some docs on them (maybe there already is)
yes probably - but enough communication on thig to be adopted by everybody
short version: install phpunit (via PEAR), cd lib/test, run: phpunit ./
on a related topic - what is $simple_wiki for, and can we KIL it?
Hello!
someone there?
not telling
hey folks, i've got a problem with file galleries feature in tiki
simple_wiki exists since at least 2006
once the file is uploaded (.pdf format) into file galleries, if someone downloads it afterwards.. the each page of the file is just blank.
it was some sort of compromise to get fckeditor a bit less broken i think
how can I solve this?
are you storing the files in the database or directory?
sounds nasty vishnu__ what version of tiki? are the files in the db, does it happen with new uploads?
I guess so, I've uploaded the file with 'upload' feature in file galleries section.
yes, happens with every upload
are you using the database or file directory?
ther is a known issue in 5.0 with possible coruptions when uploaidng with db (due to encoding issues). see relnotes for details
http://tikiwiki.org/ReleaseNotes5.0#Corrupted_file_uploads
pardon, i do not understand the db or file directory question. And the link you gave seems to solve the character encoding issues.
i'm afraid this might be different, every page of the pdf file just turned blank!
i'm using tiki after installing lampstack packages
on your Admin: File Gallery page, are you storing the files in the DB or file directory?
Pls see doocs for details: http://doc.tikiwiki.org/File+Gallery+Config
okay, please give me a moment, thanks
in the db
files are being stored in db
i suggest changing to flie
path i provided is this. /www/tiki/files/uploads/
error: Cannot write to this file:/www/tiki/files/uploads/c754224c984626b66bef1a6be490ddd9
need to make the directory writeable
I am using this feature in intranet community, i think the directory is writeable
anyway I'll check that once, thanks for your time and help
k
One more thing, I assume only users see these enabled features after logging in. How can I enable these for anonymous users too, as in, the moment they land on homepage they should have access to some of these.
tried setting permission for anonymous users, but not much help there
New Forum Posts: Articles - Use topics as menus & Articles main page - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38031
after enabling specific features, you need to grant each group specific permissions to *use* the feature
see docs for detials: http://doc.tikiwiki.org/Permissions
this primer may help, too: http://twbasics.keycontent.org/
Okay, thanks for your time mate
you're welcome
tikiwiki: 03jonnybradley * r28424 10/trunk/lib/test/TikiLib/WikiParserTest.php: [FIX] Tests: TikiLib_WikiParserTest expects feature_wiki_paragraph_formatting to be off
Recent Bug: Tracker item: #3513 - - Anrticle post notificaiton should correctly parse the body - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3513
tikiwiki: 03jonnybradley * r28425 10/branches/experimental/wysiwyg_ckeditor_update/ (4 files in 3 dirs): [MRG] Automatic merge, trunk 28418 to 28424
polom
polom luciash
hi jonny
i'm going to backport where i've got to in my experimental branch - lots of background fixes to the textareas, shouldn't really change anything apart from a few improvements
lets hope :)
the theory is they'll get spotted quicker in trunk, and won't build up into a merging nightmare later
it's available for testing on http://alcns.net :)
ok, but sorry, no time to test now
np
hi everyone
hi RavenC
Recent Bug: Tracker item: #3513 - - Article post notification should correctly parse the body - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3513
hmm, i have a problem with profiles - don't know what's the best way to handle HTML in wiki page created by profile... if i use HTML plugin it needs approval, if i use allow HTML, it needs the perm too and check the checkbox and re-save the wiki page... or is there any easy way to use HTML in profile but not affect whole site where it is going to be installed ?
do you really (really) need html? can't do it with {DIV()}, {JQ} etc?
is directing the site admin to tiki-plugins.php the "least bad evil" ?
jonnyb: yes, really ;)
we have a few plugs that need approval in the pretty tracker tpls in barter - you just need to approve them before it works - not ideal...
jonnyb: it's all unnecessary complicated to build up with wikiplugins and unnecessary parsing for already that slow Tiki when just used as templates
i guess so
yes
not ideal but if there's no other way, i will use HTML plugin and tell the site admin to approve all after applying the profile i guess
seems safest
i thought tiki_p_trust_input for Admins would do the trick for profiles applied by admin, but it didn't :-/
sadly not, it doesn't do plugin approval
Info: Nominate Tiki for the Packt 2010 Open Source Awards - http://info.tikiwiki.org/article105-Nominate-Tiki-for-the-Packt-2010-Open-Source-Awards
well, the description of the perm suggested that (including plugins) but maybe i misunderstood
for datachannel you have to say wich group the instructions a reinterpreted - I do not know if the same apply to profiles
tikiwiki: 03jonnybradley * r28426 10/trunk/ (25 files in 8 dirs):
tikiwiki: [bp/r28419 & r28420][MOD][KIL][FIX] textareas: Replace area_name throughout with area_id becasue it should be, and remove JS function getElementById then mend most places where things broke.
tikiwiki: Also implement jQuery optimisations in a few places.
sylvieg: batch perms were easy with permission levels which jonny removed iirc
luciash: Do I miss something?
you maybe miss them :)
the levels
humm ... /me hopes not trying to solve something hat is solved already
in Tiki 3.x on the old assign perms for groups page, there was extra feature down on the page where you could easily select a "level" of perms (basic, editors, admins) and apply it in batch to groups
they could be customized so you could decide which perm to put into which level
.. I am speaking about cron/job batch job
for instance how to send a newsletter with a cron
ah, cron, oups, misunderstood then
I need the tiki_p_send_newsletters at this point + the plugin approvals + ...
tikiwiki: 03jonnybradley * r28427 10/trunk/lib/smarty_tiki/function.toolbars.php: [FIX] Textareas: Set $rows and $cols in smarty for old html textareas that expect it.
tikiwiki: 03xavidp * r28428 10/trunk/templates/tiki-admin_tracker_fields.tpl: [MOD]Exporting and importing tracker fields now includes description text and the checkbox for parsing description. Waiting for somebody to create the new BRANCH proposals/5x so that I can backport it to 5x
tikiwiki: 03sylvieg * r28429 10/trunk/tiki-send_newsletters.php: [ENH]newsletter: url param nlId=x&resendEditionId=y to resent a already sent edition of a newsletter
if somebody creates the branch proposals/5x i am willing to join the QT to help with the proposals
tikiwiki: 03jonnybradley * r28430 10/branches/experimental/wysiwyg_ckeditor_update/ (3 files in 3 dirs): [MRG] Automatic merge, trunk 28424 to 28428
my istallation of tiki 5.0 is showing blank pages after I made an entry in the custom html head content... can anyone tell me how to undo the changes? please!
Hello everyone\
neil__: go to database and search for it in tiki-preferences table
Quick question: Do php globals still work in the SQL plugin?
tikiwiki: 03jonnybradley * r28431 10/third_party/ckeditor/ (12 files in 4 dirs): [MOD] Update to ckeditor 3.3.2
RyanWP: yes
Hmmm
tiki-preferences table unfortunately does not show me the content that I had inserted into custom html head content
{SQL(db=>sqlplug, 0=>$user)} SELECT email FROM users_users{SQL}
That works
{SQL(db=>sqlplug, 0=>$user)} SELECT email FROM users_users WHERE login=?{SQL}
That returns a missing DB param
@neil__: see http://bit.ly/9cQi19
thanks ricks99!
you're welcome
Anyone have any idea why?
RyanWP:perhaps this plugin works only with adodb / pdo - try to change in db/local.php this plugin is crazy - better to learn how to write a plugin
is $user right ?
shouldn't be in quotes or without $ ?
That's how the example was written on the plugin help page, but let me check
Still missing param with no $ and/or in quotes.
From what I saw, everything was already in ADO, but I'll look
Write a plugin? Man, all I want to do is output quiz results for a single user and by group
try if {SQL(db=>sqlplug, 0=>admin)} works ?
Nope
Crap - it looks like it's not pulling the variable into the SQL
I wonder if the DBReport plugin works any better
tikiwiki: 03jonnybradley * r28432 10/third_party/ckeditor/ (82 files in 18 dirs): [MOD] Update to ckeditor 3.3.2 (all the other files, oops - worryingly all the js files are UTF-8 BOM, but not the php ones, so should be ok)
profile wiki page handler cannot set any page properties, like tags, description or allow HTML , right ?
hi luciash. sorry no idea myself
afaik, tags are not implemented in profiles
for the others, maybe some param is missing somewhere for them to work... but I dunno wht nor where, sorry
i mean freetags, sorry
but most wanted would be the allow HTML checkbox actually :)
(for me now)
to be already checked at page creation
luciash: should not be to hard to add
goto lib/profilelib/installib.php
ok, there
function Tiki_Profile_InstallHandler_WikiPage add private $ishtml
ok
tryeing to find something similar - but not all the handlers have the same waqy
do not find really
yea, all the others are text except the structure one
so in fetchData younee something to $this->iSHtaml = $data['isHtml']
and in the create_page later or update to put the $this->isHtml
that's going beyond my skillz :)
tikiwiki: 03sampaioprimo * r28433 10/trunk/lang/pt-br/language.php: pt-br translation
sorry my actual free time used for xavi cron newsletters is asking me already too much
could help later when this task is finished
byee
tikiwiki: 03Jyhem * r28434 10/trunk/lib/freetag/freetaglib.php: [FIX] Correctly store freetags containing apostrophes
sylvie: no problem, same here :)
tikiwiki: 03Jyhem * r28435 10/trunk/lib/freetag/freetaglib.php: [FIX] Oups
mmm, anybody knows how to branch 5x?
hi xavi - no, sorry
it can't be that hard, i just don't have time to find out how
if documented somewhere, I can do it (guided by someone)
it's not on SVNTips
i checked
ok, fair enough, you've invested enough time with release candiates and 51...
nyloth has done the previous ones, and he seems to have gone off-radar
mmm, I'm tempted to google for svn branch...
no probs xavi :)
jonnyb, thanks for your tips with aptana/eclipse while in Barcelona
glad to help - still going ok?
This morning I managed to find out quickly (once I had eclipse and the bunch of necessary extra plugins) how to extend trackers in trunk to allow including the description in the fields...
so I'm pushing the limits of my desktop computer by attempting to use eclipse also here....
s/the description in the fields/the description in the fields at "exporting/importing fields" time
tikiwiki: 03Jyhem * r28436 10/trunk/lib/freetag/freetaglib.php: [FIX] Correct counting of length of UTF8 freetags
wth am i forced now to put email address for my admin account in trunk now ?
for fresh install just to test on my localhost i don't need that
+ go back doesn't work saying "Invalid username" error - useless button
hello any speak spanish?
otherwise, possible for admin to forget their login and not be able to use FORGOT PASSWORD link
ricks99: but this is stupid implementation
hello Andurino
havent seen trunk yet
but in 5.x it was optional field on the installer
was possible to leave blank
yes, trunk is different now, it is in the installer too, but then when changing admin password after going from installer to tiki it asks again :(
better would be to ask in installer if i really am sure to leave it blank
and not to ask it twice and force me to fill in some
agreed
same with the password length change... why you force me to put 5 characters... i was happy with 4 characters in my localhost
5 characters are not any bigger security if you don't use mixed letters numbers or special chars anyway
polom
polom chealer
Aptana on Linux kinda sucks
same with Eclipse if you don't know all the workarounds to get all the plugins fully working
hi luciash. so you think Aptana is more buggy on Linux than on Windows?
vim syndrom
hi chealer and Andurino
I know Eclipse is really bad on Debian
not buggy, but the integration with the environment is worse i think
hi xavi
like all the tricks to get the internal browser working, sometimes svn fails
luciash: 5 characters password are on average more secure than passwords under 5 chars. password strength evaluation is always heuristic
Andurino: este canal es en inglés, en teoría.
hola xavi, congrats for being first (catalans) to ban the corrida
:-) yes, that was a good one!
sometimes our politicians pass some sensible laws
:-)
jonnyb rocks :)
unluckily, they didn't even want to discuss publicly about the Genetically Modified Organisms... and it was sent to the parliament the same day (more than 1 year ago) that the proposals for banning bull "corrida" was sent
:)
I changed some passwords from 1234 to 12345. but recently I lost the admin passwords for 2 to 4 installs
I'm wondering if that's because of the requirement to change password or something else
jonnyb: interesting :-)
jonnyb: I tested this morning you ckeditor branch in alcns server...
silently
are you expecting feedback already, from what you have there, or later, once you move forward a bit more?
it's only a taster so far, generally broken, but fixes coming soon
ok, I'll wait then before testing again and reporting issues (I was missing some line breaks, aqfter playing a bit, probably due to some interaction with the auto-save option)=
no, what's there is just refactoring, and i've merged most of it back into trunk already - should be no effect so far (maybe a bit quicker?)
no idea if quicker, sorry
interesting: Fatal error: Call to a member function getRequiredProfiles() on a non-object in /home/luci/Development/tikitrunkprofiles/lib/profilelib/installlib.php on line 131
it wasn't like that two hours ago... did i broke something ? hmm :)
actually, i don't think so, i didn't save the file...
did someone commit some change in there in between ?
doesn't look like ... weird
i tried again and now no error, nothing changed, weird
jonnyb: when http://dev.tikiwiki.org/Development+Environment%3A+XAMPP-Aptana says to install "Ajax Libraries (all)", does that mean we should install everything under Ajax Frameworks: Aflax, Dojo, EXT, jQuery, Mootools, Rico, YUI, etc.?
doesn't seem to make much difference - i just include jquery (but it doesn't seem to do anything)
ok
tikiwiki: 03marclaporte * r28437 10/trunk/lang/fr/language.php: [KIL] default home page content in french is missing all the info about profiles
oh, so that image encoding thread meant all/most images on dev.tw.o are broken :-? http://dev.tikiwiki.org/Development+Environment%3A+XAMPP-Aptana
:-(
[KIL] ? i thought it is used for removed files only ?
gracias xavi, me interesa el tema tikiwiki pero no entiendo correctamente el ingles
por eso pregunte si alguien hablaba español
por lo poco que puedo entender es que estais hablando sobre entornos de desarrollo (herramientas) necesarias
si es que ello es asi
sorry for all user that not speak spanish
Andurino: this channel is supposed to be in English
see my message in the other tab
I am sorry, i only speak spanish (my enghis are limited and not is corret)
Andurino: you can chat in private with xavi or go for #tikiwiki-es or #tikiwiki-ca
Andurino: see my private message
Andurino: mira en la otra pestaña de tu programa de chat. the he enviado un mensaje privado hace rato
#tikiwiki-es oh thank i dont konow this
Andurino: use the Spanish forum (I'm afraid there is nobody in #tikiwiki-es ), or the private chat here
luciash or chealer: I've just installed sshd on one of my machines at home, but I don't seem to get it running when I logout from that machine.
do you know how to have the service up and running even if no user is logged in that server?
you need to have at least one user running it, no ? is sshd run by sshd or root "user" ?
xavi: on which operating system?
chealer: ubuntu
luciash: no idea. when I log in as user in the server, I can connect from the client
when I logout from the server, I cannot connect from the client
xavi: how is sshd started?
xavi: what about using screen there instead of logout ?
screen -U
I did start it through: sudo /etc/init.d/ssh start (I think)
then detach the screen session using ctrl+alt+d
or sudo /etc/init.d/sshd start (I don't remember)
luciash: I can leave the session blocked, but I ws just wondering why the service is not run at startup before any user logs in
then when you come back re-attach to the screen session using screen -Ux XXXX where XXXX is the PID of the session (you'll get list using screen -list)
I'm using NXClient to connect to the server, etc.
frmo nomachine (gpl'd edition)
xavi: you need to at it to start at bootup
xavi: did you check your log (auth)?
xavi: I don't know Ubuntu, but do you have openssh-server?
it looks like Aptana is working decently for the first time
chealer, yes, I installed openssh-server, which allows ssh connections. The question is that I don't seem to login when no user is logged at teh server
as if sshd is not running when no user is logged
luciash: I think of [KIL] as for removing features, though indeed the description mentions files. I agree that's a stretched use of [KIL] anyway.
I wonder how/where in debian based distro's the services are stored/set , so that they are up at boot time
luciash: how do you start a program (ssh in this case) at boot up?
xavi: I understand, but I have no idea why sshd wouldn't be automatically started (except some Ubuntu issue)
chealer: ok, thanks
xavi: i add it to services
xavi: you want it GUI way or command line ?
luciash: how do you do that?
I have bum (Boot-up-manager), but it doesn't seem to work well enough.
so comand line is fine
xavi: on Debian (and presumably Ubuntu), /etc/rc?.d/ determines what services run in each runlevel.
ok. and which is the runlevel usually taken by default?
xavi: I use BootUp-Manager too
ah,I see
thanks chealer
rc5 i think
those folders contain just symlinks!
easy!
thanks luciash for tip
xavi: on Debian, the default [multiuser] runlevel is 2
xavi: and there's documentation in /etc/init.d/README
thks
Use the update-rc.d command to create symbolic links in the /etc/rc?.d
as appropriate. See that man page for more details.
from the README ;)
oups, I didn't do it like this (didn't RTFM :-/ ). I did create symlinks as usual.... and server is rebooting alreeady
hehe, it didn't work. This time I'll read the manual :-)thanks luciash for the tip
luciash: fyi: ubuntu since karmic boots up with no run level
and that's why those issues I have
http://ubuntu-virginia.ubuntuforums.org/showthread.php?t=1412157
ok, I skip this, and log in the server to allow remote connections
easy workaround :-)
ah, or use the screen session
screen session? I'm using NXCLient . What's this screen thing?
reading
apt-get install screen
;)
I seem to have it installed
it is useful to stay running multiple user sessions under one logged in user in console with possibility to detach and logout and then come later, login and reattach the running session where you left last time
oups, way too long man page for me at this time of the day
tikiwiki: 03sampaioprimo * r28438 10/trunk/ (4 files in 4 dirs): [ENH] feedback after writing translations back to language.php
NXClient does fine enough for me :-)
i use it mainly to run irssi (console irc client) in it on my server so i always see all messages as i stay permanently logged in the channel
yes, but NX is graphical, right ?
luciash: ok, I see
yes, NX is full GUI programs :-)
chealer: you were right: the problem with the run level thing is specific from ubuntu. it seems to boot gdm without setting any runlevel yet
since ubuntu karmic
hi
dog walk, bbl
the thrd person in a month that complain to see the cached information as anonymous
sylvieg: wut ?
they do not like anonymous to see the page is cached....
It makes sense in a way
i don't understand
u mean the icon ?
the icon and the text 'Cached' - because this user does not care if it is cached
and even do not understand the concept..
then just hide it by CSS
there is no css for (Cached)
you think it does not deserve a perm
hmm, i have it hidden somehow
I though I try some time ago to do that - but I did not commit for a reason - I do not remember.... getting old
i have only the icon there, no "Cached" text
This makes sense ..
but a .wikitopline smaal{display:none;} is dirty
yes :)
... do we really need to see the text - if we have the icon?
I am almost ready to delete that informatin
well, i don't, but someone can insist on it somehow
so .. a perm tiki_p_refresh_wiki_cache
:-( I do not know
just replace the png file with a 1px transparent image
And what do I do with teh text?
tiki_p_view_icon_refresh
tiki_p_view_icons_all :-p
yes I know ...
:-)
i also think it is not necessary as it can be hidden by CSS
rather add class
it is why I am talking with you - thx for the help - I really do not know
if missing
add class="icon refresh"
just curiours... how will users know if they're looking at stale data?
or around the whole ...
because a lot of tiki webmaster cache also page taht are simple wiki
some users do not need that to know
if cache is 15 mins it doesn't matter that much
depends on what change din tha t15 minutes. :-)
sylvieg: add a span with class around it in tpl
sylvieg: no perm necessary
ok
no idea what tiki-view_cache.php is doing?
you can view cached pages there
the external ones (maybe)
sylvieg or chealer (or anyone else): do you know how to create the new branch proposals/5x ?
hi ricks99
I do not know - no idea if the doc is updated
hi xavi
i think it should be same as with experimental
http://dev.tikiwiki.org/SVNTips#Handling_branches
http://dev.tikiwiki.org/SVNTips#Handling_branches?
:-)
:)
ok, :-)
so svn co tiki5 proposed/5.x; php doc/devtools/svnbranch.php branches/proposed/tiki5.x ?
xavi: not by heart, but I'd rather leave that to the QT
chealer: yes, I was hoping that they could do, but jonnyb explicitly requested anyone else to do, and I have sylvieg too busy with other things,..... so If I can do this... I can have her time devoted to things that I can't do :-)
I'll update the doc with what I learned
Hi, I have some problems with the editor in forum posts
proposed/5.x ? beware if it is not proposals/ !
yes, yes, I'll beware
yes, it should be "proposals/5.x"
mkdir proposals/5.x; svn co https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/branches/5.x proposals/5.x; cd proposals/5.x ; php doc/devtools/svnbranch.php branches/proposals/5.x
what about this one?
sylvieg: that sounds nicely :)
:-)
I'll put that in the doc page
and where should I run this set of commands? once logged in sf.net, in the appropriate folder?
huhuhuh
on your local machine i guess ?
no on your local
:-) again
is it normal, that I only have a limited toolbar when replying to a post compared to creating a new one?
I need a coffee to bit luciash
:D
s/bit/beat
mmmm, I don't get it.... ah, the last bit, the svnbranch.php will do the trick in sourceforge, then
i will need one soon as well ;)
ricks99: back to the last_modif_pages minor edits, I agree showing "last modify on X" where X is the last major modification time would be misleading. It could be just a date, or if it needs to be specified, "Last major modification: X".
it is the sesonds time luciash answered 2 secs before me
second
do you try it xavi , do I try it? or do we send a message to devel list?
I try, sylvie, thanks (after I finish editing the svntips page)
*g*, shouldn't it be the other wy around ? ;)
*way
ah ah jonnyb...
do you think mkdir proposals/5.x; svn co https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/branches/5.x proposals/5.x; cd proposals/5.x ; php doc/devtools/svnbranch.php branches/proposals/5.x is ok?
btw: tiki-view_caches.php is for external cached pages
luciash: wiki way :-)
hi jonnyb
hi xavi
xavi: :) i mean first try if it works, then document ?
sylvieg: yes, i thought so loud
sylvieg: "ah ah member:jonnyb..." sounds ominous :)
luci, I undertood before: wiki way, is my answer, indeed
hi jonnyb! I could reproduce the problem with the admin panels by switching Ajax on and get it back working by switching it off
before I forget, I add it to the documentation what sylvieg suggested. And if (And where) needed, I document later on.... so many windows open right now, that if I leave for later, I might have lost the comments....,e tc.
sylvieg: did you try the branch script? i have a feeling it refuses to make any branch other than experimental
xavi: good
luciash: oh well, that's much better than the refurbished desktop where I am right now (where I usually am when at home)
jonnyb: never
jonnyb: oh doh
xavi will confirm
:-)
btw what is the diffrence between desing.css and design-reference.css?
sylvieg: reference is just for reference
i really don;'t think we have the resources to do proposals for 5.x
6 is so soon, i want to focus on that
we can do the easy way
sylvieg: gary thought it could be useful to see what classes are used - actually it shouldn't contain any real values, just attributes and commented
we let the commits in proposals or reverse and we commit in one block
sylvieg: are you using subclipse now? with the collabnet merge tools?
so where do I put the cachedStatus -> small font
I use command line - hehe
and emacs
there are commands for branching in that i think (because i think a branch needs to know where it came from - svn:mergeinfo etc)
i can try it - shall i?
sylvieg: in tiki-page_bar.tpl or something above tiki-show_page.tpl
sylvieg: see the source with TPL comments enabled
not in the tpl but the css
sylvieg: to see where is the ... ah
I wil not do a small class=cachedStatus - but span class=cachedStatus
sylvieg: i thought you added the