aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/api/api.rst30
-rwxr-xr-xdocs/changelog.rst3
-rwxr-xr-xdocs/setup.rst4
3 files changed, 5 insertions, 32 deletions
diff --git a/docs/api/api.rst b/docs/api/api.rst
index 2eabeb73..82bfa22d 100644
--- a/docs/api/api.rst
+++ b/docs/api/api.rst
@@ -438,21 +438,6 @@ OUTPUT::
"users_group_id" : "<id>",
"group_name" : "<groupname>",
"active": "<bool>",
- "members" : [
- {
- "user_id" : "<user_id>",
- "username" : "<username>",
- "firstname": "<firstname>",
- "lastname" : "<lastname>",
- "email" : "<email>",
- "emails": "<list_of_all_additional_emails>",
- "active" : "<bool>",
- "admin" :  "<bool>",
- "ldap_dn" : "<ldap_dn>",
- "last_login": "<last_login>",
- },
- …
- ]
},
]
@@ -485,21 +470,6 @@ OUTPUT::
"users_group_id" : "<id>",
"group_name" : "<groupname>",
"active": "<bool>",
- "members" : [
- {
- "user_id" : "<user_id>",
- "username" : "<username>",
- "firstname": "<firstname>",
- "lastname" : "<lastname>",
- "email" : "<email>",
- "emails": "<list_of_all_additional_emails>",
- "active" : "<bool>",
- "admin" :  "<bool>",
- "ldap_dn" : "<ldap_dn>",
- "last_login": "<last_login>",
- },
- …
- ]
},
}
error: null
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 46bca577..a8645d95 100755
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -14,6 +14,7 @@ news
- #574 Show pull request status also in shortlog (if any)
- remember selected tab in my account page
- Bumped mercurial version to 2.3.2
+- #595 rcextension hook for repository delete
fixes
+++++
@@ -30,6 +31,8 @@ fixes
status. Checks now are made also for the repository.
- fixes #591 git backend was causing encoding errors when handling binary
files - added a test case for VCS lib tests
+- fixed #597 commits in future get negative age.
+- fixed #598 API docs methods had wrong members parameter as returned data
1.4.3 (**2012-09-28**)
----------------------
diff --git a/docs/setup.rst b/docs/setup.rst
index 17fabc34..74324022 100755
--- a/docs/setup.rst
+++ b/docs/setup.rst
@@ -71,8 +71,8 @@ functionality. To do this simply execute::
This will create `rcextensions` package in the same place that your `ini` file
lives. With `rcextensions` it's possible to add additional mapping for whoosh,
-stats and add additional code into the push/pull/create repo hooks. For example
-for sending signals to build-bots such as jenkins.
+stats and add additional code into the push/pull/create/delete repo hooks.
+For example for sending signals to build-bots such as jenkins.
Please see the `__init__.py` file inside `rcextensions` package
for more details.