Граф коммитов

144 Коммитов

Автор SHA1 Сообщение Дата
Eemeli Aro 1de4919051
Update "master" references to "main" (#2963) 2023-09-19 13:39:03 +02:00
Matjaž Horvat 9384cf1067
Add links to roadmap and good first issues (#2772) 2023-03-01 09:29:46 +01:00
Eemeli Aro 9faea69c20
Set `tabWidth: 2` in Prettier config (#2438)
* chore: Update Prettier config, setting tabWidth:2

* style: Apply updated Prettier styles

If you need to rebase work past this style change, do as follows:

0. Consider this to be commit `commitA`, replacing that with its id in the following.
1. To make sure mistakes aren't fatal, assign a second branch to your current work.
2. Rebase your branch on the commit immediately before this one, commitA~
3. Run the following command at the root of the repo:

    git rebase --strategy-option=theirs \
      --exec 'npx prettier --write . && git add -u && git commit --amend --no-edit' \
      commitA

That will take a short while esp. if you have multiple commits,
as it runs Prettier on everything for every commit.
If you've deleted files, the rebase may drop down to interactive mode
and have you `git rm` as appropriate, then `git rebase --continue`.

You should end up with just your changes in your branch,
prettily formatted. To validate that,
apply the same Prettier config change to your original branch,
reformat the files with `npm run prettier`,
and then compare the results with the rebased branch.

* chore: Clean up lint configs
2022-03-03 09:46:35 +01:00
Matjaž Horvat 5ff706b08a
Bug 1688846: Point contributing docs from Bugzilla to GitHub (#1999)
Also:
* Add Security Policy to point vulnerability reports to Bugzilla
* Update spec template
* Update core team contacts
2021-09-13 21:05:29 +02:00
Marcus Zanona cde33cb2e7
Update README clarifying chat channel scope (#1694) 2020-10-06 09:32:01 +02:00
Matjaž Horvat 55abec8f6b
Point docs from IRC to chat.mozilla.org (#1549) 2020-01-30 12:11:13 +01:00
Adrian Gaudebert 1dd62bc8f9
No bug - Add a guide to first Pontoon contribution. (#1532)
This adds a new guide to start contributing to Pontoon, detailing all the needed steps and giving pointers to useful documentation. It also reworks the documentation home page to be more helpful to people depending on what they are looking for. And it does the same for the readme file.
2020-01-09 14:08:09 +01:00
Rishabh Sharma 6eedeb2bad Replaced "You" with "Do you" in the README (#1359) 2019-08-26 14:05:07 +02:00
Matjaž Horvat 9f8e3a58db
Link to newly added "Localizing your projects" doc 2019-05-13 20:01:32 +02:00
Matjaž Horvat 358f400845
Change README focus from in-context to open source l10n (#1127) 2018-11-11 11:19:55 +01:00
Robert Hencke b40d1ec3f3 Fix broken link to developer setup instructions. (#1050) 2018-08-08 21:33:42 +02:00
Adrian Gaudebert 67c22a3356
Fix bug 1478066 - Use volumes instead of symlinks in docker dev envir… (#1024)
* Fix bug 1478066 - Use volumes instead of symlinks in docker dev environment.

* Use docker-compose everywhere possible.
This also removes the new useless run_tests_in_docker.sh file, that was quite inconsistent with our use of the Makefile. Everything is a lot more streamlined and simple now.
2018-07-25 14:56:14 +02:00
Matjaž Horvat 1b073ee36e
Fix bug 1473372: Make Docker setup default in developer docs (#998)
Make Developer Setup with Docker default and recommended way of
installing Pontoon locally. Rename it to Developer Setup and make it
the first item in the main menu. Rename the legacy Developer Setup to
Developer Setup with virtualenv.

Also included:
* Remove the NOTE 'Installation via Docker is still a fresh feature'
  and add a similar NOTE to legacy set up to use DOCKER.
* Update instructions for installing make on macOS.
* Change 'clone' operation to an actual step.
* Running tests section is already included in Contributing.
* Move Database and Building front-end resources sections under
  Contributing.
* Update .gitignore.
2018-07-09 17:44:53 +02:00
Adrian Gaudebert 4cceb0a709
No bug - Rework readme file to make it easier for new contributors. (#839) 2018-02-06 11:11:46 +01:00
tiagomoraismorgado f468504e4a [Docs] - README.md -> minor spelling tweaks (#787) 2017-12-21 16:24:34 +01:00
Julen Ruiz Aizpuru 47fe6e415a README: also link to existing bugs (#689) 2017-08-23 16:57:28 +02:00
Matjaž Horvat 72d8183f97 Bug 1336999: Consolidate developer docs (#671)
1. Due to overlap, the following pages have been merged:
* Contributing
* Workflow
* Integration with fluent

2. The hashin package to requirements-dev.txt.

3. README has been updated with information that the listed deployments
are used for the localization of Mozilla projects only.
2017-08-14 15:28:33 +02:00
Francesco Lodolo 9d25399777 Link Help to new documentation on GitHub (#664)
New docs should be in good enough shape to replace the MDN page.
2017-08-07 14:31:22 +02:00
Victor Bychek 44a884f04a Use locale-neutral MDN links 2017-01-19 21:28:38 +01:00
Jarek e5360fadf5 Fix bug 1316171: 1-click deploy to Heroku (#468)
* Add support for app.json.
2016-11-16 00:01:50 +01:00
Matjaž Horvat 8dbb1aa3db Add link to roadmap to the README file 2016-08-06 22:02:13 +02:00
Horribly Furious Jedi fe05013c67 Fixed urls for readthedocs. 2016-04-28 07:33:12 +02:00
Matjaž Horvat 60c185659e Update README with a link to mentored bugs 2016-04-10 19:38:40 +02:00
Vivek Anand 291a949174 Added link to LICENSE file 2015-09-15 09:18:47 +05:30
Michael Kelly 5228a5b088 Replace staging URL in docs with correct URL. 2015-08-05 23:08:02 -07:00
Michael Kelly aeed5fa3a6 Add deployment docs and move install docs. 2015-06-08 23:01:30 -07:00
Michael Kelly 2617fbfda4 Add tests for translate view. 2015-05-07 15:52:33 -07:00
Matjaž Horvat c856be59bc Unify local settings instructions 2015-05-07 08:24:01 +02:00
Matjaž Horvat 57bf70968a Remove stray Update paragraph 2015-05-07 08:23:02 +02:00
Matjaž Horvat 0dfc704a00 Reformat installation code 2015-05-06 12:08:05 +02:00
Matjaž Horvat c6b677bdc4 Update admin account instructions 2015-05-06 12:01:05 +02:00
Matjaž Horvat 215b470c87 Update installation instructions 2015-05-06 11:59:02 +02:00
Matjaž Horvat f92200a416 Update default repository URL 2015-05-06 11:48:46 +02:00
Michael Kelly d2fa5bbd23 Fix and document small issue around SITE_URL. 2015-04-21 20:45:36 -07:00
Michael Kelly 3ee543d03c Use docker to build development instance of site. 2015-04-13 16:23:00 -04:00
Michael Kelly d5dbecd239 Update README with peep install instructions. 2015-04-08 15:31:22 -07:00
Sandra Shklyaeva 3045099e7e fixed "based on on" typo 2015-04-08 20:45:03 +03:00
Matjaž Horvat e2fd500dc1 Typo 2015-04-07 12:56:12 +02:00
Matjaž Horvat ceb3163844 Remove link to Twitter from the README 2014-12-21 11:34:34 +01:00
Matjaž Horvat c4ded853c6 Case-sensitive translations table in the DB 2014-12-10 15:37:44 +01:00
Matjaž Horvat 680862a528 Use subprocess instead of VCS wrapper modules, which are hard to set up and work with 2014-11-10 21:46:39 +01:00
Matjaž Horvat f5fe749134 In-place -> in place 2014-10-02 18:43:24 +02:00
Matjaž Horvat 066d4e14a9 Link to pysvn homepage instead of download page 2014-09-30 16:43:44 +02:00
Matjaž Horvat fb851c8bb5 Move optional installation steps to separate section 2014-09-30 16:04:35 +02:00
Matjaž Horvat e878a0619c Add optional pysvn installation instructions 2014-09-30 16:01:57 +02:00
Matjaž Horvat 1ab5964865 Update README 2014-09-26 16:17:11 +02:00
Matjaž Horvat 34ed6a1879 Another README formatting update 2014-09-25 21:39:56 +02:00
Matjaž Horvat 8120e64003 Reformat README 2014-09-25 21:17:44 +02:00
Matjaž Horvat fa61f6b213 Update README now that Test project get set up automatically 2014-09-25 21:06:01 +02:00
Matjaž Horvat 48defd6bb9 Add Servers to README 2014-08-08 15:23:25 +02:00