http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/.hgignore Mercurial Repository: p/roundup/code: .hgignore history 2025-02-19T12:38:06+01:00 Make native date and number elements configurable http://hg.code.sf.net:8000/p/roundup/code/#changeset-b99e76e764967599da7978a4d57365a155f8827e Ralf Schlatterbeck rsc@runtux.com 2025-02-19T12:38:06+01:00 2025-02-19T12:38:06+01:00
changeset b99e76e76496
branch
bookmark
tag
user Ralf Schlatterbeck <rsc@runtux.com>
description Make native date and number elements configurable

Now for Number() and Integer() properties the browser-native number
format can be configured with the use_browser_number_input config item
in seciont [web]. The default is 'yes'. For Date() properties the config
item is use_browser_date_input (also in section [web]) but the default
is 'no'.

In addition when defining Date() properties, these now have a parameter
'display_time' which defaults to 'yes' and a 'format' parameter which
defaults to None. These set defaults for the field() method of the
DateHTMLProperty which have the same parameters (but the display_time
parameter of field() takes a boolean, not 'yes'/'no').
files
Add .pytest_cache to .hgignore http://hg.code.sf.net:8000/p/roundup/code/#changeset-18445cd132c88cc652b6c1294a57d078b7f87b6f Ralf Schlatterbeck rsc@runtux.com 2022-05-03T16:27:39+02:00 2022-05-03T16:27:39+02:00
changeset 18445cd132c8
branch
bookmark
tag
user Ralf Schlatterbeck <rsc@runtux.com>
description Add .pytest_cache to .hgignore
files
issue2550899 Migrate setup.py to setuptools http://hg.code.sf.net:8000/p/roundup/code/#changeset-b57c3d50505b64e2918e1609cae9e903a8a5484e John Rouillard rouilj@ieee.org 2021-04-17T16:41:23-04:00 2021-04-17T16:41:23-04:00
changeset b57c3d50505b
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description issue2550899 Migrate setup.py to setuptools

Also fixes issue2550866 'pip install --editable .' fails

Installing roundup requires setuptools package which is available in
most OS distrobutions or via pip. Patch by John
Kristensen (jerrykan); additional doc changes (upgrade.txt,
RELEASE.txt) John Rouillard.
files
issue2550774: Fix generating the website documentation http://hg.code.sf.net:8000/p/roundup/code/#changeset-8e34362a14f724c211ed7a827e5cc764a5bd1511 John Kristensen john@jerrykan.com 2012-12-16T13:18:11+11:00 2012-12-16T13:18:11+11:00
changeset 8e34362a14f7
branch
bookmark
tag
user John Kristensen <john@jerrykan.com>
description issue2550774: Fix generating the website documentation

- the COPYING.txt file needs to be symlinked into website/www/ so the
documentation can be generated correctly
- add website/www/COPYING.txt to the .hgignore file so the symlinked version
does not get accidentally committed to the repository
- the website documentation Makefile 'clean' removes the symlinks and the
generated html to return things back to the original state, which is what
should happen on a 'clean'
files
Ignoring the symbolic link that the www/Makefile may create. http://hg.code.sf.net:8000/p/roundup/code/#changeset-9d0189350187de020d381ca0f2bdab70a4f0003d Bernhard Reiter bernhard@intevation.de 2012-04-24T17:40:55+02:00 2012-04-24T17:40:55+02:00
changeset 9d0189350187
branch
bookmark
tag
user Bernhard Reiter <bernhard@intevation.de>
description Ignoring the symbolic link that the www/Makefile may create.
files
Ignore directories generated by "make html" in website/www http://hg.code.sf.net:8000/p/roundup/code/#changeset-5ca12e280a8446aa33329d31ea2aa5822f20ab1e Thomas Arendsen Hein thomas@intevation.de 2012-04-02T15:49:21+02:00 2012-04-02T15:49:21+02:00
changeset 5ca12e280a84
branch
bookmark
tag
user Thomas Arendsen Hein <thomas@intevation.de>
description Ignore directories generated by "make html" in website/www
files
Created .hgignore, removed all .gitignore files http://hg.code.sf.net:8000/p/roundup/code/#changeset-c992e7dcac92aab64e70bbb22f63974a25248839 Thomas Arendsen Hein thomas@intevation.de 2012-04-01T22:02:36+02:00 2012-04-01T22:02:36+02:00
changeset c992e7dcac92
branch
bookmark
tag
user Thomas Arendsen Hein <thomas@intevation.de>
description Created .hgignore, removed all .gitignore files

This is not a direct translation, I added some things (e.g. *.pyd) and
removed things which are obsolete (e.g. localconfig.py)
files