Mercurial > p > roundup > code
annotate 3rdparty/README.md @ 5604:ed02a1e0aa5d REST-rebased
Fix actions
Permission for retire in roundup/actions.py was with 'Edit' permission,
not 'Retire' permission. Add a 'restore' action to roundup/actions.py.
Both are now correctly used in rest.py and xmlrpc.py (the latter had
some errors when printint error messages).
Also reworked the rest implementation: Despite the warnings in the
roundup API in hyperdb.py the DELETE http method would *destroy* and not
*retire* an item. This has been fixed. We also do not allow retire of a
complete class (although this was implemented) because this seems to
dangerous and we see no use-case.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Wed, 30 Jan 2019 14:12:27 +0100 |
| parents | cf273c668906 |
| children |
| rev | line source |
|---|---|
|
4854
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
1 # 3rd party libraries for some of the trackers |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
2 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
3 The files in theis directory are the sources for files that are used |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
4 by the trackers and optional functionality. It includes unminified |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
5 javascript and source files used to generate javscript and css. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
6 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
7 ## Bootstrap |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
8 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
9 To build Boostrap, install [nodejs](http://nodejs.org/) and then do |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
10 the following - |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
11 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
12 ``` |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
13 $ sudo npm install -g connect@2.1.3 hogan.js@2.0.0 jshint@0.9.1 recess@1.1.9 uglify-js@1.3.4 |
|
4855
cf273c668906
Add instruction to actually build Bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
4854
diff
changeset
|
14 $ make build |
|
4854
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
15 ``` |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
16 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
17 The files are now located in docs/assets |
