Closed (fixed)
Project:
Drupal.org CVS applications
Component:
new project application
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Jan 2010 at 18:56 UTC
Updated:
16 Apr 2023 at 18:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
avpadernoTo maintain an issue queue is not necessary a CVS account, especially if the theme is going to be added in Drupal.
Comment #2
avpadernoIf the theme is going to be added as a Drupal 7 core theme, then you don't need a CVS account because the commits will be done from the current Drupal 7 maintainers, not by you.
If then you need a CVS account to create a Drupal 6 version of the theme, then you need to provide the actual code, or there would not be anything to be reviewed.
Comment #3
jarek foksa commentedI have attached my initial theme implementation for review. Yes, I'm also planning to port it to Drupal 6, although this will start after Drupal 7 version is fully finished.
Comment #4
jarek foksa commentedSorry, looks like previous file did not upload correctly.
Comment #5
naheemsays commented@kiamlaluno - Jarek was requested to develop the theme he is building in cvs, so that others can help pitch in and get it up to date.
(just a fancy subscribe message.)
Comment #6
avpadernoRemember to change status, when you upload new code.
Comment #7
avpadernoAs per Apply for contributions CVS access the motivation should be expanded, and reports the features of the proposed theme, and include a screenshot of the theme.
Comment #8
jacineHi, can you please reconsider approving Jarek's CVS account?
He has been busting tail working on Corolla (#686410: New core theme for Drupal 7: Corolla), mostly solo, and it would really help if he was able to use CVS as opposed to GitHub. Whether or not the theme ends up in core, he will need a CVS account to contribute the theme, so unless there is a problem with the code, it serves no purpose to hold up the approval process here.
Code:
http://github.com/jfoksa/corolla/archives/master
Demo site:
http://www.kiwi-themes.com/demosite-1/
Thank you.
Comment #9
jarek foksa commentedHere is another theme that I would like to host on Drupal.org. It's a port of the Titan theme from Wordpress.
Features:
- fexible layout with up to 4 columns
- columns can be freely reordered
- 9 regions
- customised stylings for all core modules, this includes (but is not limited to): forums, polls, books, profiles, nested comments, contextual links...
- additional toolbar button for toggling visibility of contextual links
- clean and well organized code
Tested on following browsers:
- IE 8
- Firefox 3.6
- Chrome 4
- Opera 10.10
Download theme
Demo site
Browse source code on Github
License:
All files are licensed under GNU GPL version 2
Comment #10
Anonymous (not verified) commented@jarek: The archive containing the module, or the theme still needs to be uploaded in a comment here.
Comment #11
jarek foksa commentedComment #12
jarek foksa commentedAdded a review tag.
Comment #13
yoroy commentedOh, bumping this for a quick fix. See #8. Jarek has put in a lot of effort in getting a solid Drupal 7 theme done. As we're seeing with Bartik, it makes sense to start in contrib, because finishing a theme doesn't fit in a single core issue #686410: New core theme for Drupal 7: Corolla
Would be nice to let jarek join the club asap. Thank you!
Comment #14
Jeff Burnz commentedI have reviewed the Titan theme code and I cant see anything that would preclude its inclusion in CVS. The theme looks nice and is certainly a match (code wise) for any other theme in contrib.
I think Jarek will make a fine contributor to the Drupal project.
The original theme is GPL so no problems there also.
Comment #15
Jeff Burnz commenteddam priority option... apologies, setting back.
Comment #16
michelleSome big name sponsors there... Approved.
Michelle
Comment #17
jarek foksa commentedThanks, I have successfully created new project page
but I can't login to CVS, changing my CVS password did not help:~/themes/cvs export CVSROOT=:pserver:jarek@cvs.drupal.org:/cvs/drupal-contrib
~/themes/cvs cvs login :(
Logging in to :pserver:jarek@cvs.drupal.org:2401/cvs/drupal-contrib
CVS password:
cvs login: authorization failed: server cvs.drupal.org rejected access to /cvs/drupal-contrib for user jarek
Update: problem solved
Comment #18
jacineHi Jarek,
Hmm, did you run this first?
export CVSROOT=:pserver:jarek@cvs.drupal.org:/cvs/drupal-contribThen:
cvs loginThese two are good resources to follow: http://drupal.org/handbook/cvs/quickstart#basics & http://drupal.org/node/262432
Comment #19
jarek foksa commented@Jacine yes, I'm following instructions from this manual, after several attempts
cvs logincommand started working.Comment #20
jacineAh, ok. Well I believe it takes about 5 minutes for password changes to take affect, so maybe that is what was going on.
Comment #21
Anonymous (not verified) commentedComment #24
avpaderno