1 2014-03-30T02:35:17  *** derdon has quit IRC
   2 2014-03-30T02:37:29  *** penguinRaider has quit IRC
   3 2014-03-30T04:15:33  *** penguinRaider has joined #moin-dev
   4 2014-03-30T04:37:26  *** penguinRaider has quit IRC
   5 2014-03-30T04:59:44  *** penguinRaider has joined #moin-dev
   6 2014-03-30T05:09:31  *** penguinRaider has quit IRC
   7 2014-03-30T05:13:18  *** penguinRaider has joined #moin-dev
   8 2014-03-30T06:14:15  *** penguinRaider has quit IRC
   9 2014-03-30T06:46:57  *** penguinRaider has joined #moin-dev
  10 2014-03-30T07:45:08  *** penguinRaider has quit IRC
  11 2014-03-30T07:57:15  *** penguinRaider has joined #moin-dev
  12 2014-03-30T08:34:14  *** penguinRaider has quit IRC
  13 2014-03-30T09:48:07  *** derdon has joined #moin-dev
  14 2014-03-30T11:05:01  <ThomasWaldmann> moin
  15 2014-03-30T11:32:10  *** skathpalia has joined #moin-dev
  16 2014-03-30T11:44:28  <skathpalia> ThomasWaldmann, moin
  17 2014-03-30T11:45:26  <ThomasWaldmann> hi skathpalia
  18 2014-03-30T11:45:58  <skathpalia> regarding the bug #424 if I am making the changes in the basic.less files and then compiling using ./m css then that particular change is not reflected in the basic.css file
  19 2014-03-30T11:46:59  <ThomasWaldmann> is basic.css generated from less files?
  20 2014-03-30T11:48:43  <skathpalia> earlier I used to compile it using  bootstrap .less files
  21 2014-03-30T11:49:59  <skathpalia> After compiling it the changes in the .less files are reflected in the basic.css file
  22 2014-03-30T11:50:56  <skathpalia> Bu now according to the new docs http://moin-20.readthedocs.org/en/latest/devel/development.html?highlight=less#templates-and-themes ./m css should do that
  23 2014-03-30T11:51:07  <skathpalia> But its not working
  24 2014-03-30T11:51:15  <skathpalia> in that way
  25 2014-03-30T11:53:28  <ThomasWaldmann> maybe talk to roger about that
  26 2014-03-30T11:53:56  <ThomasWaldmann> or file a bug...
  27 2014-03-30T11:56:17  <skathpalia> Ok I will ask him today regarding this then if there is some bug that comes I will report it
  28 2014-03-30T12:00:03  <ThomasWaldmann> ok
  29 2014-03-30T12:28:48  *** skathpalia has quit IRC
  30 2014-03-30T12:54:40  *** greg_f has joined #moin-dev
  31 2014-03-30T12:58:36  *** skathpalia has joined #moin-dev
  32 2014-03-30T13:26:52  *** derdon has quit IRC
  33 2014-03-30T13:29:45  *** derdon has joined #moin-dev
  34 2014-03-30T16:07:11  *** RogerHaase has joined #moin-dev
  35 2014-03-30T16:08:42  <RogerHaase> skathpalia: did you rerun "./m quickinstall" after pulling the changes for basic.css generation?
  36 2014-03-30T16:09:03  <ThomasWaldmann> hey roger :)
  37 2014-03-30T16:09:20  * ThomasWaldmann gtg soon, but might be back later
  38 2014-03-30T16:09:26  <RogerHaase> moin :)
  39 2014-03-30T16:23:23  *** greg_f has quit IRC
  40 2014-03-30T16:31:33  <skathpalia> RogerHaase, I didn't run that command
  41 2014-03-30T16:31:43  <skathpalia> Ok I will try again
  42 2014-03-30T16:37:04  <RogerHaase> skathpalia: you have to pull in xstatic-bootstrap 3.1.1.2 to get the .less files.  (Maybe the docs should say or or at least warn about needing to rerun quickinstall after doing a pull -u)
  43 2014-03-30T16:47:19  <skathpalia> RogerHaase, when I try ./m css then some more changes also come that are not there in the repo
  44 2014-03-30T16:48:00  <skathpalia> Am I required to compile the basic.less using lessc command or ./m css should work here
  45 2014-03-30T16:48:32  <skathpalia> because in the doc its there that it(./m css) generates all css files
  46 2014-03-30T16:48:55  <RogerHaase> skathpalia:  ./m css should work, show the diff in pastebin
  47 2014-03-30T16:50:48  <skathpalia> here is the diff http://rn0.me/show/r3biX5NZ5qU8xTyw5ZIX/
  48 2014-03-30T17:03:37  <RogerHaase> skathpalia: I have the same the foobar changes, I reverted them.  The 16.55 was the way linux rounded 1/6, 16.6666666666666668 was how windows did it.   What OSare you running?  The link action changes around line 415 are a left over merge problem.  Revert the foobar common.css for now.  It does need to be cleaned up...
  49 2014-03-30T17:04:24  <RogerHaase> I do not get the modernized changes... looking at my output....
  50 2014-03-30T17:05:03  <skathpalia> I am using Ubuntu 12.04
  51 2014-03-30T17:11:37  <RogerHaase> skathpalia: arrgh, on windows Stylus does generate the double-space and the double "#moin-page"
  52 2014-03-30T17:12:00  <RogerHaase> ... on the modernized common.css
  53 2014-03-30T17:13:25  <RogerHaase> skathpalia:  do "stylus -V" to see what version you have.  I have 0.38.0
  54 2014-03-30T17:13:58  <skathpalia> I have version 0.42.2
  55 2014-03-30T17:15:49  <RogerHaase> ok, I will try upgrading, will take a few minutes.  For now, revert the modernized common.css changes as well.  We can also clean that up later...
  56 2014-03-30T17:16:28  <skathpalia> Ok
  57 2014-03-30T17:24:29  <skathpalia> RogerHaase, If I am doing the required changes in the basic.less file and then compile then the previous one width part also remains and the new part gets added to the end of the file
  58 2014-03-30T17:25:03  <skathpalia> Can you tell me the way I can replace the existing width part with the new changes?
  59 2014-03-30T17:27:02  <RogerHaase> skathpalia:  ? show the changes
  60 2014-03-30T17:28:11  <skathpalia> http://rn0.me/show/xxVBFESCuyJl3bb8U2rP/
  61 2014-03-30T17:28:32  <skathpalia> Please ignore the foobar and the mordenized part for this
  62 2014-03-30T17:28:47  <skathpalia> I will revert those changes later
  63 2014-03-30T17:35:53  <skathpalia> RogerHaase, Actually I have some college work to do will come in an hour or so
  64 2014-03-30T17:36:30  <RogerHaase> ok
  65 2014-03-30T17:36:41  *** skathpalia has quit IRC
  66 2014-03-30T21:13:43  <RogerHaase> ThomasWaldmann: skathpalia:   foobar, modernized CSS cleanup using Stylus 0.42.2  https://codereview.appspot.com/82410043/
  67 2014-03-30T22:11:22  *** RogerHaase has left #moin-dev
  68 2014-03-30T23:48:13  *** derdon has quit IRC
  69 

MoinMoin: MoinMoinChat/Logs/moin-dev/2014-03-30 (last edited 2014-03-30 02:45:02 by IrcLogImporter)