http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/doc/developers.txt Mercurial Repository: p/roundup/code: doc/developers.txt history 2024-07-16T11:12:24-04:00 docs: formatting fix, fix unintended dl list definition. http://hg.code.sf.net:8000/p/roundup/code/#changeset-d913db0ab498bc0929f1654b45d25862b548a6f8 John Rouillard rouilj@ieee.org 2024-07-16T11:12:24-04:00 2024-07-16T11:12:24-04:00
changeset d913db0ab498
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description docs: formatting fix, fix unintended dl list definition.
files
feat: issue2551287 - roundup-gettext extracts strings from detectors/extensions http://hg.code.sf.net:8000/p/roundup/code/#changeset-d1c29284ccd92d1f9f036597ab7bc581a40dcde2 John Rouillard rouilj@ieee.org 2024-07-13T18:27:11-04:00 2024-07-13T18:27:11-04:00
changeset d1c29284ccd9
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description feat: issue2551287 - roundup-gettext extracts strings from detectors/extensions

Enhance roundup_gettext.py to extract strings from
detectors/extensions. If the polib module is available,
roundup-gettext will extract translatable strings from the tracker's
Python code. If polib is missing, it will print a warning.

Marcus did most of the work, I had to do a python 2-> conversion of
pygettext.py.
files
doc: update links and docs on checking links http://hg.code.sf.net:8000/p/roundup/code/#changeset-828f79ae965b96387ee9d1e4145f25b3a46942ce John Rouillard rouilj@ieee.org 2024-05-13T18:42:26-04:00 2024-05-13T18:42:26-04:00
changeset 828f79ae965b
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description doc: update links and docs on checking links

Add timeout for link checking so make linkcheck completes.

Document grep command to use to filter broken links to external links.

Fix PostgreSQL links to point to current pages.
Fix pyreadline3 link.
Fix vim po file plugin link
Use wayback machine for zpi internationalization link.
files
feat: make msgfmt.py support -o flag http://hg.code.sf.net:8000/p/roundup/code/#changeset-a363bb8c0ed4de03328bc2243e88f8b3ada697e4 John Rouillard rouilj@ieee.org 2024-04-10T19:01:54-04:00 2024-04-10T19:01:54-04:00
changeset a363bb8c0ed4
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description feat: make msgfmt.py support -o flag

Make msgfmt.py support -o flag like gnu msgfmt.

This allows:

make -C locale local_install MSGFMT="python3 ../roundup/msgfmt.py"

to compile locale files for use when running roundup_server in
development mode.
files
doc: add specifcation of minimal header required for .po files http://hg.code.sf.net:8000/p/roundup/code/#changeset-a44c5da250fa2b8fd2f3990587ca4b34342223cc John Rouillard rouilj@ieee.org 2024-03-20T12:06:46-04:00 2024-03-20T12:06:46-04:00
changeset a44c5da250fa
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description doc: add specifcation of minimal header required for .po files

The team working on the classhelper web component found that roundup
crashed if the file was missing a requred conent-type preamble.

Document the minimal preamble to prevent crashing.
files
doc: link to pology; document use of .Hint extracted comments http://hg.code.sf.net:8000/p/roundup/code/#changeset-161a92d1fb71b20ca1ef2966ed93daae3fa4efc2 John Rouillard rouilj@ieee.org 2024-03-20T11:47:04-04:00 2024-03-20T11:47:04-04:00
changeset 161a92d1fb71
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description doc: link to pology; document use of .Hint extracted comments
files
feat: make msgfmt.py a simple CLI replacement for msgfmt(1) http://hg.code.sf.net:8000/p/roundup/code/#changeset-a9bac0cb4019cd1ab5f144483066a7a64d8c7e69 John Rouillard rouilj@ieee.org 2024-03-06T13:12:21-05:00 2024-03-06T13:12:21-05:00
changeset a9bac0cb4019
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description feat: make msgfmt.py a simple CLI replacement for msgfmt(1)

Simplify testing .po files if the tester doesn't have access to GNU
gettest tools or doesn't want to install the python Babel package.

Also mentioned in developers.txt.
files
fix: make running from code tree translate strings http://hg.code.sf.net:8000/p/roundup/code/#changeset-a46675399a05d24e1a2f00a02e98b1d35cf7061f John Rouillard rouilj@ieee.org 2024-03-02T00:47:19-05:00 2024-03-02T00:47:19-05:00
changeset a46675399a05
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description fix: make running from code tree translate strings

Have Roundup's i18n add working_directorylocale/locale to the list of
places searched for translation .mo files.

This means:

LANG=de python3 roundup/scripts/roundup_admin.py -i ...

will be translated to German. Also document setting up locale/locale
using 'make -C locale local_install' in developer doc.
files
docs: issue2551317 add support for jinja2 customization examples http://hg.code.sf.net:8000/p/roundup/code/#changeset-67438e439da838fd99fa341b0d61467fe303f642 John Rouillard rouilj@ieee.org 2024-02-17T18:56:04-05:00 2024-02-17T18:56:04-05:00
changeset 67438e439da8
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description docs: issue2551317 add support for jinja2 customization examples

Added sphinx-tabs to doc build. This allows adding code-tabs one for
"TAL" examples and one for "Jinja2" examples in the doc.

Converted partly the "Editing multiple items in an index view"
example. Sombody who knows jinja2 better than I, and can test the
example will need to finish it.

Documented requirement and method for building docs in developers.txt.
Added requirements.pip files for pip install -r ... modules needed for
processing docs.

Fixed missing block in layout.txt that stopped tabs.css from being
loaded.
files
docs: add required modules for running tests. http://hg.code.sf.net:8000/p/roundup/code/#changeset-3134415ffb8a07b7eed00318b4ae8c5d37c7d2e8 John Rouillard rouilj@ieee.org 2023-07-30T21:12:11-04:00 2023-07-30T21:12:11-04:00
changeset 3134415ffb8a
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description docs: add required modules for running tests.
files
Add testing notes. http://hg.code.sf.net:8000/p/roundup/code/#changeset-3ff2666447943bda98b2750f77b90a601ea4d4e5 John Rouillard rouilj@ieee.org 2023-06-08T21:54:38-04:00 2023-06-08T21:54:38-04:00
changeset 3ff266644794
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Add testing notes.

pytest-testmon and reversing tests to look for dependencies.
files
2.3.0b1 release changes http://hg.code.sf.net:8000/p/roundup/code/#changeset-623502678b97a0b24ce32d31c3fa42d52503d982 John Rouillard rouilj@ieee.org 2023-05-31T19:25:13-04:00 2023-05-31T19:25:13-04:00
changeset 623502678b97
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description 2.3.0b1 release changes

roundup/__init__.py:

Update version

setup.py:

Mark as beta release; add python 3.11/3.12 as supported language
versions.

website/www/conf.py:

update version/release to 2.3b1/2.3.0b1

website/www/index.txt:

update highlights/version

website/www/signatures/:

Add 2.3.0b1 pgp signature. Will be removed when 2.3.0 is released but
this allows me to test.

docs:

Fix links

Update acknowlegements with 2.3.x churn/contrib etc.

locale:

update software version, creation date; rebuild template and
propagate changes.

MANIFEST.in:

add locale/Makefile
files
Add index entry for adding translation for your tracker http://hg.code.sf.net:8000/p/roundup/code/#changeset-beed64c7090cb85829cf109e157fdf6764dc38e0 John Rouillard rouilj@ieee.org 2023-05-14T01:12:19-04:00 2023-05-14T01:12:19-04:00
changeset beed64c7090c
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Add index entry for adding translation for your tracker

under i18n and and see also index entries for i18n.
files
Simplify TOC; older docs pushed a level down; Consolidate debugging http://hg.code.sf.net:8000/p/roundup/code/#changeset-485cecfba982a159588b27f93a484426b3ac614c John Rouillard rouilj@ieee.org 2023-05-11T13:50:57-04:00 2023-05-11T13:50:57-04:00
changeset 485cecfba982
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Simplify TOC; older docs pushed a level down; Consolidate debugging

Restructured docs.txt. Pulled out older documents into Old Docs.

I wish I could add whitespace between documents in the toc. Current
order split into groupings:

Roundup Features


Roundup Features

Installing Roundup
Upgrading to newer versions of Roundup
Reporting Security Issues with Roundup
Roundup FAQ

User Guide

Customising Roundup
REST API for Roundup
XML-RPC access to Roundup

Roundup Reference
Roundup Glossary
Administration Guide

License
Acknowledgements

Other Docs


debugging.txt removed. Its contents replaced a reference in
developer.txt.

Added olderdocs for:

docs/upgrading-history

docs/tracker_templates

Design Overview <docs/overview>
Design (original) <docs/design>

docs/developers

Notes about the MySQL Database backend <docs/mysql>
Notes about the PostgreSQL Database backend <docs/postgresql>

Richard Jones implementation notes <docs/implementation>
docs/security-history

to keep them out of the docs.txt sidebar.
files
Fix link to i18n with zope/grok (how-to-internationalize-your-application) http://hg.code.sf.net:8000/p/roundup/code/#changeset-ff7564af07b14096372e1c733f15c422ced2c6af John Rouillard rouilj@ieee.org 2023-04-26T09:04:10-04:00 2023-04-26T09:04:10-04:00
changeset ff7564af07b1
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Fix link to i18n with zope/grok (how-to-internationalize-your-application)
files
Add setting up development environment section http://hg.code.sf.net:8000/p/roundup/code/#changeset-1dd48b540b35f453976e502181a0a2523726540a John Rouillard rouilj@ieee.org 2023-03-19T12:22:51-04:00 2023-03-19T12:22:51-04:00
changeset 1dd48b540b35
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Add setting up development environment section

Also some capitalization changes and movement of sections.
files
Fix bad capitalization of Roundup in url's. http://hg.code.sf.net:8000/p/roundup/code/#changeset-d0ef168a937954eb2ebc976bfadb952265ab9bb5 John Rouillard rouilj@ieee.org 2023-02-15T10:47:31-05:00 2023-02-15T10:47:31-05:00
changeset d0ef168a9379
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Fix bad capitalization of Roundup in url's.

also fix bad cap in a sentence.
files
doc: add resources, spellcheck, reorder items, validate http://hg.code.sf.net:8000/p/roundup/code/#changeset-e4e651b1bcfac0ec5fe9ef97226520724489ea77 John Rouillard rouilj@ieee.org 2022-12-04T17:56:09-05:00 2022-12-04T17:56:09-05:00
changeset e4e651b1bcfa
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description doc: add resources, spellcheck, reorder items, validate

Updated developers.txt.

Added StarterIssues link to the tracker.

Included documentation and web design skills as well as python
development.

Added a be polite to others reference.

Played down reading of design documentation. I didn't read it till
well after I was doing contributions.

Removed reference to pychecker (no releases since 2003). Replaced with
flake8 (with a goal for flake8 coverage) and pylint.

Referenced Mercurial as the DVCS of record along with the Sourceforge
repo.

Added section on other resources incuding github use, TravisCI and
GitHub action use, Codecov and Coveralls use.

Added IRC reference.

Removed reference to managing roundup-tracker.org. Nobody is going to
look here for that anymore.

Spelling fixes, capitalized Roundup.
files
replace beacon with bacon in list of meal items. http://hg.code.sf.net:8000/p/roundup/code/#changeset-d3346c3d92f216b926962c1d87b237262e25f2ec John Rouillard rouilj@ieee.org 2022-11-20T11:44:19-05:00 2022-11-20T11:44:19-05:00
changeset d3346c3d92f2
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description replace beacon with bacon in list of meal items.

Bacon is much tastier than a becon.
files
fix link to KDE Lokalize http://hg.code.sf.net:8000/p/roundup/code/#changeset-a8c757a33ab1cec453a9fc5a030673bd7aa5b438 John Rouillard rouilj@ieee.org 2022-08-30T21:45:18-04:00 2022-08-30T21:45:18-04:00
changeset a8c757a33ab1
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description fix link to KDE Lokalize
files
Add i18n object to roundupdb.Database http://hg.code.sf.net:8000/p/roundup/code/#changeset-408fd477761fa40fd7dfa13c4a25be572cd46dd9 Ralf Schlatterbeck rsc@runtux.com 2022-05-03T14:51:59+02:00 2022-05-03T14:51:59+02:00
changeset 408fd477761f
branch
bookmark
tag
user Ralf Schlatterbeck <rsc@runtux.com>
description Add i18n object to roundupdb.Database

This makes the i18n object accessible everywhere (including in detectors
where localized error messages were impossible). See issue2551184
files
Changes for release of version 2.1.0. http://hg.code.sf.net:8000/p/roundup/code/#changeset-cbc18a8bc61f120fc27df2a90d7c922b12bf9014 John Rouillard rouilj@ieee.org 2021-07-12T23:21:12-04:00 2021-07-12T23:21:12-04:00
changeset cbc18a8bc61f
branch
bookmark
tag 2.1.0
user John Rouillard <rouilj@ieee.org>
description Changes for release of version 2.1.0.

Updates specified in RELEASE.txt.
files
Moved roundup-tracker.org infrastructure docs to website/README.txt http://hg.code.sf.net:8000/p/roundup/code/#changeset-bea4a6956c89077f1ec6825e87ca3def895f91cd John Rouillard rouilj@ieee.org 2021-03-14T20:52:11-04:00 2021-03-14T20:52:11-04:00
changeset bea4a6956c89
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Moved roundup-tracker.org infrastructure docs to website/README.txt

This change makes developers.txt as the place for people contributing
to the code base and README.txt to those maintaining the
infrastructure.

The old state was website/README.txt had reference to
doc/developers.txt for updating issues.roundup-tracker.org. Removed
reference and move docs to website/README.txt.

doc/developers.txt had a section on updating website and wiki that
referenced website/README.txt. Removed section, replaced with sentence
that references website/README.txt for all infrastructure.
files
Replace http:....roundup-tracker.org with https. Also fix wiki links. http://hg.code.sf.net:8000/p/roundup/code/#changeset-b2eb59ada444dad75a1320bc9a69bbdbb70d2a11 John Rouillard rouilj@ieee.org 2020-09-09T21:27:55-04:00 2020-09-09T21:27:55-04:00
changeset b2eb59ada444
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Replace http:....roundup-tracker.org with https. Also fix wiki links.
files
Fix spelling of primarily. http://hg.code.sf.net:8000/p/roundup/code/#changeset-c757a6a14c8dc42da9a1a59fa61433a7e53e56fb John Rouillard rouilj@ieee.org 2020-05-24T14:34:05-04:00 2020-05-24T14:34:05-04:00
changeset c757a6a14c8d
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Fix spelling of primarily.
files
prep for 2.0.0alpha0 release. http://hg.code.sf.net:8000/p/roundup/code/#changeset-29d428927362b5d99eb7c1974aa16b2b88a840cb John Rouillard rouilj@ieee.org 2019-10-22T14:30:52-04:00 2019-10-22T14:30:52-04:00
changeset 29d428927362
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description prep for 2.0.0alpha0 release.

Initial set of changes for the release.

Still a few files to change.
files
Update directions for working at CLI level for issues-roundup-tracker.org. http://hg.code.sf.net:8000/p/roundup/code/#changeset-048ff467add94f5c33cbc8700da71ba6f17c420d John Rouillard rouilj@ieee.org 2019-08-04T18:32:57-04:00 2019-08-04T18:32:57-04:00
changeset 048ff467add9
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Update directions for working at CLI level for issues-roundup-tracker.org.

Directions for getting access to the host and where stuff is located
on the host.
files
issue2550966: fix suboptimal links in docs. http://hg.code.sf.net:8000/p/roundup/code/#changeset-e48b039b0ec030a3e9dd3b9568fe3ed844e1945f John Rouillard rouilj@ieee.org 2019-06-01T21:39:17-04:00 2019-06-01T21:39:17-04:00
changeset e48b039b0ec0
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description issue2550966: fix suboptimal links in docs.

I think I got the majority of them. Some links still don't resolve
because they are gone and there is no replacement afaict.

Also the check is picking up example links like: https://.../rest and
http://localhost:8017/... which should not be checked but are.
files
Changed references to http://issues.roundup-tracker.org to https now http://hg.code.sf.net:8000/p/roundup/code/#changeset-0df5f9eeefd452bc5be7ba03a7554ca95deb063d John Rouillard rouilj@ieee.org 2019-02-12T21:31:41-05:00 2019-02-12T21:31:41-05:00
changeset 0df5f9eeefd4
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Changed references to http://issues.roundup-tracker.org to https now
that the site is TLS enabled.
files
Updated links to handle: http://hg.code.sf.net:8000/p/roundup/code/#changeset-f3b844fda4204f704fb4ca9af46bb4290111c051 John Rouillard rouilj@ieee.org 2018-07-18T21:32:24-04:00 2018-07-18T21:32:24-04:00
changeset f3b844fda420
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Updated links to handle:
http://issues.roundup-tracker.org/issue2550965

I think I have most of them at this point.
files
Fix some dev.zope.org links for tales and metal. http://hg.code.sf.net:8000/p/roundup/code/#changeset-979390afb0015c19ed6ed14fbdd42cd311469042 John Rouillard rouilj@ieee.org 2018-07-15T19:54:16-04:00 2018-07-15T19:54:16-04:00
changeset 979390afb001
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Fix some dev.zope.org links for tales and metal.
Unable to find a replacement for ZPT international support docs.
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
Turn referece to issue tracker into link. http://hg.code.sf.net:8000/p/roundup/code/#changeset-132801e383248d2b420d4c3b07ee79b824e8f792 John Rouillard rouilj@ieee.org 2017-10-06T21:35:28-04:00 2017-10-06T21:35:28-04:00
changeset 132801e38324
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Turn referece to issue tracker into link.
files
Backed out changeset 4a3a35192ad1 http://hg.code.sf.net:8000/p/roundup/code/#changeset-c3a90535f7a76c2c6a273c4fabd6690fbad4880e John Rouillard rouilj@ieee.org 2014-12-07T20:15:45-05:00 2014-12-07T20:15:45-05:00
changeset c3a90535f7a7
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Backed out changeset 4a3a35192ad1

Issue2550859 is a duplicate of Issue2550840 and jerrykan fixed
Issue2550840 with rev b261763.

Jerrykan suspects that the web site wasn't rebuilt
since his patch went in and I think he is right.
files
Fixing http://issues.roundup-tracker.org/issue2550859 which reports a http://hg.code.sf.net:8000/p/roundup/code/#changeset-4a3a35192ad1cff9c1cf4a95f3f55a10faf3e463 John Rouillard rouilj@ieee.org 2014-12-06T23:18:40-05:00 2014-12-06T23:18:40-05:00
changeset 4a3a35192ad1
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Fixing http://issues.roundup-tracker.org/issue2550859 which reports a
404 error accessing spec.html reference in the developer.html page.

Changed references to spec.html in developers.txt and installation.txt
to point to design.html since there is no spec.html.

I did track down a copy of what I think is supposed to be spec.html
from google cache of:

http://zesty.ca/sc-roundup.html. It is a snapshot of the page as it
appeared on Dec 4, 2014 22:56:45 GMT

obtained via:

http://webcache.googleusercontent.com/search?q=cache:Zyw8ZjphH2AJ:zesty.ca/sc-roundup.html

The copy of spec.html is missing images (www.lfw.org which hosted the
images seems to be gone).

I left the reference to spec.html in design.txt (aka design.html)
rather than having it point to itself. Also the text surrounding the
reference to spec.html discussses rationale and things that are
misssing from design.html.

I am not sure what can be done to retrieve the real spec.html with
images etc, or exactly how to handle the spec.html reference in
design.html.
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
doc: Fix debugging link. http://hg.code.sf.net:8000/p/roundup/code/#changeset-ee406f06802b54693fda011f15a26a71bbd9d1bd anatoly techtonik techtonik@gmail.com 2013-01-14T16:19:48+03:00 2013-01-14T16:19:48+03:00
changeset ee406f06802b
branch
bookmark
tag
user anatoly techtonik <techtonik@gmail.com>
description doc: Fix debugging link.
files
doc: Remove context diff requirement for sending patches http://hg.code.sf.net:8000/p/roundup/code/#changeset-a3ea93e39e013365f32a2f22a79171d993ba8ec6 anatoly techtonik techtonik@gmail.com 2013-01-14T16:08:38+03:00 2013-01-14T16:08:38+03:00
changeset a3ea93e39e01
branch
bookmark
tag
user anatoly techtonik <techtonik@gmail.com>
description doc: Remove context diff requirement for sending patches
files
Website and wiki instructions should be at one place, pointing there from developers.txt. http://hg.code.sf.net:8000/p/roundup/code/#changeset-ac4ed1b9369fe56cbe45fe38d5d5f06be49c22d1 Bernhard Reiter bernhard@intevation.de 2012-09-28T10:12:21+02:00 2012-09-28T10:12:21+02:00
changeset ac4ed1b9369f
branch
bookmark
tag
user Bernhard Reiter <bernhard@intevation.de>
description Website and wiki instructions should be at one place, pointing there from developers.txt.
files
Added link to sf's Shell Service Instruction page for developers. http://hg.code.sf.net:8000/p/roundup/code/#changeset-f275bf39afaa1b80cfc9ba8a3353a0dff9d0e1b5 Bernhard Reiter bernhard@intevation.de 2012-07-10T20:42:59+02:00 2012-07-10T20:42:59+02:00
changeset f275bf39afaa
branch
bookmark
tag
user Bernhard Reiter <bernhard@intevation.de>
description Added link to sf's Shell Service Instruction page for developers.
files
Added ssh hostkey fingerprint for the tracker server. http://hg.code.sf.net:8000/p/roundup/code/#changeset-c8ea932c627859271be934e18398a443e8fe000a Bernhard Reiter bernhard@intevation.de 2012-07-04T20:25:07+02:00 2012-07-04T20:25:07+02:00
changeset c8ea932c6278
branch
bookmark
tag
user Bernhard Reiter <bernhard@intevation.de>
description Added ssh hostkey fingerprint for the tracker server.
files
closing issue2550762 Minor Documentation fix in doc/developers.txt, thanks to W. Trevor King. http://hg.code.sf.net:8000/p/roundup/code/#changeset-f338c19b0a6d8a3243132e63be08c9b5be6b16f5 Bernhard Reiter bernhard@intevation.de 2012-06-29T16:34:42+02:00 2012-06-29T16:34:42+02:00
changeset f338c19b0a6d
branch
bookmark
tag
user Bernhard Reiter <bernhard@intevation.de>
description closing issue2550762 Minor Documentation fix in doc/developers.txt, thanks to W. Trevor King.
files
remove old website HT file support; alter repository mentioned in developers doc http://hg.code.sf.net:8000/p/roundup/code/#changeset-b59ba4dda6233b7bea1e02bb4a55deb1018664ef Richard Jones richard@users.sourceforge.net 2011-10-21T15:15:06+11:00 2011-10-21T15:15:06+11:00
changeset b59ba4dda623
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description remove old website HT file support; alter repository mentioned in developers doc
files
Small documentation update regarding debugging aids: http://hg.code.sf.net:8000/p/roundup/code/#changeset-b6f1aaba4827eb0507080916f9800a9400bf4d90 Bernhard Reiter Bernhard.Reiter@intevation.de 2010-05-10T07:08:11+00:00 2010-05-10T07:08:11+00:00
changeset b6f1aaba4827
branch
bookmark
tag
user Bernhard Reiter <Bernhard.Reiter@intevation.de>
description Small documentation update regarding debugging aids:

- doc/debugging.txt: removed HYPERDBDEBUG and HYPERDBTRACE and
replaced it with the text for SENDMAILDEBUG from doc/developers.txt.
A short code inspection showed that to be correct.
- refered to debugging.txt from developers.txt to have one unique place
for documenting debugging aids.
- Clarified for SENDMAILDEBUG that no email will be send if it is set.
files
Accept single-character subject lines http://hg.code.sf.net:8000/p/roundup/code/#changeset-18cc4323e2ad1f257266fab733db5a6bdd2fe6a1 Richard Jones richard@users.sourceforge.net 2010-04-16T06:52:18+00:00 2010-04-16T06:52:18+00:00
changeset 18cc4323e2ad
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Accept single-character subject lines
files
notes about the tracker http://hg.code.sf.net:8000/p/roundup/code/#changeset-aab5dba70839da4e87a240430bd81456300dc24b Richard Jones richard@users.sourceforge.net 2010-02-01T00:44:22+00:00 2010-02-01T00:44:22+00:00
changeset aab5dba70839
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description notes about the tracker
files
Minor update of doc/developers.txt... http://hg.code.sf.net:8000/p/roundup/code/#changeset-8d3582271a996cf59805454d7323dec2549f952a Bernhard Reiter Bernhard.Reiter@intevation.de 2009-09-17T09:54:49+00:00 2009-09-17T09:54:49+00:00
changeset 8d3582271a99
branch
bookmark
tag
user Bernhard Reiter <Bernhard.Reiter@intevation.de>
description Minor update of doc/developers.txt...

...to point to the new resources on www.roundup-tracker.org:
- pointed to the new tracker
- removed references to CVS
- removed "macros": _Roundup CVS, _feature tracker
- hinted at http://www.roundup-tracker.org/code.html and the mailinglist
instead of duplicating information
files
update to dev docs http://hg.code.sf.net:8000/p/roundup/code/#changeset-f5d7562bed95fc17e39742ccd8c44a94ab678091 Richard Jones richard@users.sourceforge.net 2009-07-20T23:26:10+00:00 2009-07-20T23:26:10+00:00
changeset f5d7562bed95
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description update to dev 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
link to feature tracker http://hg.code.sf.net:8000/p/roundup/code/#changeset-ff234c87b28a5370efcba989386df173c6f8f231 Richard Jones richard@users.sourceforge.net 2006-07-27T22:54:05+00:00 2006-07-27T22:54:05+00:00
changeset ff234c87b28a
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description link to feature tracker
files
removed note that poEdit cannot handle plural forms - it can now http://hg.code.sf.net:8000/p/roundup/code/#changeset-3e00e0110e641c10573e047f715d297bcba0adbf Alexander Smishlajev a1s@users.sourceforge.net 2006-05-13T10:15:38+00:00 2006-05-13T10:15:38+00:00
changeset 3e00e0110e64
branch
bookmark
tag
user Alexander Smishlajev <a1s@users.sourceforge.net>
description removed note that poEdit cannot handle plural forms - it can now
files
more doc updates, not so many TODOs any more http://hg.code.sf.net:8000/p/roundup/code/#changeset-ad4fb8a14a970f5359e9ee40b5a9b5751c0ded80 Richard Jones richard@users.sourceforge.net 2004-11-18T05:05:25+00:00 2004-11-18T05:05:25+00:00
changeset ad4fb8a14a97
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description more doc updates, not so many TODOs any more
files
Web UI i18n http://hg.code.sf.net:8000/p/roundup/code/#changeset-47766d279878d856291c061838b7e8b9ac037e5a Alexander Smishlajev a1s@users.sourceforge.net 2004-10-26T10:38:25+00:00 2004-10-26T10:38:25+00:00
changeset 47766d279878
branch
bookmark
tag
user Alexander Smishlajev <a1s@users.sourceforge.net>
description Web UI i18n
files
complete transition from HYPERDBDEBUG to new logging http://hg.code.sf.net:8000/p/roundup/code/#changeset-6e9bd67fefa9ec9ed1d48ff026a4c016fa19f688 Richard Jones richard@users.sourceforge.net 2004-07-21T00:50:50+00:00 2004-07-21T00:50:50+00:00
changeset 6e9bd67fefa9
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description complete transition from HYPERDBDEBUG to new logging
files
merge http://hg.code.sf.net:8000/p/roundup/code/#changeset-096063697f776efb9633318d1b591f6e2a0e20ae Richard Jones richard@users.sourceforge.net 2004-06-09T00:25:32+00:00 2004-06-09T00:25:32+00:00
changeset 096063697f77
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description merge
files
[maint-0.7] some more documentation work http://hg.code.sf.net:8000/p/roundup/code/#changeset-ef226254ef460b92c866a54393942dd6b9d4396d Richard Jones richard@users.sourceforge.net 2004-06-09T00:11:49+00:00 2004-06-09T00:11:49+00:00
changeset ef226254ef46
branch maint-0.7
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description some more documentation work
files
*** empty log message *** http://hg.code.sf.net:8000/p/roundup/code/#changeset-8214560941f4f0d7a45f94eaefff22ab0459587d Richard Jones richard@users.sourceforge.net 2004-05-30T00:28:43+00:00 2004-05-30T00:28:43+00:00
changeset 8214560941f4
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description *** empty log message ***
files
i18n notes brought here from ../I18N_PROGRESS.txt http://hg.code.sf.net:8000/p/roundup/code/#changeset-bf3f75134e03dde1ccfb15fa11ea39d4704906cd Alexander Smishlajev a1s@users.sourceforge.net 2004-05-21T12:55:20+00:00 2004-05-21T12:55:20+00:00
changeset bf3f75134e03
branch
bookmark
tag
user Alexander Smishlajev <a1s@users.sourceforge.net>
description i18n notes brought here from ../I18N_PROGRESS.txt

added "Translating Messages" and "Compiling Message Catalogs" sections
files
no CVS logs http://hg.code.sf.net:8000/p/roundup/code/#changeset-078d3f6136ea4b3281b81df8ef4971c65fbbbd26 Richard Jones richard@users.sourceforge.net 2004-05-13T22:08:13+00:00 2004-05-13T22:08:13+00:00
changeset 078d3f6136ea
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description no CVS logs
files
merge from maint-0-7 http://hg.code.sf.net:8000/p/roundup/code/#changeset-c77483d2cda4db6c5972aaa5724f64f02fc59966 Richard Jones richard@users.sourceforge.net 2004-05-10T00:42:49+00:00 2004-05-10T00:42:49+00:00
changeset c77483d2cda4
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description merge from maint-0-7
files