Moved to http://drupal.org/project/spanish
This is a Spanish profile for Drupal installation.
This installation profile has two main objectives: to easy the installation of Drupal for newbies, promoting its usage; to generate a standard installation profile to foster installations for groups of programers.
The installation profile:
- Predefines Spanish as default language for the site.
- Configures transliteration options for pathauto.
- Changes date and time formats.
- Allow to set a new set of default values for installation forms.
- For advanced users: could modify default settings, renaming 'profiles/spanish/includes/spanish.inc.txt' to 'profiles/spanish/includes/spanish.inc' and edit any variable needed.
- Creates private directory during installation process.
http://drupal.org/sandbox/hatuhay/1281792
git clone --branch master hatuhay@git.drupal.org:sandbox/hatuhay/1281792.git spanish_installation_profile
Drupal 7.x
Comments
Comment #1
gregglesI can confirm that there are no other installation profiles like this - http://drupal.org/project/installation%20profiles?filters=bs_project_san...
I'm not sure this line makes sense - can you explain why you feel it's appropriate?
$details['file_private_path'] = 'sites/default/files/private';I noticed some very small code style issues. Please run the coder module on "minor" setting to help catch these. The coding standards have even more information in this area. I noticed things like spaces and tabs being used interchangeably.
What is
files[] = epw.profile?These can all be removed:
Bien Hecho!
Comment #2
hatuhay commentedHello @greggles,
The new version has just being uploaded.
On your commnents:
files[] = epw.profileWas a bug, it was replaced with
files[] = spanish.profileEstablish a default private directory and create it with private permissions.
This is not related to any localization but to a practical definition, this could be removed from the public version if suggested.
Gracias!!!
Comment #3
gregglesYes, I think if core does that private file path then it's OK for you to set it as well. However if core doesn't then you can just leave it alone and "do the same thing core does."
Comment #4
hatuhay commentedOK, the configuration of the private path is out. We just upload the new version and it is ready to be tested.
Comment #5
klausiIt appears you are working in the "master" branch in git. You should really be working in a version specific branch. The most direct documentation on this is Moving from a master branch to a version branch. For additional resources please see the documentation about release naming conventions and creating a branch in git.
Review of the master branch:
This automated report was generated with PAReview.sh, your friendly project application review script. Please report any bugs to klausi.
manual review:
Comment #6
hatuhay commentedThanks @klausi, changes up and git corrected.
Comment #7
doitDave commentedReview of the 7.x-1.x branch:
This automated report was generated with PAReview.sh, your friendly project application review script. Go and review some other project applications, so we can get back to yours sooner.
Manual review:
Comment #8
hatuhay commentedThanks @doitDave, all comments have been solved.
Comment #9
barrapontoI thought nothing from @doitdave was fixed, but I was actually just confused from branch master. It should have no files other than a README.txt just as specified in http://drupal.org/node/1127732.
./translations/README.txt ./spanish.install ./README.txt ./spanish.infoI have noticed your git commits fix several stuff, try commiting specific code fixing one issue only. Also, please do put proper messages in commits, contributors to the project will have a bad time figuring out why a piece of code is inserted or removed if commit message lacks any information. They should be in english should you expect any help from the worldwide community.
Also, take a look at http://drupal.org/project/l10n_install to get translations imported on install, now that you removed the translations folder.
I did not try running the install profile, I just reviewed the code. Once it is fixed I will run the profile install.
Comment #10
develcuy commentedAdding tag "dlatino" for reference of the Drupal Latino community.
Comment #11
develcuy commentedThanks for the coding standars review @barraponto, I have performed the fixes and will appreciated your feedback.
I'm still working on making it a localised distribution, thanks for the link!
Comment #12
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.
Comment #13
hatuhay commentedSpanish Installation Profile has been fully reviewed and tested and it is ready for a full review.
Coding standards have been deelpy checked.
There was a suggestion to take out translation folder but it is necesary for the language autodetection feature that is part of Drupal install.api. See http://drupal.org/node/1326106.
Please note that http://drupal.org/project/l10n_install comes with the translation folder.
Comment #14
klausiThis issue is not fixed? See http://drupal.org/node/532400
Comment #15
hatuhay commentedThanks klausi you are right...
Comment #16
PA robot commentedWe are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #17
develcuy commentedJust created the full project myself.
http://drupal.org/project/spanish
I'll take care of mentoring @hatuhay and make sure that he follows the *Sacred* coding standards.
Comment #18
klausi@hatuhay did not get the git vetted user role, so this application is not fixed. Feel free to open a new application once you need to promote another project.
@develCuy: why did you duplicate the project? You could have just simply promoted the existing sandbox?
Comment #19
develcuy commented@klausi, I just have permission to promote my own projects only. And what I did is to fork the repo, not just duplicated it.
Comment #19.0
develcuy commentedAdded objectives for the installation profile
Comment #19.1
hatuhay commentedUpdate on status
Comment #20
avpaderno