http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/doc/tracker_templates.txt Mercurial Repository: p/roundup/code: doc/tracker_templates.txt history 2025-05-11T17:50:44-04:00 build: issue2551397: remove support for python 3.6 http://hg.code.sf.net:8000/p/roundup/code/#changeset-3614cd64f4c44160384d3eafd3087089fc094136 John Rouillard rouilj@ieee.org 2025-05-11T17:50:44-04:00 2025-05-11T17:50:44-04:00
changeset 3614cd64f4c4
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description build: issue2551397: remove support for python 3.6

3.7 ci build works. Make changes to make 3.7 current minimum supported
version. Also removed some references that apply only when running
under 2.7.
files
doc: document lib, fix formating/example http://hg.code.sf.net:8000/p/roundup/code/#changeset-6985f0ff3df32a630bac7055b7c823364416e72c John Rouillard rouilj@ieee.org 2024-02-26T11:23:36-05:00 2024-02-26T11:23:36-05:00
changeset 6985f0ff3df3
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description doc: document lib, fix formating/example

Add lib as an optional directory in a template.

Make config_ini.ini example an actual code block using the file from
the jinja2 template.

Format the TEMPLATE-INFO.txt example as plain text (it was
highlighting words like 'in' and 'with'). Also move the whole example
under the bullet item, it was outside of the list. Reformat the input
text to be less than 80 characters.
files
Update locations templates and locale files are stored http://hg.code.sf.net:8000/p/roundup/code/#changeset-00fe67eb8a9178e3ddf2585c283484c56679f2de John Rouillard rouilj@ieee.org 2022-06-28T23:16:47-04:00 2022-06-28T23:16:47-04:00
changeset 00fe67eb8a91
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Update locations templates and locale files are stored

Installing on a new ubuntu 22.04 venv at /tmp/roundup, I found the
locale and template files installed under
/tmp/roundup2/lib/python3.10/site-packages/usr/local/share which was
unexpected.

/tmp/roundup2/lib/python3.10/site-packages/tmp/roundup2/share would be
expected. Why sys.prefix (/tmp/roundup2) was not being used but
sys.base_prefix (/usr) and 'local' were added in I have no idea.

In any case, updated admin and i18n code to find the files in this
location.

Suggested building a venv for installation with commands in
installation.txt. Removed search for templates top level
directory. Was used for the old location of the tracker templates
pre-2009 when they were moved under share/roundup/templates.

left print statemts for debugging directory search in admin templates.
They are disabled by a variable set to False. At some point will add
pragma's to admin to set debugging and other options see issue
2551103.
files
Add new location where templates and locales are found. http://hg.code.sf.net:8000/p/roundup/code/#changeset-f83e19465b70e169c23cbd87b4550a6f93a6f353 John Rouillard rouilj@ieee.org 2022-06-26T23:24:04-04:00 2022-06-26T23:24:04-04:00
changeset f83e19465b70
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Add new location where templates and locales are found.

Needed to document the 'pip install' location of the templates/locales
and other shared files (e.g. man pages).
files
issue2551206 - remove mention of roundup installer, fix up windows docs http://hg.code.sf.net:8000/p/roundup/code/#changeset-3f3ce3004013b0306a98ed436f3a5c71b0fc64ae John Rouillard rouilj@ieee.org 2022-06-26T23:05:29-04:00 2022-06-26T23:05:29-04:00
changeset 3f3ce3004013
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description issue2551206 - remove mention of roundup installer, fix up windows docs

roundup windows installer is long since dead. Fix up last couple of
references to it. Also fix path to roundup install to use python 2.7
path not python 2.2 path.
files
issue2551029: Jinja2 template install error. http://hg.code.sf.net:8000/p/roundup/code/#changeset-b76be13e027edbc8275cf1a90fb996d4add13320 John Rouillard rouilj@ieee.org 2019-06-04T18:42:05-04:00 2019-06-04T18:42:05-04:00
changeset b76be13e027e
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description issue2551029: Jinja2 template install error.

Issue where template's config.ini not getting updated.

Change do_install in admin.py to load config_ini.ini from template
before writing tracker's config.ini. This generates an updated
config file for the user on install preserving values required tomake
tracker work.

Added config_ini.ini files to jinja2 and responsive templates to set
required values (template_engine and static_files; static_files
resp.).

Documented new file in doc/tracker_templates.txt and added tests for
new admin.py code.
files
Remove $-cookies that have been misleading since roundup moved off CVS. http://hg.code.sf.net:8000/p/roundup/code/#changeset-33a1f03b9de07ea81c27ae16c0071da69c723103 Eric S. Raymond esr@thyrsus.com 2011-10-31T17:48:11-04:00 2011-10-31T17:48:11-04:00
changeset 33a1f03b9de0
branch
bookmark
tag
user Eric S. Raymond <esr@thyrsus.com>
description Remove $-cookies that have been misleading since roundup moved off CVS.

One of these, a $Date$ cookie, might accidentally expanded correctly by
Subversion *if* keyword expansion was enabled on that file; but judging by
the ancientness of the date, it probably wasn't.

In any case, git doesn't do any keyword expansion at all, so there
isn't an equivalent to translate these into.
files
template contents description changed to new layout http://hg.code.sf.net:8000/p/roundup/code/#changeset-eb0015a2caa5310e2fe19c2a20b28244be9f2fb4 Alexander Smishlajev a1s@users.sourceforge.net 2004-10-24T11:38:54+00:00 2004-10-24T11:38:54+00:00
changeset eb0015a2caa5
branch
bookmark
tag
user Alexander Smishlajev <a1s@users.sourceforge.net>
description template contents description changed to new layout
files
*** empty log message *** http://hg.code.sf.net:8000/p/roundup/code/#changeset-f01befe8a7fef0f2161d8be01858817dbabd1938 Richard Jones richard@users.sourceforge.net 2004-03-26T01:19:25+00:00 2004-03-26T01:19:25+00:00
changeset f01befe8a7fe
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description *** empty log message ***
files