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

WhoWhatWhen
NoteOnjoined #tikiwiki [00:29]
.......... (idle for 45mn)
Tiki-KGB03drsassafras r61065 10trunk/themes/ 10(6 files in 4 dirs)
[ENH] Partial Revert of: Removed outdated prefixes. Kept -webkit-border-radius, -moz-border-radius, -moz-linear-gradient, reverted everything else.
[01:14]
03drsassafras r61066 10trunk/themes/ 10greenvalley/css/greenvalley.css 10greenvalley/less/tiki-selectors.less * [ENH] Removed last prefixed border radius [01:26]
..... (idle for 22mn)
03rjsmelo r61067 03branches/experimental/schedulers * Add support for schedulers in Tiki
03rjsmelo r61068 10branches/experimental/schedulers/ 10(13 files in 9 dirs) * [NEW] Add support for schedule tiki tasks (cron)
[01:48]
....... (idle for 32mn)
03drsassafras r61069 10trunk/themes/ 10(41 files in 39 dirs) * [FIX] Adding transition prefixes to match bootstrap [02:24]
..... (idle for 23mn)
panamausjoined #tikiwiki [02:47]
amettejoined #tikiwiki [02:50]
............... (idle for 1h12mn)
Tiki-KGB03drsassafras r61070 10trunk/ 10(80 files in 9 dirs)
[REF][KIL] Revert of previous Openlayer commit (Moved images and css back into openlayer directory, re-added unused js, css and images)
[04:02]
03chibaguy r61071 10branches/16.x/lib/codemirror_tiki/codemirror_tiki.js
[FIX] [UI] Codemirror Toggle Highlighter and Change Highlighter buttons were styled as links. Added Bootstrap classes to have button style (btn-default); also replaced inline CSS with class.
[04:10]
................ (idle for 1h16mn)
03drsassafras r61072 10trunk/themes/ 10(58 files in 54 dirs)
[ENH] Bootstrap Style Conventions (-box) - Remove: -moz-box-shadow; Add: -webkit-box-sizing, -moz-box-sizing, -webkit-box-shadow; Removing unsupported prefixes saves download time. Adding prefixes for supported browses enables browser support for our styles.
[05:26]
fabriciusjoined #tikiwiki [05:32]
...... (idle for 28mn)
Tiki-KGB03chibaguy r61073 10trunk
[MRG][FIX] [UI] Codemirror Toggle Highlighter and Change Highlighter buttons were styled as links. Added Bootstrap classes to have button style (btn-default); also replaced inline CSS with class. [from branch16 revision 61071]
[06:00]
.... (idle for 18mn)
03drsassafras r61074 10trunk/themes/ 10(60 files in 59 dirs)
[ENH] Bootstrap Style Conventions - Remove: -moz-background-clip, ms-linear-gradient, moz-linear-gradient; Add: webkit-background-clip, -webkit-linear-gradient, -o-linear-gradient; Removing unsupported prefixes saves download time. Adding prefixes for supported browses enables better browser support for our styles.
[06:18]
chibaguyjoined #tikiwiki
polom
Is it normal for "number of reads" to stay at 0 in a new Tiki installation - for articles, forum posts, etc.? This is the case for me.
Also assuming admin reads aren't counted, I've visited the pages as anonymous user in another browser. Still no change in the number of reads.
(branch 16)
I rebuilt the search index. No effect on this.
[06:27]
..... (idle for 23mn)
Another question: When using legacy icons on tiki-admin.php, the icons have a CSS class like "icon icon-admin_i18n large/i18n". Last time I checked, slashes weren't valid in a CSS class name.
Also a couple of the anchors are now missing their graphic icon, getting the icon font instead.
A result of the image files being moved around, maybe.
[06:52]
Tiki-KGB03drsassafras r61075 10trunk/themes/ 10(5 files in 4 dirs)
[ENH][REF] Bootstrap Style Conventions - Add: -o-transform; for better opera support; Grouped prefixed styles for easier code reading
[07:02]
fabriciusjoined #tikiwiki [07:16]
...... (idle for 28mn)
Tiki-KGB03chibaguy r61076 10branches/16.x/lib/codemirror_tiki/codemirror_tiki.js
[FIX] [UI] Codemirror Toggle Highlighter and Change Highlighter buttons were styled as links. Simplified HTML also for better appearance.
[07:44]
03chibaguy r61077 10trunk
[MRG][FIX] [UI] Codemirror Toggle Highlighter and Change Highlighter buttons were styled as links. Simplified HTML also for better appearance. [from branch 16 revision 61076]
[07:54]
............. (idle for 1h0mn)
redflojoined #tikiwiki [08:54]
..... (idle for 20mn)
chibaguyjoined #tikiwiki [09:14]
...... (idle for 29mn)
chibaguy_joined #tikiwiki [09:43]
chibaguy__joined #tikiwiki [09:48]
............... (idle for 1h11mn)
asdejoined #tikiwiki [10:59]
.................. (idle for 1h29mn)
NoteOnjoined #tikiwiki [12:28]
Tiki-KGB03yonixxx r61078 10branches/16.x/lib/prefs/tracker.php * [FIX][DOC] Added missing information on the pref name and pref tip. [12:42]
olinuxxjoined #tikiwiki [12:49]
..................... (idle for 1h43mn)
Tiki-KGB03kroky6 r61079 10branches/16.x/ 10lib/core/Search/Formatter.php 10lib/core/Tracker/Field/UserSelector.php 10lib/smarty_tiki/function.user_selector.php
[ENH] UserSelector input rendering using smarty_user_selector changed to always include none value but with empty label in filter context
[14:32]
RadoSMoin, is there a way to make the cells in spreadsheets scale to the content as in desktop variants?
Currently cells must be resized manually to make them fully visible.
[14:44]
.... (idle for 16mn)
chibaguy__RadoS, as far as I know, there is no way to make the cells scale to the content. [15:00]
RadoSRadoS is trying to hack its way around this via css enforcement, but ... can this event triggered stuff be overruled? [15:03]
chibaguy__It probably can be overruled if the CSS rule is strong enough. But my little experiments in DOM inspector haven't had good results.
(I was trying different "display:..." rules for the cells.)
[15:04]
Tiki-KGB03kroky6 r61080 10branches/16.x/ 10(9 files in 8 dirs)
[ENH] use factory for Search_Formatter instantiation to get unqiue filter div id and anchor, so search form submission can anchor browsers to the right place
[15:06]
RadoSI was aiming at the "<col style=..." elements. [15:06]
chibaguy__Ok. Also, I tried "white-space: normal" for a cell and it seems to work.
.jSParent .jS td { white-space: normal; }
[15:07]
This seems to enable the content to show, but by allowing new lines, not be widening the columns. [15:18]
RadoSI guess white-space is required to wrap at all, but ... I'd like the have the cells auto-adjust to screen width like normal html tables.
Same with height.
[15:25]
nelsonkojoined #tikiwiki [15:27]
RadoSI find no value for "width" to override the explicit px size. :-(
Seems I have to hack the source to not use width/height params.
RadoS digs...
[15:31]
.... (idle for 16mn)
I succeeded eliminating row height by hacking drawRows... but trying the same with drawCols breaks display of the table altogether.
I have no clue about css there, when "width: 123px" is specified it's displayed, but taking it away make the cells go away.
Even more confusing: drawCols is called once, and inside is an if-branch, but the output looks as if both branches are used, where does the "other" come from!?
[15:47]
chibaguy__Sorry, no idea about that. [15:53]
RadoSMy bad, the 1 column is not user content by line numbering, therefore it's ok for it to be different. ;-)
RadoS still digging for the col-width thingy...
[15:59]
Leujoined #tikiwiki [16:03]
RadoSWhat CSS stuff can force a table cell display OK when "width: 123px" is used, but vanish when the style directive is dropped? [16:09]
.... (idle for 15mn)
chibaguy__joined #tikiwiki
RadoS, just dropping the width shouldn't cause the table cell to vanish. There must be more involved.
Time to sleep here. See you later.
[16:24]
..... (idle for 24mn)
Tiki-KGB03kroky6 r61081 10branches/16.x/ 10templates/wiki-plugins/trackercalendar.tpl 10lib/core/Search/Query/WikiBuilder.php 10lib/wiki-plugins/wikiplugin_trackercalendar.php 10lib/core/Services/Tracker/CalendarController.php * [ENH] extend list editable filters to work for trackercalendar plugin [16:52]
03kroky6 r61082 10(18 files in 15 dirs) * [MRG] Automatic merge, branches/16.x 61062 to 61081 [16:58]
03yonixxx r61083 10branches/16.x/ 10(47 files in 2 dirs) * [ENH][UI] Modernizing Tiki smileys (sorry for mrGreen) ;) [17:12]
............................................................ (idle for 4h56mn)
03rjsmelo r61084 10trunk/doc/devtools/satis.json * [FIX] Add the package dependency to the right section of the file [22:08]
...... (idle for 28mn)
03rjsmelo r61085 10trunk/ 10composer.json 10composer.lock
[UPD] Update adodb to version 5.20.9 (5.18 is no longer supported, and there si a file with BOM)
[22:36]
..... (idle for 20mn)
fabriciusjoined #tikiwiki [22:56]

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