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

WhoWhatWhen
Tiki-KGB03nkoth r51961 10branches/13.x/templates/wiki-plugins/wikiplugin_trackerlist.tpl
[FIX] Lines not wrapping within wide tables (fix needs to be spread to other templates)
[00:04]
.... (idle for 16mn)
03eromneg r51962 10branches/13.x/ 10(5 files)
[FIX] add another div around the table so that wide tables are not stretched and text is wrapped etc., so they do not need to be scrolled. There may be more .tpl files that this needs to be applied to.
[00:20]
................ (idle for 1h18mn)
lindonbjoined #tikiwiki [01:38]
......... (idle for 40mn)
Tiki-KGB03jyhem r51963 10branches/12.x/lib/core/Table/Code/WidgetOptions.php * [FIX] Reduce the chances of empty admin users list [02:18]
................................................ (idle for 3h56mn)
nelsonkoleft #tikiwiki [06:14]
......... (idle for 42mn)
Tiki-KGB03chibaguy r51964 10branches/13.x/ 10(5 files)
[FIX] Class="table" doesn't seem to be necessary; the div itself with no class specified will cause text to wrap (in my tests - roll back if you find the class is actually needed).
[06:56]
03chibaguy r51965 10branches/13.x/ 10(27 files in 4 dirs)
[FIX] Responsive table media query breakpoint was reduced to make width changes smoother; overflow-x was changed from scroll to auto to prevent display of scrollbar unless it is needed by content.
[07:02]
....... (idle for 34mn)
03chibaguy r51966 10branches/13.x/ 10(12 files in 7 dirs) * [FIX] Improve title-background contrast of module titles. [07:36]
..................... (idle for 1h40mn)
fabriciusjoined #tikiwiki [09:16]
shizzlejoined #tikiwiki [09:22]
hi
if i send a newsletter containing an article, links to attached files are wrong... (within the article the links work)
http://www.tiki-download_file.php/?fileId=2512 <- the download link in the newsletter loks like this
any clue how to resolve this? (couldnt find anything on the web - maybe i just couldnt find the right search term)
{FILE( type="gallery" fileId="2512" showicon="y")}Name of the file{FILE} (thats the link in the article)
[09:30]
............ (idle for 56mn)
xavijoined #tikiwiki [10:31]
.......... (idle for 48mn)
fabriciusjoined #tikiwiki [11:19]
............ (idle for 55mn)
Tiki-KGB03eromneg r51967 10branches/13.x/ 10(6 files)
[FIX] another batch of .tpl's omitting the class as per Gary's update: add another div around the table so that wide tables are not stretched and text is wrapped etc., so they do not need to be scrolled. There may be more .tpl files that this needs to be applied to.
[12:14]
Tiki|botNew Forum Posts: TikiWiki 6 and PHP compatiblity - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=52724 [12:25]
jonnybjoined #tikiwiki
polom
[12:38]
xavioups, that was a quick visit [12:43]
jonnyb_joined #tikiwiki [12:43]
Tiki|botNew Forum Posts: LGPL 2.1 vs 3.0 (compatible with Apache2?) & visjs.org - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=52727 [12:55]
.... (idle for 17mn)
Tiki-KGB03xavidp r51968 10branches/13.x/templates/wizard/profiles_useful_changes_in_display.tpl
[FIX]Remove from the Profiles Wizard the uneeded "Mobile" profile in Tiki 13.x to have the display adapted automagically to mobile devices
[13:12]
Tiki|botRecent Bug: - http://dev.tiki.org/item5342 [13:18]
Tiki-KGB03jyhem r51969 10branches/12.x/lib/core/Table/Code/WidgetOptions.php * [FIX] Clean fix of empty admin users list bug (better than r51963) [13:20]
03jonnybradley r51970 10branches/13.x/tiki-wikiplugin_edit.php
[FIX] wysiwyg: Only parse back to wiki if it's the wysiwyg plugin being edited. Possibly should also check for if the page is_html but this stops all pages breaking when plugins are edited.
(following r50752 which i don't fully understand, as even with that change, the wysiwyg plugin still operates in html but somehow wiki syntax seems to get saved)
[13:26]
jonnyb_Jyhem: you there? [13:26]
Jyhemjonnyb_: somehow (some stuff cooking) [13:28]
Tiki|botRecent Bug: - http://dev.tiki.org/item5343 [13:28]
jonnyb_just wondering - re r51969 or r51963 - how come you can see the user admin page without any users on it? [13:30]
JyhemA lot of people have been complaining about this and now I finally got a site which experiences the issue. Just create a group called "Braine l'Alleud" and put one user in it
then the whole user list is empty and your firebug console complains that :
SyntaxError: missing : after property id
'Braine l'Alleud' : function(e, n, f, i) { return /Braine l'Alleud/.te
Digging deeper, you see the complete line : 'Braine l'Alleud' : function(e, n, f, i) { return /Braine l'Alleud/.test(e);},
And then after you have fixed Braine l'Alleud, it breaks on group 'Chão Bom / São Miguel Tarrafal' because of the slash in the regexp.
And you realise this regexp is actually a bad design since you really want a match, not a partial match
Otherwise, looking for group 'Strasbourg' matches both 'Strasbourg' and 'Strasbourg-Campagne' and not the other way round (yuck)
[13:41]
jonnyb_(sorry Jyhem, back) ew, that all doesn't sound good, it should be using group id's i guess [13:50]
.... (idle for 16mn)
Tiki-KGB03eromneg r51971 10branches/13.x/ 10(8 files)
[FIX] yet another batch of .tpl's omitting the class as per Gary's update: add another div around the table so that wide tables are not stretched and text is wrapped etc., so they do not need to be scrolled. There may be more .tpl files that this needs to be applied to.
[14:06]
jonnyb_hmm, can't add a group :( i'm getting "Notice: this variable may not be empty: $_POST["username"]" (which usually means there's an unclosed form in col1) [14:06]
Tiki-KGB03jonnybradley r51972 10branches/13.x/templates/tiki-admingroups.tpl
[FIX] group admin: Missing closing tag on details form and member list form only closed sometimes - bootstrap casualties
03eromneg r51973 10branches/13.x/templates/tiki-article_types.tpl
[FIX] add another div around the table so that wide tables are not stretched and text is wrapped etc., so they do not need to be scrolled - but for this tpl add a new class so that customisation is possible (eg reduce the font size), since this table can be quite wide even when all text wrapping is achieved.
[14:12]
nelsonkojoined #tikiwiki [14:15]
.... (idle for 15mn)
Tiki-KGB03jonnybradley r51974 10branches/13.x/lib/core/Table/Code/WidgetOptionsFilter.php
[FIX] tablesorter: Escape single quotes in dropdown filters, as seen on group admin with groups containing a quote char (sort of fore-port of r51969, thanks Jyhem)
[14:30]
jonnyb_polom nelsonko - did you see http://sourceforge.net/p/tikiwiki/code/51970 ? [14:30]
nelsonkojonny: nope, just got up and have too many things to do today, but looking [14:31]
jonnyb_it was related to your fix for the wysiwyg plugin using wiki syntax, which i remember you asked about at the time but i wasn't able to investigate properly (although i recall thinking that wasn't enough code to work fully!)
ok, no probs, think i fixed it enough for 13.0 but it's still porbably not quite right
[14:31]
nelsonkoso I've been using it and so far it still operates as html yes [14:32]
jonnybjonnyb hates those underscores
not sure how it makes sense parsing to wiki in tiki-wikiplugin_edit.php though?
but i left it in there only when editing that plugin (it was breaking pages with all others) - just seems a bit odd :)
[14:33]
nelsonkoseems to make sense. I did not check that tiki-wikiplugin_edit.php was used by other things
but of course it is
[14:37]
jonnyball the little green jigsaw piece icons ;) [14:38]
nelsonkoyes it is obvious now,
it just didn't click that the wysiwyg plugin was using that to save its contents
sort of mental blocked when I did that
[14:39]
jonnybyes, i'd forgotten that too (and i wrote it!) [14:40]
nelsonkomaybe it should have it's own way, but I don't know [14:40]
jonnybew, just got a load of conflicts with trunk :(
yes, ideally it should use a service or two
[14:41]
nelsonkoright [14:41]
Tiki-KGB03lphuberdeau r51975 10branches/12.x/ 10(6 files in 4 dirs)
[FIX] Translation was done at the library level, causing non-site default language administrator editing fields to change the field names to the tranlsated values for everyone (will forward-port adapted fix soon)
[14:42]
03jonnybradley r51976 10(73 files in 24 dirs)
[MRG] Automatic merge, branches/13.x 51955 to 51974
Conflicts occurred during the merge - fixed by hand (table-striped classes added in trunk)
templates/tiki-forums.tpl
templates/tiki-list_blogs.tpl
templates/tiki-list_trackers.tpl
templates/tiki-listpages_content.tpl
03robertplummer r51977 10branches/13.x/ 10(5 files in 5 dirs) * [FIX] Ensure search results with output type of wikiLingo are parsed correctly
[14:48]
jonnyblunch, bbl [14:53]
Tiki-KGB03lphuberdeau r51978 10branches/13.x/ 10(8 files in 5 dirs)
[FIX] Translation was done at the library level, causing non-site default language administrator editing fields to change the field names to the tranlsated values for everyone
[14:58]
nelsonkojonnybradley [15:01]
jonnybhi nelsonko [15:01]
nelsonkojonnyb, looks like if we go ahead to add the <div table="class"> it will cause lots of conflicts [15:02]
Tiki-KGB03lphuberdeau r51979 10(14 files in 11 dirs) * [MRG] Automatic merge, branches/13.x 51974 to 51978 [15:02]
jonnybjonnyb should have actually gone for lunch ;)
yes, seems someone's added a load of "striped" classes in trunk - maybe we should backport them first?
[15:02]
nelsonkoworth a try
let me reply to that thread o devlist before anyone commits more
[15:03]
jonnybok, good plan
i go eat
[15:04]
Tiki|botNew Forum Posts: dev.tiki.org layout - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=52729 [15:15]
dabrightjoined #tikiwiki [15:16]
..... (idle for 20mn)
fabriciusjoined #tikiwiki [15:36]
jonnybjoined #tikiwiki [15:40]
............ (idle for 55mn)
Tiki|botNew Forum Posts: LGPL 2.1 vs 3.0 (compatible with Apache2?) & visjs.org - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=52733 [16:35]
Tiki-KGB03lphuberdeau r51980 03trunk/templates/prefs/multiselector.tpl * [FIX] Missing file [16:38]
03lphuberdeau r51981 10trunk/lib/ 10userslib.php 10core/Search/ContentSource/GroupSource.php 10setup/events.php * [MOD] Make sure the index is updated when groups are added/updated/removed [16:46]
Tiki|botRecent Bug: - http://dev.tiki.org/item5344 [16:48]
....... (idle for 32mn)
Tiki-KGB03luciash r51982 10branches/13.x/lib/smarty_tiki/function.query.php
[FIX] to get the correct path from current script using dirname() it is always better to use REQUEST_URI instead of PHP_SELF server var (fixes https://dev.tiki.org/bug5110)
[17:20]
........... (idle for 52mn)
03lphuberdeau r51983 10trunk/ 10(12 files in 9 dirs)
[ENH] Indexing tracker fields as well to make them available through selectors, deploy selectors for tracker field options
[18:12]
nelsonkojonnyb: are you there? can you help geoff with the <div class="table" merge issue? I think he has done a bit but not committed yet (as per his mail to devlist) [18:14]
jonnybhere, nelsonko - just finishing a call [18:16]
Tiki|botNew Forum Posts: Opportunity for security audit of your Tiki (respond by 31 July) - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=52736 [18:25]
jonnybjoined #tikiwiki [18:36]
nelsonkojoined #tikiwiki [18:42]
jonnybre
nelsonko: have replied to Geoff's query re the conflicts
don't think there's a particularly good way to avoid them
[18:42]
nelsonkouh, ok [18:45]
jonnybby the way, did you see that links like https://dev.tiki.org/bug5110 don't work any more? (sawm for https://dev.tiki.org/wish5110)
were they in .htaccess? maybe the customisations didn't get copied across to the new server?
[18:46]
nelsonkointeresting, is that plugin alias?
maybe they were htaccess let me cehck
[18:47]
jonnybyes, think they are [18:48]
nelsonkoI think it's nginx rules
.htaccess is copied over but because we are running nginx the config is elsewhere
[18:50]
jonnybhmm, not familair with nginx - does it have rewrite rules? [18:51]
nelsonkonginx needs it's own rules, it does not obey .htaccess [18:51]
jonnybwasn't 12.x dev.tiki.org on nginx too? [18:51]
nelsonkoyes but the rules were probably not copied over to the new server (they are in nginx.conf or something like that)
strange can't find them
[18:52]
jonnybaha, understood (shame we don't have a way of adding stuff to route.php easily yet) [18:54]
nelsonkostrange .htaccess works on the old server [18:58]
jonnybhmmm, different versions maybe?
for apache you can set what can be overriden in .htaccess in the main conf file directory definitions, maybe nginx is similar?
when i say "directory definitions" i might mean virtual server thingies...
[18:59]
nelsonkoah apache is running too that's why [19:03]
jonnybaha, maybe that's what's making it so slow too? [19:04]
.... (idle for 17mn)
nelsonkodone rules added [19:21]
jonnybyay, well done! :)
both bug and wish links back, thanks
[19:21]
.... (idle for 15mn)
nelsonkobtw are you still getting those 504s? [19:37]
jonnybhaven't been on dev much in last hour, but will keep an eye on it
just logged out and in and was fine
[19:38]
..... (idle for 21mn)
Tiki-KGB03jonnybradley r51984 10branches/13.x/lib/jquery_tiki/tiki-jquery.js
[FIX] comments: Restore "modal" busy indicator while saving comments (sure it use to do that in 12.x?)
[20:00]
Telesightjoined #tikiwiki [20:07]
jonnybnelsonko: still there? i think the htaccess change has broken the service rewrite rules - try http://dev.tiki.org/tiki-comment-list?type=trackeritem&objectId=5300
gots a 404
(was working before, i was posting comments)
[20:11]
nelsonkolet me revert and see
try now
strange, the rule is matching weird
[20:12]
jonnybyup, comments are back [20:14]
nelsonkoanyway, so far so good [20:15]
jonnyband wish1234 seems ok too still
so any idea about http://dev.tiki.org/item5300 - looks quite mysterious to me
and also quite horrifying (hate character encoding bugs!)
[20:15]
...... (idle for 27mn)
jonnyb_joined #tikiwiki [20:44]
Telesight1joined #tikiwiki [20:47]
nelsonkoI should comment on the bug
you have to change mysql encoding used
but this one not sure
[20:51]
nay thing I can think of is to try the dump and see if can reproduce - but I don't have time to ooh into it
I can get a tiki.org dump...
from the backup svr
[20:57]
TomJarvisjoined #tikiwiki [21:01]
nelsonkohmm, no backup [21:01]
.... (idle for 15mn)
must be due to the server move [21:16]
mailed oliver [21:22]
........... (idle for 52mn)
xavileft #tikiwiki [22:14]
..... (idle for 20mn)
jonnybhi nelsonko - sorry, only have irc notification if you mention my nick, thanks for looking into that
have to go now, more tomorrow
[22:34]
nelsonkoleft #tikiwiki [22:34]

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