Search found 57 matches

by Frug
Fri Aug 15, 2014 3:31 am
Forum: General Development Discussion
Topic: What's your deployment script like?
Replies: 2
Views: 7882

Re: What's your deployment script like?

Oh. Derp. You have your build.xml in a build folder. I see you're using phing target clean-vendor-dir to clean that. I do wish composer had an install flag to exclude those files. Looks like twig moved things into a Lib folder and you should update <delete dir="${dir}/vendor/twig/twig/test"...
by Frug
Fri Aug 15, 2014 2:07 am
Forum: General Development Discussion
Topic: What's your deployment script like?
Replies: 2
Views: 7882

What's your deployment script like?

Using composer to create a vendor folder and then packaging your project for the public would leave some cruft like test folders and docs in there. It looks like some of these files are absent from your downloads (though twig has a Test folder). I assume you run a deployment script to cleanup after ...
by Frug
Tue Jun 17, 2014 9:52 pm
Forum: [3.x] Discussion
Topic: Repeating topic title in each post..
Replies: 125
Views: 230240

Re: Repeating topic title in each post..

However, the same title on the page uses an H2 tag ( so you have same title displayed in H2 and H3 tags). That's a decent point. It is distracting to readers seeing it twice (in my opinion) although I doubt a bot/crawler will get offended to see sub header titled the same as a header. I would point...
by Frug
Tue Jun 17, 2014 9:46 pm
Forum: [3.x] Discussion
Topic: Private messages link should go into UCP
Replies: 19
Views: 24282

Re: Private messages link should go into UCP

Mess wrote:-1 Pms and notifications are not the same.
Except when it's a notification of a PM. Then they are the same. That's the problem.
by Frug
Tue Jun 17, 2014 9:27 pm
Forum: [3.x] Discussion
Topic: Repeating topic title in each post..
Replies: 125
Views: 230240

Re: Repeating topic title in each post..

Why was it initially there? Can we analyze the pros (if there are any) and cons? This is the way to arrive at a decision. Analysing pros/cons instead of jumping to conclusions or pushing personal opinions. Logically, semantically, each post has a title, and this makes structural sense to me. I see ...
by Frug
Mon May 12, 2014 4:26 am
Forum: [3.x] Discussion
Topic: About some clickable areas
Replies: 5
Views: 10215

Re: About some clickable areas

He's not saying it shouldn't be floated left, he's saying the clickable area should not extend beyond the avatar. He's also pointing out that there is an unclickable space around the text of a notification that should be clickable. Not sure how to better explain this other than to say look at his pi...
by Frug
Fri May 02, 2014 7:37 pm
Forum: [3.x] Discussion
Topic: [Define New Theme] 3. We need to use a pre-processor such as LESS or which ever is decided upon at least in development.
Replies: 26
Views: 52041

Re: [Define New Theme] 3. We need to use a pre-processor such as LESS or which ever is decided upon at least in developm

Am I wrong in supposing this part of the project will be used by a small number of people, maybe even only the project lead? It wouldn't be strictly necessary to use it to contribute push requests or change requests, only whoever compiles it needs to really be familiar. So with that assumption, let ...
by Frug
Fri May 02, 2014 7:29 pm
Forum: [3.2/Rhea] Merged RFCs
Topic: [Define New Theme] 1. Should we adopt Normalize/SUIT base for a new theme
Replies: 17
Views: 52103

Re: [Define New Theme] 1. Should we adopt Normalize/SUIT base for a new theme

Normalize - yes. It saves time and is well tested/familiar to devs. SUIT - No opinion, never used it, looks like some conventions that I guess could be useful. That boots up 1 question: Why do we need to normalize the web pages so that it displays the same way in all browsers? That can be true for a...
by Frug
Mon Dec 30, 2013 7:46 pm
Forum: [3.x][Archive] RFCs
Topic: Stop disabling super globals
Replies: 33
Views: 106242

Re: Stop disabling super globals

So the only reason to cause all these issues is to force people to use best practices? Doesn't seem worth it to me. If they write insecure code and it's not caught during a review process, it's gonna happen anyway.
by Frug
Thu Oct 31, 2013 3:40 pm
Forum: General Development Discussion
Topic: My Session Abstraction project's status
Replies: 4
Views: 9682

Re: My Session Abstraction project's status

Just posting to lend my support to this initiative. Anything that improves bridging and integration with other systems is awesome.