| 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 |
| changeset | 18445cd132c8 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Ralf Schlatterbeck <rsc@runtux.com> |
| description | Add .pytest_cache to .hgignore |
| files |
| 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 |
| 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 |
| changeset | 9d0189350187 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Bernhard Reiter <bernhard@intevation.de> |
| description | Ignoring the symbolic link that the www/Makefile may create. |
| files |
| changeset | 5ca12e280a84 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Thomas Arendsen Hein <thomas@intevation.de> |
| description | Ignore directories generated by "make html" in website/www |
| files |
| 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 |