Recent Bug: Tracker item: #3115 - - PDOException: SQLSTATE[HY093] - when reloading a session (after ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3115
Recent Bug: Tracker item: #3116 - - Scope for object singleton TikiDb::get() access to Pdo function : ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3116
Recent Bug: Tracker item: #3117 - - New theme of dev. ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3117
HA! I fixed the RSS feed bug
congrats!
although I'm worried about removing the escape filter for item.description in wikiplugin_rss.tpl, line 21
it was problematic anyways
so happy to have my feed links back
now I'm going to get lightbox working on all image thumbs linking to their images
btw here is an example tiki with the fixed rss feeds: http://scourgeweb.org
freelikegnu : http://dev.tikiwiki.org/Commit
freelikegnu: I would like to know how you do that if you get it to work. :-)
marclaporte: im oc73 on sf
https://sourceforge.net/users/oc73
great
thank you for your contribution
thank you for an awesome cms :D
:-)
sylvieg: thx wasn't aware of the "create" function of Page Selector. can I use there eg {$f_1} from the same tracker which might be an ID?
marclaporte: I'm developing in 3.5 should I commit to 3.0 branch?
ah ok lookin gat commit to proposals page...
so if I understand correctly I should checkout trunk and commit my changes there. Then merge with 3.x proposals?
meh looks like therese a broken plugin in trunk causing wiki page editor not to load
nvm not enough mem on dev server I'm using
freelikegnu: you want to fix a bug present in Tiki 3 to trunk?
Hello
If I should move pages and tracker-items from a 3.2 installation to 5.0 beta 1. Is it enough with export the tables and import? Or have the tables changed during that time?
Ma: It might be safer to start with your current 3.2 installation (with its data, etc.) (or a copy) and update the site to 5.0 beta 1.
The table structures might have changed.
chibaguy: could be, but since that installation is from like.. hmm.. 1.9 or even earlier
chibaguy: there was like 100 sql errors when updating to 3.0
chibaguy: I think there is pretty much shit in that database, so we would like to make it a clean installation to get rid of all problems and so on
Well, nothing to lose by trying, I guess.
chibaguy: I did tracker-tables + pages-table. Looks like it works
nice
jsut a bit problem with encoding
but that actually my fault :D
chibaguy: do you what is saved in tiki_links?
and what is tiki_objects?
I don't know offhand.
Objects might be a list for category use.
chibaguy: ok, so maybe I need to export Objects as well?
Maybe so.
tikiwiki: 03changi67 * r26616 10/branches/5.x/_htaccess: [FIX] Security if your documentroot is a checkout
finns det ingen inbyggd table of content?
New Forum Posts: Problems installing TikiWiki 5.0 Beta on Windows XP - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=36891
chibaguy: are you in?
Ma: Hi, was away from computer.
hi chibaguy
Hi coaboa
Does one know how to use an unique ID to append to page selector wiki page name? {$f_2} - does not work? any hint?
where $f_2 is the autoincrement ID from the same tracker
plus: how can I export categories to eg. a cvs? Found Import, maybe I'am just blind ,-)
Entered all countries Continente
and now tiki 5 say something like illegal offset type in function.treetable.php line 314
maybe just tooooo much ;-)
the above mentioned error message apears 259 times when trying to assign permissions to categories
which is exactle on appearence of that message per category
*exactly
New Forum Posts: Can you limit admin to a subset of users? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36893
tikiwiki: 03jonnybradley * r26617 10/branches/5.x/lib/prefs/feature.php: [MOD] New jQuery UI themes (arrive in 1.8) and some more help text on jQuery features.
Q: how to include jQuery in TPL?
{jq}some javascript here{/jq}
tx
how do i specify to get loaded in the $(document).ready() function?
that's the default
sweet
tx
use {jq(notonready=true)} for, er, not on ready ;)
jq is on by default in tiki5, right?
also ricks99 (stuff for doc.two i guess) you can "escape" back to Smarty parsing using {{ and get back to "literal" mode using }}
yup
hm...
trying to add this: http://www.electrictoolbox.com/jquery-changing-default-value-toggle-password-field/
but doesn't seem to work right
added the jq in the tpl, but can't see that it actually gets loaded :(
stick an alert in? (or debugger command)
k tx
how did you do the top top menu on for example doc.tikiwiki.org?
@jonnyb: am i misunderstaning how jq works... should anything I put in {jq}....{jq} get put into a in the generated xhtml head?
at the end of the page these days, but essentially yes
d'oh there it is.. at the bottom. got it. tx
better for yslow etc ;)
hm.. that means it gets loaded last
yup
any way to force it to load first?
as it should be
why?
want the correct pw field (text) to show instead of the pw
actually, probably wont matter -- its in the document.ready function anyway
nvr mind
duh
exacto
:)
hello everyone
hi RavenC
hi RavenC
The SVN download and everthing worked perfectly last night. I love cutting edge!
from source or a zip?
from source
that ToroiseSVN is really slick
*TortoiseSVN ... Not awake yet
hi RavenC - glad to hear the svn thing went well... next we'll have to get you contributing! :)
one step at a time... :)
I'm really impressed with v5
hi
hi coaboa
tikiwiki: 03marclaporte * r26618 10/branches/5.x/lib/prefs/multidomain.php: [DOC] clearer instructions for multi-domain
RavenC : yay!
hi coaboa & marclaporte
how can I fill the "page selector" field from a tracker with an unique Pagename (eg. Beverages- plus autoincrement ID). Tried to use {$f_2} where this variable refences to an autoincremented ID from the same trackerb but does not appear. When using a pagename twice it only displays the first page with that name even when two tracker items with different id's are used.
You want like {{page}} ?
maybe i miss something. I have to enter the name through the page selector. But want to have it filled automatically with something like Beverage-001. When entering This in the selectors field it could be the case that the name is entered twice with different tracker item id's.
and than displaying the page "Beverage-001" will allways show the first entered even if there is a second item refencing to that page.
followed the Pretty Tracker tutorial. so my page selector shows "1,0,Show Beverage" as function line. Show Beverage loads "beverage tpl" everything is working fine except the pagename has to be entered manually
hi
hello
about the permissions system
and categories
hm...
ive got a question but i need to form it properly LOL
;p
i have users in several groups, and each group has a corresponding category
all articles in wiki should be readable by all groups, but only writeable by a group if assigned to the group's category
i want users to be able to create articles in their category
but i don't want them to be able to add that catgory to existing articles of different categories
is that [possible?
y. u need to give read & write at the global (group) level, then override the write perm for specific groups at the category level.
Marclaporte: option: 1,0,{{page}} doesnt use my tpl (wiki). Any other idea?
ricks99, ok thank you
for {{page}} to work: http://doc.tikiwiki.org/Advanced+Wiki+Syntax+usage+examples#How_to_display_URL_param_in_a_page_or_the_page_name_or_the_user_name
thx go diving into it ;-)
Some other goodies: http://themes.tikiwiki.org/Template+Tricks
marclaporte: are you aware of the category error in V. 5.0 b1, I posted approx. 3 hours ago?
Ma, sorry, wasn't paying attention. The top menu is a new feature of Tiki 5 called secondary site menu. You can input menu syntax or links or whatever in a Look and Feel textarea for it.
coaboa : I saw your post but wasn't aware
chibaguy: ah, there.. Now I found that input-field
Morning Kimberlee :)
chibaguy: If I want some custom css. Is there a custom.css to separate it from the general css for the site?
Morning RavenC. :-)
yes, you can add a custom.css file to the css/ directory, to affect all themes, or in styles/themename/ directory, to affect just one theme.
chibaguy: ok, and that is included auto?
yes
chibaguy: nice
tikiwiki: 03sylvieg * r26619 10/branches/5.x/ (5 files in 4 dirs): [FIX]xmlzip: reimport with the previous date except if the page already exists
marclaporte: can't get this to work. The page selector still shows the name of the input form and the resulting page doesn't use the tpl.
if i set that any registered user can read comments globally, does it still require them to be able to be permitted to read a commented object, to saee comments?
mod-search_wiki_page : Iwould like to center the "Go"
button
would I edit the tpl in order to do that ?
my ongoing quest to learn..... :)
RavenC: hi, can you provide link to view the source ?
RavenC: it depends on the context, it's probable you'll need only a piece of CSS to achieve that
like #moduleid input[type="submit"] {text-align: center; margin: auto}
http://dev.kronosdata.net/tw42/tiki-index.php
test / test
top left module
Search Wiki Page
I didn't know where to put the align statement
lemme have a look
thank you
this should do the trick: #mod-search_wiki_pagel1 .wikiaction {display: block; text-align: center; margin: auto}
luciash, where would I place that ?
in your styles/strasa/custom.css
awesome! Thank you so much for helping me out! :)
or you can test it globally in Admin → L & F, second tab, custom head section when you put it inside
np
very cool! It worked perfectly in the admin L/F
there is not a custom.css in styles/strasa. I assume tiki will see it when I create it
and it did! very cool
:)
tikiwiki: 03jonnybradley * r26620 10/branches/5.x/lib/tikidate-php5.php: [FIX] Lowercase z in setTimezone
tikiwiki: 03jonnybradley * r26621 10/branches/5.x/lib/ (tikilib.php wiki-plugins/wikiplugin_countdown.php): [MOD] Change calls to convertTZByID over to use setTZbyID (as these functions have been identical since before php 5)
New Forum Posts: Installing Collaborative Community 4x Profile - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=36895
tikiwiki: 03sylvieg * r26623 10/branches/5.x/templates/tracker_item_field_input.tpl: [FIX]tracker: if user selector field is empty, do not set it to current user when editing
tikiwiki: 03jonnybradley * r26624 10/third_party/jquery/jquery.sheet/ (jquery.sheet.css jquery.sheet.js): [FIX] Min cell width and json row fix (not used in tiki)
tikiwiki: 03jonnybradley * r26625 10/branches/5.x/ (lib/jquery_tiki/tiki-jquery.js tiki-view_sheets.php): [FIX] jquery.sheet save button fix
tikiwiki: 03sylvieg * r26626 10/trunk/ (56 files in 43 dirs): [MRG] Automatic merge, branches/5.x 26600 to 26623
tikiwiki: 03lphuberdeau * r26627 10/branches/5.x/lib/ (prefs/style.php tikilib.php): [ENH] Make sure the None option is available when the theme has no options
New Forum Posts: Sendmail - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36896
polom
hi chealer
hey jonnyb
tikiwiki: 03lphuberdeau * r26628 10/branches/5.x/ (3 files in 3 dirs):
tikiwiki: [FIX] Abusive CPU and memory usage when building list of timezones in the admin
tikiwiki: panel (18% total CPU + memory exhausts allocating 3M blocks), moved preference
tikiwiki: to lesser magic, removed the offset calculation and the excessive {math} smarty
tikiwiki: plugin calls (yes, they are expensive) - removed the pear date option from the
tikiwiki: admin panel as it is not used
tikiwiki: 03chealer * r26629 10/branches/5.x/templates/tiki-admin_banning.tpl:
tikiwiki: [FIX] Check / Uncheck All ("CheckAll is not defined", r24794 regression)
tikiwiki: [FIX] HTML special chars escaping
tikiwiki: Thanks Marc Laporte and luciash
tikiwiki: 03sylvieg * r26630 10/branches/5.x/ (3 files in 3 dirs):
tikiwiki: [FIX]log: fix 24869 to preserve existing: all system action are recorded +
tikiwiki: tiki_syslog.php shows all system actions even if not displayed in action log
tikiwiki: (please people that unchecked the system actions since 02/05/10 - please redo
tikiwiki: your setting)
tikiwiki: 03lphuberdeau * r26631 10/branches/5.x/lib/prefslib.php: [ENH] Refactor the code gathering preference location to make it usable in other contexts
tikiwiki: 03lphuberdeau * r26632 10/branches/5.x/doc/devtools/lessermagicreport.php: [ENH] Adding data in the report
tikiwiki: 03lphuberdeau * r26633 10/branches/5.x/templates/tiki-searchresults.tpl: [ENH] No need for comments to explain what gets closed when tags are balanced and indented.
I'm getting Apache child segfaults every time I try accessing tiki-install.php, for all Tiki versions I tried, on a fresh Debian testing install. What could be the problem?
tikiwiki: 03xavidp * r26634 10/trunk/templates/mail/user_watch_calendar.tpl: [FIX]Fix the url to read an article event online after it was posted and notified by email
tikiwiki: 03xavidp * r26635 10/branches/5.x/templates/mail/user_watch_calendar.tpl: [FIX][bp/r26634]Fix the url to read an article event online after it was posted and notified by email
xavi: please don't fix 5.x and trunk bugs in both branches, as long as 5.x is being merged to trunk, only 5.x
argh, sorry, chealer
my fault
what should I do now, then?
(I'm not doing the merges, but I think that's what people doing it would tell you)
tikiwiki: 03xavidp * r26636 10/branches/proposals/4.x/templates/mail/user_watch_calendar.tpl: [FIX][bp/r26634]Fix the url to read an article event online after it was posted and notified by email
xavi: I don't know if it's worth reverting. sylvieg?
mmm, I've never rolled back anything (I don't know how to do that). Should I roll back my manual commit to trunk, then?
xavi: hehe, don't count on it. kdesvn revert will only revert local changes.
ah, ok :-)
ok, enough for me right now. Back to grading students work . Cheers
damn PHP segfaults
The already installed Tikis work fine. On a fresh install, the segfault happens at step 5, clicking "Install"
sylvieg, luciash: any idea what I could do?
I have seg fault too ;-) on my fedora not my ubuntu
tikiwiki: 03marclaporte * r26637 10/branches/5.x/robots.txt: [DOC] doc about how to use robots.txt
sylvieg: only in the installer? I remember you mentioning that, where was it?
This install is using PHP 5.3.2
tikiwiki: 03marclaporte * r26638 10/branches/5.x/lib/prefs/multidomain.php: [DOC] doc link for Multi-Domain
i think the same thatn you
it happens in a creation of an object of the class - probably a php bug
Hum. My previous install has 5.3.1 - but how likely would an upgrade to 5.3.2 cause such a regression...
tikiwiki: 03marclaporte * r26639 10/branches/5.x/doc/devtools/lessermagicreport.php: [DOC] How to use new lessermagicreport.php
sylvieg: so what did you do?
nothing yet
I was the only one to complain
sylvieg: sorry but where did you complain?
here on irc - so my conclusion was that it is my system
I am upgrading regularly - crossing my finger...
sylvieg: hum, that does sound like your problem. which Fedora and Ubuntu versions do you use?
sylvie's problem report is I think http://irc.tikiwiki.org/irclogger_log/tikiwiki?date=2010-04-05,Mon&sel=105#l101
fedora 12 - I think - ubuntu I need to put on the computer
Fedora 12 seems to have PHP 5.3.0
only rawhide would have 5.3.2
sylvieg: Gah. just upgrading PHP to 5.3.2 on my previous machine broke it.
I have php5.3.2
sylvieg: on which OS?
inux version 2.6.32.11-99.fc12.x86_64
I had no luck with php 5.3.2 ... i had to go back to 5.3.1 to get install to work
ahah .. perhaps we have to send a mail on devel - to see how many people ..
sorry everyone else had the issue too, but I thought it was just a windows quirk...
I did note it at http://doc.tikiwiki.org/Windows+Server+Install&structure=Documentation
RavenC: thank you. I was precisely wondering if Windows was affected too.
Is there anyone who has tiki-install.php working fine on PHP 5.3.2?
RavenC: the page talks about database errors. What we're getting is PHP segfaults. do you have that?
chealer: After the faulty install with 5.0Beta1, i tried a 4.2 on the same platform (with 5.3.2). I did get an 500 error during install, but oddly, I went back to the site root and it came up and everything "appeared" to work. I did not give me the option to lock the system, etc....
RavenC: aha, right, the 500 must be the same issue.
sylvieg: right. I'll send a mail unless someone says PHP 5.3.2 works fine soon.
more than likely.
When I got the error, it stated it was related to the fastcgi failing unexpectedly.
that is when i nuked the server and started over.
sylvieg: what do you know about the bug? you talked about class instanciation...
tikiwiki: 03eromneg * r26641 10/trunk/lib/profilelib/installlib.php: [ENH] allow module created by menu handler to not be assigned to a side column and add a new module title parameter option
tikiwiki: 03sylvieg * r26642 10/branches/5.x/ (4 files in 4 dirs): [NEW]log: add an optional setting to record feature change in log - default: on (in 5 for Marc)
played around with tracker page selector. Did not manage to make the created page named $f_itemId (autoincremented). Want to have a wiki page with that ID for each tracker item.any hint.
name should be eg. Beverage-No-0001 where 0001 is the itemId from the same tracker.
chealer:I do not remember ...
PolisMemRitualis: I do not think it is possible - a profile or datachannel can do this kind of job
ok thx
tikiwiki: 03sylvieg * r26643 10/branches/5.x/lib/setup/prefs.php: regression? at least 3 people complain about the lost of the item calendar popup when upgrading from 2. so better to show them there is a popup than to say you need to change the feature
tikiwiki: 03chealer * r26644 10/branches/5.x/tiki-admin_toolbars.php: [FIX] HTML special chars escaping