http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/doc/design.txt Mercurial Repository: p/roundup/code: doc/design.txt history 2024-10-23T14:49:45+02:00 [permission-performance] Add documentation for the filter function http://hg.code.sf.net:8000/p/roundup/code/#changeset-7b6615fb37fc3f9dc7efab9cfae3bc8c37f818f2 Ralf Schlatterbeck rsc@runtux.com 2024-10-23T14:49:45+02:00 2024-10-23T14:49:45+02:00
changeset 7b6615fb37fc
branch permission-performance
bookmark
tag
user Ralf Schlatterbeck <rsc@runtux.com>
description Add documentation for the filter function
files
docs: add older docs and link them from a Sphinx controlled doc http://hg.code.sf.net:8000/p/roundup/code/#changeset-2ab23448470879ffab4b99256e1bf1147ac27128 John Rouillard rouilj@ieee.org 2024-03-05T13:03:46-05:00 2024-03-05T13:03:46-05:00
changeset 2ab234484708
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description docs: add older docs and link them from a Sphinx controlled doc

doc/sc.txt

I can't reference html docs relatively directly from a sphinx
toctree. So I created a new sc.txt to link to the existing:

software carpentry overview (precursor to overview.txt)
software carpentry design (precursor to design.txt)

I also added a link to a short paper that Ka-Ping Yee wrote on
Roundup's prototype and issues with other systems (bugzilla/jitterbug).

doc/design.txt

add link to the original precursor doc spec.html.

doc/html_extra/roundup_short_paper.html, doc/html_extra/images/jitterbug-2.gif

The paper, lightly edited to make image references work. Original
location/name was: http://www.lfw.org/ping/roundup.html aka
http://zesty.ca/roundup.html.

Also added one missing image. Other images were committed some time ago.

website/www/olderdocs.txt

add link to new sc.txt

website/www/Makefile

copy the three docs and images to the published tree.

Tried to use html_extra conf.py parameter as is done in the docs
directory that creates share/docs/roundup/html as part of the release
process. But that results in the file going to the top level
directory of www.roundup.com and not to the docs subdirectory. There
seems to be no way to control this, so makefile cp rule for the win.
files
Add missing parens. http://hg.code.sf.net:8000/p/roundup/code/#changeset-1fe17a659f394afccf0eb1747aa36a4881d25472 John Rouillard rouilj@ieee.org 2023-05-16T02:35:14-04:00 2023-05-16T02:35:14-04:00
changeset 1fe17a659f39
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Add missing parens.
files
initial pass to change references to reference doc where needed. http://hg.code.sf.net:8000/p/roundup/code/#changeset-692242b3effddaaefa5e22e0896910dc0d7fd760 John Rouillard rouilj@ieee.org 2023-05-16T01:19:16-04:00 2023-05-16T01:19:16-04:00
changeset 692242b3effd
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description initial pass to change references to reference doc where needed.

There are some references that don't seem to exist anymore. They were
left pointing to their original values.

These are in the 0.6 upgrade directions and whatsnew-0.7. They
reference macros that don't exist or config.py that is no longer
valid.
files
Update meta description. Also fix test command in code.txt. http://hg.code.sf.net:8000/p/roundup/code/#changeset-6f5054751fb6b10e3f83cbcfa72966894ea86de2 John Rouillard rouilj@ieee.org 2022-11-15T20:33:32-05:00 2022-11-15T20:33:32-05:00
changeset 6f5054751fb6
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Update meta description. Also fix test command in code.txt.
files
Summary: Constrain format of classname and document http://hg.code.sf.net:8000/p/roundup/code/#changeset-6834bb5473da3082e70dd3861acc6d940d87f3ba John Rouillard rouilj@ieee.org 2020-07-28T06:24:39-04:00 2020-07-28T06:24:39-04:00
changeset 6834bb5473da
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Summary: Constrain format of classname and document

Define the format of a valid classname. Updated design doc, function
doc and glossary to document format.

Error message for case where we have a redefinition of a classname now
says why ValueError is raised since we are raising ValueError for
incorrect classname format as well.

Tests for all cases including verification of cause for ValueError
exceptions.
files
Add indexing for roundup-admin references. http://hg.code.sf.net:8000/p/roundup/code/#changeset-5522c950a2e404444da8f7fdbc4101101a8208d0 John Rouillard rouilj@ieee.org 2020-05-16T13:40:12-04:00 2020-05-16T13:40:12-04:00
changeset 5522c950a2e4
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Add indexing for roundup-admin references.
files
more index entries and CHANGES.txt update for them. http://hg.code.sf.net:8000/p/roundup/code/#changeset-de9d602c8ce669c721a10bbfb0138a3bc6183356 John Rouillard rouilj@ieee.org 2020-05-14T22:18:18-04:00 2020-05-14T22:18:18-04:00
changeset de9d602c8ce6
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description more index entries and CHANGES.txt update for them.
files
Implement limit and offset for filter http://hg.code.sf.net:8000/p/roundup/code/#changeset-16e1255b16cf3400f54de9a6048809c1b413e239 Ralf Schlatterbeck rsc@runtux.com 2019-08-26T20:23:53+02:00 2019-08-26T20:23:53+02:00
changeset 16e1255b16cf
branch
bookmark
tag
user Ralf Schlatterbeck <rsc@runtux.com>
description Implement limit and offset for filter

These map to the corresponding SQL parameters for the SQL backends.
files
Implement exact string search http://hg.code.sf.net:8000/p/roundup/code/#changeset-ee2e8f8d66482ffeb6b2133fce281d069c421bd5 Ralf Schlatterbeck rsc@runtux.com 2019-08-26T18:18:02+02:00 2019-08-26T18:18:02+02:00
changeset ee2e8f8d6648
branch
bookmark
tag
user Ralf Schlatterbeck <rsc@runtux.com>
description Implement exact string search

.. in the 'filter' method of hyperdb.Class (and the corresponding
backend implementations).
files
Applied patch 0038 from issue2550960 to upgrade code examples in http://hg.code.sf.net:8000/p/roundup/code/#changeset-d0689aaa83db5aed5a065eb9a8bb1afa1b83baca John Rouillard rouilj@ieee.org 2018-06-12T20:27:04-04:00 2018-06-12T20:27:04-04:00
changeset d0689aaa83db
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Applied patch 0038 from issue2550960 to upgrade code examples in
documentation to be compatible with both python 2 and 3. Patch
supplied by Joseph Myers.
files
Spelling fix in design.txt. http://hg.code.sf.net:8000/p/roundup/code/#changeset-15440504fb0450029270be2e4153a692f85ad876 John Rouillard rouilj@ieee.org 2017-04-22T15:59:57-04:00 2017-04-22T15:59:57-04:00
changeset 15440504fb04
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Spelling fix in design.txt.

Document attributes common to all properties. Discuss use of quiet
attribute.
files
issue2550864 - Potential information leakage via journal/history http://hg.code.sf.net:8000/p/roundup/code/#changeset-462b0f76fce88430badbd4a8de047b49a854a638 John Rouillard rouilj@ieee.org 2017-04-14T23:24:18-04:00 2017-04-14T23:24:18-04:00
changeset 462b0f76fce8
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description issue2550864 - Potential information leakage via journal/history

Fix this by making the hyperdb::Class::history function check for view
permissions on the journaled properties. So a user that sees [hidden]
for a property in the web interface doesn;t see the property changes
in the history.

While doing this, relocated the filter for quiet properties
from the templating class to the hyperdb.

Also added the skipquiet option to the history command in
roundup-admin.py to enable filtering of quiet params.

Also changed calls to history() in the backend databases to report all
items.

Changed inline documentation for all history calls that document the
actions. The create action (before nov 6 2002) used to record all
parameters. After that point the create call uses an empty dictionary.
The filtering code depends on the create dictionary being empty.
It may not operate properly on very old roundup databases.

Changed calls to logging.getLogger to roundup.hyperdb.backends to
allow filtering the back end while keeping hyperdb logging.

In cgi/templating.py, changed history() function consolidating
handiling of link and unlink actions

Added tests for quiet property filtering and permission filtering
of history.
files
- issue1714899: Feature Request: Optional Change Note. Added a new http://hg.code.sf.net:8000/p/roundup/code/#changeset-8901cc4ef0e0bc18cc20ef7d00300878136c990e John Rouillard rouilj@ieee.org 2016-06-30T20:38:23-04:00 2016-06-30T20:38:23-04:00
changeset 8901cc4ef0e0
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description - issue1714899: Feature Request: Optional Change Note. Added a new
quiet=True/False option for all property types. When quiet=True
changes to the property will not be displayed in the::

confirmation banner (shown in green) when a change is made
property change section of change note (nosy emails)
web history display for an item.

Note that this may confuse users if used on a property that is
meant to be changed by a user. It is most useful on administrative
properties that are changed by an auditor as part of a user
generated change. Original patch by Daniel Diniz (ajaksu2)
discussed also at:
http://psf.upfronthosting.co.za/roundup/meta/issue249
Support for setting quiet when calling the class specifiers:
E.G. prop=String(quiet=True) rather than::
prop=String()
prop.quiet=True
support for anydb backend, added tests, doc updates, support for
ignoring quiet setting using showall=True in call to history()
function in templates by John Rouillard.

In addition to documenting quiet, I also documented required and
default_value additions to the hyperdb property classes. Only place I
could find is design.txt.

Note tests for history in web interface are not done. It was manually
checked but there are no automated tests. The template for setup is in
db_test_base.py::testQuietJournal but it has no asserts. I need
access to template.py::_HTMLItem::history() and I don't know how to do
that. test_templates.py isn't helping me any at all and I want to get
this patch in because it handles nicely an issue I have in the design
of my own tracker. The issue is:

The properties of an issue are displayed in framesets/subframes. The
user can roll up the frameset leaving only the title bar. When the
user saves the changes, the current state of the framesets
(collapsed/uncollapsed) is saved to a property in the user's
object. However there is no reason the user should see that this is
updated since it's an administrative detail.

Similarly, you could count the number of times an issue is reopened or
reassigned. Updates to properties that are an indirect result of a
user's change should not be displayed to the user as they can be
confusing and distracting.
files
Add support for an integer type to join the existing number type. http://hg.code.sf.net:8000/p/roundup/code/#changeset-e424987d294ab827d33f4e5253522b2e86563162 John Rouillard rouilj@ieee.org 2016-06-05T00:17:26-04:00 2016-06-05T00:17:26-04:00
changeset e424987d294a
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Add support for an integer type to join the existing number type.

Commit patch supplied for issue2550886. This can be used for
properties used for ordering, counts etc. where a decimal point
isn't needed. Developed by Anthony (antmail). Doc updates written by
John Rouillard.
files
doc: Simplify English in detectors intro http://hg.code.sf.net:8000/p/roundup/code/#changeset-854238f780263b4fc233489111fb25a52542d57a anatoly techtonik techtonik@gmail.com 2014-08-20T11:40:24+03:00 2014-08-20T11:40:24+03:00
changeset 854238f78026
branch
bookmark
tag
user anatoly techtonik <techtonik@gmail.com>
description doc: Simplify English in detectors intro
files
docs: Remove one nesting level from ToC on subpages http://hg.code.sf.net:8000/p/roundup/code/#changeset-609edf9de0a57fdffa35986b97a8d40a8c55ac37 anatoly techtonik techtonik@gmail.com 2014-04-15T15:07:30+03:00 2014-04-15T15:07:30+03:00
changeset 609edf9de0a5
branch
bookmark
tag
user anatoly techtonik <techtonik@gmail.com>
description docs: Remove one nesting level from ToC on subpages
files
issue2550766: Minor formatting issues in the docs for date properties, thanks John Kristensen. http://hg.code.sf.net:8000/p/roundup/code/#changeset-0485b47a39a8dd6a0aed7bed803e8a0b96c5545d Bernhard Reiter bernhard@intevation.de 2012-07-29T21:16:12+02:00 2012-07-29T21:16:12+02:00
changeset 0485b47a39a8
branch
bookmark
tag
user Bernhard Reiter <bernhard@intevation.de>
description issue2550766: Minor formatting issues in the docs for date properties, thanks John Kristensen.
files
Documentation polishing. http://hg.code.sf.net:8000/p/roundup/code/#changeset-32b24abfe98eb6ba320e0b9e67bacf47d7bee2f0 Eric S. Raymond esr@thyrsus.com 2011-11-15T18:35:54-05:00 2011-11-15T18:35:54-05:00
changeset 32b24abfe98e
branch
bookmark
tag
user Eric S. Raymond <esr@thyrsus.com>
description Documentation polishing.
files
fix http://hg.code.sf.net:8000/p/roundup/code/#changeset-f4a863d88a99851d2844588ea2a6d1b19eb6bf74 Richard Jones richard@users.sourceforge.net 2010-03-30T22:57:42+00:00 2010-03-30T22:57:42+00:00
changeset f4a863d88a99
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description fix
files
Clarify 'search_matches' docs. http://hg.code.sf.net:8000/p/roundup/code/#changeset-7ad0918ee8bde76ba603381e829d6f4b35f65703 Stefan Seefeld stefan@seefeld.name 2009-02-17T13:05:44+00:00 2009-02-17T13:05:44+00:00
changeset 7ad0918ee8bd
branch
bookmark
tag
user Stefan Seefeld <stefan@seefeld.name>
description Clarify 'search_matches' docs.
files
Cleanup. http://hg.code.sf.net:8000/p/roundup/code/#changeset-be9122d753c5d67eacd1052cc7fb275ef6b6fba3 Stefan Seefeld stefan@seefeld.name 2009-02-12T16:21:46+00:00 2009-02-12T16:21:46+00:00
changeset be9122d753c5
branch
bookmark
tag
user Stefan Seefeld <stefan@seefeld.name>
description Cleanup.
files
fix incorrect doc http://hg.code.sf.net:8000/p/roundup/code/#changeset-ba4452e91a289d9160519188dd02c863f2e897bf Richard Jones richard@users.sourceforge.net 2008-08-18T06:44:46+00:00 2008-08-18T06:44:46+00:00
changeset ba4452e91a28
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description fix incorrect doc
files
retire "topic" usage http://hg.code.sf.net:8000/p/roundup/code/#changeset-91008ec8f9a0d2c18ceb5489e2f78c665a29ee67 Justus Pendleton jpend@users.sourceforge.net 2007-09-16T02:45:11+00:00 2007-09-16T02:45:11+00:00
changeset 91008ec8f9a0
branch
bookmark
tag
user Justus Pendleton <jpend@users.sourceforge.net>
description retire "topic" usage

"Topic" still appears in the locale files. I'm sure we need to support
that for existing trackers. I *think* they don't care about any of the other
changes that have been made.

I also left Ka-Ping Yee's original design document unchanged.

This takes care of sf feature request [SF#953161]
files
support sqlite3 http://hg.code.sf.net:8000/p/roundup/code/#changeset-0d561b24ceff7c80dc8b38ddff86c5831d39a4df Richard Jones richard@users.sourceforge.net 2006-10-04T01:12:00+00:00 2006-10-04T01:12:00+00:00
changeset 0d561b24ceff
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description support sqlite3
files
Sorting/grouping by multiple properties. http://hg.code.sf.net:8000/p/roundup/code/#changeset-790363e9685256ce0765d966207e976647417f8d Ralf Schlatterbeck schlatterbeck@users.sourceforge.net 2006-08-30T20:28:26+00:00 2006-08-30T20:28:26+00:00
changeset 790363e96852
branch
bookmark
tag
user Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
description Sorting/grouping by multiple properties.

- Implement sorting/grouping by multiple properties for the web
interface. I'm now using @sort0/@sortdir0,@sort1/@sortdir1,... and
@group0/@groupdir0,... when generating URLs from a search template.
These are converted to a list internally. When saving URLs (e.g. when
storing queries) I'm using @sort=prop1,prop2,... and @group=... with
optional '-' prepended to individual props.
This means saved URLs are backward compatible with existing trackers
(and yes, this was a design goal).
I need the clumsy version with @sort0,@sort1 etc, because I'm
currently using several selectors and checkboxes (as the classic
template does, too). I don't think there is a way around that in HTML?
- Updated (hopefully all) documentation to reflect the new URL format
and the consequences in the web-interface.
- I've set the number of sort/group properties in the classic template
to two -- this can easily be reverted by changing n_sort to 1.

Richard, would you look over these changes? I've set a tag before and
(will set) after commit, so that it would be easy to merge out.
Don't be too scared about the size of the change, most is documentation,
the guts are in cgi/templating.py and small changes in the classic
template.
files
More transitive-property support. http://hg.code.sf.net:8000/p/roundup/code/#changeset-193f316dbbe96be9b8c424366d56d5afb0623f1e Ralf Schlatterbeck schlatterbeck@users.sourceforge.net 2006-08-21T12:19:48+00:00 2006-08-21T12:19:48+00:00
changeset 193f316dbbe9
branch
bookmark
tag
user Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
description More transitive-property support.

- Implemented transitive properties in sort and group specs. Sort/group
specs can now be lists of specs.
- All regression tests except for one metakit backend test related to
metakit having no representation of NULL pass
- Fixed more PEP 8 whitespace peeves (and probably introduced some new
ones :-)
- Moved Proptree from support.py to hyperdb.py due to circular import
- Moved some proptree-specific methods from Class to Proptree
- Added a test for sorting by ids -> should be numeric sort (which now
really works for all backends)
- Added "required" attribute to all property classes in hyperdb (e.g.,
String, Link,...), see Feature Requests [SF#539081]
-> factored common stuff to _Type. Note that I also converted to a
new-style class when I was at it. Bad: The repr changes for new-style
classes which made some SQL backends break (!) because the repr of
Multilink is used in the schema storage. Fixed the repr to be
independent of the class type.
- Added get_required_props to Class. Todo: should also automagically
make the key property required...
- Add a sort_repr method to property classes. This defines the
sort-order. Individual backends may use diffent routines if the
outcome is the same. This one has a special case for id properties to
make the sorting numeric. Using these methods isn't mandatory in
backends as long as the sort-order is correct.
- Multilink sorting takes orderprop into account. It used to sort by
ids. You can restore the old behaviour by specifying id as the
orderprop of the Multilink if you really need that.
- If somebody specified a Link or Multilink as orderprop, we sort by
labelprop of that class -- not transitively by orderprop. I've
resited the tempation to implement recursive orderprop here: There
could even be loops if several classes specify a Link or Multilink as
the orderprop...
- Fixed a bug in Metakit-Backend: When sorting by Links, the backend
would do a natural join to the Link class. It would rename the "id"
attribute before joining but *not* all the other attributes of the
joined class. So in one test-case we had a name-clash with
priority.name and status.name when sorting *and* grouping by these
attributes. Depending on the order of joining this would produce a
name-clash with broken sort-results (and broken display if the
original class has an attribute that clashes). I'm now doing the
sorting of Links in the generic filter method for the metakit backend.
I've left the dead code in the metakit-backend since correctly
implementing this in the backend will probably be more efficient.
- updated doc/design.html with the new docstring of filter.
files
*** empty log message *** http://hg.code.sf.net:8000/p/roundup/code/#changeset-8ee9b38789afa9b049632f57e57a259e7b5e5334 Richard Jones richard@users.sourceforge.net 2006-01-30T03:34:35+00:00 2006-01-30T03:34:35+00:00
changeset 8ee9b38789af
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description *** empty log message ***
files
db detectors got priority numbers (rfe [SF#1413165]) http://hg.code.sf.net:8000/p/roundup/code/#changeset-976bd292eaa0945dc08d3020e8cf309fce0400eb Alexander Smishlajev a1s@users.sourceforge.net 2006-01-24T08:30:49+00:00 2006-01-24T08:30:49+00:00
changeset 976bd292eaa0
branch
bookmark
tag
user Alexander Smishlajev <a1s@users.sourceforge.net>
description db detectors got priority numbers (rfe [SF#1413165])
files
merge from maint-0-8 http://hg.code.sf.net:8000/p/roundup/code/#changeset-440f0a6a2e3c7263c432afe68cc972392d91c3ac Richard Jones richard@users.sourceforge.net 2005-03-03T22:16:32+00:00 2005-03-03T22:16:32+00:00
changeset 440f0a6a2e3c
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description merge from maint-0-8
files
[maint-0.8] clearer docs for find(); couple of other post-release fixes http://hg.code.sf.net:8000/p/roundup/code/#changeset-ed97e2a8557656a2c0d987e9c747310edf750207 Richard Jones richard@users.sourceforge.net 2005-03-03T22:12:36+00:00 2005-03-03T22:12:36+00:00
changeset ed97e2a85576
branch maint-0.8
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description clearer docs for find(); couple of other post-release fixes
files
Permissions improvements. http://hg.code.sf.net:8000/p/roundup/code/#changeset-460eb0209a9e4557bf770ab1bd73908c12199842 Richard Jones richard@users.sourceforge.net 2005-01-28T03:51:19+00:00 2005-01-28T03:51:19+00:00
changeset 460eb0209a9e
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Permissions improvements.

- have Permissions only test the check function if itemid is suppled
- modify index templates to check for row-level Permission
- more documentation of security mechanisms
- better unit tests for security mechanisms
files
Stuff from the train ride this morning: http://hg.code.sf.net:8000/p/roundup/code/#changeset-9614a101b68f7e75c4874d0175139501560b5ad4 Richard Jones richard@users.sourceforge.net 2004-11-30T08:32:57+00:00 2004-11-30T08:32:57+00:00
changeset 9614a101b68f
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Stuff from the train ride this morning:

- Extend the property concept in Permissions to allow a list of properties
- Fix the cgi templating code to check the correct permission when
rendering edit fields
- A swag of changes (just the start) fixing up the customisation doc for
the new tracker layout and permissions setup
files
merge from maint-0-7 http://hg.code.sf.net:8000/p/roundup/code/#changeset-2e3f3204afc9bec4431d92f1c9f9d844c505a24b Richard Jones richard@users.sourceforge.net 2004-11-23T23:58:36+00:00 2004-11-23T23:58:36+00:00
changeset 2e3f3204afc9
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description merge from maint-0-7
files
bsddb is removed; stop suggesting it. suggest sqlite instead. http://hg.code.sf.net:8000/p/roundup/code/#changeset-80f7559933b89af04af94656e88dd971ea2b5125 Alexander Smishlajev a1s@users.sourceforge.net 2004-10-24T08:40:06+00:00 2004-10-24T08:40:06+00:00
changeset 80f7559933b8
branch
bookmark
tag
user Alexander Smishlajev <a1s@users.sourceforge.net>
description bsddb is removed; stop suggesting it. suggest sqlite instead.
files
add "actor" to design http://hg.code.sf.net:8000/p/roundup/code/#changeset-dc65f4a914334594995fa2c1193f0ecc75e6fcaf Richard Jones richard@users.sourceforge.net 2004-03-26T01:09:23+00:00 2004-03-26T01:09:23+00:00
changeset dc65f4a91433
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description add "actor" to design
files
[maint-0.6] *** empty log message *** http://hg.code.sf.net:8000/p/roundup/code/#changeset-8a01cd280aaeadb279ae918597acd17ace733d61 Richard Jones richard@users.sourceforge.net 2004-02-02T21:54:24+00:00 2004-02-02T21:54:24+00:00
changeset 8a01cd280aae
branch maint-0.6
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description *** empty log message ***
files
Use getuid(), not figure_curuserid() http://hg.code.sf.net:8000/p/roundup/code/#changeset-a3b1b1dcf639d4ad358ef901c48e56ea2fce20b7 Johannes Gijsbers jlgijsbers@users.sourceforge.net 2003-09-08T20:39:18+00:00 2003-09-08T20:39:18+00:00
changeset a3b1b1dcf639
branch
bookmark
tag
user Johannes Gijsbers <jlgijsbers@users.sourceforge.net>
description Use getuid(), not figure_curuserid()

- Extended getuid() to replace figure_curuserid().

- Replace all references to curuserid with calls to getuid().

- Changed the docs to point to always point to getuid() and mention the change
in upgrading.txt.
files
Move documenting of curuserid to Database class. http://hg.code.sf.net:8000/p/roundup/code/#changeset-84c61e9120795143644de9f8deaea90560459ab5 Jean Jordaan neaj@users.sourceforge.net 2003-06-26T13:06:40+00:00 2003-06-26T13:06:40+00:00
changeset 84c61e912079
branch
bookmark
tag
user Jean Jordaan <neaj@users.sourceforge.net>
description Move documenting of curuserid to Database class.
files
Documentation fixes. http://hg.code.sf.net:8000/p/roundup/code/#changeset-3c3e44aacdb45c6b0733c858e9f1284ea33a9b30 Jean Jordaan neaj@users.sourceforge.net 2003-06-24T12:39:20+00:00 2003-06-24T12:39:20+00:00
changeset 3c3e44aacdb4
branch
bookmark
tag
user Jean Jordaan <neaj@users.sourceforge.net>
description Documentation fixes.

doc/customizing.txt, doc/design.txt
Documented 'db.curuserid'.
doc/design.txt
Reflowed to 72 columns (even the layer cake fits :)
roundup/mailgw.py
Strip '\n' introduced by rfc822.readheaders
files
Updated deprecated 'sendmessage' to current 'nosymessage' http://hg.code.sf.net:8000/p/roundup/code/#changeset-eb3c348676edc6de2dbe524e3aabeeaa7866969a Jean Jordaan neaj@users.sourceforge.net 2003-06-23T08:03:17+00:00 2003-06-23T08:03:17+00:00
changeset eb3c348676ed
branch
bookmark
tag
user Jean Jordaan <neaj@users.sourceforge.net>
description Updated deprecated 'sendmessage' to current 'nosymessage'
files
Reflowed text to 72 cols... http://hg.code.sf.net:8000/p/roundup/code/#changeset-b9c1226cb6008f0a9b4ae8c1348bd69402bb9281 Jean Jordaan neaj@users.sourceforge.net 2003-06-16T15:27:15+00:00 2003-06-16T15:27:15+00:00
changeset b9c1226cb600
branch
bookmark
tag
user Jean Jordaan <neaj@users.sourceforge.net>
description Reflowed text to 72 cols...

...made leading whitespace before headings consistent, and got rid of
references to <display> and <property>.
files
more doc http://hg.code.sf.net:8000/p/roundup/code/#changeset-f5d53a939b675fee3da40c8baad0dc05ad5fc8d7 Richard Jones richard@users.sourceforge.net 2003-04-03T01:55:01+00:00 2003-04-03T01:55:01+00:00
changeset f5d53a939b67
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description more doc
files
added ability to restore retired nodes http://hg.code.sf.net:8000/p/roundup/code/#changeset-6fede2aa6a12ea60f585dd8382c9a6d40e5e902f Andrey Lebedev kedder@users.sourceforge.net 2003-03-16T22:24:56+00:00 2003-03-16T22:24:56+00:00
changeset 6fede2aa6a12
branch
bookmark
tag
user Andrey Lebedev <kedder@users.sourceforge.net>
description added ability to restore retired nodes
files
[maint-0.5] [[Metadata associated with this commit was garbled during conversion from CVS http://hg.code.sf.net:8000/p/roundup/code/#changeset-83f33642d22034fafcb8496c221d98ca3e447daa Richard Jones richard@users.sourceforge.net 2003-01-09T22:59:22+00:00 2003-01-09T22:59:22+00:00
changeset 83f33642d220
branch maint-0.5
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description [[Metadata associated with this commit was garbled during conversion from CVS
to Subversion.]]
files
merge from maintenance branch http://hg.code.sf.net:8000/p/roundup/code/#changeset-8dd4f736370ba9753cbc6cbe262444b932b1f1b3 Richard Jones richard@users.sourceforge.net 2002-10-03T06:56:30+00:00 2002-10-03T06:56:30+00:00
changeset 8dd4f736370b
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description merge from maintenance branch
files
more doc http://hg.code.sf.net:8000/p/roundup/code/#changeset-d870139aeb5c6a740dde65b18b204b0584868a41 Richard Jones richard@users.sourceforge.net 2002-09-10T00:45:46+00:00 2002-09-10T00:45:46+00:00
changeset d870139aeb5c
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description more doc
files
instance -> tracker, node -> item http://hg.code.sf.net:8000/p/roundup/code/#changeset-43ab730ee194eee99f94fd8461c893641dc05b79 Richard Jones richard@users.sourceforge.net 2002-09-10T00:15:59+00:00 2002-09-10T00:15:59+00:00
changeset 43ab730ee194
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description instance -> tracker, node -> item
files
minor doc change for new cgi http://hg.code.sf.net:8000/p/roundup/code/#changeset-42924a2fcacf25bed1441ecba4d654495803f4d8 Richard Jones richard@users.sourceforge.net 2002-09-04T04:30:36+00:00 2002-09-04T04:30:36+00:00
changeset 42924a2fcacf
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description minor doc change for new cgi
files
documentation reorg post-new-security http://hg.code.sf.net:8000/p/roundup/code/#changeset-299f4890427dc27eb080644a9877f7279c88a815 Richard Jones richard@users.sourceforge.net 2002-07-29T23:30:14+00:00 2002-07-29T23:30:14+00:00
changeset 299f4890427d
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description documentation reorg post-new-security
files
documentation updates http://hg.code.sf.net:8000/p/roundup/code/#changeset-38a74d1351c58ebf6d0df6323f24267802899b94 Richard Jones richard@users.sourceforge.net 2002-07-29T00:54:41+00:00 2002-07-29T00:54:41+00:00
changeset 38a74d1351c5
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description documentation updates
files