Toggle line numbers
1 2014-05-12T00:49:12 *** penguinRaider has quit IRC
2 2014-05-12T00:51:06 *** vpv_ has joined #moin-dev
3 2014-05-12T00:51:18 *** vpv has quit IRC
4 2014-05-12T01:01:44 *** penguinRaider has joined #moin-dev
5 2014-05-12T01:06:20 *** derdon has quit IRC
6 2014-05-12T01:52:10 *** eSyr_ has joined #moin-dev
7 2014-05-12T01:52:30 *** eSyr has quit IRC
8 2014-05-12T01:52:31 *** xorAxAx has quit IRC
9 2014-05-12T02:09:58 *** xorAxAx has joined #moin-dev
10 2014-05-12T06:48:34 *** penguinRaider has quit IRC
11 2014-05-12T07:00:57 *** penguinRaider has joined #moin-dev
12 2014-05-12T08:49:59 *** greg_f has joined #moin-dev
13 2014-05-12T10:21:54 *** vpv_ is now known as vpv
14 2014-05-12T12:23:38 *** skathpalia has joined #moin-dev
15 2014-05-12T12:23:40 <skathpalia> moin
16 2014-05-12T12:24:33 <skathpalia> dimazest, I have added some planning information on my etherpad.
17 2014-05-12T12:24:50 <skathpalia> Can you please have a look at it http://etherpad.osuosl.org/moin-ticket-blog
18 2014-05-12T12:49:08 *** penguinRaider has quit IRC
19 2014-05-12T12:52:23 <skathpalia> ThomasWaldmann, ^
20 2014-05-12T12:59:36 *** skathpalia has quit IRC
21 2014-05-12T13:01:29 *** penguinRaider has joined #moin-dev
22 2014-05-12T13:29:15 <ThomasWaldmann> moin
23 2014-05-12T13:43:54 *** magu_cic_ has joined #moin-dev
24 2014-05-12T13:46:57 *** magu_cic has quit IRC
25 2014-05-12T13:50:38 *** skathpalia has joined #moin-dev
26 2014-05-12T14:01:14 *** RogerHaase has joined #moin-dev
27 2014-05-12T14:08:47 *** greg_f has quit IRC
28 2014-05-12T14:11:00 <skathpalia> moin
29 2014-05-12T14:12:07 <skathpalia> I was thinking until we decide upon the meta of the ticket, I can spend some time in UI improvements in ticket item
30 2014-05-12T14:12:35 <skathpalia> I mean defining the css for the buttons and some other stuff related to tickets
31 2014-05-12T14:16:02 <skathpalia> how does it sound?
32 2014-05-12T14:19:47 <skathpalia> RogerHaase, Regarding UI changes in the ticket item there is a file in MoinMoin/static/css/ticket.css and MoinMoin/static/css/ticket.styl
33 2014-05-12T14:20:15 <skathpalia> ticket.styl is compiled version of ticket.css
34 2014-05-12T14:20:19 <skathpalia> right?
35 2014-05-12T14:23:25 <RogerHaase> skathpalia: coding does not start until May 19. Are you contributing code outside of GSOC or somehow defining css without code - maybe make a list of css needs on your etherpad?
36 2014-05-12T14:24:36 <skathpalia> Yeah I am just making the list of css needs i.e. what needs to be done and how is it to be done
37 2014-05-12T14:25:44 <skathpalia> Yeah I will add this list on my etherpad by tonight
38 2014-05-12T14:30:57 <skathpalia> Thats why I was asking about that compilation thing
39 2014-05-12T14:31:24 <skathpalia> RogerHaase, am I right regarding that compiling thing
40 2014-05-12T14:34:58 <RogerHaase> skathpalia: yes, but "./m css" does not compile it. Somehow we need a plan to deal CSS shared between themes and bootstrap/lessc vs. stylus.
41 2014-05-12T14:35:40 <skathpalia> Then how can I compile it for now ?
42 2014-05-12T14:40:23 <RogerHaase> look at cmd_css in make.py. you cd to directory and then something like "stylus < ticket.styl > ../ticket.css"
43 2014-05-12T14:43:08 <skathpalia> RogerHaase, some flags are also there in the command
44 2014-05-12T14:43:47 <skathpalia> stylus --include-css --compress < .styl > css
45 2014-05-12T14:43:54 <RogerHaase> How many lines of CSS code will ticket and blog eventually have? I am thinking about whether we want to add that compilation to make.py or just skip the stylus part and code the CSS directly.
46 2014-05-12T14:44:43 <skathpalia> Regarding the ticket not much lines would be added
47 2014-05-12T14:45:30 <skathpalia> Yeah I think that coding the css directly would be better
48 2014-05-12T14:46:07 <skathpalia> by this way we can get rid of stylus compilation of ticket.styl
49 2014-05-12T14:48:56 <skathpalia> It would require less than 200 lines
50 2014-05-12T14:49:07 <skathpalia> as per my estimation
51 2014-05-12T14:49:40 <RogerHaase> I agree, deleting the stylus file for ticket (and blog) would be better - add to your EP plan and see what happens.
52 2014-05-12T14:51:43 <skathpalia> okay I will add it to my plan
53 2014-05-12T14:52:56 <RogerHaase> you and randomax also need to determine what CSS belongs to your project vs. theme project. Else we may end up with pink and green
54 2014-05-12T14:53:50 <skathpalia> RogerHaase, I also have one more doubt that when we run the server and edit MoinMoin/templates/ticket/base.html while running the server then the changes are not reflected on the web page
55 2014-05-12T14:54:18 <skathpalia> Yeah we will take care of that (we will share the information among ourselves)
56 2014-05-12T14:55:02 <RogerHaase> most browsers reload everything with Ctrl-F5. There is a wikipedia page that describes that
57 2014-05-12T14:55:07 <skathpalia> And I am not able to understand that why do we need to rerun the server to get changes reflected
58 2014-05-12T14:57:00 <RogerHaase> dk what you mean by rerun the server. When you save a page both the built-in server and pycharm notice that and restart automatically
59 2014-05-12T14:59:13 <RogerHaase> http://en.wikipedia.org/wiki/Wikipedia:Bypass_your_cache
60 2014-05-12T15:02:56 <RogerHaase> ^^save a page/save a python file
61 2014-05-12T15:07:02 <skathpalia> Actually this time I was not working with pycharm
62 2014-05-12T15:07:20 <skathpalia> Yeah in pycharm the server automatically restarts
63 2014-05-12T15:08:10 <skathpalia> Ok I will use pycharm for this purpose also
64 2014-05-12T15:08:47 <RogerHaase> the built-in server should also restart automatically
65 2014-05-12T15:12:46 <RogerHaase> I sometimes run built-in server on 8081 (./m run --port 8081), pycharm on 8080, edit and save files with my favorite editor (not pycharm) and both restart.
66 2014-05-12T15:27:05 *** skathpalia has quit IRC
67 2014-05-12T15:45:45 *** greg_f has joined #moin-dev
68 2014-05-12T15:53:43 *** penguinRaider has quit IRC
69 2014-05-12T16:33:27 *** skathpalia has joined #moin-dev
70 2014-05-12T18:09:51 *** greg_f has quit IRC
71 2014-05-12T18:58:33 *** skathpalia has quit IRC
72 2014-05-12T21:08:03 *** derdon has joined #moin-dev
73 2014-05-12T22:09:55 *** derdon has quit IRC
74 2014-05-12T22:19:25 *** RogerHaase has left #moin-dev
75 2014-05-12T22:44:00 *** magu_cic has joined #moin-dev
76 2014-05-12T22:47:10 *** magu_cic_ has quit IRC
77