Re: Wunderbar class: attribute causes problems for syntax checkers

2016-03-28 Thread Sam Ruby
On Mon, Mar 28, 2016 at 3:10 PM, sebb wrote: > Just noticed another syntax complaint: > > _label "Contributor's Name:", for: 'iclaname' Again, that's syntax that has been supported since Ruby 1.9. > The colon after for is flagged as unexpected. > > The other main complaint is about: > > onClick:

Re: Wunderbar class: attribute causes problems for syntax checkers

2016-03-28 Thread sebb
Just noticed another syntax complaint: _label "Contributor's Name:", for: 'iclaname' The colon after for is flagged as unexpected. The other main complaint is about: onClick: -> {@form = ICLA} On 28 March 2016 at 19:54, sebb wrote: > On 28 March 2016 at 19:47, Sam Ruby wrote: >> On Mon, Ma

Re: Wunderbar class: attribute causes problems for syntax checkers

2016-03-28 Thread Sam Ruby
On Mon, Mar 28, 2016 at 2:54 PM, sebb wrote: > On 28 March 2016 at 19:47, Sam Ruby wrote: >> On Mon, Mar 28, 2016 at 2:06 PM, sebb wrote: >>> The class: attribute is frequently used in Wunderbar HTML tags. >> >> Indeed. >> >>> This causes problems for Ruby syntax checkers. >> >> I'd be curious a

Re: Wunderbar class: attribute causes problems for syntax checkers

2016-03-28 Thread sebb
On 28 March 2016 at 19:47, Sam Ruby wrote: > On Mon, Mar 28, 2016 at 2:06 PM, sebb wrote: >> The class: attribute is frequently used in Wunderbar HTML tags. > > Indeed. > >> This causes problems for Ruby syntax checkers. > > I'd be curious as to which ones, as that would indicate a syntax > check

Re: Wunderbar class: attribute causes problems for syntax checkers

2016-03-28 Thread Sam Ruby
On Mon, Mar 28, 2016 at 2:06 PM, sebb wrote: > The class: attribute is frequently used in Wunderbar HTML tags. Indeed. > This causes problems for Ruby syntax checkers. I'd be curious as to which ones, as that would indicate a syntax checker that hasn't been updated since Ruby 1.9 was release in

Wunderbar class: attribute causes problems for syntax checkers

2016-03-28 Thread sebb
The class: attribute is frequently used in Wunderbar HTML tags. This causes problems for Ruby syntax checkers. It would be useful if there was an alias that could be used instead. Since it appears frequently, it might be nice to allow c: Alternatively, clazz: would do.

Re: [whimsy.git] [1/1] Commit ac8bc55: Add utility to sort members.txt

2016-03-28 Thread Sam Ruby
Excellent! Now that you have mastered that, here's an example of code that I will be debugging later this week that will update the membership status of an individual: https://github.com/apache/whimsy/blob/master/www/roster/views/actions/memstat.json.rb Note that this uses the same sort routine.

Re: Incorrect space escape for staple

2016-03-28 Thread Sam Ruby
On Mon, Mar 28, 2016 at 10:51 AM, Craig Russell wrote: > secretary assistant staple function > Staple > > convert 'schultz/Apache Membership Application.jpg' > 'schultz/Apache_Membership Application.pdf' > mv schultz/Apache_Membership Application.pdf schultz.pdf > mv: target ‘schultz.pdf’ is not

Incorrect space escape for staple

2016-03-28 Thread Craig Russell
secretary assistant staple function Staple convert 'schultz/Apache Membership Application.jpg' 'schultz/Apache_Membership Application.pdf' mv schultz/Apache_Membership Application.pdf schultz.pdf mv: target ‘schultz.pdf’ is not a directory svn add schultz.pdf svn: warning: W155010: '/srv/secreta