hi mentors,
I did register as student and submitted my proposal. But today when i tried
to login, I found that my access is suspended to GSOC. I was redirected to
the page saying "If you've been redirected to this page from a particular
product, it means that your access to this product has been suspended."
(https://support.google.com/accounts/answer/40039?p=ah)
Please see to this issue. It is very much important for me. I have really
worked so hard for it. At this moment, something like this is happening,
which is very discouraging.
I am very much nervous.
can i make another account and do all the procedures again..?
or what shoul i do.. plzz reply soon as only 1 day is left.
--
Thanks & Regards
Aayush
2nd Year Undergraduate Student
Department of Mining Engineering
Indian School of Mines, Dhanbad
Mobile No: (+91)9162648465
GSoC 2014 Project: Navigation Remake and Optimization of two official themes
I. Navigation Remake(Including two GSoC 2014 ideas)
---------------------------------------------------
The Navigation panel of PMA is quite out of date, even it's stable and
useful, but also has lots of problems, for instance:
* Outdated tags(<i> and <b>)
* Using <i> and <b> to draw the lines of the tree-like list is usable, but
unreasonable
* The icons and links haven't been aligned vertically
* Improper solution on the navigation of icons, like(position:
relative;top: -0.6em;)
* etc.
I think the Navigation panel of PMA should be remade, the new Navigation
panel would contain:
* Feature #1426[1]: Remember navigation state
* Feature (to replace #1486[2]): Fold/unfold all lists in one click
* Feature: Floating top-aligned effect of the parent nodes, clicking the
parent nodes without scrolling up, and folding the child-elements
* Improve: A better shown full name on hover effect
* Improve: A better filter, multiple keywords support(possibly be
done:highlighting keywords)
* Improve: A better highlight mechanic
* Improve: Delete the lines of the tree-like lists(Proposed), decrease the
indent space of parent/child elements to save space, just like the
tree-like lists in windows 7/8 explorer
* Improve: Add some old-browsers-fallbackable animated effect
* More new features will be added during the work
The modification including some php scripts exported as html, navigation
related javascript scripts and the navigation part of two official themes ,
all those modifications above would only affect the appearance in browsers.
II. Optimization of two official themes(including one GSoC 2014 idea)
---------------------------------------------------------------------
Some details in the offical themes is quite unsatisfactory, like:
* Unfit shadow of group h2 (pmahomme);
* Ununified icon style;
* #pma_navigation_collapser using "←"
* The bottom border of pmahomme shouldn't be above #topmenucontainer
* etc.
All optimization works including:
* Improve: Improvement on the UI details
* Feature #1490[3]: Dynamic process list
* Improve: Add some CSS3 animations to the pmahomme
[1] http://sourceforge.net/p/phpmyadmin/feature-requests/1426/
[2] http://sourceforge.net/p/phpmyadmin/feature-requests/1486/
[3] http://sourceforge.net/p/phpmyadmin/feature-requests/1490/
--
Edward Cheng
On 3/19/14 2:09 PM, Michal Čihař wrote:
> Hi
>
> Dne Thu, 13 Mar 2014 11:54:25 +0100
> Michal Čihař <michal@...> napsal(a):
>
>> Source code for the hook is in our scripts repo:
>>
>> https://github.com/phpmyadmin/scripts/tree/master/hooks
>>
>> This has advantage that authors get direct feedback mentioning what is
>> wrong and also these comments are directly visibly in pull request.
>
> I've just added check for tab characters in the code to the same hook,
> the sample message it has fired can be seen here:
>
> https://github.com/ganeshaditya1/phpmyadmin/commit/396ac695d439b0ac37f9c7c7…
Great work Michal. These improvements are the "little things" that make
development and code checks so much easier over time. It's great to see
these checks improve our tests and coverage.
Hey,
I am using sublime editor to write my code and after I got that error
message I checked to see if I am using tabs for indentation and turns out
that I am not using tabs for indentation and also just to be sure I
selected all my source code and used this option in sublime that
automatically replaces tabs with 4 spaces and re-uploaded the patch.
Could you please check it out once, seems to me that there is some bug in
this system at your end.
Regards,
Aditya