| changeset | 8bce1a8b3814 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | template changes |
| files |
| changeset | 18d4051bdae7 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | fixes |
| files |
| changeset | d4b19c2ee740 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | Better handling of new properties. |
| files |
| changeset | a74ea8489896 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | users may attach files to issues (and support in ext) through the web now |
| files |
| changeset | c0ca7f35e0c5 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | Added configuration for: . anonymous user access and registration (deny/allow) . filter "widget" location on index page (top, bottom, both) Updated some documentation. |
| files |
| changeset | 72343138b660 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | Committed the changes to the templates for file indexes. |
| files |
| changeset | a671e5917b33 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | Many features and fixes. . roundup-admin create now prompts for property info if none is supplied on the command-line. . hyperdb Class getprops() method may now return only the mutable properties. . Login now uses cookies, which makes it a whole lot more flexible. We can now support anonymous user access (read-only, unless there's an "anonymous" user, in which case write access is permitted). Login handling has been moved into cgi_client.Client.main() . The "extended" schema is now the default in roundup init. . The schemas have had their page headings modified to cope with the new login handling. Existing installations should copy the interfaces.py file from the roundup lib directory to their instance home. . Incorrectly had a Bizar Software copyright on the cgitb.py module from Ping - has been removed. . Fixed a whole bunch of places in the CGI interface where we should have been returning Not Found instead of throwing an exception. . Fixed a deviation from the spec: trying to modify the 'id' property of an item now throws an exception. |
| files |
| changeset | 1d428068485c |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | *gak* ... xmp is Old Skool apparently. Am using pre again by have the option on the plain() template function to escape the text for HTML. |
| files |
| changeset | 9d651a24d9d2 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | Messages are now displayed with content... ...and <xmp>xmp</xmp>'ed instead of pre'ed. |
| files |
| changeset | 3e7a7b3b58e4 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | changes |
| files |
| changeset | 9cfab7f55df0 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | Added "My Issues" and "My Support" to extended template. |
| files |
| changeset | 2775f6727070 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | htmlbase doesn't have extraneous $Foo$ in it any more |
| files |
| changeset | a49c8a2ddd26 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | Added time logging and file uploading to the templates. |
| files |
| changeset | 1e5d95829851 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | updated htmlbases |
| files |
| changeset | b0c4ac63c6ed |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | Big changes: . split off the support priority into its own class . added "new support, new user" to the page head . fixed the display options for the heading links |
| files |
| changeset | 72de483388e3 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | changes |
| files |
| changeset | 5e71aaa87e5b |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
| description | Added templatebuilder module. two functions - one to pack up the html base, one to unpack it. Packed up the two standard templates into htmlbases. Modified __init__ to install them. __init__.py magic was needed for the rather high levels of wierd import magic. Reducing level of import magic == (good, future) |
| files |