Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

UI changes and modernizr.js for the contacts app. #1

Closed
wants to merge 9 commits into from
Closed

UI changes and modernizr.js for the contacts app. #1

wants to merge 9 commits into from

Conversation

raghunayyar
Copy link
Contributor

Modernizr.js and Placeholder Polyfills library included for the old browser support.
The input elements now float correctly.
Bug http://bugs.owncloud.org/thebuggenie/files/show/73 solved.

raghunayyar and others added 3 commits August 27, 2012 22:26
Made the required UI changes, the messaging input also floats properly now. 
Bug Bug http://bugs.owncloud.org/thebuggenie/files/show/73 solved.
modernizr.js and HTML5 polyfills for placeholders added.
@DeepDiver1975
Copy link
Contributor

THX

Please add the un-minified version of Modernizr.js as well.
Minified js is considered as binary and to fulfill copyrights we need to deliver the source as well.

THX a lot,

Tom

@raghunayyar
Copy link
Contributor Author

Done. :)

On Tue, Aug 28, 2012 at 4:49 PM, Thomas Müller notifications@github.comwrote:

THX

Please add the un-minified version of Modernizr.js as well.
Minified js is considered as binary and to fulfill copyrights we need to
deliver the source as well.

THX a lot,

Tom


Reply to this email directly or view it on GitHubhttps://github.com//pull/1#issuecomment-8088268.

Sincerely,
Raghu

@ghost ghost assigned tanghus Aug 28, 2012
@icewind1991
Copy link
Contributor

I've been thinking about this earlier, isn't it enough to just link people to the un-minified version.

Most open source licenses don't force you to bundle the source with the binaries, you just have to provide the source when asked for, a smartphone doesn't come with the full linux source, only a mention in the manual where you can find the source.

@DeepDiver1975
Copy link
Contributor

Well - there is for sure some room for interpretation.

I - being the Debain Package Maintainer - have to follow the Debian guidelines, which interpret the licenses very strict.
The rule is actually pretty easy: you need to be capable to build the whole software from the source including the capability to change any piece.
As changing a minified javascript is almost impossible - or at least big pain: we need to include the unminified version.

@raghunayyar raghunayyar reopened this Aug 30, 2012
@@ -16,7 +16,7 @@
#uploadprogressbar { display: none; padding: 0; bottom: 3em; height:2em; width: 20em; margin:0; background:#eee; border:1px solid #ccc; position:fixed; }
#contacts_newcontact, #bottomcontrols .settings { float: left; margin: 0.2em 0 0 1em; border: 0 none; border-radius: 0; -moz-box-shadow: none; box-shadow: none; outline: 0 none; }
#bottomcontrols .settings { float: right; margin: 0.2em 1em 0 0; }
#actionbar { clear: both; height: 30px;}
#actionbar { clear: both; height: 30px; position: fixed; top:200px; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I intentionally dropped having it fixed a while ago because it would overlap elements.

@tanghus
Copy link
Contributor

tanghus commented Aug 30, 2012

Thanks Raghu. Sorry again for not being able to merge it earlier. I haven't had time to work on ownCloud for almost a week. Can I get you to update it with latest master to add the changes I've made during that time?

@raghunayyar
Copy link
Contributor Author

Sure! That will be great!
On 31 Aug 2012 00:02, "Thomas Tanghus" notifications@github.com wrote:

Thanks Raghu. Sorry again for not being able to merge it earlier. I
haven't had time to work on ownCloud for almost a week. Can I get you to
update it with latest master to add the changes I've made during that time?


Reply to this email directly or view it on GitHubhttps://github.com//pull/1#issuecomment-8169580.

@tanghus
Copy link
Contributor

tanghus commented Aug 30, 2012

@raghunayyar Should we also drop the minified version, or is it customized to only check for placeholder?

@raghunayyar
Copy link
Contributor Author

It was not just for the placeholders. It was in general because we thought
applying modernizr.js to core so that it may be accessed if required by all
the apps.
On 31 Aug 2012 02:30, "Thomas Tanghus" notifications@github.com wrote:

@raghunayyar https://github.com/raghunayyar Should we also drop the
minified version, or is it customized to only check for placeholder?


Reply to this email directly or view it on GitHubhttps://github.com//pull/1#issuecomment-8174296.

@tanghus
Copy link
Contributor

tanghus commented Aug 30, 2012

Cool, then just remove the minified version.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants