History of src/tagview.c
2009-01-22
| ||
13:08:42 | [c5f7f1444b] part of check-in [a12cb216b7] Reenable the "Tags" menu item, but make it go to the new "taglist" page. Also add separate "tagtimeline" page and separate "brlist" into "brlist" and "brtimeline". (By: drh on 2009-01-22 13:08:42) [diff] [annotate] | |
2009-01-21
| ||
01:23:40 | [0e640840d1] part of check-in [580d6ad8c7] Suppress the display of the artificate ID on the timeline which showing changes to wiki or tickets. (By: drh on 2009-01-21 01:23:40) [diff] [annotate] | |
2009-01-20
| ||
23:47:47 | [565eefa2cf] part of check-in [bf7ca1a4d8] Change the page header from Baseline to Check-in on the "vinfo" page. Fix a bug introduced into tagview (ticket [309c57b3d27219fa6ad601c0021dc067a7cb992d]). (By: drh on 2009-01-20 23:47:47) [diff] [annotate] | |
22:21:24 | [3ccdf1ea64] part of check-in [b7f32a71ab] Add web-based branch color changer. Add the "branch list" command. Simplifications to color propagation logic. (By: drh on 2009-01-20 22:21:24) [diff] [annotate] | |
2008-12-20
| ||
11:36:20 | [748f6b35d4] part of check-in [7c281b629a] Prevent tag cancellations from showing in "fossil tag list" and "fossil tag find", and also on the tagview web page, but make them visible with "--raw" or on the RawTags webpage (admin only). Fixes ticket [f273b440c38eb8478822812e0730f0fc2c8b4c36]. (By: eric on 2008-12-20 11:36:20) [diff] [annotate] | |
2008-11-26
| ||
21:59:42 | [cf215193b7] part of check-in [8d529a7ae9] Tidy up the raw tags web page, and provide a way to get there, for admins only (By: eric on 2008-11-26 21:59:42) [diff] [annotate] | |
2008-11-25
| ||
21:56:42 | [ea26ba8f0d] part of check-in [10df4ff603] Reinstate "Tags" on the default main menu. Allow the new tagview page to hand over to the old (but no user interface for this yet). (By: eric on 2008-11-25 21:56:42) [diff] [annotate] | |
2008-10-06
| ||
11:33:23 | [ea43e4dea1] part of check-in [3d62a9fb39] Fix a few C99-isms in the code so that the code will build on older C compilers. (By: drh on 2008-10-06 11:33:23) [diff] [annotate] | |
2008-09-06
| ||
13:29:29 | [6eeaea74ec] part of check-in [8745d0d579] Merge tagview branch into mainline (By: eric on 2008-09-06 13:29:29) [diff] [annotate] | |
13:09:44 | [6eeaea74ec] part of check-in [5b87749575] Disable tag URLs without sufficient permission, display a message when there are no tags, provide dummy Javascript functions for the tag timeline. (By: eric on 2008-09-06 13:09:44) [diff] [annotate] | |
2008-08-24
| ||
20:16:43 | [0c21590de1] part of check-in [0e924820bf] Tidy up tagview code. (By: eric on 2008-08-24 20:16:43) [diff] [annotate] | |
2008-08-21
| ||
20:59:01 | [49b12135cb] part of check-in [5fb14b9a0f] Include non-sym- tags in tagview web page. Also merge mainline into tagview branch. (By: eric on 2008-08-21 20:59:01) [diff] [annotate] | |
2008-08-17
| ||
20:53:20 | [b4a9071e7b] part of check-in [070e63db33] Merge old tagview branch into this branch (By: eric on 2008-08-17 20:53:20) [diff] [annotate] | |
2008-08-04
| ||
20:46:52 | [8e6ed27d79] part of check-in [3984b1b2c1] Make the info web page handle symbolic tags as well as UUIDs. Start trying to make the currently-disabled tagview page more useful. (By: eric on 2008-08-04 20:46:52) [diff] [annotate] | |
2008-05-07
| ||
17:38:57 | [73b17a9efb] part of check-in [908009fdc4] Fix a couple of C++-isms in my_page.c and tagview.c. Remove the return value from autosync(). (By: drh on 2008-05-07 17:38:57) [diff] [annotate] | |
2008-05-05
| ||
23:15:29 | [9d79e57b4d] part of check-in [d57de28756] The "h" capability is now used to enable hyperlinks to non-wiki pages. When "h" is missing, many pages give a hyperlink to the login page and automatically fill in "anonymous" as the user name. The login page jumps back to the target page after a successful login. (By: drh on 2008-05-05 23:15:29) [diff] [annotate] | |
2008-02-13
| ||
21:33:48 | [c4e63d5fb3] part of check-in [0ff4e918f4] Corrected tagxref.srcid/rid confusion in the queries. Links now go where i want them to. (By: stephan on 2008-02-13 21:33:48) [diff] [annotate] | |
2008-02-08
| ||
17:27:16 | [f0893454d5] part of check-in [373e42de1d] Merge two branches that were created within one second of one another. There is a race condition in the anti-forking logic that allowed this fork to occur. (By: drh on 2008-02-08 17:27:16) [diff] [annotate] | |
16:24:25 | [f0893454d5] part of check-in [6d67f3c7c7] minor efficiency hack in tagview_page_list_tags() (By: stephan on 2008-02-08 16:24:25) [diff] [annotate] | |
2008-02-07
| ||
18:01:50 | [13bdab07f0] part of check-in [2ae7890060] fixed a 2-string memleak in tagview_page_list_tags() (By: stephan on 2008-02-07 18:01:50) [diff] [annotate] | |
15:08:02 | [527b17089f] part of check-in [007d1ce44f] Rename admin_sql_page.c to admin.c. Refactor the strxform functions into SQL functions. Refactor the db_generic_query_view() routine. Fix multiple security vulnerabilities. Bring the code closer into compliance with style guidelines. (By: drh on 2008-02-07 15:08:02) [diff] [annotate] | |
2008-02-03
| ||
21:56:52 | [5d26252ad0] part of check-in [9c01af2d22] refactored some /tagview code into more generic bits. Added string_xform.c. (By: stephan on 2008-02-03 21:56:52) [diff] [annotate] | |
18:00:27 | [00e0d408b7] part of check-in [2cb3290e67] Fixed a memory leak in tagview_page_list_tags(). Minor other refactorings. (By: stephan on 2008-02-03 18:00:27) [diff] [annotate] | |
17:22:58 | [83c508c8f6] part of check-in [b81e93f576] Corrected incorrect access rights check (did require Setup rights). Documentation corrections/additions. A few style conformance formatting changes. (By: stephan on 2008-02-03 17:22:58) [diff] [annotate] | |
16:32:28 | [cee508f4de] part of check-in [02a7c850b4] Refactored to use a shared query-rendering routine. (By: stephan on 2008-02-03 16:32:28) [diff] [annotate] | |
01:36:14 | [0d0a9751aa] part of check-in [0523983440] Merged importer to mainline. (By: aku on 2008-02-03 01:36:14) [diff] [annotate] | |
01:25:07 | [0d0a9751aa] part of check-in [2ab3a2f603] Added a few search features (name/id/name-like). Changed default view to only show the 10 [arbitrarily chosen #] most recent tags. Still need to sort out tags for different types of entries (wiki/ticket/baseline) (By: stephan on 2008-02-03 01:25:07) [diff] [annotate] | |
2008-02-02
| ||
23:48:27 | [7353135aa6] part of check-in [10437374a7] Stylistic changes to the C code that implements the tagview page. (By: drh on 2008-02-02 23:48:27) [diff] [annotate] | |
21:10:17 | [475277fbb2] part of check-in [02d1ed6ad2] added /tagview page - a simple browse-by-tag interface (By: stephan on 2008-02-02 21:10:17) [annotate] |