Commit Graph

821 Commits

Author SHA1 Message Date
Nejc Zupan f115bb2035 release 1.1.0 2013-10-12 02:06:00 -03:00
Nejc Zupan 06755d873e Merge pull request #145 from plone/extended-travis
Implement continuous intregration over Plone 4.0 and Plone 4.1
2013-10-11 21:51:10 -07:00
hvelarde 83e72fe14d A number of improvements to how we run builds on Travis
Among them:
* add Plone 4.0 and 4.1 under Python 2.6 to the testing matrix
* do not run Plone 4.3 with Python 2.6 and Plone 4.2 with Python 2.7 -- this
  reduces the number of builds but keeps basically the same coverage
* only upload coverage info to Coveralls.io on one job per build, not on all
  jobs
* upgrade zc.buildout to 1.7.1 (was 1.6.3)
* use Plone 4.3 by default (was 4.2)
2013-10-11 23:00:22 -03:00
Nejc Zupan 3aef6bd9d8 declare supported Plone versions 2013-10-11 23:00:22 -03:00
hvelarde dfd6b2d233 Add package classifiers to list Plone versions supported 2013-10-11 14:11:17 -03:00
Nejc Zupan ab548a84bd release 1.1.0-rc.1 2013-10-10 19:10:42 -03:00
Nejc Zupan 73d73d3c4e fix README.rst so it renders correctly on PyPI 2013-10-10 18:55:50 -03:00
Nejc Zupan 0eabad14f6 we need to increase the minor version, since we introduced new api methods 2013-10-10 18:11:37 -03:00
Nejc Zupan 7a59298933 api.plone.org/foo redirects now work, let's use them 2013-10-10 18:08:46 -03:00
Nejc Zupan 43a58d6807 Move CHANGES.rst to root, set title to Changelog 2013-10-10 17:07:51 -03:00
Nejc Zupan feef0aedeb no longer needed as we no longer build on RTD 2013-10-10 16:57:40 -03:00
Nejc Zupan ebb9b5571f add trailing newlines 2013-10-10 16:57:14 -03:00
hvelarde f235c077af Add missing MANIFEST.in file 2013-10-09 21:44:18 -03:00
Nejc Zupan e3820cf50a back to development 2013-10-09 21:35:30 -03:00
Nejc Zupan 1e03ec62a3 release 1.0.0-rc.3 2013-10-09 21:33:32 -03:00
Nejc Zupan cf7495ffef better egg long_description 2013-10-09 21:31:40 -03:00
Nejc Zupan 243230d0b0 release 1.0.0-rc.2 2013-10-09 21:25:21 -03:00
Nejc Zupan 05b72dd7c8 update Changelog 2013-10-09 21:21:54 -03:00
Nejc Zupan 78fb7b01c8 Merge pull request #142 from plone/english-fixes
English fixes
2013-10-09 17:16:04 -07:00
Nejc Zupan 43b580ab69 garden 2013-10-09 21:11:24 -03:00
Nejc Zupan ececd691bf not needed? 2013-10-09 21:06:23 -03:00
Nejc Zupan 137d49ecdb point to correct pages 2013-10-09 20:45:17 -03:00
cewing 76f463f51d fix wording per @zupo 2013-10-09 20:45:17 -03:00
cewing af5b91b0e9 use initial-caps version of Dexterity and Archetypes names by convention (per @zupo) 2013-10-09 20:45:17 -03:00
cewing dbcd69c887 fix typo per @zupo 2013-10-09 20:45:17 -03:00
cewing 34dfe5709d add reference to env chapter, per @zupo 2013-10-09 20:45:17 -03:00
cewing 842bc14d5d remove :ref: per @zupo
fix up phrasing with suggestions from @zupo
2013-10-09 20:45:17 -03:00
cewing 178015c428 fix :mod: reference per @zupo 2013-10-09 20:45:17 -03:00
cewing 3c136ac1e1 english fixes
standardize wording

fix error in wording for local roles revoke
2013-10-09 20:45:17 -03:00
cewing 680f187f30 fix minor typo 2013-10-09 20:45:16 -03:00
cewing 29ad5b5d86 merge on a single format and wording for the admonition against reading on
github.  Add it to pages that were missing it as well
2013-10-09 20:45:16 -03:00
cewing f2b654ab26 port fixed english from index.rst to README.rst 2013-10-09 20:45:16 -03:00
cewing d4836ef6a6 fixing the english for this section of the docs 2013-10-09 20:45:16 -03:00
cewing b783ae662b fixing this formatted string block. It still fails to appear due to odd css. we need to review that 2013-10-09 20:45:16 -03:00
cewing 11c6791db9 clean up and consolidate english in about.rst 2013-10-09 20:45:14 -03:00
cewing 0069955652 omit needless words
clean up the sentence structure a bit.
2013-10-09 20:18:27 -03:00
cewing 2565838a5e update introductory paragraphs to remove any indication that plone.api will go away.
give indication of the versioning policy when discussing the stability of the package

minor spelling fix
2013-10-09 20:18:27 -03:00
Nejc Zupan 7b9b18823f remove Roadmap section, as it was outdated and we not keep all tasks in github issues 2013-10-09 20:15:08 -03:00
Nejc Zupan 57b0d01ac9 don't print to console because it pollutes the test runner output 2013-10-09 19:48:14 -03:00
Nejc Zupan a1f7f25ebd Merge pull request #116 from plone/issue_114
Issue 114
2013-10-09 15:41:07 -07:00
Rodrigo Ferreira de Souza e083196049 Review copy/move/rename methods 2013-10-09 19:37:47 -03:00
Nejc Zupan a4a3e72b35 Merge pull request #140 from plone/issue_125
added test_mode() method
2013-10-09 15:35:10 -07:00
Simon Delcourt 6774bcf382 added test_mode() method 2013-10-09 19:31:41 -03:00
Nejc Zupan a6a3d1f912 Merge pull request #141 from plone/issue_93
Issue 93
2013-10-09 15:30:32 -07:00
winstonf88 54d82772a2 changed all assertRaises in tests to use the with statement 2013-10-09 19:24:08 -03:00
Nejc Zupan cf78ca9852 Merge pull request #143 from plone/issue_128
Please merge my branch that resolves issue #128, where I added plone.recipe.codeanalys support.
2013-10-09 13:41:52 -07:00
Nejc Zupan 9b61b801e1 garden 2013-10-09 17:07:55 -03:00
Florent Michon 616ed59ef7 Remove bin/flake8 command since bin/code-analysis is calling it 2013-10-09 16:56:47 -03:00
Florent Michon b64b7dbc00 Upgrade the version of plone.recipe.codanalysis to 1.0b5 to get the fixes and activate options needed 2013-10-09 16:56:47 -03:00
Florent Michon 7a75f794e5 Use plone.recipe.codeanalysis
Integrate plone.recipe.codeanalysis in the buildout and correct the trivials
errors.
2013-10-09 16:56:47 -03:00