Fossil

Check-in [efdad081]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fixed minor spelling error
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | jeremy_c-timeline
Files: files | file ages | folders
SHA1: efdad08182dc8c0ee0747f2e11fb379fcd6ed9a9
User & Date: jeremy_c 2009-12-31 14:49:49.000
Context
2009-12-31
14:59
  • Changed security for timeline. To view the timeline, you must now have History access. The timeline will then display only items which you have access to. "o" (Check-out) is required for source history, "j" (Read-Wiki) is required for Wiki history and "r" (Read-Tkt) is required for Ticket history.
... (Closed-Leaf check-in: 71ad9b62 user: jeremy_c tags: jeremy_c-timeline)
14:49
Fixed minor spelling error ... (check-in: efdad081 user: jeremy_c tags: jeremy_c-timeline)
14:49
  • Fixed security bug in ticket reports, you previously had to have Check-out security to view a ticket report, you now have to have "r" (Read-tkt) to view ticket reports.
... (check-in: 6ee73165 user: jeremy_c tags: jeremy_c-timeline)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/search.c.
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187

/*
** Testing the search function.
**
** COMMAND: search
** %fossil search pattern...
**
** Search for timeline entrys matching the pattern.
*/
void search_cmd(void){
  Search *p;
  Blob pattern;
  int i;
  Stmt q;
  int iBest;







|







173
174
175
176
177
178
179
180
181
182
183
184
185
186
187

/*
** Testing the search function.
**
** COMMAND: search
** %fossil search pattern...
**
** Search for timeline entries matching the pattern.
*/
void search_cmd(void){
  Search *p;
  Blob pattern;
  int i;
  Stmt q;
  int iBest;