Differences From Artifact [72bc51f407]:
- File gluon/contrib/taskbar_widget.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 8303) [annotate] [blame] [check-ins using]
To Artifact [3d91432adc]:
- File gluon/contrib/taskbar_widget.py — part of check-in [5e6e1e2c0a] at 2011-11-20 05:28:20 on branch feature/web2py_auth — Upgraded to web2py 1.99.2 (user: spiffy, size: 8304) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
237 238 239 240 241 242 243 244 | RESTART = 3 QUIT = 4 class EnumServerState: RUNNING = 0 STOPPED = 1 | > | 237 238 239 240 241 242 243 244 245 | RESTART = 3 QUIT = 4 class EnumServerState: RUNNING = 0 STOPPED = 1 |