http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/templates/classic/html/issue.index.html Mercurial Repository: p/roundup/code: templates/classic/html/issue.index.html history 2007-09-18T17:44:26+00:00 translate activity and status in issue.index http://hg.code.sf.net:8000/p/roundup/code/#changeset-006fcf5b895427648507244ad25802f7b74aa802 Justus Pendleton jpend@users.sourceforge.net 2007-09-18T17:44:26+00:00 2007-09-18T17:44:26+00:00
changeset 006fcf5b8954
branch
bookmark
tag
user Justus Pendleton <jpend@users.sourceforge.net>
description translate activity and status in issue.index

thanks to Bajusz for the report and description of fix
fixes [SF#796070]
files
retire "topic" usage http://hg.code.sf.net:8000/p/roundup/code/#changeset-91008ec8f9a0d2c18ceb5489e2f78c665a29ee67 Justus Pendleton jpend@users.sourceforge.net 2007-09-16T02:45:11+00:00 2007-09-16T02:45:11+00:00
changeset 91008ec8f9a0
branch
bookmark
tag
user Justus Pendleton <jpend@users.sourceforge.net>
description retire "topic" usage

"Topic" still appears in the locale files. I'm sure we need to support
that for existing trackers. I *think* they don't care about any of the other
changes that have been made.

I also left Ka-Ping Yee's original design document unchanged.

This takes care of sf feature request [SF#953161]
files
nicer "permission required" messages (patch [SF#1558183]) http://hg.code.sf.net:8000/p/roundup/code/#changeset-a9f6eb633452a474c05e09583b8c7a368203a2f4 Richard Jones richard@users.sourceforge.net 2006-11-09T01:26:29+00:00 2006-11-09T01:26:29+00:00
changeset a9f6eb633452
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description nicer "permission required" messages (patch [SF#1558183])
files
fix sort/group direction checkbox in issue.index.html [SF#1593025] http://hg.code.sf.net:8000/p/roundup/code/#changeset-0480d5585f5868035567d4907188ee3a2f2282dd Richard Jones richard@users.sourceforge.net 2006-11-09T00:46:54+00:00 2006-11-09T00:46:54+00:00
changeset 0480d5585f58
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description fix sort/group direction checkbox in issue.index.html [SF#1593025]
files
filtering helper for users (nosy etc.). http://hg.code.sf.net:8000/p/roundup/code/#changeset-ba2eeadeed694ddb68f06e6c69b8bcd3f2b3184c Tobias Herp tobias-herp@users.sourceforge.net 2006-09-18T00:03:05+00:00 2006-09-18T00:03:05+00:00
changeset ba2eeadeed69
branch
bookmark
tag
user Tobias Herp <tobias-herp@users.sourceforge.net>
description filtering helper for users (nosy etc.).

Uses frames; no <noframes> version so far (but most Javascript-capable
browsers will support frames anyway)
files
macro th_label: http://hg.code.sf.net:8000/p/roundup/code/#changeset-18def94e5150166524f6fcb8e6d37731956a227e Tobias Herp tobias-herp@users.sourceforge.net 2006-09-17T23:27:21+00:00 2006-09-17T23:27:21+00:00
changeset 18def94e5150
branch
bookmark
tag
user Tobias Herp <tobias-herp@users.sourceforge.net>
description macro th_label:

- usage of th_label in user.item.html (for a start)

- macro search_select_translated (for status and priority)

- Javascript support for adding uses (just past the email address and
leave the input field)
files
Sorting/grouping by multiple properties. http://hg.code.sf.net:8000/p/roundup/code/#changeset-790363e9685256ce0765d966207e976647417f8d Ralf Schlatterbeck schlatterbeck@users.sourceforge.net 2006-08-30T20:28:26+00:00 2006-08-30T20:28:26+00:00
changeset 790363e96852
branch
bookmark
tag
user Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
description Sorting/grouping by multiple properties.

- Implement sorting/grouping by multiple properties for the web
interface. I'm now using @sort0/@sortdir0,@sort1/@sortdir1,... and
@group0/@groupdir0,... when generating URLs from a search template.
These are converted to a list internally. When saving URLs (e.g. when
storing queries) I'm using @sort=prop1,prop2,... and @group=... with
optional '-' prepended to individual props.
This means saved URLs are backward compatible with existing trackers
(and yes, this was a design goal).
I need the clumsy version with @sort0,@sort1 etc, because I'm
currently using several selectors and checkboxes (as the classic
template does, too). I don't think there is a way around that in HTML?
- Updated (hopefully all) documentation to reflect the new URL format
and the consequences in the web-interface.
- I've set the number of sort/group properties in the classic template
to two -- this can easily be reverted by changing n_sort to 1.

Richard, would you look over these changes? I've set a tag before and
(will set) after commit, so that it would be easy to merge out.
Don't be too scared about the size of the change, most is documentation,
the guts are in cgi/templating.py and small changes in the classic
template.
files
fix: "List of issues" string in page title is not translated... http://hg.code.sf.net:8000/p/roundup/code/#changeset-1671d1e39b1adf838c70bbbcccd2c3b9cc79044f Alexander Smishlajev a1s@users.sourceforge.net 2006-08-27T11:34:12+00:00 2006-08-27T11:34:12+00:00
changeset 1671d1e39b1a
branch
bookmark
tag
user Alexander Smishlajev <a1s@users.sourceforge.net>
description fix: "List of issues" string in page title is not translated...

...when dispname is set in request
files
allow dispname to be passed to renderWith [SF#1424587] http://hg.code.sf.net:8000/p/roundup/code/#changeset-f6719836e5211804c2bc8d75b1ea6d0c0f85297b Richard Jones richard@users.sourceforge.net 2006-02-08T04:03:54+00:00 2006-02-08T04:03:54+00:00
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
display the query name in the header (feature [SF#298535] / patch [SF#349387]) http://hg.code.sf.net:8000/p/roundup/code/#changeset-f16eca38e4e5b6ed41eeda40560efae8093946a5 Richard Jones richard@users.sourceforge.net 2006-01-20T02:07:15+00:00 2006-01-20T02:07:15+00:00
changeset f16eca38e4e5
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description display the query name in the header (feature [SF#298535] / patch [SF#349387])
files
[maint-0.8] merge from HEAD http://hg.code.sf.net:8000/p/roundup/code/#changeset-708ce3b664d4d2bc1fc7b7828ee9fc6719f69567 Richard Jones richard@users.sourceforge.net 2005-02-12T00:59:47+00:00 2005-02-12T00:59:47+00:00
changeset 708ce3b664d4
branch maint-0.8
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description merge from HEAD
files
docs editing from Jean Jordaan http://hg.code.sf.net:8000/p/roundup/code/#changeset-7308c3c5a9431c0ab2a048e706197d5bbf65b9b2 Richard Jones richard@users.sourceforge.net 2005-02-12T00:47:33+00:00 2005-02-12T00:47:33+00:00
changeset 7308c3c5a943
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description docs editing from Jean Jordaan
files
the cgi templating code now checks item-level http://hg.code.sf.net:8000/p/roundup/code/#changeset-a2889d22db4a51bf9ad79264f8bc172b898bb692 Richard Jones richard@users.sourceforge.net 2005-02-04T05:25:50+00:00 2005-02-04T05:25:50+00:00
changeset a2889d22db4a
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description the cgi templating code now checks item-level
permissions (per alex's suggestion).

The templates themselves do not have row-level checks now.
Cleaned up the msg and file index templates to use batching.
files
Permissions improvements. http://hg.code.sf.net:8000/p/roundup/code/#changeset-460eb0209a9e4557bf770ab1bd73908c12199842 Richard Jones richard@users.sourceforge.net 2005-01-28T03:51:19+00:00 2005-01-28T03:51:19+00:00
changeset 460eb0209a9e
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Permissions improvements.

- have Permissions only test the check function if itemid is suppled
- modify index templates to check for row-level Permission
- more documentation of security mechanisms
- better unit tests for security mechanisms
files
translate column names in "sort by" and "group by" option lists http://hg.code.sf.net:8000/p/roundup/code/#changeset-84a969033ed97cf868eda2da5f41f30b13b35188 Alexander Smishlajev a1s@users.sourceforge.net 2004-07-02T08:32:42+00:00 2004-07-02T08:32:42+00:00
changeset 84a969033ed9
branch
bookmark
tag
user Alexander Smishlajev <a1s@users.sourceforge.net>
description translate column names in "sort by" and "group by" option lists
files
translate 'Redisplay' button caption http://hg.code.sf.net:8000/p/roundup/code/#changeset-48143bde35dfc62907232a0b2b7e50a8b0a272a9 Alexander Smishlajev a1s@users.sourceforge.net 2004-06-15T08:04:53+00:00 2004-06-15T08:04:53+00:00
changeset 48143bde35df
branch
bookmark
tag
user Alexander Smishlajev <a1s@users.sourceforge.net>
description translate 'Redisplay' button caption
files
i18n markup http://hg.code.sf.net:8000/p/roundup/code/#changeset-c2908812624a9feff7b0ce8302e1e82cf4df31b0 Alexander Smishlajev a1s@users.sourceforge.net 2004-06-06T12:59:15+00:00 2004-06-06T12:59:15+00:00
changeset c2908812624a
branch
bookmark
tag
user Alexander Smishlajev <a1s@users.sourceforge.net>
description i18n markup
files
hide bottom form too http://hg.code.sf.net:8000/p/roundup/code/#changeset-daf5bd3666bd205c24967eec12f0628c5dc4b179 Richard Jones richard@users.sourceforge.net 2004-04-28T22:13:08+00:00 2004-04-28T22:13:08+00:00
changeset daf5bd3666bd
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description hide bottom form too
files
tracker name at end of page title (rfe [SF#926840]) http://hg.code.sf.net:8000/p/roundup/code/#changeset-3b92a1b7a056e12650608e67f33d7f739431b857 Richard Jones richard@users.sourceforge.net 2004-04-05T23:48:56+00:00 2004-04-05T23:48:56+00:00
changeset 3b92a1b7a056
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description tracker name at end of page title (rfe [SF#926840])
files
*** empty log message *** http://hg.code.sf.net:8000/p/roundup/code/#changeset-7bee183f25737c9b326fe1e58f11861ac5f65eb6 Richard Jones richard@users.sourceforge.net 2004-03-26T07:53:52+00:00 2004-03-26T07:53:52+00:00
changeset 7bee183f2573
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description *** empty log message ***
files
added CSV download of index / search results http://hg.code.sf.net:8000/p/roundup/code/#changeset-b86f0627b07c0ff647d68a8783b91ae3ea06add0 Richard Jones richard@users.sourceforge.net 2004-03-25T00:44:28+00:00 2004-03-25T00:44:28+00:00
changeset b86f0627b07c
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description added CSV download of index / search results
files
Added the "actor" property. http://hg.code.sf.net:8000/p/roundup/code/#changeset-3e0961d6d44d810f9ed9d4fe44c00419d95d4be8 Richard Jones richard@users.sourceforge.net 2004-03-15T05:50:20+00:00 2004-03-15T05:50:20+00:00
changeset 3e0961d6d44d
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Added the "actor" property.

Metakit backend not done (still not confident I know how it's supposed
to work ;)

Currently it will come up as NULL in the RDBMS backends for older items.
The *dbm backends will look up the journal. I hope to remedy the former
before 0.7's release.

Fixed a bunch of migration issues in the rdbms backends while I was at it
(index changes for key prop changes) and simplified the class table update
code for RDBMSes that have "alter table" in their command set (ie. not
sqlite) ... migration from "version 1" to "version 2" still hasn't
actually been tested yet though.
files
make mysql / postgresql work again. beginnings of otk/session store in rdbmses http://hg.code.sf.net:8000/p/roundup/code/#changeset-b1704ba7be41e73ebbe4b8baea54709997e3a2dc Richard Jones richard@users.sourceforge.net 2004-03-12T04:09:00+00:00 2004-03-12T04:09:00+00:00
changeset b1704ba7be41
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description make mysql / postgresql work again. beginnings of otk/session store in rdbmses
files
body_title improvement http://hg.code.sf.net:8000/p/roundup/code/#changeset-3a4abf6d48c20f0c671455d654bf18d57007bcc8 Richard Jones richard@users.sourceforge.net 2004-01-19T23:01:10+00:00 2004-01-19T23:01:10+00:00
changeset 3a4abf6d48c2
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description body_title improvement
files
fixed ZRoundup - mostly changes to classic template http://hg.code.sf.net:8000/p/roundup/code/#changeset-f5c804379c8558fe98c9e44be97898c62be71d7a Richard Jones richard@users.sourceforge.net 2003-11-12T01:00:59+00:00 2003-11-12T01:00:59+00:00
changeset f5c804379c85
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description fixed ZRoundup - mostly changes to classic template
files
Replaced all uses of the 'nowrap' attribute with its CSS equivalent: http://hg.code.sf.net:8000/p/roundup/code/#changeset-fad32dafc174f83dfb860aa93f583a0e320daa70 Johannes Gijsbers jlgijsbers@users.sourceforge.net 2003-10-03T16:57:28+00:00 2003-10-03T16:57:28+00:00
changeset fad32dafc174
branch
bookmark
tag
user Johannes Gijsbers <jlgijsbers@users.sourceforge.net>
description Replaced all uses of the 'nowrap' attribute with its CSS equivalent:

'white-space: nowrap;'.
files
First steps towards HTML4.01 Strict validation. http://hg.code.sf.net:8000/p/roundup/code/#changeset-24819ee5dfbc4fc86f2dc4e5fd94a1fcd99fe2a8 Johannes Gijsbers jlgijsbers@users.sourceforge.net 2003-10-02T16:00:45+00:00 2003-10-02T16:00:45+00:00
changeset 24819ee5dfbc
branch
bookmark
tag
user Johannes Gijsbers <jlgijsbers@users.sourceforge.net>
description First steps towards HTML4.01 Strict validation.
files
nicer index navigation http://hg.code.sf.net:8000/p/roundup/code/#changeset-b0ffb474716eef90a1f69d93546ab4b701eeb936 Richard Jones richard@users.sourceforge.net 2003-05-09T03:43:22+00:00 2003-05-09T03:43:22+00:00
changeset b0ffb474716e
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description nicer index navigation
files
under the heading of "questionable whether it's a fix or not" http://hg.code.sf.net:8000/p/roundup/code/#changeset-126d4d0ac89b057fc9d3791161580a9ba5ca991f Richard Jones richard@users.sourceforge.net 2003-04-27T02:44:59+00:00 2003-04-27T02:44:59+00:00
changeset 126d4d0ac89b
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description under the heading of "questionable whether it's a fix or not"

([SF#621226] for the users of the "standards compliant" browser IE)
files
moving templates around http://hg.code.sf.net:8000/p/roundup/code/#changeset-21312a7564fd3c48c43cb9dd4a87408dcf0d3a8f Richard Jones richard@users.sourceforge.net 2003-04-17T03:38:00+00:00 2003-04-17T03:38:00+00:00
changeset 21312a7564fd
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description moving templates around
files