Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(25)

Issue 108020043: Improved the index gui section in the basic theme and added smiley support (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 10 months ago by ajgupta93
Modified:
9 years, 10 months ago
Reviewers:
thomas.j.waldmann, RogerHaase
Visibility:
Public.

Description

Improved the index gui section in the basic theme and added smiley support

Patch Set 1 #

Total comments: 8

Patch Set 2 : Used html and bootstrap elements instead of images #

Patch Set 3 : Fixed a failing test #

Total comments: 9
Unified diffs Side-by-side diffs Delta from patch set Stats (+722 lines, -96 lines) Patch
M MoinMoin/apps/frontend/views.py View 1 1 chunk +1 line, -1 line 0 comments Download
M MoinMoin/constants/contenttypes.py View 1 1 chunk +7 lines, -7 lines 0 comments Download
M MoinMoin/items/__init__.py View 1 1 chunk +1 line, -1 line 0 comments Download
M MoinMoin/items/_tests/test_Item.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M MoinMoin/items/content.py View 1 2 chunks +6 lines, -6 lines 0 comments Download
M MoinMoin/static/js/index_action.js View 1 2 chunks +8 lines, -2 lines 4 comments Download
M MoinMoin/templates/index.html View 1 1 chunk +3 lines, -1 line 0 comments Download
M MoinMoin/themes/basic/static/css/basic.css View 1 1 chunk +279 lines, -0 lines 0 comments Download
M MoinMoin/themes/basic/static/custom-less/basic.less View 1 1 chunk +337 lines, -0 lines 3 comments Download
A MoinMoin/themes/basic/static/img/admonitions/caution.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/admonitions/important.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/admonitions/note.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/admonitions/tip.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/admonitions/warning.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/alert.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/angry.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/attention.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/biggrin.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/checkmark.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/devil.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/frown.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/icon-error.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/icon-info.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/idea.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/ohwell.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/prio1.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/prio2.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/prio3.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/redface.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/sad.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/smile.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/smile2.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/smile3.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/smile4.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/star_off.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/star_on.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/thumbs-up.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/tired.png View Binary file 0 comments Download
A MoinMoin/themes/basic/static/img/smileys/tongue.png View Binary file 0 comments Download
M MoinMoin/themes/basic/templates/index.html View 1 4 chunks +77 lines, -55 lines 0 comments Download
M MoinMoin/themes/foobar/static/css/common.css View 1 1 chunk +1 line, -3 lines 0 comments Download
M MoinMoin/themes/foobar/static/css/stylus/main.styl View 1 1 chunk +0 lines, -7 lines 0 comments Download
M MoinMoin/themes/modernized/static/css/common.css View 1 1 chunk +1 line, -3 lines 0 comments Download
M MoinMoin/themes/modernized/static/css/stylus/main.styl View 1 1 chunk +0 lines, -9 lines 2 comments Download

Messages

Total messages: 6
Thomas.J.Waldmann
https://codereview.appspot.com/108020043/diff/1/MoinMoin/themes/basic/static/custom-less/basic.less File MoinMoin/themes/basic/static/custom-less/basic.less (right): https://codereview.appspot.com/108020043/diff/1/MoinMoin/themes/basic/static/custom-less/basic.less#newcode313 MoinMoin/themes/basic/static/custom-less/basic.less:313: background-color: #428bca; hardcoded colour how is that compatible with ...
9 years, 10 months ago (2014-06-14 18:24:16 UTC) #1
ajgupta93
https://codereview.appspot.com/108020043/diff/1/MoinMoin/themes/basic/static/custom-less/basic.less File MoinMoin/themes/basic/static/custom-less/basic.less (right): https://codereview.appspot.com/108020043/diff/1/MoinMoin/themes/basic/static/custom-less/basic.less#newcode313 MoinMoin/themes/basic/static/custom-less/basic.less:313: background-color: #428bca; On 2014/06/14 18:24:16, Thomas.J.Waldmann wrote: > hardcoded ...
9 years, 10 months ago (2014-06-26 11:50:27 UTC) #2
ajgupta93
Screenshots for patchset 2 - http://picpaste.com/pics/index1-da8qoGxo.1403784830.png http://picpaste.com/pics/index2-Rh2Ubl7Q.1403784862.png
9 years, 10 months ago (2014-06-26 12:14:37 UTC) #3
RogerHaase
works well (per my light testing). You could help out your reviewers by anticipating reviewer's ...
9 years, 10 months ago (2014-06-26 15:34:37 UTC) #4
ajgupta93
https://codereview.appspot.com/108020043/diff/40001/MoinMoin/static/js/index_action.js File MoinMoin/static/js/index_action.js (left): https://codereview.appspot.com/108020043/diff/40001/MoinMoin/static/js/index_action.js#oldcode138 MoinMoin/static/js/index_action.js:138: // also executed via .click call when user clicks ...
9 years, 10 months ago (2014-06-26 15:53:14 UTC) #5
RogerHaase
9 years, 10 months ago (2014-06-26 16:17:30 UTC) #6
https://codereview.appspot.com/108020043/diff/40001/MoinMoin/themes/basic/sta...
File MoinMoin/themes/basic/static/custom-less/basic.less (right):

https://codereview.appspot.com/108020043/diff/40001/MoinMoin/themes/basic/sta...
MoinMoin/themes/basic/static/custom-less/basic.less:647: 
On 2014/06/26 15:53:13, ajgupta93 wrote:
> On 2014/06/26 15:34:37, RogerHaase wrote:
> > where did all this come from?  a comment at the top or bottom may help
future
> > developers
> 
> Actually i borrowed most of the stuff from other themes with only minor
changes
> at places.

If this whole chunk only applies to Index page styling, Then add comments at top
and bottom saying that.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b