amette: dev.tw.o unreachable hi is there someone who can help me :) i can not remove a users from the admin group? doese someone have a solution for that? SVN: Commit by sept_7 :: r 15966 /trunk/ (2 files in 2 dirs): [FIX] calendar : fix Go to and new event creation... hNz, removing a user from a group normally works with no problem. Sometimes user appear to still be in a group after being removed, but this is because you're viewing a cached copy of the page. Try clearing the Tiki caches after deleting the user. i already find the problem ... thank you (: ! amette: thx, it's working again luciash: np, welcome SVN: Commit by chibaguy :: r 15967 /trunk/ (2 files in 2 dirs): [FIX] Replaced tables with divs and lists for better semantic layout and consistency with other modules. Typo fixed in .php file to enable nonums parameter. SVN: Commit by chibaguy :: r 15969 /branches/experimental/ui-revamp/styles/coelesce.css: [FIX] Page control layout improved; forums updated, colors updated, some IE7 fixes, etc. SVN: Commit by chibaguy :: r 15968 /trunk/templates/tiki.tpl: [FIX] div#footer should be below, not in, div#middle. attn doc admin: http://doc.tikiwiki.org/files/Tiki19beta.pdf is 404 SVN: Commit by lphuberdeau :: r 15970 /branches/experimental/ui-revamp/ (64 files in 16 dirs): [MRG] Automatic merge, trunk 15923 to 15968 SVN: Commit by sylvieg :: r 15971 /trunk/ (2 files in 2 dirs): [FIX]calendar: refresh the input event panal as soon as the calendar is changed + can add an event to the first calendar even if no calendar has been selected (as the info view is the one of the first calendar) SVN: Commit by lphuberdeau :: r 15973 /branches/experimental/ui-revamp/lib/ (2 files): [MOD] Give permanent names to items to allow templates to access them SVN: Commit by sylvieg :: r 15972 /trunk/templates/tiki-calendar_edit_item.tpl: [FIX]calendar: move down recurrence input (no code change) + delete goto as calendar change as properly handle now I think ui.tw.o is starting to look great with the controls SVN: Commit by sylvieg :: r 15974 /trunk/templates/ (2 files): [FIX]calendar: move the calendars button in another navbar + color the calendar select lphuberdeau: +1 SVN: Commit by lphuberdeau :: r 15975 /branches/experimental/ui-revamp/lib/ (2 files): [MOD] Converting to fluent interface SVN: Commit by lphuberdeau :: r 15976 /branches/experimental/ui-revamp/lib/ (2 files): [NEW] Adding optional icons on elements built on Dec 6 2008, gcc: 4.3.2 <-- what does this look like to tikiwiki that it would cause a permission denied when i try to add that to a program's version string? can you rephrase that? i am asking if it's looks like half a formatting like ^^ or (()) or somethig to tikiwiki that it would cause a "permission denied" when i try to save it that built on error really looks like an apache error http://rafb.net/p/HGcMdn99.html tikiwiki does not really care about gcc which version are you using? lphuberdeau: i mean i add the string 'built on Dec 6 2008, gcc: 4.3.2' to a page and when i hit save, i get the above error, let me check what version that host has which version of tikiwiki I mean i am apparently blind, i don't find any glaringly obvious version information on the wiki, and the host's "Fantastico" page is not much more help :/ 2.2 apparently SVN: Commit by sylvieg :: r 15978 /trunk/templates/tiki-calendar_edit_item.tpl: [MOD]calendar: color the calendar name lphuberdeau: so it's 2.2 which is (stable), why would i get the above error if i try to add the gcc string that ffmpeg and x264 out put when asked for their versions (was trying to keep a record of when i last built them, aside from how i built them) I don't see why it would be related to the text you type in... you can see the version from admin > general right, since i don't see how this string relates to the software telling me off, i figured i ask here ;) just added that to another page and when saving it, i get the same error SVN: Commit by lphuberdeau :: r 15979 /branches/experimental/ui-revamp/ (11 files in 2 dirs): [MOD] Allow controls to render both header and footer SVN: Commit by sylvieg :: r 15981 /trunk/tiki-browse_gallery.php: [MOD]gal: use default if image per row/ column is stupid SVN: Commit by sept_7 :: r 15980 /trunk/lib/smarty_tiki/function.autosave.php: [FIX] autosave : tikilib must be global for tikilib->get_ip_address() SVN: Commit by lphuberdeau :: r 15982 /branches/experimental/ui-revamp/ (13 files in 3 dirs): [MOD] Using the same name for the controls object in all templates I am trying to commit the code of a wikiplugin ANNOTATION to https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/branches/experimental/annotation hello all I am trying to commit the code for wikiplugin ANNOTATION to https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/branches/experimental/annotation just now I successfully(this is what I believe am not sure though) executed the command svn co https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/branches/experimental/annotation /var/www/annotation/ what should I do next? Does this ANNOTATION do the same thing as the existing plugin by the same name? yeah the prupose is same but with some enhancements better visually pleasing effects For more details visit https://wiki.mozilla.org/Support/ScreenshotAnnotator Article problem: In 2.2 I'm trying to use "Own image" but the image is not being shown. I am trying to commit a code for the first time, so if anyone can please help me :s SEWilco2: Do you have any idea regarding what should I do? I've only done a few commits so prefer to let someone else answer. svn com it -m "my comment" lib/wiki-plugin/wikiplugin_annottation.php it will go directly in the expertimental as you checkout experimental porsh: sylvieg had an answer, wait for repeat. ok :) hi all today i added +100 users via the csv upload function, using their emails also as their userids how do you notify so many users about their login information? i wrote a shell script, that takes the csv and fills out a mailtemplate then mails it to the according user. is there a better way? in 3.x there is a checkbox to send an email to checked users - in 2.x - create a neswletter.. perhaps.. or use directly the mail php funciton if wanted i could share the script. sylvieg: thanks sylvieg: can you repeat your answer sylvieg: > i wrote a shell script, that takes the csv and fills out a mailtemplate then mails it to the according user. is there a better way? using emails as userids also raises another issue, even moderately long email addresses are long enought to choke on tiki_users_score.event_id(char 40). in this case the event_id is composed of some string and the userid:objectid, now this is easily longer than 40 chars and this field is a primary key, so my users are getting some db errors. i changed this value manually, but fear that this might happen also in other tables. porsh: I'll repeat it. sylvieg> svn com it -m "my comment" lib/wiki-plugin/wikiplugin_annottation.php sylvieg> it will go directly in the expertimental as you checkout experimental Great, I can't get "Own image" to appear in one article. Tried without a topic image, shortened image caption, different image sizes. porsh, which step are you at? (sorry about the delay, wiki went down and had to relocate) lphuberdeau: svn co https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/branches/experimental/annotation /var/www/annotation/ I successfully executed this step now what should I do next? add your code in I have 4 files for the plugin put them at the right place, svn add the new ones, test and svn commit Should I replace the wikiplugin_annotation.php and tiki-annotation_edit.php and the other requied 2 files in the /var/www/annotation/ ? I am new to svn Should I replace the wikiplugin_annotation.php and tiki-annotation_edit.php and the other requied 2 files in the /var/www/annotation/ ? Odd. "Template tiki-read_article.tpl not registered" appeared when I tried "Go back" on the confirm action page from deleting an article. Hmm. no they both were changed in the mean time, so you will need to adapt your changes in the new code kind of thing you avoid by committing early tiki-annotation_edit.php no longer exists, it was renamed tiki-wikiplugin_edit.php and now serves a larger purpose So can't we have another file added to the source codes say tiki-annotation_edit2.php for sake of working of the code written by me? Should I change the name of the wikiplugin to ANNOTATION2 for testing purposes? that way I will be adding 4 new files to the experimental branch atleast we can then start testing the code in the real environment later we may edit the code to cope up with present changes done regarding the wikiplugin :s you're on a separate branch, not affecting anyone but duplicating the files is not a good idea... it's more code to maintain So what should I de? I just want to show you all its working......presently I am not in a position to do any changes to the code *do well, you can commit the code however you want in that branch and can clean up later how to do that? I am new to svn and have no knowledge about it can you be specific about the commands I need to execute? svn add svn commit I am referring http://dev.tikiwiki.org/svntips I believe first I need to add/replace the files for plugin to /var/www/annotation ? of course ok give me a minute ok done......the files are now copied now what should I do? svn add on each of them can you post the complete command I need to execute :( no, I don't know the file names just svn add with a list of files say the file name is xyz svn add xyz ok done.....what next? little check... svn status what's the output? first I did "svn add tiki-annotation_edit.php " in /var/www/annotation the output was "A tiki-annotation_edit.php " similar output for other 4 files for wikipugin_annotation.php there was a svn warning svn: warning: 'lib/wiki-plugins/wikiplugin_annotation.php' is already under version control is that ok? yes my internet connection is terrible today.....am getting disconnected every now and then :( I intentionally rebooted in case Windows XP was locking the image that I'm trying to upload. Apparently something else is wrong. I tried a different image as the "Own image" but that isn't appearing in the article either. I uploaded yet another image to a file gallery and that is displaying within the article, but I need an "Own image" at the top. SVN: Commit by pkdille :: r 15983 /branches/experimental/ui-revamp/lib/smarty_tiki/function.autosave.php: [FIX] Merge fix to this branch lphuberdeau: svn status output was... X lib/jscalendar X lib/adodb X lib/htmlpurifier X lib/smarty X lib/phplayers X lib/fckeditor M lib/wiki-plugins/wikiplugin_annotation.php X lib/ajax/xajax A lib/imageannotation A lib/imageannotation/annotation-js.js A styles/imageannotation A styles/imageannotation/default.css A tiki-annotation_edit.php Performing status on external item at 'lib/phplayers' Performing status on external item at 'lib/adodb' Performing status on external item at 'lib/smarty' Performing status on external item at 'lib/jscalendar' Performing status on external item at 'lib/fckeditor' Performing status on external item at 'lib/htmlpurifier' Performing status on external item at 'lib/ajax/xajax' so what should I do now? hi I am doing an upgrade from 1.9.11 to 2, and get a lot of SQL errors (and also "Upgrade comlete"...??) of the sort: Command: ALTER TABLE users_users ADD INDEX login (login) | Message: Duplicate key name 'login'" - need I worry or is this ok? hume: I think the "Duplicate key name" errors are OK. ok...I have logged in now and it looks ok so far... can I ask you about trackers? These are new to me is there a way for users to add comments to tracker items? Like in a ticket system oops... forgot to watch the room for a little too long trackers can have coment (admin->tracker) comment great...thx now I have run into a problem, trying to configure a TrackerList plugin, like this: {TRACKERLIST(trackerId=>1,fields=>1:2:3:4, showtitle=>n, showdesc=>n, showinitials=>n, showstatus=>n)}Notice{TRACKERLIST} but I get error msg: "no field indicated" - what does that mean? I can se no difference between mine and the ones on tiki-docs...? Are 1,2.. gvalid fieldId? well, there are 5 fields, called 1, 2, 3, 4 and 5. 2 is numeric the others text no, 3 is radio buttons called - what do you mean? you can not choose the fieldId it is returned by the database yes, I mean that is the ID displayed when fields are listed hi so: yes there are 5 fields, having fieldId 1 to 5 I recently upgraded to TikiWiki 2.2 and now my File Upload is broken here's the error I get: http://tinypaste.com/5aa9c maybe someone has an idea or can help? happens with tiki-upload_file.php _Pablo_: out of memory - increase your memory limit eh?? it used to work with the old tikiwiki sylvieg, any ideas? I am new to trackers and why would it make a SQL query for the forums if it's a file upload? hume: are the fields public? SVN: Commit by lphuberdeau :: r 15984 /branches/experimental/ui-revamp/ (6 files in 5 dirs): [MOD] Revamp of the quicktag handling (unfinished) _Pablo_: no idea but it can be a module? sylvieg, ah...no.. missed that, just made them not hidden like what module? Not during the file upload, but when displaying the image after the upload, the comments DB might be examined to see if there are any comments for that item. Comments can exist for files and images. well... the error appears upon opening the upload feature even before I can upload anything uploading images using the image gallery works fine sylvieg, thx, now I got it working,.,:) :/ file galleries have been redone in 2.x - not the image gal. so perhaps the code is more memory consuming - check in admin->phpinfo - your memory limit will do... might be back if I can't get it working... Thanks tho ll8r SVN: Commit by sylvieg :: r 15985 /trunk/ (2 files in 2 dirs): [MOD]tracker: new option to an image field to have a shadowbox SVN: Commit by niclone :: r 15987 /trunk/ (3 files in 3 dirs): [FIX] newsletters: re-import some code for drafts and 'text' support + somes fixs to make it work. SVN: Commit by lphuberdeau :: r 15986 /branches/experimental/ui-revamp/lib/quicktags/quicktagslib.php: [MOD] Defining a few more quicktags SVN: Commit by lphuberdeau :: r 15988 /branches/experimental/ui-revamp/lib/quicktags/quicktagslib.php: [MOD] Defining a few more quicktags SVN: Commit by lphuberdeau :: r 15989 /branches/experimental/ui-revamp/lib/ (2 files in 2 dirs): [MOD] Setting full default