Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Review Request: JavaScript libraries updates, add small JS utilities (synopsis length, automatic keydates)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  14 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Alexandros Diamantidis  
View profile  
 More options Aug 29 2012, 7:59 pm
From: "Alexandros Diamantidis" <a...@hellug.gr>
Date: Thu, 30 Aug 2012 00:01:51 -0000
Local: Wed, Aug 29 2012 8:01 pm
Subject: Review Request: JavaScript libraries updates, add small JS utilities (synopsis length, automatic keydates)

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.comics.org/r/1027/
-----------------------------------------------------------

Review request for GGD Tech Group.

Summary
-------

This change began as an addition of two small UI improvements using jQuery: A running length indication while entering the synopsis and a function to automaticaly detect the keydate from the pubdate field (per bug #684).

Because the easiest way to process input while typing is the "input" JS event which isn't supported in IE < 9, I imported the HTML5fixes jQuery plugin which simulates it when needed. I also took the liberty of updating our other JS libraries to the latest versions (jQuery v1.7.2, Jcrop v0.9.10) - not actually needed, but it doesn't hurt.

This addresses bug 684.
    http://dev.comics.org/bugs/show_bug.cgi?id=684

Diffs
-----

  /pydjango/media/jquery/js/jquery.html5fixes.js PRE-CREATION
  /pydjango/media/jquery/js/jquery.min.js 1487
  /pydjango/apps/oi/forms.py 1487
  /pydjango/apps/oi/views.py 1487
  /pydjango/media/jquery/css/jquery.Jcrop.css 1487
  /pydjango/media/jquery/js/jquery.Jcrop.min.js 1487
  /pydjango/media/js/oi/revision_form_utils.js PRE-CREATION
  /pydjango/templates/gcd/base.html 1487
  /pydjango/templates/oi/bits/jquery.html PRE-CREATION
  /pydjango/templates/oi/bits/revision_form_utils.html PRE-CREATION
  /pydjango/templates/oi/bits/select_cover_section.html 1487
  /pydjango/templates/oi/edit/add_frame.html 1487
  /pydjango/templates/oi/edit/revision.html 1487
  /pydjango/templates/oi/edit/upload_gatefold_cover.html 1487

Diff: http://reviews.comics.org/r/1027/diff

Testing
-------

Tested the new functions and the gatefold cover selection (Jcrop) on Firefox, Opera, Chromium and IE 6 and 10-preview. The only problem on IE6 is that if you paste something in the synopsis using only the mouse (not Ctrl-V for example) the event doesn't fire and the synopsis length isn't updated. Just clicking on the textarea or pressing a key updates it.

Thanks,

Alexandros


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jochen G.  
View profile  
 More options Sep 6 2012, 7:24 pm
From: "Jochen G." <gcdm...@garcke.de>
Date: Fri, 07 Sep 2012 02:24:44 +0300
Local: Thurs, Sep 6 2012 7:24 pm
Subject: Re: [gcd-tech] Review Request: JavaScript libraries updates, add small JS utilities (synopsis length, automatic keydates)
too busy till next week to look at the code (it might be simple, but I
just won't look at code reviews).

Jochen
Am 30.08.2012 03:01, schrieb Alexandros Diamantidis:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alexandros Diamantidis  
View profile  
 More options Sep 7 2012, 6:30 am
From: Alexandros Diamantidis <a...@hellug.gr>
Date: Fri, 7 Sep 2012 13:30:33 +0300
Local: Fri, Sep 7 2012 6:30 am
Subject: Re: [gcd-tech] Review Request: JavaScript libraries updates, add small JS utilities (synopsis length, automatic keydates)
Don't worry, take your time. I assumed that you were busy.

By the way, here's some more info on the change for when look at the
code:

The interesting JS code is in media/js/oi/revision_form_utils.js.

I factored out the jQuery loading in templates/oi/bits/jquery.html

I added a new block 'footer' in templates/gcd/base.html so that any
JS loading can go in the end of the page - this seems to be better,
since it avoids blocking the rendering of the page if for some reason
the JS is slow to load, as I read in many articles on how to deploy
jQuery.

I'm passing the synopsis maximum length as a variable - it was hardcoded
in a couple of places. This necessitated adding the settings to the
request context in some cases.

The reason I updated all JS libraries at the same time is that since I
was going to test various browsers for compatibility problems anyway, it
made sense to do those updates at the same time, to consolidate testing.

Thanks!
Alexandros

* Jochen G. [2012-09-07 02:24]:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jochen G.  
View profile  
 More options Sep 10 2012, 2:46 pm
From: "Jochen G." <gcdm...@garcke.de>
Date: Mon, 10 Sep 2012 18:48:23 -0000
Local: Mon, Sep 10 2012 2:48 pm
Subject: Re: Review Request: JavaScript libraries updates, add small JS utilities (synopsis length, automatic keydates)

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.comics.org/r/1027/#review2101
-----------------------------------------------------------

I don't know if we really want to support IE < 9 by special fixes. It is less than 15% and dropping.

/pydjango/apps/oi/forms.py
<http://reviews.comics.org/r/1027/#comment1431>

    where did this go ?

/pydjango/templates/oi/edit/add_frame.html
<http://reviews.comics.org/r/1027/#comment1432>

    if we call it footer, it should be after the body, or ?

/pydjango/templates/oi/edit/add_frame.html
<http://reviews.comics.org/r/1027/#comment1433>

    again, where did this go ?

/pydjango/templates/oi/edit/upload_gatefold_cover.html
<http://reviews.comics.org/r/1027/#comment1430>

    footer / body - order

- Jochen

On 2012-08-30 00:01:51, Alexandros Diamantidis wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alexandros Diamantidis  
View profile  
 More options Sep 11 2012, 5:22 am
From: "Alexandros Diamantidis" <a...@hellug.gr>
Date: Tue, 11 Sep 2012 09:24:40 -0000
Local: Tues, Sep 11 2012 5:24 am
Subject: Re: Review Request: JavaScript libraries updates, add small JS utilities (synopsis length, automatic keydates)

> On 2012-09-10 18:48:24, Jochen G. wrote:
> > I don't know if we really want to support IE < 9 by special fixes. It is less than 15% and dropping.

Well, it doesn't cost us much. The main incompatibility here concerns the events that fire when someone types in a textarea or input field. With newer browsers you can just bind the "input" event, while in IE < 9 and I think somewhere else you need to bind other events as well. The html5fixes plugin canonicalizes this by simulating the "input" event where it doesn't exist, so there's no need for special fixes in our code.

Of course if we encounter any real difficulties, we can always change our minds ;)

> On 2012-09-10 18:48:24, Jochen G. wrote:
> > /pydjango/apps/oi/forms.py, line 828
> > <http://reviews.comics.org/r/1027/diff/1/?file=7576#file7576line828>

> >     where did this go ?

See line 94 in revision_form_utils.js:

// Disable form submission with Enter for barcode field
$('#id_barcode').keypress(function (e) {
    if (e.which == 13) {
        return false;
    }

});

This way, we don't need to put any JS code in our forms.

If we want to do this for other fields too, we can just add their id's (or classes) in the $('#id_barcode') selector. And if the situation becomes more complex, we can even write a small jQuery plugin for this.

> On 2012-09-10 18:48:24, Jochen G. wrote:
> > /pydjango/templates/oi/edit/add_frame.html, lines 23-33
> > <http://reviews.comics.org/r/1027/diff/1/?file=7587#file7587line23>

> >     again, where did this go ?

In revision_form_utils.js, see above ;)

> On 2012-09-10 18:48:24, Jochen G. wrote:
> > /pydjango/templates/oi/edit/add_frame.html, lines 16-20
> > <http://reviews.comics.org/r/1027/diff/1/?file=7587#file7587line16>

> >     if we call it footer, it should be after the body, or ?

Well, maybe "footer" isn't the best name - mainly it's the place where we'll put the scripts if there's no reason to put them elsewhere. I just saw some people calling this place the "footer" in the articles I read, but we could also call it "bottom", "page_end" or something similar.

Now, in our templates I think the proper place to load the JavaScript is right next to the CSS, even if (now that I've added the "footer" block) they'll appear in a different part in the final HTML output. I think this grouping makes it a bit cleaner, and the placement doesn't really matter to Django.

- Alexandros

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.comics.org/r/1027/#review2101
-----------------------------------------------------------

On 2012-08-30 00:01:51, Alexandros Diamantidis wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jochen G.  
View profile  
 More options Sep 11 2012, 4:15 pm
From: "Jochen G." <gcdm...@garcke.de>
Date: Tue, 11 Sep 2012 20:18:03 -0000
Local: Tues, Sep 11 2012 4:18 pm
Subject: Re: Review Request: JavaScript libraries updates, add small JS utilities (synopsis length, automatic keydates)

> On 2012-09-10 18:48:24, Jochen G. wrote:
> > I don't know if we really want to support IE < 9 by special fixes. It is less than 15% and dropping.

> Alexandros Diamantidis wrote:
>     Well, it doesn't cost us much. The main incompatibility here concerns the events that fire when someone types in a textarea or input field. With newer browsers you can just bind the "input" event, while in IE < 9 and I think somewhere else you need to bind other events as well. The html5fixes plugin canonicalizes this by simulating the "input" event where it doesn't exist, so there's no need for special fixes in our code.

>     Of course if we encounter any real difficulties, we can always change our minds ;)

It costs us an additional file to maintain/have with little gain. These changes are nice, but uncritical, so we don't loose much by not having these for the 15% (and dropping) affected.

> On 2012-09-10 18:48:24, Jochen G. wrote:
> > /pydjango/templates/oi/edit/add_frame.html, lines 23-33
> > <http://reviews.comics.org/r/1027/diff/1/?file=7587#file7587line23>

> >     again, where did this go ?

> Alexandros Diamantidis wrote:
>     In revision_form_utils.js, see above ;)

The separate handling for IE is not necessary anymore ? The onKeyPress is not necessary anymore ?

> On 2012-09-10 18:48:24, Jochen G. wrote:
> > /pydjango/templates/oi/edit/add_frame.html, lines 16-20
> > <http://reviews.comics.org/r/1027/diff/1/?file=7587#file7587line16>

> >     if we call it footer, it should be after the body, or ?

> Alexandros Diamantidis wrote:
>     Well, maybe "footer" isn't the best name - mainly it's the place where we'll put the scripts if there's no reason to put them elsewhere. I just saw some people calling this place the "footer" in the articles I read, but we could also call it "bottom", "page_end" or something similar.

>     Now, in our templates I think the proper place to load the JavaScript is right next to the CSS, even if (now that I've added the "footer" block) they'll appear in a different part in the final HTML output. I think this grouping makes it a bit cleaner, and the placement doesn't really matter to Django.

It is recommended to load javascript as the last part of a webpage, or ? So it can be called footer, as it should be the last part of the page.

JS doesn't really have much to do with CSS. The order of things in our templates should reflect the order in which is loaded and the order in the base.html, otherwise it can get confusing.

- Jochen

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.comics.org/r/1027/#review2101
-----------------------------------------------------------

On 2012-08-30 00:01:51, Alexandros Diamantidis wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jochen G.  
View profile  
 More options Oct 2 2012, 4:59 pm
From: "Jochen G." <gcdm...@garcke.de>
Date: Tue, 02 Oct 2012 20:59:06 -0000
Local: Tues, Oct 2 2012 4:59 pm
Subject: Re: Review Request: JavaScript libraries updates, add small JS utilities (synopsis length, automatic keydates)

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.comics.org/r/1027/#review2106
-----------------------------------------------------------

I still don't really like the additional file for IE < 9, we don't necessarily need to add this functionality for the older browsers which disappear anyway in time. So I would prefer to remove it.

If you can answer my other question ?

Otherwise I would like to have the footer actually as the last part of the page, after body. If I am not mistaken this is where javascript should be put, so that it doesn't hinder the loading of the rest.

/pydjango/media/js/oi/revision_form_utils.js
<http://reviews.comics.org/r/1027/#comment1439>

    Is the separate handling for IE is not necessary anymore ?

- Jochen G.

On Aug. 30, 2012, 12:01 a.m., Alexandros Diamantidis wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andres Jimenez  
View profile  
 More options Oct 3 2012, 1:26 am
From: Andres Jimenez <gandre...@gmail.com>
Date: Wed, 3 Oct 2012 07:26:23 +0200
Local: Wed, Oct 3 2012 1:26 am
Subject: Re: [gcd-tech] Re: Review Request: JavaScript libraries updates, add small JS utilities (synopsis length, automatic keydates)

It looks like the migrated reviewboard works :-)

Andrés

2012/10/2 Jochen G. <gcdm...@garcke.de>

--
Andres Jimenez

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alexandros Diamantidis  
View profile  
 More options Oct 3 2012, 11:18 am
From: "Alexandros Diamantidis" <a...@hellug.gr>
Date: Wed, 03 Oct 2012 15:17:29 -0000
Local: Wed, Oct 3 2012 11:17 am
Subject: Re: Review Request: JavaScript libraries updates, add small JS utilities (synopsis length, automatic keydates)

> On Oct. 2, 2012, 8:59 p.m., Jochen G. wrote:
> > I still don't really like the additional file for IE < 9, we don't necessarily need to add this functionality for the older browsers which disappear anyway in time. So I would prefer to remove it.

> > If you can answer my other question ?

> > Otherwise I would like to have the footer actually as the last part of the page, after body. If I am not mistaken this is where javascript should be put, so that it doesn't hinder the loading of the rest.

Sorry for dragging my feet on this... I intend rework it a bit and submit an updated request. I'll move the JS loading as you
indicated and use a different jQuery plugin for the input events - see: http://whattheheadsaid.com/projects/input-special-event - if you read the comments there, you'll see that even IE9 has some problems with input events and this tries to work around them.

> On Oct. 2, 2012, 8:59 p.m., Jochen G. wrote:
> > /pydjango/media/js/oi/revision_form_utils.js, lines 94-99
> > <http://reviews.comics.org/r/1027/diff/1/?file=7582#file7582line94>

> >     Is the separate handling for IE is not necessary anymore ?

Yes, the nice thing about jQuery's keypress events is that they normalize the property that holds they key - so no separate handling needed.

- Alexandros

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.comics.org/r/1027/#review2106
-----------------------------------------------------------

On Aug. 30, 2012, 12:01 a.m., Alexandros Diamantidis wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alexandros Diamantidis  
View profile  
 More options Oct 5 2012, 6:18 am
From: "Alexandros Diamantidis" <a...@hellug.gr>
Date: Fri, 05 Oct 2012 10:17:45 -0000
Local: Fri, Oct 5 2012 6:17 am
Subject: Re: Review Request: JavaScript libraries updates, add small JS utilities (synopsis length, automatic keydates)

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.comics.org/r/1027/
-----------------------------------------------------------

(Updated Oct. 5, 2012, 12:17 p.m.)

Review request for GCD Tech Group.

Changes
-------

Added more languages to the month-matching regular expressions. They should now cover most publication dates we have in the db that can be interpreted unambiguously.

Moved the JS loading to the end of the templates.

Replaced html5fixes with input-special-event - it seems better-maintained and ensures compatibility across all browsers. It's true that as browsers get updated and native compatibility improves that won't be needed, but I still think that being non-intrusive and low-maintenance for us, making sure everything works even for older browsers has value.

Description
-------

This change began as an addition of two small UI improvements using jQuery: A running length indication while entering the synopsis and a function to automaticaly detect the keydate from the pubdate field (per bug #684).

Because the easiest way to process input while typing is the "input" JS event which isn't supported in IE < 9, I imported the HTML5fixes jQuery plugin which simulates it when needed. I also took the liberty of updating our other JS libraries to the latest versions (jQuery v1.7.2, Jcrop v0.9.10) - not actually needed, but it doesn't hurt.

This addresses bug 684.
    http://dev.comics.org/bugs/show_bug.cgi?id=684

Diffs (updated)
-----

  /pydjango/apps/oi/forms.py 1506
  /pydjango/apps/oi/views.py 1506
  /pydjango/media/jquery/css/jquery.Jcrop.css 1506
  /pydjango/media/jquery/js/input-special-event.js PRE-CREATION
  /pydjango/media/jquery/js/jquery.Jcrop.min.js 1506
  /pydjango/media/jquery/js/jquery.min.js 1506
  /pydjango/templates/gcd/base.html 1506
  /pydjango/templates/oi/bits/select_cover_section.html 1506
  /pydjango/templates/oi/edit/add_frame.html 1506
  /pydjango/templates/oi/edit/revision.html 1506
  /pydjango/templates/oi/edit/upload_gatefold_cover.html 1506

Diff: http://reviews.comics.org/r/1027/diff/

Testing
-------

Tested the new functions and the gatefold cover selection (Jcrop) on Firefox, Opera, Chromium and IE 6 and 10-preview. The only problem on IE6 is that if you paste something in the synopsis using only the mouse (not Ctrl-V for example) the event doesn't fire and the synopsis length isn't updated. Just clicking on the textarea or pressing a key updates it.

Thanks,

Alexandros Diamantidis


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jochen G.  
View profile  
 More options Oct 5 2012, 5:57 pm
From: "Jochen G." <gcdm...@garcke.de>
Date: Fri, 05 Oct 2012 21:57:14 -0000
Local: Fri, Oct 5 2012 5:57 pm
Subject: Re: Review Request: JavaScript libraries updates, add small JS utilities (synopsis length, automatic keydates)

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.comics.org/r/1027/#review2109
-----------------------------------------------------------

Hmm, you forgot the new files, or ?

And btw, the updates of the existing jquery thingies don't need to be in the review, it's not like we are reviewing them. The one new external one is of some interest, since we add it, but a link to a webpage or so would also be fine.

- Jochen G.

On Oct. 5, 2012, 12:17 p.m., Alexandros Diamantidis wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alexandros Diamantidis  
View profile  
 More options Oct 6 2012, 8:37 pm
From: "Alexandros Diamantidis" <a...@hellug.gr>
Date: Sun, 07 Oct 2012 00:37:29 -0000
Local: Sat, Oct 6 2012 8:37 pm
Subject: Re: Review Request: JavaScript libraries updates, add small JS utilities (synopsis length, automatic keydates)

> On Oct. 5, 2012, 11:57 p.m., Jochen G. wrote:
> > Hmm, you forgot the new files, or ?

> > And btw, the updates of the existing jquery thingies don't need to be in the review, it's not like we are reviewing them. The one new external one is of some interest, since we add it, but a link to a webpage or so would also be fine.

I did, sorry! Got confused moving the chanhes to git from SVN.

I thought I'd include all JS libraries as a way to allow anyone testing this change to install them easily (by just applying the diff from this review) but you're right that it makes the review request much more confusing. So, I did as asked and just mention them in the description.

- Alexandros

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.comics.org/r/1027/#review2109
-----------------------------------------------------------

On Oct. 5, 2012, 12:17 p.m., Alexandros Diamantidis wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alexandros Diamantidis  
View profile  
 More options Oct 6 2012, 8:38 pm
From: "Alexandros Diamantidis" <a...@hellug.gr>
Date: Sun, 07 Oct 2012 00:37:42 -0000
Local: Sat, Oct 6 2012 8:37 pm
Subject: Re: Review Request: JavaScript libraries updates, add small JS utilities (synopsis length, automatic keydates)

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.comics.org/r/1027/
-----------------------------------------------------------

(Updated Oct. 7, 2012, 2:37 a.m.)

Review request for GCD Tech Group.

Changes
-------

Hopefully everything is correct now. Will also add latest jQuery (1.8.2), Jcrop (0.9.10) and input-special-event 1.1 (from: http://whattheheadsaid.com/projects/input-special-event), which are not included in this review..

Description
-------

This change began as an addition of two small UI improvements using jQuery: A running length indication while entering the synopsis and a function to automaticaly detect the keydate from the pubdate field (per bug #684).

Because the easiest way to process input while typing is the "input" JS event which isn't supported in IE < 9, I imported the HTML5fixes jQuery plugin which simulates it when needed. I also took the liberty of updating our other JS libraries to the latest versions (jQuery v1.7.2, Jcrop v0.9.10) - not actually needed, but it doesn't hurt.

This addresses bug 684.
    http://dev.comics.org/bugs/show_bug.cgi?id=684

Diffs (updated)
-----

  /pydjango/apps/oi/forms.py 1506
  /pydjango/apps/oi/views.py 1506
  /pydjango/media/js/oi/revision_form_utils.js PRE-CREATION
  /pydjango/templates/gcd/base.html 1506
  /pydjango/templates/oi/bits/jquery.html PRE-CREATION
  /pydjango/templates/oi/bits/revision_form_utils.html PRE-CREATION
  /pydjango/templates/oi/bits/select_cover_section.html 1506
  /pydjango/templates/oi/edit/add_frame.html 1506
  /pydjango/templates/oi/edit/revision.html 1506
  /pydjango/templates/oi/edit/upload_gatefold_cover.html 1506

Diff: http://reviews.comics.org/r/1027/diff/

Testing
-------

Tested the new functions and the gatefold cover selection (Jcrop) on Firefox, Opera, Chromium and IE 6 and 10-preview. The only problem on IE6 is that if you paste something in the synopsis using only the mouse (not Ctrl-V for example) the event doesn't fire and the synopsis length isn't updated. Just clicking on the textarea or pressing a key updates it.

Thanks,

Alexandros Diamantidis


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jochen G.  
View profile  
 More options Oct 7 2012, 6:16 pm
From: "Jochen G." <gcdm...@garcke.de>
Date: Sun, 07 Oct 2012 22:16:55 -0000
Local: Sun, Oct 7 2012 6:16 pm
Subject: Re: Review Request: JavaScript libraries updates, add small JS utilities (synopsis length, automatic keydates)

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.comics.org/r/1027/#review2111
-----------------------------------------------------------

Ship it!

This looks good now.

Please submit to the git, but don't deploy, the change from svn to git still needs to be done on production, but we have local changes due to adds, which won't be committed for now...

Thanks.

- Jochen G.

On Oct. 7, 2012, 2:37 a.m., Alexandros Diamantidis wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »