| 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 |
| changeset | 64a12bd91fc0 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Justus Pendleton <jpend@users.sourceforge.net> |
| description | allow searching for issues with empty topics [SF#610787] points out that the classic template doesn't allow a way to search for issues that don't have a topic. Priority, status, and assigned do, so I've remedied the oversight by adding a new option to Topic. This closes [SF#610787]. |
| files |
| 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 |
| changeset | 12633662ff63 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | include the popcal in Date field editing and search fields by default |
| files |
| changeset | bbd20010abe2 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Alexander Smishlajev <a1s@users.sourceforge.net> |
| description | fix conditional block in i18n string [SF#1439927] |
| 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 | 7fb8cfe3c737 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | enable editing of public queries [SF#966144] |
| files |
| changeset | bd6ba21d6c47 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | fix some translation stuff, and update the minimal tempalte |
| files |
| changeset | 9cace96c1abd |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | issue search page allows setting of no sorting / grouping |
| files |
| changeset | fa49f3fe6afa |
|---|---|
| branch | maint-0.7 |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | merge from HEAD |
| files |
| changeset | 6dbe3798a4c4 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | fix some security assertions [SF#1085481] |
| files |
| changeset | ec5c56a064f0 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | multiple selection Link/Multilink search field (thanks Marlon van den Berg) |
| files |
| changeset | cc7885c427b0 |
|---|---|
| branch | maint-0.7 |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | merge from HEAD |
| files |
| changeset | 1a041cda628c |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | make user permissions check more sane (fix search page for anonymous) |
| files |
| changeset | 3b2dc471e4d2 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Alexander Smishlajev <a1s@users.sourceforge.net> |
| description | more i18n markup |
| files |
| changeset | 3551fbf8cf29 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Alexander Smishlajev <a1s@users.sourceforge.net> |
| description | tracker name added to the page title |
| files |
| changeset | c2908812624a |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Alexander Smishlajev <a1s@users.sourceforge.net> |
| description | i18n markup |
| files |
| changeset | bb152a04bee7 |
|---|---|
| branch | maint-0.7 |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | make search page useful for popup listings |
| files |
| 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 |
| changeset | 3a4abf6d48c2 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | body_title improvement |
| files |
| changeset | f5c804379c85 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | fixed ZRoundup - mostly changes to classic template |
| files |
| changeset | 4e4afbe3cd30 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
| description | Move '<input type="hidden">' elements into a block. It is invalid HTML4 Strict to have them at the top of a form. |
| files |
| changeset | 2dd6b4c825e9 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
| description | Final touches to fix query editing. It should work now. |
| files |
| changeset | 64f448ff07f2 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | audit some user properties for valid values (roles, address) [SF#742968] and [SF#739653] |
| files |
| changeset | 21312a7564fd |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | moving templates around |
| files |