| changeset | d913db0ab498 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | docs: formatting fix, fix unintended dl list definition. |
| files |
| 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 |
| 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 |
| 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 |
| 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 |
| changeset | 161a92d1fb71 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | doc: link to pology; document use of .Hint extracted comments |
| files |
| 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 |
| 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 |
| 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 |
| changeset | 3134415ffb8a |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | docs: add required modules for running tests. |
| files |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| changeset | a8c757a33ab1 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | fix link to KDE Lokalize |
| files |
| 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 |
| 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 |
| 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 |
| changeset | b2eb59ada444 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | Replace http:....roundup-tracker.org with https. Also fix wiki links. |
| files |
| changeset | c757a6a14c8d |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | Fix spelling of primarily. |
| files |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| changeset | 132801e38324 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | Turn referece to issue tracker into link. |
| files |
| 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 |
| 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 |
| changeset | 609edf9de0a5 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | anatoly techtonik <techtonik@gmail.com> |
| description | docs: Remove one nesting level from ToC on subpages |
| files |
| changeset | ee406f06802b |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | anatoly techtonik <techtonik@gmail.com> |
| description | doc: Fix debugging link. |
| files |
| changeset | a3ea93e39e01 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | anatoly techtonik <techtonik@gmail.com> |
| description | doc: Remove context diff requirement for sending patches |
| files |
| 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 |
| changeset | f275bf39afaa |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Bernhard Reiter <bernhard@intevation.de> |
| description | Added link to sf's Shell Service Instruction page for developers. |
| files |
| changeset | c8ea932c6278 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Bernhard Reiter <bernhard@intevation.de> |
| description | Added ssh hostkey fingerprint for the tracker server. |
| files |
| 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 |
| 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 |
| 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 |
| changeset | 18cc4323e2ad |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | Accept single-character subject lines |
| files |
| changeset | aab5dba70839 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | notes about the tracker |
| files |
| 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 |
| changeset | f5d7562bed95 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | update to dev docs |
| files |
| changeset | be9122d753c5 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Stefan Seefeld <stefan@seefeld.name> |
| description | Cleanup. |
| files |
| changeset | ff234c87b28a |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | link to feature tracker |
| files |
| 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 |
| changeset | ad4fb8a14a97 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | more doc updates, not so many TODOs any more |
| files |
| changeset | 47766d279878 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Alexander Smishlajev <a1s@users.sourceforge.net> |
| description | Web UI i18n |
| files |
| changeset | 6e9bd67fefa9 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | complete transition from HYPERDBDEBUG to new logging |
| files |
| changeset | 096063697f77 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | merge |
| files |
| changeset | ef226254ef46 |
|---|---|
| branch | maint-0.7 |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | some more documentation work |
| files |
| changeset | 8214560941f4 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | *** empty log message *** |
| files |
| 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 |
| changeset | 078d3f6136ea |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | no CVS logs |
| files |
| changeset | c77483d2cda4 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | merge from maint-0-7 |
| files |