| changeset | 7f0bc46aee67 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | Force demo.py to use python3. /usr/bin/python is often not defined. Choose python3 as the default for demo.py so use doesn't get: env: ‘python’: No such file or directory on startup. |
| files |
| changeset | 110ac45875ab |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Thomas Arendsen Hein <thomas@intevation.de> |
| description | executable .py scripts need "#!/usr/bin/env python" add this to demo.py remove exec bits from website/wiki/wiki/data/plugin/theme/roundup.py |
| files |
| changeset | c6694cff29bc |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | anatoly techtonik <techtonik@gmail.com> |
| description | demo.py: Get rid of Windows linefeeds |
| files |
| changeset | 57b9f2848cf8 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | anatoly techtonik <techtonik@gmail.com> |
| description | Move demo.py to roundup.demo where it appears when installed. This removes part of distutils building magic and brings Roundup sources closer to the state how it works when installed. Previously I've introduced a bug where I've made "demo" tracker home configurable and by default created in the dir the demo.py script, which became directory of roundup.demo module after installation. This will be fixed in the next commit. Simplicity matters. |
| files |
| changeset | a89f1e9f3ee3 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | fix for demo.py to make it use configured host address |
| files |
| changeset | fd90ad41d34d |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Pradip Caulagi <caulagi@gmail.com> |
| description | - Update demo.py to be able to run jinja2 template - Add jinja template as a new feature |
| files |
| changeset | c67c925e4037 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | anatoly techtonik <techtonik@gmail.com> |
| description | demo: Remove tracker home completely when nuking. This erases all detectors/extensions, which gave obscure errors when the demo was reinitialized with different template. |
| files |
| changeset | a0654b1283a4 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | anatoly techtonik <techtonik@gmail.com> |
| description | demo: Make tracker home configurable. |
| files |
| changeset | 3fa74b99d42d |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | anatoly techtonik <techtonik@gmail.com> |
| description | Fix `demo -h` didn't work with existing demo, and required nuke to read the help |
| files |
| changeset | 324cbd9f7d0e |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Bernhard Reiter <bernhard@intevation.de> |
| description | minor cleanup: demo.py: removed superfluous brackets. |
| files |
| changeset | c92fcb355911 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Bernhard Reiter <bernhard@intevation.de> |
| description | Template responsive: make demo.py work out of the box with it, by setting the static_files config.ini setting to "static". |
| files |
| changeset | 7a032013bb6a |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | anatoly techtonik <techtonik@gmail.com> |
| description | demo.py: Make executable, remove unused glob import |
| files |
| changeset | 19490d84802b |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | anatoly techtonik <techtonik@gmail.com> |
| description | demo.py: Fix self-referencing names |
| files |
| changeset | e04f4c060887 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | clarification (inspired by Toni Meuller) |
| files |
| changeset | d81ebe49a6ef |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Stefan Seefeld <stefan@seefeld.name> |
| description | Adjust to allow to run the 'minimal' tracker, too. |
| files |
| changeset | 10224418f88c |
|---|---|
| branch | gsoc-2009 |
| bookmark | |
| tag | |
| user | Stefan Seefeld <stefan@seefeld.name> |
| description | Allow options '-t' and '-b' |
| files |
| changeset | a6fdaaa3a8bd |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Stefan Seefeld <stefan@seefeld.name> |
| description | Move templates/ to share/roundup/templates/ |
| files |
| changeset | 483c3e335a54 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Justus Pendleton <jpend@users.sourceforge.net> |
| description | print instructions for modifying demo tracker URL Add some explanatory text (copied from installation.txt with minor editing) about how to change the demo config to access the tracker from remote hosts. |
| files |
| changeset | d4112ddfc0bb |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | doc fixes |
| files |
| changeset | f6719836e521 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | allow dispname to be passed to renderWith [SF#1424587] rename dispname to @dispname to avoid name clashes in the future force demo.py to have web debugging on (since it can't mail errors) |
| files |
| changeset | 4d7f942f97b5 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Alexander Smishlajev <a1s@users.sourceforge.net> |
| description | demo tracker is always set up on localhost |
| files |
| changeset | adec352e2ce0 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | don't try to import all backends in backends.__init__ unless we *want* to |
| files |
| changeset | bcee075321fc |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Alexander Smishlajev <a1s@users.sourceforge.net> |
| description | patching roundup_server.RoundupRequestHandler class directly... ...does not work anymore. use sys.argv to pass the tracker spec and port number to roundup_server.run() |
| files |
| changeset | 5f62f3dd5aa8 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Alexander Smishlajev <a1s@users.sourceforge.net> |
| description | fix: server was always started on default port number. remove unused imports |
| files |
| changeset | 2907abb10e55 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Alexander Smishlajev <a1s@users.sourceforge.net> |
| description | rearranged to use the code in roundup-demo script. fix install_demo: config.ini was written in current directory, not in the tracker home |
| files |
| changeset | b654a33346a6 |
|---|---|
| branch | maint-0.7 |
| bookmark | |
| tag | 0.7.8 |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | merge from HEAD, pre-release stuff |
| files |
| changeset | 93e2e5b55a3c |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | new Interval props weren't created properly in rdbms (also, fix logging datestamp) |
| files |
| changeset | 921780161fb9 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | Fix demo.py arguments Fix postgresql backend braino |
| files |
| changeset | 1df7d4a41da4 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | Buncha stuff (sorry about the large checkin): - Permissions may now be defined on a per-property basis - added "Create" Permission. Replaces the "Web"- and "Email Registration" Permissions. - added option to turn off registration confirmation via email ("instant_registration" in config) Migrated the user edit/view permission to use check code. Fixed a buncha stuff in the default templates. Needs a thorough review though. |
| files |
| changeset | fe71e108d998 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Alexander Smishlajev <a1s@users.sourceforge.net> |
| description | Main Roundup configuration class renamed to CoreConfig; fix vim modeline |
| files |
| changeset | 75d410d11a20 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | duh |
| files |
| changeset | 11811b313459 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | The demo.py script works again using the new configuration system. |
| files |
| changeset | a9e1fff1e793 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | I thought I committed this last night. Ho hum. - This implements most of the rest of the new tracker config layout: - dbinit.py split between schema.py and initial_data.py - interfaces.py gone - tracker and detectors __init__.py gone - Added some missing functionality to backends: db_exists test and db_nuke. - Implemented configuration file options in postgresql backend. - Cleaned up tracker initialisation a lot. |
| files |
| changeset | 31cb1014300c |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | Switch to using sqlite's own locking mechanisms... Automatically start a new transaction on hyperdb commit(). Better RDBMS demo.py nuke handling. (minor doc fixes) |
| files |
| changeset | a467ee0f77dc |
|---|---|
| branch | maint-0.6 |
| bookmark | |
| tag | 0.6.8 |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | oops |
| files |
| changeset | 4dafc87a0113 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | better support for demoing mysql/postgresql |
| files |
| changeset | a981d3b96397 |
|---|---|
| branch | maint-0.6 |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | add line to rego email to help URL detection [SF#906247] |
| files |
| changeset | f376437cd35c |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | more metakit fixes |
| files |
| changeset | 62ed6505cbec |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | MySQL migration of old backend database to new, typed database complete. |
| files |
| changeset | 892282ba401b |
|---|---|
| branch | maint-0.6 |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | oops, thanks Thomas! |
| files |
| changeset | f29a7edc31da |
|---|---|
| branch | maint-0.6 |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | allow serving of non-"file"-Class file content (eg. paper_file) |
| files |
| changeset | 7b0a655edb88 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
| description | Don't let roundup_server.run() interpret the command-line arguments... ...it causes an error when doing 'demo.py nuke'. |
| files |
| changeset | 1545a36ae887 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
| description | Use roundup_server script in demo.py to reduce duplication (first part of fixing [SF##798659]). |
| files |
| changeset | 63c770644afa |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | oops |
| files |
| changeset | 016e63bb9481 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | *** empty log message *** |
| files |
| changeset | a4db6067814a |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | cleanup |
| files |
| changeset | ccabdc2055cf |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | handle non-existant demo dir (thanks Ollie Rutherfurd) |
| files |
| changeset | d0b29215aa44 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | pre-release stuff |
| files |